Merge pull request #35 from maputnik/pathmapper-workaround_tile-boundaries

Move openmaptiles source to be listed first
pull/37/head
pathmapper 6 years ago committed by GitHub
commit 93abe7a72c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,10 @@
"mapbox:type": "template"
},
"sources": {
"openmaptiles": {
"type": "vector",
"url": "https://maps.tilehosting.com/data/v3.json?key={key}"
},
"natural_earth_shaded_relief": {
"maxzoom": 6,
"tileSize": 256,
@ -13,10 +17,6 @@
"https://klokantech.github.io/naturalearthtiles/tiles/natural_earth_2_shaded_relief.raster/{z}/{x}/{y}.png"
],
"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",

Loading…
Cancel
Save