forked from MapComplete/MapComplete
Fix: add 'maxspeed=20' to living street
This commit is contained in:
parent
37dc6a7161
commit
fd9c48b5b5
1 changed files with 1 additions and 18 deletions
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue