mapcomplete/assets/layers/split_point/split_point.json

20 lines
No EOL
433 B
JSON

{
"id": "split_point",
"description": "Layer rendering the little scissors for the minimap in the 'splitRoadWizard'",
"minzoom": 1,
"source": {
"osmTags": "_split_point=yes"
},
"name": "Split point",
"title": "Split point",
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": "circle:white;./assets/svg/scissors.svg",
"iconSize": "30,30,center"
}
]
}