mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Add Cuisines field to Pub preset (close #7213)
This commit is contained in:
@@ -534,6 +534,8 @@ en:
|
||||
cuisine:
|
||||
# cuisine=*
|
||||
label: Cuisines
|
||||
# 'terms: fare,food types'
|
||||
terms: '[translate with synonyms or related terms for ''Cuisines'', separated by commas]'
|
||||
currency_multi:
|
||||
# 'currency:=*'
|
||||
label: Currency Types
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
"crop": {"key": "crop", "type": "semiCombo", "label": "Crops"},
|
||||
"crossing": {"key": "crossing", "type": "combo", "label": "Type"},
|
||||
"crossing/island": {"key": "crossing:island", "type": "check", "label": "Refuge Island"},
|
||||
"cuisine": {"key": "cuisine", "type": "semiCombo", "label": "Cuisines"},
|
||||
"cuisine": {"key": "cuisine", "type": "semiCombo", "label": "Cuisines", "terms": ["fare", "food types"]},
|
||||
"currency_multi": {"key": "currency:", "type": "multiCombo", "label": "Currency Types", "terms": ["bills", "cash", "coins", "money"]},
|
||||
"cutting": {"key": "cutting", "type": "typeCombo", "label": "Type", "placeholder": "Default"},
|
||||
"cycle_network": {"key": "cycle_network", "type": "networkCombo", "label": "Network"},
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"key": "cuisine",
|
||||
"type": "semiCombo",
|
||||
"label": "Cuisines"
|
||||
"label": "Cuisines",
|
||||
"terms": [
|
||||
"fare",
|
||||
"food types"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
"amenity/post_office": {"icon": "maki-post", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["brand", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "payment_multi", "phone", "polling_station", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["letter", "mail"], "tags": {"amenity": "post_office"}, "name": "Post Office"},
|
||||
"amenity/prep_school": {"icon": "temaki-school", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["email", "fax", "gnis/feature_id", "level", "payment_multi", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["academic", "ACT", "SAT", "homework", "math", "reading", "test prep", "tutoring", "writing"], "tags": {"amenity": "prep_school"}, "name": "Test Prep / Tutoring School"},
|
||||
"amenity/prison": {"icon": "maki-prison", "fields": ["name", "operator", "operator/type", "address"], "moreFields": ["email", "fax", "gnis/feature_id", "phone", "website", "wheelchair"], "geometry": ["area", "point"], "terms": ["cell", "jail", "correction"], "tags": {"amenity": "prison"}, "name": "Prison Grounds"},
|
||||
"amenity/pub": {"icon": "maki-beer", "fields": ["name", "address", "building_area", "opening_hours", "smoking", "brewery"], "moreFields": ["air_conditioning", "diet_multi", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "microbrewery", "min_age", "outdoor_seating", "payment_multi", "phone", "ref/vatin", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "pub"}, "terms": ["alcohol", "drink", "dive", "beer", "bier", "booze"], "name": "Pub"},
|
||||
"amenity/pub": {"icon": "maki-beer", "fields": ["name", "address", "building_area", "opening_hours", "smoking", "brewery"], "moreFields": ["air_conditioning", "cuisine", "diet_multi", "email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "microbrewery", "min_age", "outdoor_seating", "payment_multi", "phone", "ref/vatin", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "pub"}, "terms": ["alcohol", "drink", "dive", "beer", "bier", "booze"], "name": "Pub"},
|
||||
"amenity/pub/lgbtq": {"icon": "maki-beer", "geometry": ["point", "area"], "tags": {"amenity": "pub", "lgbtq": "primary"}, "terms": ["gay pub", "lesbian pub", "lgbtq pub", "lgbt pub", "lgb pub"], "name": "LGBTQ+ Pub"},
|
||||
"amenity/pub/microbrewery": {"icon": "maki-beer", "geometry": ["point", "area"], "tags": {"amenity": "pub", "microbrewery": "yes"}, "reference": {"key": "microbrewery"}, "terms": ["alcohol", "drink", "dive", "beer", "bier", "booze", "craft brewery", "microbrewery", "small batch brewery"], "name": "Brewpub"},
|
||||
"amenity/public_bath": {"icon": "maki-water", "fields": ["name", "bath/type", "bath/open_air", "bath/sand_bath", "address", "building_area", "fee", "charge_fee"], "moreFields": ["email", "fax", "gnis/feature_id", "internet_access", "internet_access/fee", "internet_access/ssid", "opening_hours", "payment_multi_fee", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "public_bath"}, "terms": ["onsen", "foot bath", "hot springs"], "name": "Public Bath"},
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"cuisine",
|
||||
"diet_multi",
|
||||
"email",
|
||||
"fax",
|
||||
|
||||
Vendored
+2
-1
@@ -3023,7 +3023,8 @@
|
||||
"label": "Refuge Island"
|
||||
},
|
||||
"cuisine": {
|
||||
"label": "Cuisines"
|
||||
"label": "Cuisines",
|
||||
"terms": "fare,food types"
|
||||
},
|
||||
"currency_multi": {
|
||||
"label": "Currency Types",
|
||||
|
||||
Reference in New Issue
Block a user