mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-03 23:41:46 +01:00
21 lines
524 B
JSON
21 lines
524 B
JSON
{
|
|
"mapbox-streets": {
|
|
"type": "vector",
|
|
"url": "mapbox://mapbox.mapbox-streets-v7",
|
|
"title": "Mapbox Streets"
|
|
},
|
|
"openmaptiles": {
|
|
"type": "vector",
|
|
"url": "https://free.tilehosting.com/data/v3.json?key=25ItXg7aI5wurYDtttD",
|
|
"title": "OpenMapTiles"
|
|
},
|
|
"tilezen": {
|
|
"type": "vector",
|
|
"tiles": [
|
|
"http://tile.mapzen.com/mapzen/vector/v1/{layers}/{z}/{x}/{y}.pbf?api_key=mapzen-RVcyVL7"
|
|
],
|
|
"minZoom": 0,
|
|
"maxZoom": 15,
|
|
"title": "Mapzen Vector Tile Service"
|
|
}
|
|
}
|