mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-05 04:28:04 +02:00
add toilets field as optional field of more POI presets & add toilets:wheelchair field (#325)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "toilets/wheelchair",
|
||||
"type": "radio",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"limited": "Limited",
|
||||
"no": "No"
|
||||
}
|
||||
},
|
||||
"label": "Wheelchair Accessible Toilet",
|
||||
"prerequisiteTag": {
|
||||
"key": "toilets",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
@@ -34,6 +34,8 @@
|
||||
"reservation",
|
||||
"smoking",
|
||||
"takeaway",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair",
|
||||
"highchair"
|
||||
],
|
||||
|
||||
@@ -29,6 +29,8 @@
|
||||
"ref/FR/siret-FR",
|
||||
"real_fire-GB-IE",
|
||||
"sport_pub",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -38,6 +38,8 @@
|
||||
"sport_pub",
|
||||
"stars",
|
||||
"takeaway",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair",
|
||||
"highchair"
|
||||
],
|
||||
|
||||
@@ -31,6 +31,8 @@
|
||||
"ref/FR/siret-FR",
|
||||
"second_hand",
|
||||
"stroller",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"smoking",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
"height_building",
|
||||
"internet_access/ssid",
|
||||
"phone",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
"opening_hours/covid19",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"ref/vatin",
|
||||
"toilets",
|
||||
"toilets/wheelchair",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -3656,6 +3656,17 @@ en:
|
||||
# toilets:position=*
|
||||
label: Positions
|
||||
terms: '[translate with synonyms or related terms for ''Positions'', separated by commas]'
|
||||
toilets/wheelchair:
|
||||
# toilets/wheelchair=*
|
||||
label: Wheelchair Accessible Toilet
|
||||
options:
|
||||
# toilets/wheelchair=limited
|
||||
limited: Limited
|
||||
# toilets/wheelchair=no
|
||||
'no': 'No'
|
||||
# toilets/wheelchair=yes
|
||||
'yes': 'Yes'
|
||||
terms: '[translate with synonyms or related terms for ''Wheelchair Accessible Toilet'', separated by commas]'
|
||||
toll:
|
||||
# toll=*
|
||||
label: Toll
|
||||
|
||||
Reference in New Issue
Block a user