mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
add toilets field as optional field of more POI presets & add toilets:wheelchair field (#325)
This commit is contained in:
parent
2358f857c1
commit
a2615cefe6
11 changed files with 45 additions and 0 deletions
16
data/fields/toilets/wheelchair.json
Normal file
16
data/fields/toilets/wheelchair.json
Normal file
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue