Skip to content

Commit

Permalink
Add drive_through as (optional) field to Cafe preset (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
arch0345 authored Dec 21, 2022
1 parent 91450cf commit d8ef761
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions data/presets/amenity/cafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
"capacity",
"delivery",
"diet_multi",
"drive_through",
"email",
"fax",
"gnis/feature_id-US",
"highchair",
"level",
"min_age",
"not/name",
Expand All @@ -36,8 +38,7 @@
"takeaway",
"toilets",
"toilets/wheelchair",
"wheelchair",
"highchair"
"wheelchair"
],
"geometry": [
"point",
Expand Down
4 changes: 2 additions & 2 deletions data/presets/amenity/fast_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"email",
"fax",
"gnis/feature_id-US",
"highchair",
"internet_access",
"internet_access/fee",
"internet_access/ssid",
Expand All @@ -32,8 +33,7 @@
"ref/FR/siret-FR",
"smoking",
"takeaway",
"wheelchair",
"highchair"
"wheelchair"
],
"geometry": [
"point",
Expand Down
4 changes: 2 additions & 2 deletions data/presets/amenity/restaurant.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"email",
"fax",
"gnis/feature_id-US",
"highchair",
"internet_access",
"internet_access/fee",
"internet_access/ssid",
Expand All @@ -40,8 +41,7 @@
"takeaway",
"toilets",
"toilets/wheelchair",
"wheelchair",
"highchair"
"wheelchair"
],
"geometry": [
"point",
Expand Down

0 comments on commit d8ef761

Please sign in to comment.