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"
}
]
2023-09-19 14:04:13 +02:00
}
] ,
"lineRendering" : [
2023-04-20 01:52:23 +02:00
{
"width" : "8" ,
"color" : "black"
}
2024-09-02 10:10:20 +02:00
] ,
"allowMove" : false
2023-06-20 01:52:15 +02:00
}