Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions data/fields/highchair.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"key": "highchair",
"type": "check",
"label": "High Chair",
"autoSuggestions" : false,
"customValues" : true,
Comment thread
andrewharvey marked this conversation as resolved.
Outdated
"terms": [
"booster",
"booster seat",
"feeding chair",
"kids chair"
]
}
3 changes: 2 additions & 1 deletion data/presets/amenity/cafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"reservation",
"smoking",
"takeaway",
"wheelchair"
"wheelchair",
"highchair"
],
"geometry": [
"point",
Expand Down
3 changes: 2 additions & 1 deletion data/presets/amenity/fast_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"ref/vatin",
"smoking",
"takeaway",
"wheelchair"
"wheelchair",
"highchair"
],
"geometry": [
"point",
Expand Down
3 changes: 2 additions & 1 deletion data/presets/amenity/restaurant.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"smoking",
"stars",
"takeaway",
"wheelchair"
"wheelchair",
"highchair"
],
"geometry": [
"point",
Expand Down