some udpates to stuff, getting started on influence, map udpates for workflow ease of use, updates to map z-idexes for visibility

This commit is contained in:
2025-09-18 20:21:50 -06:00
parent b61e48f4fc
commit 83f5055471
19 changed files with 1888 additions and 391 deletions

View File

@@ -196,3 +196,12 @@ path.leaflet-interactive.cut-polygon {
.crosshair {
z-index: 1100;
}
/*
* Z-Index Hierarchy for Map Markers:
* - Start Location Marker: zIndexOffset 1000 (highest - always on top)
* - Temporary Location Markers: zIndexOffset 150 (during move operations)
* - NocoDB Location Markers: zIndexOffset 100 (main database locations)
* - Default: zIndexOffset 0 (cuts, other overlays)
* - City Data Markers: zIndexOffset -100 (background - behind main locations)
*/