forked from MapComplete/MapComplete
Add hidden zebra answer
This commit is contained in:
parent
7426271081
commit
f83090ccfd
1 changed files with 20 additions and 12 deletions
|
@ -69,6 +69,14 @@
|
||||||
"en": "Crossing with traffic signals",
|
"en": "Crossing with traffic signals",
|
||||||
"nl": "Oversteekplaats met verkeerslichten"
|
"nl": "Oversteekplaats met verkeerslichten"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "crossing=zebra",
|
||||||
|
"then": {
|
||||||
|
"en": "Zebra crossing",
|
||||||
|
"nl": "Zebrapad"
|
||||||
|
},
|
||||||
|
"hideInAnswer": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -159,19 +167,19 @@
|
||||||
},
|
},
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "button_operated=yes",
|
"if": "button_operated=yes",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "This traffic light has a button to request green light",
|
"en": "This traffic light has a button to request green light",
|
||||||
"nl": "Dit verkeerslicht heeft een knop voor groen licht"
|
"nl": "Dit verkeerslicht heeft een knop voor groen licht"
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"if": "button_operated=no",
|
|
||||||
"then": {
|
|
||||||
"en": "This traffic light does not have a button to request green light",
|
|
||||||
"nl": "Dit verkeerlicht heeft niet een knop voor groen licht"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "button_operated=no",
|
||||||
|
"then": {
|
||||||
|
"en": "This traffic light does not have a button to request green light",
|
||||||
|
"nl": "Dit verkeerlicht heeft niet een knop voor groen licht"
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue