mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-07 13:25:24 +01:00
17 lines
531 B
JSON
17 lines
531 B
JSON
{
|
|
"openmaptiles": {
|
|
"type": "vector",
|
|
"url": "https://free.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)"
|
|
}
|
|
}
|