mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 07:37:45 +01:00
19 lines
357 B
JSON
19 lines
357 B
JSON
|
{
|
||
|
"id": "test-style",
|
||
|
"version": 8,
|
||
|
"name": "Test Style",
|
||
|
"metadata": {
|
||
|
"maputnik:renderer": "mbgljs"
|
||
|
},
|
||
|
"sources": {},
|
||
|
"glyphs": "https://example.local/fonts/{fontstack}/{range}.pbf",
|
||
|
"sprites": "https://example.local/fonts/{fontstack}/{range}.pbf",
|
||
|
"layers": [
|
||
|
{
|
||
|
"id": "background",
|
||
|
"type": "background"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|