forked from MapComplete/MapComplete
Fix pedestrian layer
This commit is contained in:
parent
4bb80cab0a
commit
986966b068
3 changed files with 24 additions and 13 deletions
|
@ -31,9 +31,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"color": "#b33",
|
||||
"width": 4,
|
||||
"dashArray": "12 6"
|
||||
"color": {
|
||||
"render": "#b33"
|
||||
},
|
||||
"width": {
|
||||
"render": 4
|
||||
},
|
||||
"dashArray": {
|
||||
"render": "12 6"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -58,12 +58,12 @@
|
|||
],
|
||||
"label": {
|
||||
"mappings": [
|
||||
{
|
||||
"if": "ref~*",
|
||||
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{ref}</div>"
|
||||
}
|
||||
]
|
||||
{
|
||||
"if": "ref~*",
|
||||
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{ref}</div>"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue