Move openmaptiles source to be listed first
Implement workaround (https://github.com/maputnik/osm-liberty/issues/13#issuecomment-308251706) to be able to show tile boundaries beyond zoom level 6.
This commit is contained in:
parent
acf5c2706b
commit
d9963b3de7
@ -6,6 +6,10 @@
|
|||||||
"mapbox:type": "template"
|
"mapbox:type": "template"
|
||||||
},
|
},
|
||||||
"sources": {
|
"sources": {
|
||||||
|
"openmaptiles": {
|
||||||
|
"type": "vector",
|
||||||
|
"url": "https://maps.tilehosting.com/data/v3.json?key={key}"
|
||||||
|
},
|
||||||
"natural_earth_shaded_relief": {
|
"natural_earth_shaded_relief": {
|
||||||
"maxzoom": 6,
|
"maxzoom": 6,
|
||||||
"tileSize": 256,
|
"tileSize": 256,
|
||||||
@ -13,10 +17,6 @@
|
|||||||
"https://klokantech.github.io/naturalearthtiles/tiles/natural_earth_2_shaded_relief.raster/{z}/{x}/{y}.png"
|
"https://klokantech.github.io/naturalearthtiles/tiles/natural_earth_2_shaded_relief.raster/{z}/{x}/{y}.png"
|
||||||
],
|
],
|
||||||
"type": "raster"
|
"type": "raster"
|
||||||
},
|
|
||||||
"openmaptiles": {
|
|
||||||
"type": "vector",
|
|
||||||
"url": "https://maps.tilehosting.com/data/v3.json?key={key}"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sprite": "https://rawgit.com/maputnik/osm-liberty/gh-pages/sprites/osm-liberty",
|
"sprite": "https://rawgit.com/maputnik/osm-liberty/gh-pages/sprites/osm-liberty",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user