forked from MapComplete/MapComplete
Themes(toilets): bring 'grab_rail:foldable:left' more in line with other tagging, fix #2471
This commit is contained in:
parent
89c56627b6
commit
55d2b239a4
2 changed files with 10 additions and 7 deletions
|
@ -166,7 +166,7 @@
|
|||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "is_foldable:LOCATION=yes",
|
||||
"if": "grab_rail:foldable:LOCATION=yes",
|
||||
"then": {
|
||||
"en": "The {{TRANSL}} grab rail is <b>foldable</b>",
|
||||
"nl": "De grijpbeugel aan de {{TRANSL}}kant is <b>opklapbaar</b>",
|
||||
|
@ -175,7 +175,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "is_foldable:LOCATION=no",
|
||||
"if": "grab_rail:foldable:LOCATION=no",
|
||||
"then": {
|
||||
"en": "The {{TRANSL}} grab rail is not foldable",
|
||||
"nl": "De grijpbeugel aan de {{TRANSL}}kant is niet opklapbaar",
|
||||
|
|
|
@ -1449,7 +1449,8 @@
|
|||
"wheelchair",
|
||||
"relevant-questions",
|
||||
"prefixed",
|
||||
"amenity-prefixed"
|
||||
"amenity-prefixed",
|
||||
"hidden"
|
||||
],
|
||||
"question": {
|
||||
"en": "Is the wheelchair-accessible toilet locked?",
|
||||
|
@ -1565,7 +1566,8 @@
|
|||
"wheelchair",
|
||||
"relevant-questions",
|
||||
"prefixed",
|
||||
"amenity-prefixed"
|
||||
"amenity-prefixed",
|
||||
"hidden"
|
||||
],
|
||||
"questionHint": {
|
||||
"en": "Left and right are interpreted as when <b>sitting</b> on the toilet",
|
||||
|
@ -1600,7 +1602,8 @@
|
|||
"wheelchair",
|
||||
"relevant-questions",
|
||||
"prefixed",
|
||||
"amenity-prefixed"
|
||||
"amenity-prefixed",
|
||||
"hidden"
|
||||
],
|
||||
"condition": {
|
||||
"and+": [
|
||||
|
@ -1629,7 +1632,8 @@
|
|||
"wheelchair",
|
||||
"relevant-questions",
|
||||
"prefixed",
|
||||
"amenity-prefixed"
|
||||
"amenity-prefixed",
|
||||
"hidden"
|
||||
],
|
||||
"condition": {
|
||||
"and+": [
|
||||
|
@ -1749,7 +1753,6 @@
|
|||
},
|
||||
{
|
||||
"id": "adult-changing-table",
|
||||
"labels": [
|
||||
"prefixed",
|
||||
"hidden",
|
||||
"relevant-questions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue