add highchair field to cafe,fast_food,restaurant (#280)

* add highchair field to cafe,fast_food,restaurant

* Update data/fields/highchair.json

Co-authored-by: Martin Raifer <martin@raifer.tech>

* Rename highchair.json to high_chair.json

* Rename high_chair.json to highchair.json

* remove fields which don't do anything for type=check

Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
Andrew Harvey 2021-12-13 22:08:14 +11:00 committed by GitHub
parent f4cf9488f9
commit e9c4cbef1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,11 @@
{
"key": "highchair",
"type": "check",
"label": "High Chair",
"terms": [
"booster",
"booster seat",
"feeding chair",
"kids chair"
]
}

View file

@ -32,7 +32,8 @@
"reservation",
"smoking",
"takeaway",
"wheelchair"
"wheelchair",
"highchair"
],
"geometry": [
"point",

View file

@ -32,7 +32,8 @@
"ref/vatin",
"smoking",
"takeaway",
"wheelchair"
"wheelchair",
"highchair"
],
"geometry": [
"point",

View file

@ -35,7 +35,8 @@
"smoking",
"stars",
"takeaway",
"wheelchair"
"wheelchair",
"highchair"
],
"geometry": [
"point",