28 lines
582 B
JSON
28 lines
582 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"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"lineRendering": [
|
|
{
|
|
"width": "8",
|
|
"color": "black"
|
|
}
|
|
]
|
|
}
|