mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 12:47:46 +01:00
Remove tilezen tileset and style
This commit is contained in:
parent
c881534554
commit
2e671250b9
2 changed files with 0 additions and 15 deletions
|
@ -52,11 +52,5 @@
|
||||||
"title": "Mapbox Basic",
|
"title": "Mapbox Basic",
|
||||||
"url": "https://rawgit.com/mapbox/mapbox-gl-styles/master/styles/basic-v9.json",
|
"url": "https://rawgit.com/mapbox/mapbox-gl-styles/master/styles/basic-v9.json",
|
||||||
"thumbnail": "https://maputnik.github.io/thumbnails/mapbox-basic.png"
|
"thumbnail": "https://maputnik.github.io/thumbnails/mapbox-basic.png"
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "tilezen",
|
|
||||||
"title": "Tilezen",
|
|
||||||
"url": "https://rawgit.com/lukasmartinelli/tilezen-gl-style/master/style.json",
|
|
||||||
"thumbnail": "https://maputnik.github.io/thumbnails/tilezen.png"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -8,14 +8,5 @@
|
||||||
"type": "vector",
|
"type": "vector",
|
||||||
"url": "https://free.tilehosting.com/data/v3.json?key={key}",
|
"url": "https://free.tilehosting.com/data/v3.json?key={key}",
|
||||||
"title": "OpenMapTiles"
|
"title": "OpenMapTiles"
|
||||||
},
|
|
||||||
"tilezen": {
|
|
||||||
"type": "vector",
|
|
||||||
"tiles": [
|
|
||||||
"https://tile.mapzen.com/mapzen/vector/v1/all/{z}/{x}/{y}.mvt?api_key=mapzen-RVcyVL7"
|
|
||||||
],
|
|
||||||
"minZoom": 0,
|
|
||||||
"maxZoom": 15,
|
|
||||||
"title": "Mapzen Vector Tile Service"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue