add brand field to fast_food, restaurant presets too

This commit is contained in:
Bryan Housel
2014-07-25 11:22:04 -04:00
parent a988a0647d
commit 7cd7ec8af6
8 changed files with 304 additions and 62 deletions
+6
View File
@@ -118,9 +118,15 @@ en:
label: Type
boundary:
label: Type
brand_fast_food:
label: Brand
placeholder: "McDonald's, Subway, KFC..."
brand_fuel:
label: Brand
placeholder: "Shell, Exxon, BP..."
brand_restaurant:
label: Brand
placeholder: "Olive Garden, Applebee's, TGI Friday's..."
building:
label: Building
building_area:
+12
View File
@@ -212,12 +212,24 @@
"type": "combo",
"label": "Type"
},
"brand_fast_food": {
"key": "brand",
"type": "text",
"placeholder": "McDonald's, Subway, KFC...",
"label": "Brand"
},
"brand_fuel": {
"key": "brand",
"type": "text",
"placeholder": "Shell, Exxon, BP...",
"label": "Brand"
},
"brand_restaurant": {
"key": "brand",
"type": "text",
"placeholder": "Olive Garden, Applebee's, TGI Friday's...",
"label": "Brand"
},
"building": {
"key": "building",
"type": "typeCombo",
+6
View File
@@ -0,0 +1,6 @@
{
"key": "brand",
"type": "text",
"placeholder": "McDonald's, Subway, KFC...",
"label": "Brand"
}
@@ -0,0 +1,6 @@
{
"key": "brand",
"type": "text",
"placeholder": "Olive Garden, Applebee's, TGI Friday's...",
"label": "Brand"
}
+233 -30
View File
File diff suppressed because it is too large Load Diff
+18 -1
View File
@@ -1,6 +1,7 @@
{
"icon": "fast-food",
"fields": [
"brand_fast_food",
"cuisine",
"building_area",
"address",
@@ -15,6 +16,22 @@
"tags": {
"amenity": "fast_food"
},
"terms": [],
"terms": [
"breakfast",
"cafe*",
"café",
"coffee",
"dine*",
"dining",
"dinner",
"drive-in",
"eat*",
"grill",
"hamburger",
"lunch",
"pizza",
"sandwich",
"take*"
],
"name": "Fast Food"
}
+13 -29
View File
@@ -1,6 +1,7 @@
{
"icon": "restaurant",
"fields": [
"brand_restaurant",
"cuisine",
"building_area",
"address",
@@ -14,38 +15,21 @@
"area"
],
"terms": [
"bar",
"cafeteria",
"breakfast",
"cafe*",
"café",
"canteen",
"chophouse",
"coffee shop",
"diner",
"dining room",
"dive*",
"doughtnut shop",
"coffee",
"dine*",
"dining",
"dinner",
"drive-in",
"eatery",
"eating house",
"eating place",
"fast-food place",
"fish and chips",
"greasy spoon",
"eat*",
"grill",
"hamburger stand",
"hashery",
"hideaway",
"hotdog stand",
"inn",
"joint*",
"luncheonette",
"lunchroom",
"night club",
"outlet*",
"pizzeria",
"saloon",
"soda fountain",
"watering hole"
"hamburger",
"lunch",
"pizza",
"sandwich",
"take*"
],
"tags": {
"amenity": "restaurant"