maputnik/src/config/tilesets.json

27 lines
726 B
JSON
Raw Normal View History

{
"mapbox-streets": {
2016-12-16 17:35:09 +01:00
"type": "vector",
"url": "mapbox://mapbox.mapbox-streets-v7",
2016-12-21 16:50:34 +01:00
"title": "Mapbox Streets"
2016-12-21 16:11:08 +01:00
},
"tilezen": {
2016-12-21 16:11:08 +01:00
"type": "vector",
"tiles": [
"http://tile.mapzen.com/mapzen/vector/v1/{layers}/{z}/{x}/{y}.pbf?api_key=mapzen-RVcyVL7"
],
"minZoom": 0,
"maxZoom": 15,
2016-12-21 16:50:34 +01:00
"title": "Mapzen Vector Tile Service"
2016-12-21 16:11:08 +01:00
},
"openmaptiles": {
2016-12-21 16:11:08 +01:00
"type": "vector",
"url": "https://free.tilehosting.com/data/v3.json?key=25ItXg7aI5wurYDtttD",
2016-12-21 16:50:34 +01:00
"title": "OpenMapTiles CDN"
2016-12-21 16:11:08 +01:00
},
2016-12-31 15:15:28 +01:00
"naturalearth-airports": {
2016-12-21 16:11:08 +01:00
"type": "geojson",
2016-12-31 15:15:28 +01:00
"data": "https://d2ad6b4ur7yvpq.cloudfront.net/naturalearth-3.3.0/ne_10m_airports.geojson",
"title": "NaturalEarth Airports GeoJSON"
2016-12-16 17:35:09 +01:00
}
}