mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-12 16:52:45 +00:00
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:
11
data/fields/highchair.json
Normal file
11
data/fields/highchair.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "highchair",
|
||||
"type": "check",
|
||||
"label": "High Chair",
|
||||
"terms": [
|
||||
"booster",
|
||||
"booster seat",
|
||||
"feeding chair",
|
||||
"kids chair"
|
||||
]
|
||||
}
|
||||
@@ -32,7 +32,8 @@
|
||||
"reservation",
|
||||
"smoking",
|
||||
"takeaway",
|
||||
"wheelchair"
|
||||
"wheelchair",
|
||||
"highchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
"ref/vatin",
|
||||
"smoking",
|
||||
"takeaway",
|
||||
"wheelchair"
|
||||
"wheelchair",
|
||||
"highchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -35,7 +35,8 @@
|
||||
"smoking",
|
||||
"stars",
|
||||
"takeaway",
|
||||
"wheelchair"
|
||||
"wheelchair",
|
||||
"highchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user