add local mapbox script, update objects

This commit is contained in:
Tykayn 2025-06-04 00:16:56 +02:00 committed by tykayn
parent c6e05463b1
commit b1f6433b7d
13 changed files with 309 additions and 182 deletions

View file

@ -33,10 +33,18 @@ table.js-sort-table th:active {
background-color: #e0e0e0;
}
#mapLoader {
position: relative;
top: 200px;
left: 50%;
z-index: 100;
}
.maplibregl-popup-content {
overflow-y: auto;
overflow: auto;
min-width: 300px;
max-height: 400px;
}
.maplibregl-popup-content h1,