mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Keeps the repo clean, same as several other of our repos --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"id": "test-style",
|
|
"version": 8,
|
|
"name": "Test Style",
|
|
"metadata": {
|
|
"maputnik:renderer": "mlgljs"
|
|
},
|
|
"sources": {},
|
|
"glyphs": "https://example.local/fonts/{fontstack}/{range}.pbf",
|
|
"sprites": "https://example.local/fonts/{fontstack}/{range}.pbf",
|
|
"layers": [
|
|
{
|
|
"id": "background",
|
|
"type": "background"
|
|
}
|
|
]
|
|
}
|