mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 01:53:14 +01:00
e6d2a6d5ff
OS Open Zoomstack
22 lines
713 B
JSON
22 lines
713 B
JSON
{
|
|
"openmaptiles": {
|
|
"type": "vector",
|
|
"url": "https://maps.tilehosting.com/data/v3.json?key={key}",
|
|
"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)"
|
|
},
|
|
"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"
|
|
}
|
|
}
|