Fix: add 'maxspeed=20' to living street

This commit is contained in:
Pieter Vander Vennet 2023-08-09 14:16:48 +02:00
parent 37dc6a7161
commit fd9c48b5b5

View file

@ -79,24 +79,6 @@
"type": "pnat"
},
"mappings": [
{
"if": {
"and": [
"highway=living_street",
"_country!=be"
]
},
"then": {
"en": "This is a living street, which has a maxspeed of 20km/h",
"de": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt",
"nl": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h"
},
"icon": {
"path": "./assets/layers/maxspeed/living_street_be.svg",
"class": "large"
},
"hideInAnswer": true
},
{
"if": "highway=living_street",
"then": {
@ -108,6 +90,7 @@
"path": "./assets/layers/maxspeed/living_street_be.svg",
"class": "large"
},
"addExtraTags": ["maxspeed=20"],
"hideInAnswer": "_country!=be"
}
],