feat(route-builder): clearer map cursors, route click tolerance, swisstopo credit

- Pointing-hand cursor over the map (click adds a waypoint); grab/grabbing
  only on the draggable waypoint pins. Fixes the cursor living on the
  Leaflet container element itself (the `.edit-map` div), not a descendant.
- Route polylines render on a canvas renderer with a hit `tolerance`, so a
  click near the line inserts a waypoint without a pixel-perfect hit.
- Hide the on-map attribution control and show the required "Kartendaten ©
  swisstopo" credit in the page footer, matching /hikes.
This commit is contained in:
2026-05-22 14:26:44 +02:00
parent 6483c55fce
commit 5540d37c72
3 changed files with 58 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.82.0",
"version": "1.82.1",
"private": true,
"type": "module",
"scripts": {