mirror of
https://github.com/maputnik/editor.git
synced 2026-09-15 08:47:26 +00:00
23 lines
564 B
JSON
23 lines
564 B
JSON
{
|
|
"version": 8,
|
|
"name": "Access token style",
|
|
"metadata": {
|
|
"maputnik:stadia_access_token": "stadia-test-token"
|
|
},
|
|
"sources": {
|
|
"thunderforest_transport": {
|
|
"type": "vector",
|
|
"url": "https://tile.thunderforest.com/thunderforest.transport-v2.json?apikey={key}"
|
|
},
|
|
"stadia_outdoors": {
|
|
"type": "vector",
|
|
"url": "https://tiles.stadiamaps.com/data/openmaptiles.json"
|
|
},
|
|
"locationiq": {
|
|
"type": "vector",
|
|
"url": "https://tiles.locationiq.com/v3/pbf/tiles.json?key={key}"
|
|
}
|
|
},
|
|
"layers": []
|
|
}
|