change vectory tiles
This commit is contained in:
parent
1a3df2ed75
commit
91e34032b2
9 changed files with 47 additions and 42 deletions
|
|
@ -510,4 +510,9 @@ input:invalid,
|
|||
select:invalid {
|
||||
border-color: #f44336;
|
||||
background-color: #fff8f8;
|
||||
}
|
||||
|
||||
.maplibregl-popup-content{
|
||||
min-width: 300px;
|
||||
max-width: 95vw;
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@ function initTabs() {
|
|||
function initMap() {
|
||||
map = new maplibregl.Map({
|
||||
container: 'map',
|
||||
style: 'https://demotiles.maplibre.org/style.json',
|
||||
style: 'https://tiles.openfreemap.org/styles/liberty',
|
||||
center: [2.2137, 46.2276],
|
||||
zoom: 5
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue