mapcomplete/assets/layers/split_road/split_road.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
604 B
JSON
Raw Normal View History

{
"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,
2023-09-19 14:04:13 +02:00
"pointRendering": [
{
"location": [
"point"
],
"iconSize": "30,30",
"anchor": "center",
"marker": [
{
"icon": "bug"
}
]
2023-09-19 14:04:13 +02:00
}
],
"lineRendering": [
{
"width": "8",
"color": "black"
}
],
"allowMove": false
}