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>
30 lines
805 B
JSON
30 lines
805 B
JSON
{
|
|
"id": "test-style",
|
|
"version": 8,
|
|
"name": "Test Style",
|
|
"metadata": {
|
|
"maputnik:renderer": "mlgljs"
|
|
},
|
|
"sources": {
|
|
"example": {
|
|
"type": "vector",
|
|
"data": {
|
|
"type": "FeatureCollection",
|
|
"features":[{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"name": "Dinagat Islands"
|
|
},
|
|
"geometry":{
|
|
"type": "Point",
|
|
"coordinates": [125.6, 10.1]
|
|
}
|
|
}]
|
|
}
|
|
}
|
|
},
|
|
"glyphs": "https://example.local/fonts/{fontstack}/{range}.pbf",
|
|
"sprites": "https://example.local/fonts/{fontstack}/{range}.pbf",
|
|
"layers": []
|
|
}
|