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.

38 lines
761 B
JSON
Raw Permalink 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": {
"render": "white",
2024-11-28 12:00:23 +01:00
"mappings": [
{
"if": "reuse=yes",
"then": "#cccccc"
}
]
}
},
{
"icon": "./assets/svg/scissors.svg"
}
]
}
2023-09-19 14:04:13 +02:00
],
"lineRendering": [],
"allowMove": false
}