Lazy load Maplibre GL JS and add hillshading layer

This commit is contained in:
Norbert Renner 2022-06-13 12:17:24 +02:00
parent f92d2e2227
commit 13efb4864c
11 changed files with 314 additions and 15 deletions

View file

@ -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;