maputnik/src/config/tilesets.json

23 lines
658 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
},
2017-01-12 14:20:23 +01:00
"openmaptiles": {
"type": "vector",
"url": "https://free.tilehosting.com/data/v3.json?key={key}",
2017-01-12 14:20:23 +01:00
"title": "OpenMapTiles"
},
"thunderforest_transport": {
"type": "vector",
"url": "https://tile.thunderforest.com/thunderforest.transport-v1.json?apikey={key}",
"title": "Thunderforest Transport (heavy)"
},
"thunderforest_outdoors": {
"type": "vector",
"url": "https://tile.thunderforest.com/thunderforest.outdoors-v1.json?apikey={key}",
"title": "Thunderforest Outdoors (heavy)"
2016-12-16 17:35:09 +01:00
}
}