Recognize fire_hydrant:position=cycleway but don't ask question
This commit is contained in:
parent
89e8439f77
commit
6cf0ca9fb6
1 changed files with 5 additions and 4 deletions
|
@ -347,10 +347,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"question": {
|
|
||||||
"nl": "Waar bevindt de hydrant zich?",
|
|
||||||
"en": "Where is the hydrant?"
|
|
||||||
},
|
|
||||||
"render": {
|
"render": {
|
||||||
"nl": "Omgeving: {fire_hydrant:position}",
|
"nl": "Omgeving: {fire_hydrant:position}",
|
||||||
"en": "Position: {fire_hydrant:position}"
|
"en": "Position: {fire_hydrant:position}"
|
||||||
|
@ -373,6 +369,11 @@
|
||||||
"en": "On a sidewalk"
|
"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": {
|
{"if": {"and": ["fire_hydrant:position=green"]}, "then": {
|
||||||
"nl": "In het gras",
|
"nl": "In het gras",
|
||||||
"en": "In a grassy area"
|
"en": "In a grassy area"
|
||||||
|
|
Loading…
Reference in a new issue