add local mapbox script, update objects
This commit is contained in:
parent
c6e05463b1
commit
b1f6433b7d
13 changed files with 309 additions and 182 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue