forked from MapComplete/MapComplete
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"id": "split_point",
|
|
"description": "Layer rendering the little scissors for the minimap in the 'splitRoadWizard'",
|
|
"minzoom": 1,
|
|
"source": "special",
|
|
"name": "Split point",
|
|
"title": "Split point",
|
|
"pointRendering": [
|
|
{
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
],
|
|
"icon": "circle:white;./assets/svg/scissors.svg",
|
|
"iconSize": "30,30",
|
|
"anchor": "center"
|
|
}
|
|
],
|
|
"lineRendering": []
|
|
}
|