ol-mapbox-style
Version:
Create OpenLayers maps from Mapbox Style objects
26 lines (25 loc) • 448 B
JSON
{
"version": 8,
"name": "tilejson",
"center": [0, 0],
"zoom": 2,
"sources": {
"tilejson": {
"type": "raster",
"url": "https://api.tiles.mapbox.com/v3/mapbox.geography-class.json?secure"
}
},
"layers": [
{
"id": "background",
"type": "background",
"paint": {
"background-color": "rgba(0,0,0,0)"
}
},
{
"id": "tilejson-layer",
"source": "tilejson"
}
]
}