maputnik/src/config/tilesets.json

23 lines
713 B
JSON
Raw Normal View History

{
2017-01-12 14:20:23 +01:00
"openmaptiles": {
"type": "vector",
2018-10-01 10:13:00 +02:00
"url": "https://maps.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)"
2018-09-20 20:26:53 +02:00
},
"open_zoomstack": {
"type": "vector",
"url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/data/vector/open-zoomstack/config.json",
"title": "OS Open Zoomstack"
2016-12-16 17:35:09 +01:00
}
}