Lazy load Maplibre GL JS and add hillshading layer
This commit is contained in:
parent
f92d2e2227
commit
13efb4864c
11 changed files with 314 additions and 15 deletions
|
|
@ -92,6 +92,11 @@ table.dataTable {
|
|||
z-index: 999;
|
||||
}
|
||||
|
||||
/* Ensure z-index layer order works for Maplibre overlays, otherwise gets below base map after switch */
|
||||
.leaflet-gl-layer {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
/* align with leaflet-control */
|
||||
padding: 0.5rem 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue