mirror of
https://github.com/maputnik/editor.git
synced 2026-08-27 15:37:27 +00:00
c629e10af7
## Launch Checklist closes https://github.com/maplibre/maputnik/issues/1546 - [x] Link to related issues. https://github.com/maplibre/maputnik/issues/1546 - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com>
20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"id": "test-style",
|
|
"center": [50,50],
|
|
"zoom": 5,
|
|
"version": 8,
|
|
"name": "Test Style",
|
|
"sources": {
|
|
"rectangles": {
|
|
"type": "geojson",
|
|
"data": {
|
|
"type": "FeatureCollection",
|
|
"features": []
|
|
}
|
|
}
|
|
},
|
|
"glyphs": "https://example.local/fonts/{fontstack}/{range}.pbf",
|
|
"sprites": "https://example.local/fonts/{fontstack}/{range}.pbf",
|
|
"layers": []
|
|
}
|