2023-04-20 01:52:23 +02:00
{
"id" : "split_road" ,
2023-10-30 18:08:38 +01:00
"name" : null ,
2023-04-20 01:52:23 +02:00
"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" ,
2023-10-30 18:08:38 +01:00
"minzoom" : 1 ,
2023-04-20 01:52:23 +02:00
"title" : null ,
2023-09-19 14:04:13 +02:00
"pointRendering" : [
2023-04-20 01:52:23 +02:00
{
"location" : [
"point"
] ,
2023-06-20 02:02:45 +02:00
"iconSize" : "30,30" ,
2023-10-06 23:56:50 +02:00
"anchor" : "center" ,
"marker" : [
{
"icon" : "bug"
}
]
2024-11-19 16:42:53 +01:00
} ,
{
"location" : [
"waypoints"
] ,
"iconSize" : "4,4" ,
"anchor" : "center" ,
"marker" : [
{
"icon" : {
"render" : "circle" ,
"id" : "circle"
} ,
"color" : "#888888"
}
]
2023-09-19 14:04:13 +02:00
}
] ,
2024-11-28 12:00:23 +01:00
"lineRendering" : [
{
"width" : "13" ,
"color" : "black"
} ,
2023-04-20 01:52:23 +02:00
{
"width" : "8" ,
2024-11-19 16:42:53 +01:00
"color" : "white"
2023-04-20 01:52:23 +02:00
}
2024-09-02 10:10:20 +02:00
] ,
"allowMove" : false
2023-06-20 01:52:15 +02:00
}