This commit is contained in:
Pieter Vander Vennet 2024-01-10 15:10:19 +01:00
parent dd25650d9c
commit 003430131b
2 changed files with 35 additions and 84 deletions

View file

@ -130,7 +130,12 @@
},
"mappings": [
{
"if": "highway=living_street",
"if": {
"and": [
"highway=living_street",
"_country=be"
]
},
"then": {
"en": "This is a living street, which has a maxspeed of 20km/h",
"nl": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h",