mapcomplete/assets/layers/split_road/split_road.json
2023-09-19 14:04:13 +02:00

24 lines
532 B
JSON

{
"id": "split_road",
"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",
"minzoom": 1,
"source": "special",
"name": null,
"title": null,
"pointRendering": [
{
"location": [
"point"
],
"icon": "bug",
"iconSize": "30,30",
"anchor": "center"
}
],
"lineRendering": [
{
"width": "8",
"color": "black"
}
]
}