forked from MapComplete/MapComplete
Feature(offline): add auto install for offline basemaps
This commit is contained in:
parent
2dd0240ce8
commit
55ef862027
2 changed files with 13 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
"attribution": "<a href=\"https://github.com/protomaps/basemaps\">Protomaps</a> © <a href=\"https://openstreetmap.org\">OpenStreetMap</a>",
|
||||
"type": "vector",
|
||||
"tiles": [
|
||||
"https://127.0.0.1:1234/service-worker/offline-basemap/{z}-{x}-{y}.mvt?fallback=true"
|
||||
"https://127.0.0.1:1234/service-worker/offline-basemap/{z}-{x}-{y}.mvt?fallback=true&auto=true"
|
||||
],
|
||||
"maxzoom": 15,
|
||||
"minzoom": 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue