mapcomplete/assets/layers/split_point/split_point.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
561 B
JSON
Raw Normal View History

{
"id": "split_point",
"name": "Split point",
"description": "Layer rendering the little scissors for the minimap in the 'splitRoadWizard'",
2023-03-25 02:48:24 +01:00
"source": "special",
"minzoom": 1,
"title": "Split point",
2023-09-19 14:04:13 +02:00
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconSize": "30,30",
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/svg/scissors.svg"
}
]
}
2023-09-19 14:04:13 +02:00
],
"lineRendering": []
}