mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
add brand field to fast_food, restaurant presets too
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user