mirror of
https://github.com/maputnik/editor.git
synced 2025-12-24 15:10:01 +00:00
23 lines
715 B
JSON
23 lines
715 B
JSON
{
|
|
"openmaptiles": {
|
|
"type": "vector",
|
|
"url": "https://api.maptiler.com/tiles/v3/tiles.json?key={key}",
|
|
"title": "OpenMapTiles v3"
|
|
},
|
|
"thunderforest_transport": {
|
|
"type": "vector",
|
|
"url": "https://tile.thunderforest.com/thunderforest.transport-v2.json?apikey={key}",
|
|
"title": "Thunderforest Transport v2"
|
|
},
|
|
"thunderforest_outdoors": {
|
|
"type": "vector",
|
|
"url": "https://tile.thunderforest.com/thunderforest.outdoors-v2.json?apikey={key}",
|
|
"title": "Thunderforest Outdoors v2"
|
|
},
|
|
"open_zoomstack": {
|
|
"type": "vector",
|
|
"url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/v2/data/vector/open-zoomstack/config.json",
|
|
"title": "OS Open Zoomstack v2"
|
|
}
|
|
}
|