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 = () => {