Change basemap URL again
This commit is contained in:
parent
1c39476ac5
commit
4f382819fd
|
@ -8,13 +8,11 @@
|
||||||
"sources": {
|
"sources": {
|
||||||
"openmaptiles": {
|
"openmaptiles": {
|
||||||
"type": "vector",
|
"type": "vector",
|
||||||
"tiles": ["https://portal.openbikesensor.org/basemap/data/basemap/{z}/{x}/{y}.pbf"],
|
"url": "https://tiles.openbikesensor.org/data/basemap.json"
|
||||||
"minzoom": 0,
|
|
||||||
"maxzoom": 14
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sprite": "https://openmaptiles.github.io/osm-bright-gl-style/sprite",
|
"sprite": "https://openmaptiles.github.io/osm-bright-gl-style/sprite",
|
||||||
"glyphs": "https://portal.openbikesensor.org/basemap/fonts/{fontstack}/{range}.pbf?key={key}",
|
"glyphs": "https://tiles.openbikesensor.org/fonts/{fontstack}/{range}.pbf?key={key}",
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
"id": "background",
|
"id": "background",
|
||||||
|
|
|
@ -4,13 +4,11 @@
|
||||||
"sources": {
|
"sources": {
|
||||||
"openmaptiles": {
|
"openmaptiles": {
|
||||||
"type": "vector",
|
"type": "vector",
|
||||||
"tiles": ["https://portal.openbikesensor.org/basemap/data/basemap/{z}/{x}/{y}.pbf"],
|
"url": "https://tiles.openbikesensor.org/data/basemap.json"
|
||||||
"minzoom": 0,
|
|
||||||
"maxzoom": 14
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sprite": "https://openmaptiles.github.io/osm-bright-gl-style/sprite",
|
"sprite": "https://openmaptiles.github.io/osm-bright-gl-style/sprite",
|
||||||
"glyphs": "https://portal.openbikesensor.org/basemap/fonts/{fontstack}/{range}.pbf?key={key}",
|
"glyphs": "https://tiles.openbikesensor.org/fonts/{fontstack}/{range}.pbf?key={key}",
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
"id": "background",
|
"id": "background",
|
||||||
|
|
Loading…
Reference in a new issue