mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 06:58:32 +02:00
Revert brand-related preset changes
I'm not convinced we shouldn't be encouraging simply tagging `name=McDonald's`, `name=Shell`, etc., without `brand` or `operator` at all.
This commit is contained in:
@@ -118,15 +118,6 @@ 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,24 +212,6 @@
|
||||
"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",
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"key": "brand",
|
||||
"type": "text",
|
||||
"placeholder": "McDonald's, Subway, KFC...",
|
||||
"label": "Brand"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"key": "brand",
|
||||
"type": "text",
|
||||
"placeholder": "Shell, Exxon, BP...",
|
||||
"label": "Brand"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"key": "brand",
|
||||
"type": "text",
|
||||
"placeholder": "Olive Garden, Applebee's, TGI Friday's...",
|
||||
"label": "Brand"
|
||||
}
|
||||
+372
-2197
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"icon": "fast-food",
|
||||
"fields": [
|
||||
"brand_fast_food",
|
||||
"cuisine",
|
||||
"building_area",
|
||||
"address",
|
||||
@@ -16,22 +15,6 @@
|
||||
"tags": {
|
||||
"amenity": "fast_food"
|
||||
},
|
||||
"terms": [
|
||||
"breakfast",
|
||||
"cafe*",
|
||||
"café",
|
||||
"coffee",
|
||||
"dine*",
|
||||
"dining",
|
||||
"dinner",
|
||||
"drive-in",
|
||||
"eat*",
|
||||
"grill",
|
||||
"hamburger",
|
||||
"lunch",
|
||||
"pizza",
|
||||
"sandwich",
|
||||
"take*"
|
||||
],
|
||||
"terms": [],
|
||||
"name": "Fast Food"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"icon": "fuel",
|
||||
"fields": [
|
||||
"brand_fuel",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"operator"
|
||||
"building_area"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"icon": "restaurant",
|
||||
"fields": [
|
||||
"brand_restaurant",
|
||||
"cuisine",
|
||||
"building_area",
|
||||
"address",
|
||||
@@ -15,21 +14,38 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"breakfast",
|
||||
"cafe*",
|
||||
"bar",
|
||||
"cafeteria",
|
||||
"café",
|
||||
"coffee",
|
||||
"dine*",
|
||||
"dining",
|
||||
"dinner",
|
||||
"canteen",
|
||||
"chophouse",
|
||||
"coffee shop",
|
||||
"diner",
|
||||
"dining room",
|
||||
"dive*",
|
||||
"doughtnut shop",
|
||||
"drive-in",
|
||||
"eat*",
|
||||
"eatery",
|
||||
"eating house",
|
||||
"eating place",
|
||||
"fast-food place",
|
||||
"fish and chips",
|
||||
"greasy spoon",
|
||||
"grill",
|
||||
"hamburger",
|
||||
"lunch",
|
||||
"pizza",
|
||||
"sandwich",
|
||||
"take*"
|
||||
"hamburger stand",
|
||||
"hashery",
|
||||
"hideaway",
|
||||
"hotdog stand",
|
||||
"inn",
|
||||
"joint*",
|
||||
"luncheonette",
|
||||
"lunchroom",
|
||||
"night club",
|
||||
"outlet*",
|
||||
"pizzeria",
|
||||
"saloon",
|
||||
"soda fountain",
|
||||
"watering hole"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "restaurant"
|
||||
|
||||
Reference in New Issue
Block a user