From c292f12f0b0965d39b912ddb086be5d3f4ab2ad7 Mon Sep 17 00:00:00 2001 From: Araozu Date: Mon, 9 Sep 2024 19:41:53 -0500 Subject: [PATCH] Add routes for Miguel Grau --- index.html | 2 +- public/n/lines.json | 24 ++++++++++++++++++++++++ src/pages/Editor.tsx | 6 ++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index dad0706..915b0c6 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - Solid App + Combis de AQP OpenStreetMap", }).addTo(map); + + // After 500ms set the cursor of the map to crosshair, + // to ease map creation + setTimeout(() => { + (container as HTMLElement).style.cursor = "crosshair"; + }, 500); }); const gen_route = () => {