maputnik/test/example-layer-style.json

19 lines
357 B
JSON
Raw Permalink Normal View History

2020-05-31 16:33:09 +02:00
{
"id": "test-style",
"version": 8,
"name": "Test Style",
"metadata": {
"maputnik:renderer": "mlgljs"
2020-05-31 16:33:09 +02:00
},
"sources": {},
"glyphs": "https://example.local/fonts/{fontstack}/{range}.pbf",
"sprites": "https://example.local/fonts/{fontstack}/{range}.pbf",
"layers": [
{
"id": "background",
"type": "background"
}
]
}