Recognize fire_hydrant:position=cycleway but don't ask question

This commit is contained in:
Midgard 2021-06-06 18:32:59 +02:00
parent 89e8439f77
commit 6cf0ca9fb6
Signed by untrusted user who does not match committer: midgard
GPG Key ID: 511C112F1331BBB4
1 changed files with 5 additions and 4 deletions

View File

@ -347,10 +347,6 @@
},
{
"question": {
"nl": "Waar bevindt de hydrant zich?",
"en": "Where is the hydrant?"
},
"render": {
"nl": "Omgeving: {fire_hydrant:position}",
"en": "Position: {fire_hydrant:position}"
@ -373,6 +369,11 @@
"en": "On a sidewalk"
}},
{"if": {"and": ["fire_hydrant:position=cycleway"]}, "then": {
"nl": "Op het fietspad",
"en": "On a cycleway"
}},
{"if": {"and": ["fire_hydrant:position=green"]}, "then": {
"nl": "In het gras",
"en": "In a grassy area"