2021-10-22 18:53:07 +02:00
{
2021-10-26 01:39:29 +02:00
"id" : "left_right_style" ,
"description" : "Special meta-style which will show one single line, either on the left or on the right depending on the id. This is used in the small popups with left_right roads" ,
"source" : {
"osmTags" : {
"or" : [
"id=left" ,
"id=right"
]
}
} ,
"mapRendering" : [
{
2021-10-28 01:26:35 +02:00
"width" : 15 ,
"color" : {
"render" : "#ff000088" ,
2021-10-28 03:25:12 +02:00
"mappings" : [
{
"if" : "id=left" ,
"then" : "#0000ff88"
}
]
2021-10-28 01:26:35 +02:00
} ,
"offset" : {
"render" : "-15" ,
2021-10-28 03:25:12 +02:00
"mappings" : [
{
"if" : "id=right" ,
"then" : "15"
}
]
2021-10-28 01:26:35 +02:00
}
}
2021-10-26 01:39:29 +02:00
]
2021-10-22 18:53:07 +02:00
}