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.

19 lines
404 B
JSON
Raw Normal View History

{
"id": "split_point",
"description": "Layer rendering the little scissors for the minimap in the 'splitRoadWizard'",
"minzoom": 1,
2023-03-25 02:48:24 +01:00
"source": "special",
"name": "Split point",
"title": "Split point",
"mapRendering": [
{
"location": [
"point",
"centroid"
],
2021-12-03 02:30:25 +01:00
"icon": "circle:white;./assets/svg/scissors.svg",
"iconSize": "30,30,center"
}
]
2023-03-25 02:48:24 +01:00
}