2020-11-17 02:22:48 +01:00
{
2021-11-07 14:37:21 +01:00
"id" : "direction" ,
"name" : {
"en" : "Direction visualization" ,
"nl" : "Richtingsvisualisatie" ,
"fr" : "Visualisation de la direction" ,
"it" : "Visualizzazione della direzione" ,
"ru" : "Визуализация направления" ,
"de" : "Visualisierung der Richtung"
} ,
"minzoom" : 16 ,
"source" : {
"osmTags" : {
"or" : [
"camera:direction~*" ,
"direction~*"
]
}
} ,
"doNotDownload" : true ,
"passAllFeatures" : true ,
"title" : null ,
"description" : {
"en" : "This layer visualizes directions" ,
"nl" : "Deze laag toont de oriëntatie van een object" ,
"fr" : "Cette couche visualise les directions" ,
"it" : "Questo livello visualizza le direzioni" ,
"de" : "Diese Ebene visualisiert Richtungen"
} ,
"tagRenderings" : [ ] ,
"stroke" : "0" ,
"presets" : [ ] ,
2021-11-07 15:31:55 +01:00
"mapRendering" : [
{
"icon" : {
2021-09-22 16:58:25 +02:00
"render" : "direction_gradient:var(--catch-detail-color)" ,
"#" : "For some weird reason, showing the icon in the layer control panel breaks the svg-gradient (because the svg gradient has a global color or smthng) - so we use a different icon without gradient" ,
"mappings" : [
2021-11-07 15:31:55 +01:00
{
"if" : "id=node/-1" ,
"then" : "direction:var(--catch-detail-color)"
}
2021-09-22 16:58:25 +02:00
]
2021-11-07 15:31:55 +01:00
} ,
"iconSize" : "200,200,center" ,
"location" : [
"point" ,
"centroid"
] ,
"rotation" : {
2021-09-22 16:58:25 +02:00
"render" : "{_direction:numerical}deg"
2021-11-07 15:31:55 +01:00
}
2021-09-22 16:58:25 +02:00
} ,
2021-11-07 15:31:55 +01:00
{
"color" : "--catch-detail-color"
}
]
2021-05-19 22:38:41 +02:00
}