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:
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user