Fix #1748
This commit is contained in:
parent
dd25650d9c
commit
003430131b
2 changed files with 35 additions and 84 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue