MapComplete/assets/layers/split_road/split_road.json
2024-11-28 12:02:27 +01:00

49 lines
941 B
JSON

{
"id": "split_road",
"name": null,
"description": "Layer rendering the way to split in the 'splitRoadWizard'. This one is used instead of the variable rendering by the themes themselves, as they might not always be very visible",
"source": "special",
"minzoom": 1,
"title": null,
"pointRendering": [
{
"location": [
"point"
],
"iconSize": "30,30",
"anchor": "center",
"marker": [
{
"icon": "bug"
}
]
},
{
"location": [
"waypoints"
],
"iconSize": "4,4",
"anchor": "center",
"marker": [
{
"icon": {
"render": "circle",
"id": "circle"
},
"color": "#888888"
}
]
}
],
"lineRendering": [
{
"width": "13",
"color": "black"
},
{
"width": "8",
"color": "white"
}
],
"allowMove": false
}