Fix pedestrian layer

This commit is contained in:
Robin van der Linde 2022-09-12 10:44:07 +02:00
parent 4bb80cab0a
commit 986966b068
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 24 additions and 13 deletions

View file

@ -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>"
}
]
}
}
]
}
}