kopia lustrzana https://github.com/openmaptiles/openmaptiles
37 wiersze
800 B
JSON
37 wiersze
800 B
JSON
{
|
|
"version": 8,
|
|
"name": "OSM OpenMapTiles",
|
|
"id": "openmaptiles",
|
|
"center": [
|
|
0,
|
|
0
|
|
],
|
|
"zoom": 1,
|
|
"bearing": 0,
|
|
"pitch": 0,
|
|
"sources": {
|
|
"openmaptiles": {
|
|
"type": "vector",
|
|
"url": "mbtiles:///data/tiles.mbtiles"
|
|
},
|
|
"attribution": {
|
|
"attribution": "<a href=\"https://www.openmaptiles.org/\" target=\"_blank\">© OpenMapTiles</a> <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">© OpenStreetMap contributors</a>",
|
|
"type": "vector"
|
|
}
|
|
},
|
|
"glyphs": "{fontstack}/{range}.pbf",
|
|
"sprite": "sprite",
|
|
"layers": [
|
|
{
|
|
"id": "background",
|
|
"type": "background",
|
|
"layout": {
|
|
"visibility": "visible"
|
|
},
|
|
"paint": {
|
|
"background-color": "#f2efe9"
|
|
}
|
|
}
|
|
]
|
|
}
|