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": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "is_foldable:LOCATION=yes",
|
"if": "grab_rail:foldable:LOCATION=yes",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "The {{TRANSL}} grab rail is <b>foldable</b>",
|
"en": "The {{TRANSL}} grab rail is <b>foldable</b>",
|
||||||
"nl": "De grijpbeugel aan de {{TRANSL}}kant is <b>opklapbaar</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": {
|
"then": {
|
||||||
"en": "The {{TRANSL}} grab rail is not foldable",
|
"en": "The {{TRANSL}} grab rail is not foldable",
|
||||||
"nl": "De grijpbeugel aan de {{TRANSL}}kant is niet opklapbaar",
|
"nl": "De grijpbeugel aan de {{TRANSL}}kant is niet opklapbaar",
|
||||||
|
|
|
@ -1449,7 +1449,8 @@
|
||||||
"wheelchair",
|
"wheelchair",
|
||||||
"relevant-questions",
|
"relevant-questions",
|
||||||
"prefixed",
|
"prefixed",
|
||||||
"amenity-prefixed"
|
"amenity-prefixed",
|
||||||
|
"hidden"
|
||||||
],
|
],
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Is the wheelchair-accessible toilet locked?",
|
"en": "Is the wheelchair-accessible toilet locked?",
|
||||||
|
@ -1565,7 +1566,8 @@
|
||||||
"wheelchair",
|
"wheelchair",
|
||||||
"relevant-questions",
|
"relevant-questions",
|
||||||
"prefixed",
|
"prefixed",
|
||||||
"amenity-prefixed"
|
"amenity-prefixed",
|
||||||
|
"hidden"
|
||||||
],
|
],
|
||||||
"questionHint": {
|
"questionHint": {
|
||||||
"en": "Left and right are interpreted as when <b>sitting</b> on the toilet",
|
"en": "Left and right are interpreted as when <b>sitting</b> on the toilet",
|
||||||
|
@ -1600,7 +1602,8 @@
|
||||||
"wheelchair",
|
"wheelchair",
|
||||||
"relevant-questions",
|
"relevant-questions",
|
||||||
"prefixed",
|
"prefixed",
|
||||||
"amenity-prefixed"
|
"amenity-prefixed",
|
||||||
|
"hidden"
|
||||||
],
|
],
|
||||||
"condition": {
|
"condition": {
|
||||||
"and+": [
|
"and+": [
|
||||||
|
@ -1629,7 +1632,8 @@
|
||||||
"wheelchair",
|
"wheelchair",
|
||||||
"relevant-questions",
|
"relevant-questions",
|
||||||
"prefixed",
|
"prefixed",
|
||||||
"amenity-prefixed"
|
"amenity-prefixed",
|
||||||
|
"hidden"
|
||||||
],
|
],
|
||||||
"condition": {
|
"condition": {
|
||||||
"and+": [
|
"and+": [
|
||||||
|
@ -1749,7 +1753,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "adult-changing-table",
|
"id": "adult-changing-table",
|
||||||
"labels": [
|
|
||||||
"prefixed",
|
"prefixed",
|
||||||
"hidden",
|
"hidden",
|
||||||
"relevant-questions",
|
"relevant-questions",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue