@mytec: WebGL works

This commit is contained in:
2026-02-06 22:17:24 +02:00
parent 81e078e92a
commit acfd9b8f7b
31 changed files with 4427 additions and 156 deletions

View File

@@ -35,6 +35,31 @@
width: 100%;
height: 100%;
z-index: 0;
cursor: default !important;
}
/* Remove grab cursor from interactive layers */
.leaflet-interactive {
cursor: default !important;
}
/* Grabbing only when actually dragging */
.leaflet-container.leaflet-dragging,
.leaflet-container:active {
cursor: grabbing !important;
}
/* Tool-specific cursors (applied via JS class toggle) */
.leaflet-container.tool-ruler {
cursor: crosshair !important;
}
.leaflet-container.tool-rx-placement {
cursor: crosshair !important;
}
.leaflet-container.tool-site-placement {
cursor: cell !important;
}
/* Dark mode map tiles (invert brightness slightly) */