Add preset for Donut fast food, improve cuisine suggestion matching

This commit is contained in:
Bryan Housel
2019-05-15 18:17:44 -04:00
parent 4f47dd75d8
commit 13b0cc3f0a
6 changed files with 58 additions and 10 deletions
+9 -3
View File
@@ -220,10 +220,16 @@ function suggestionsToPresets(presets) {
let presetID, preset;
// sometimes we can find a more specific preset then key/value..
// sometimes we can choose a more specific preset then key/value..
if (suggestion.tags.cuisine) {
presetID = key + '/' + value + '/' + suggestion.tags.cuisine;
preset = presets[presetID];
// cuisine can contain multiple values, so try them all in order
let cuisines = suggestion.tags.cuisine.split(';');
for (let i = 0; i < cuisines.length; i++) {
presetID = key + '/' + value + '/' + cuisines[i].trim();
preset = presets[presetID];
if (preset) break; // we matched one
}
} else if (suggestion.tags.vending) {
if (suggestion.tags.vending === 'parcel_pickup;parcel_mail_in') {
presetID = key + '/' + value + '/parcel_pickup_dropoff';
+5
View File
@@ -2657,6 +2657,11 @@ en:
name: Chicken Fast Food
# 'terms: breakfast,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table'
terms: '<translate with synonyms or related terms for ''Chicken Fast Food'', separated by commas>'
amenity/fast_food/donut:
# 'amenity=fast_food, cuisine=donut'
name: Donut Fast Food
# 'terms: breakfast,brunch,cafe,canteen,coffee,dine,diner,donut,doughnut,dining,eat,lunch,table'
terms: '<translate with synonyms or related terms for ''Donut Fast Food'', separated by commas>'
amenity/fast_food/fish_and_chips:
# 'amenity=fast_food, cuisine=fish_and_chips'
name: Fish & Chips Fast Food
+7 -6
View File
@@ -108,6 +108,7 @@
"amenity/fast_food": {"icon": "maki-fast-food", "fields": ["name", "cuisine", "operator", "address", "building_area", "drive_through"], "moreFields": ["air_conditioning", "opening_hours", "diet_multi", "takeaway", "delivery", "smoking", "capacity", "outdoor_seating", "internet_access", "internet_access/fee", "internet_access/ssid", "payment_multi", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "tags": {"amenity": "fast_food"}, "terms": ["restaurant", "takeaway"], "name": "Fast Food"},
"amenity/fast_food/burger": {"icon": "maki-fast-food", "geometry": ["point", "area"], "terms": ["breakfast", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "burger"}, "reference": {"key": "cuisine", "value": "burger"}, "name": "Burger Fast Food"},
"amenity/fast_food/chicken": {"icon": "fas-drumstick-bite", "geometry": ["point", "area"], "terms": ["breakfast", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "chicken"}, "reference": {"key": "cuisine", "value": "chicken"}, "name": "Chicken Fast Food"},
"amenity/fast_food/donut": {"icon": "temaki-donut", "geometry": ["point", "area"], "terms": ["breakfast", "brunch", "cafe", "canteen", "coffee", "dine", "diner", "donut", "doughnut", "dining", "eat", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "donut"}, "reference": {"key": "cuisine", "value": "donut"}, "name": "Donut Fast Food"},
"amenity/fast_food/fish_and_chips": {"icon": "fas-fish", "geometry": ["point", "area"], "terms": ["breakfast", "cafe", "café", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "french fries"], "tags": {"amenity": "fast_food", "cuisine": "fish_and_chips"}, "reference": {"key": "cuisine", "value": "fish_and_chips"}, "name": "Fish & Chips Fast Food"},
"amenity/fast_food/kebab": {"icon": "maki-restaurant", "geometry": ["point", "area"], "terms": ["bar", "breakfast", "cafe", "café", "canteen", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table"], "tags": {"amenity": "fast_food", "cuisine": "kebab"}, "reference": {"key": "cuisine", "value": "kebab"}, "name": "Kebab Fast Food"},
"amenity/fast_food/mexican": {"icon": "fas-pepper-hot", "geometry": ["point", "area"], "terms": ["breakfast", "dine", "dining", "dinner", "drive-in", "eat", "grill", "lunch", "table", "tacos", "burritos", "enchiladas", "fajitas", "nachos", "tortillas", "salsa", "tamales", "quesadillas"], "tags": {"amenity": "fast_food", "cuisine": "mexican"}, "reference": {"key": "cuisine", "value": "mexican"}, "name": "Mexican Fast Food"},
@@ -1892,11 +1893,11 @@
"amenity/fast_food/burger/Culver's": {"name": "Culver's", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/culvers/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q1143589"}, "addTags": {"amenity": "fast_food", "brand": "Culver's", "brand:wikidata": "Q1143589", "brand:wikipedia": "en:Culver's", "cuisine": "burger", "name": "Culver's", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/DQ Grill & Chill": {"name": "DQ Grill & Chill", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/dairyqueen/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q1141226"}, "addTags": {"amenity": "fast_food", "brand": "DQ Grill & Chill", "brand:wikidata": "Q1141226", "brand:wikipedia": "en:Dairy Queen", "cuisine": "burger", "name": "DQ Grill & Chill", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/Dairy Queen": {"name": "Dairy Queen", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/dairyqueen/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1141226"}, "addTags": {"amenity": "fast_food", "brand": "Dairy Queen", "brand:wikidata": "Q1141226", "brand:wikipedia": "en:Dairy Queen", "cuisine": "ice_cream", "name": "Dairy Queen", "takeaway": "yes"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/Daylight Donuts": {"name": "Daylight Donuts", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/DaylightDonutFlourCo/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q48970508"}, "addTags": {"amenity": "fast_food", "brand": "Daylight Donuts", "brand:wikidata": "Q48970508", "brand:wikipedia": "en:Daylight Donuts", "cuisine": "donut", "name": "Daylight Donuts", "takeaway": "yes"}, "countryCodes": ["us"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/donut/Daylight Donuts": {"name": "Daylight Donuts", "icon": "temaki-donut", "imageURL": "https://graph.facebook.com/DaylightDonutFlourCo/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "donut", "brand:wikidata": "Q48970508"}, "addTags": {"amenity": "fast_food", "brand": "Daylight Donuts", "brand:wikidata": "Q48970508", "brand:wikipedia": "en:Daylight Donuts", "cuisine": "donut", "name": "Daylight Donuts", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "donut"}, "countryCodes": ["us"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/mexican/Del Taco": {"name": "Del Taco", "icon": "fas-pepper-hot", "imageURL": "https://graph.facebook.com/deltaco/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "mexican", "brand:wikidata": "Q1183818"}, "addTags": {"amenity": "fast_food", "brand": "Del Taco", "brand:wikidata": "Q1183818", "brand:wikipedia": "en:Del Taco", "cuisine": "mexican", "name": "Del Taco", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "mexican"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/Dig Inn": {"name": "Dig Inn", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/diginnmarket/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q28226241"}, "addTags": {"amenity": "fast_food", "brand": "Dig Inn", "brand:wikidata": "Q28226241", "brand:wikipedia": "en:Dig Inn", "cuisine": "regional", "name": "Dig Inn", "takeaway": "yes"}, "countryCodes": ["us"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/pizza/Domino's Pizza": {"name": "Domino's Pizza", "icon": "maki-restaurant-pizza", "imageURL": "https://graph.facebook.com/Dominos/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "pizza", "brand:wikidata": "Q839466"}, "addTags": {"amenity": "fast_food", "brand": "Domino's Pizza", "brand:wikidata": "Q839466", "brand:wikipedia": "en:Domino's Pizza", "cuisine": "pizza", "name": "Domino's Pizza", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "pizza"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/Dunkin' Donuts": {"name": "Dunkin' Donuts", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/DunkinUS/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q847743"}, "addTags": {"amenity": "fast_food", "brand": "Dunkin' Donuts", "brand:wikidata": "Q847743", "brand:wikipedia": "en:Dunkin' Donuts", "cuisine": "donut", "name": "Dunkin' Donuts", "takeaway": "yes"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/donut/Dunkin' Donuts": {"name": "Dunkin' Donuts", "icon": "temaki-donut", "imageURL": "https://graph.facebook.com/DunkinUS/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "donut", "brand:wikidata": "Q847743"}, "addTags": {"amenity": "fast_food", "brand": "Dunkin' Donuts", "brand:wikidata": "Q847743", "brand:wikipedia": "en:Dunkin' Donuts", "cuisine": "donut", "name": "Dunkin' Donuts", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "donut"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/Einstein Bros. Bagels": {"name": "Einstein Bros. Bagels", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/einsteinbros/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q5349788"}, "addTags": {"amenity": "fast_food", "brand": "Einstein Bros. Bagels", "brand:wikidata": "Q5349788", "brand:wikipedia": "en:Einstein Bros. Bagels", "cuisine": "bagel", "name": "Einstein Bros. Bagels", "takeaway": "yes"}, "countryCodes": ["us"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/mexican/El Pollo Loco": {"name": "El Pollo Loco", "icon": "fas-pepper-hot", "imageURL": "https://graph.facebook.com/ElPolloLoco/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "mexican", "brand:wikidata": "Q2353849"}, "addTags": {"amenity": "fast_food", "brand": "El Pollo Loco", "brand:wikidata": "Q2353849", "brand:wikipedia": "en:El Pollo Loco", "cuisine": "mexican", "name": "El Pollo Loco", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "mexican"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/Everest": {"name": "Everest", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/everest.gr/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q62273299"}, "addTags": {"amenity": "fast_food", "brand": "Everest", "brand:wikidata": "Q62273299", "cuisine": "burger", "name": "Everest", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "countryCodes": ["gr"], "matchScore": 2, "suggestion": true},
@@ -1927,7 +1928,7 @@
"amenity/fast_food/chicken/KFC": {"name": "KFC", "icon": "fas-drumstick-bite", "imageURL": "https://graph.facebook.com/KFC/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "chicken", "brand:wikidata": "Q524757"}, "addTags": {"amenity": "fast_food", "brand": "KFC", "brand:wikidata": "Q524757", "brand:wikipedia": "en:KFC", "cuisine": "chicken", "name": "KFC", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "chicken"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/Kochlöffel": {"name": "Kochlöffel", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/Kochloeffel.Deutschland/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q315539"}, "addTags": {"amenity": "fast_food", "brand": "Kochlöffel", "brand:wikidata": "Q315539", "brand:wikipedia": "en:Kochlöffel", "cuisine": "burger", "name": "Kochlöffel", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "countryCodes": ["de", "pl", "tr"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/pizza/Kotipizza": {"name": "Kotipizza", "icon": "maki-restaurant-pizza", "imageURL": "https://graph.facebook.com/kotipizza/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "pizza", "brand:wikidata": "Q1628625"}, "addTags": {"amenity": "fast_food", "brand": "Kotipizza", "brand:wikidata": "Q1628625", "brand:wikipedia": "en:Kotipizza", "cuisine": "pizza", "name": "Kotipizza", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "pizza"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/Krispy Kreme": {"name": "Krispy Kreme", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/KrispyKreme/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1192805"}, "addTags": {"amenity": "fast_food", "brand": "Krispy Kreme", "brand:wikidata": "Q1192805", "brand:wikipedia": "en:Krispy Kreme", "cuisine": "donut", "name": "Krispy Kreme", "takeaway": "yes"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/donut/Krispy Kreme": {"name": "Krispy Kreme", "icon": "temaki-donut", "imageURL": "https://graph.facebook.com/KrispyKreme/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "donut", "brand:wikidata": "Q1192805"}, "addTags": {"amenity": "fast_food", "brand": "Krispy Kreme", "brand:wikidata": "Q1192805", "brand:wikipedia": "en:Krispy Kreme", "cuisine": "donut", "name": "Krispy Kreme", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "donut"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/Krystal": {"name": "Krystal", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/Krystal/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q472195"}, "addTags": {"amenity": "fast_food", "brand": "Krystal", "brand:wikidata": "Q472195", "brand:wikipedia": "en:Krystal (restaurant)", "cuisine": "burger", "name": "Krystal", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "countryCodes": ["us"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/pizza/Little Caesars": {"name": "Little Caesars", "icon": "maki-restaurant-pizza", "imageURL": "https://graph.facebook.com/LittleCaesars/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "pizza", "brand:wikidata": "Q1393809"}, "addTags": {"amenity": "fast_food", "brand": "Little Caesars", "brand:wikidata": "Q1393809", "brand:wikipedia": "en:Little Caesars", "cuisine": "pizza", "name": "Little Caesars", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "pizza"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/Long John Silver's": {"name": "Long John Silver's", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/LongJohnSilvers/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1535221"}, "addTags": {"amenity": "fast_food", "brand": "Long John Silver's", "brand:wikidata": "Q1535221", "brand:wikipedia": "en:Long John Silver's", "cuisine": "seafood", "name": "Long John Silver's", "takeaway": "yes"}, "matchScore": 2, "suggestion": true},
@@ -2004,14 +2005,14 @@
"amenity/fast_food/burger/Wimpy": {"name": "Wimpy", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/wimpyrestaurants/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q2811992"}, "addTags": {"amenity": "fast_food", "brand": "Wimpy", "brand:wikidata": "Q2811992", "brand:wikipedia": "en:Wimpy (restaurant)", "cuisine": "burger", "name": "Wimpy", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/Xi'an Famous Foods": {"name": "Xi'an Famous Foods", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/xianfoods/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q8044020"}, "addTags": {"amenity": "fast_food", "brand": "Xi'an Famous Foods", "brand:wikidata": "Q8044020", "brand:wikipedia": "en:Xi'an Famous Foods", "cuisine": "chinese", "name": "Xi'an Famous Foods", "takeaway": "yes"}, "countryCodes": ["us"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/chicken/Zaxby's": {"name": "Zaxby's", "icon": "fas-drumstick-bite", "imageURL": "https://graph.facebook.com/Zaxbys/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "chicken", "brand:wikidata": "Q8067525"}, "addTags": {"amenity": "fast_food", "brand": "Zaxby's", "brand:wikidata": "Q8067525", "brand:wikipedia": "en:Zaxby's", "cuisine": "chicken", "name": "Zaxby's", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "chicken"}, "countryCodes": ["us"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/immergrün": {"name": "immergrün", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/mein.immergruen/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q62589254"}, "addTags": {"amenity": "fast_food", "brand": "immergrün", "brand:wikidata": "Q62589254", "cuisine": "sandwich;salad;juice", "name": "immergün", "takeaway": "yes"}, "countryCodes": ["de"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/sandwich/immergrün": {"name": "immergrün", "icon": "maki-restaurant", "imageURL": "https://graph.facebook.com/mein.immergruen/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "sandwich", "brand:wikidata": "Q62589254"}, "addTags": {"amenity": "fast_food", "brand": "immergrün", "brand:wikidata": "Q62589254", "cuisine": "sandwich;salad;juice", "name": "immergün", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "sandwich"}, "countryCodes": ["de"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/sandwich/Γρηγόρης": {"name": "Γρηγόρης", "icon": "maki-restaurant", "imageURL": "https://graph.facebook.com/gregorys.gr/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "sandwich", "brand:wikidata": "Q62273834"}, "addTags": {"amenity": "fast_food", "brand": "Γρηγόρης", "brand:wikidata": "Q62273834", "cuisine": "sandwich", "name": "Γρηγόρης", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "sandwich"}, "countryCodes": ["gr"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/Бургер Кинг": {"name": "Бургер Кинг", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/burgerking/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q177054"}, "addTags": {"amenity": "fast_food", "brand": "Бургер Кинг", "brand:en": "Burger King", "brand:wikidata": "Q177054", "brand:wikipedia": "en:Burger King", "cuisine": "burger", "name": "Бургер Кинг", "name:en": "Burger King", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/Крошка Картошка": {"name": "Крошка Картошка", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/kartoshka.moscow/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4241838"}, "addTags": {"amenity": "fast_food", "brand": "Крошка Картошка", "brand:wikidata": "Q4241838", "brand:wikipedia": "ru:Крошка Картошка", "cuisine": "potato", "name": "Крошка Картошка", "takeaway": "yes"}, "countryCodes": ["ru"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/Макдоналдс": {"name": "Макдоналдс", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/mcdonalds/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "Макдоналдс", "brand:en": "McDonald's", "brand:wikidata": "Q38076", "brand:wikipedia": "en:McDonald's", "cuisine": "burger", "name": "Макдоналдс", "name:en": "McDonald's", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/pizza/Папа Джонс": {"name": "Папа Джонс", "icon": "maki-restaurant-pizza", "imageURL": "https://graph.facebook.com/papajohns/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "pizza", "brand:wikidata": "Q2759586"}, "addTags": {"amenity": "fast_food", "brand": "Папа Джонс", "brand:en": "Papa John's", "brand:wikidata": "Q2759586", "brand:wikipedia": "ru:Papa Johns", "cuisine": "pizza", "name": "Папа Джонс", "name:en": "Papa John's", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "pizza"}, "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/Робин Сдобин": {"name": "Робин Сдобин", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/robinsdobin/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q62273880"}, "addTags": {"amenity": "fast_food", "brand": "Робин Сдобин", "brand:wikidata": "Q62273880", "cuisine": "burger", "name": "Робин Сдобин", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "countryCodes": ["ru"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/Русский Аппетит": {"name": "Русский Аппетит", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/Русский-Аппетит-1502979646622576/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q62086063"}, "addTags": {"amenity": "fast_food", "brand": "Русский Аппетит", "brand:wikidata": "Q62086063", "cuisine": "sandwich;salad;regional", "name": "Русский Аппетит", "takeaway": "yes"}, "countryCodes": ["ru"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/sandwich/Русский Аппетит": {"name": "Русский Аппетит", "icon": "maki-restaurant", "imageURL": "https://graph.facebook.com/Русский-Аппетит-1502979646622576/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "sandwich", "brand:wikidata": "Q62086063"}, "addTags": {"amenity": "fast_food", "brand": "Русский Аппетит", "brand:wikidata": "Q62086063", "cuisine": "sandwich;salad;regional", "name": "Русский Аппетит", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "sandwich"}, "countryCodes": ["ru"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/Стардог!s": {"name": "Стардог!s", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/StardogsOfficial/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4439856"}, "addTags": {"amenity": "fast_food", "brand": "Стардог!s", "brand:en": "Stardog!s", "brand:wikidata": "Q4439856", "brand:wikipedia": "ru:Стардогс", "cuisine": "sausage", "name": "Стардог!s", "name:en": "Stardog!s", "takeaway": "yes"}, "countryCodes": ["ru"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/Суши Wok": {"name": "Суши Wok", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/sushiwokofficial/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q25444754"}, "addTags": {"amenity": "fast_food", "brand": "Суши Wok", "brand:en": "Sushi Wok", "brand:wikidata": "Q25444754", "brand:wikipedia": "uk:Суши Wok (мережа магазинів)", "cuisine": "asian", "name": "Суши Wok", "name:en": "Sushi Wok", "takeaway": "yes"}, "countryCodes": ["ru", "ua"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/Теремок": {"name": "Теремок", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/teremok/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q4455593"}, "addTags": {"amenity": "fast_food", "brand": "Теремок", "brand:en": "Teremok", "brand:wikidata": "Q4455593", "brand:wikipedia": "ru:Теремок (сеть быстрого питания)", "cuisine": "crepe;russian", "name": "Теремок", "name:en": "Teremok", "takeaway": "yes"}, "matchScore": 2, "suggestion": true},
@@ -2037,7 +2038,7 @@
"amenity/fast_food/pizza/ピザーラ": {"name": "ピザーラ", "icon": "maki-restaurant-pizza", "imageURL": "https://graph.facebook.com/pizzala.jp/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "pizza", "brand:wikidata": "Q7199948"}, "addTags": {"amenity": "fast_food", "brand": "ピザーラ", "brand:en": "Pizza-La", "brand:ja": "ピザーラ", "brand:wikidata": "Q7199948", "brand:wikipedia": "ja:ピザーラ", "cuisine": "pizza", "name": "ピザーラ", "name:en": "Pizza-La", "name:ja": "ピザーラ", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "pizza"}, "countryCodes": ["jp"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/フレッシュネスバーガー": {"name": "フレッシュネスバーガー", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/freshness.burger.official/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q5503087"}, "addTags": {"amenity": "fast_food", "brand": "フレッシュネスバーガー", "brand:en": "Freshness Burger", "brand:ja": "フレッシュネスバーガー", "brand:wikidata": "Q5503087", "brand:wikipedia": "ja:フレッシュネスバーガー", "cuisine": "burger", "name": "フレッシュネスバーガー", "name:en": "Freshness Burger", "name:ja": "フレッシュネスバーガー", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "countryCodes": ["jp"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/マクドナルド": {"name": "マクドナルド", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/mcdonalds/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q38076"}, "addTags": {"amenity": "fast_food", "brand": "マクドナルド", "brand:en": "McDonald's", "brand:ja": "マクドナルド", "brand:wikidata": "Q38076", "brand:wikipedia": "ja:マクドナルド", "cuisine": "burger", "name": "マクドナルド", "name:en": "McDonald's", "name:ja": "マクドナルド", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "countryCodes": ["jp"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/ミスタードーナツ": {"name": "ミスタードーナツ", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/misdo.jp/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q1065819"}, "addTags": {"amenity": "fast_food", "brand": "ミスタードーナツ", "brand:en": "Mister Donut", "brand:ja": "ミスタードーナツ", "brand:wikidata": "Q1065819", "brand:wikipedia": "en:Mister Donut", "cuisine": "donut", "name": "ミスタードーナツ", "name:en": "Mister Donut", "name:ja": "ミスタードーナツ", "takeaway": "yes"}, "countryCodes": ["jp"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/donut/ミスタードーナツ": {"name": "ミスタードーナツ", "icon": "temaki-donut", "imageURL": "https://graph.facebook.com/misdo.jp/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "donut", "brand:wikidata": "Q1065819"}, "addTags": {"amenity": "fast_food", "brand": "ミスタードーナツ", "brand:en": "Mister Donut", "brand:ja": "ミスタードーナツ", "brand:wikidata": "Q1065819", "brand:wikipedia": "en:Mister Donut", "cuisine": "donut", "name": "ミスタードーナツ", "name:en": "Mister Donut", "name:ja": "ミスタードーナツ", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "donut"}, "countryCodes": ["jp"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/モスバーガー": {"name": "モスバーガー", "icon": "maki-fast-food", "imageURL": "https://pbs.twimg.com/profile_images/712033394109124608/kVGTqBLR_bigger.jpg", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q1204169"}, "addTags": {"amenity": "fast_food", "brand": "モスバーガー", "brand:en": "MOS Burger", "brand:ja": "モスバーガー", "brand:wikidata": "Q1204169", "brand:wikipedia": "ja:モスバーガー", "cuisine": "burger", "name": "モスバーガー", "name:en": "MOS Burger", "name:ja": "モスバーガー", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "countryCodes": ["jp"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/ラーメン二郎": {"name": "ラーメン二郎", "icon": "maki-fast-food", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "brand:wikidata": "Q11347765"}, "addTags": {"amenity": "fast_food", "brand": "ラーメン二郎", "brand:en": "Ramen Jiro", "brand:ja": "ラーメン二郎", "brand:wikidata": "Q11347765", "brand:wikipedia": "ja:ラーメン二郎", "cuisine": "ramen", "name": "ラーメン二郎", "name:en": "Ramen Jiro", "name:ja": "ラーメン二郎", "takeaway": "yes"}, "countryCodes": ["jp"], "matchScore": 2, "suggestion": true},
"amenity/fast_food/burger/ロッテリア": {"name": "ロッテリア", "icon": "maki-fast-food", "imageURL": "https://graph.facebook.com/ilovelotteria/picture?type=large", "geometry": ["point", "area"], "tags": {"amenity": "fast_food", "cuisine": "burger", "brand:wikidata": "Q249525"}, "addTags": {"amenity": "fast_food", "brand": "ロッテリア", "brand:en": "Lotteria", "brand:ja": "ロッテリア", "brand:wikidata": "Q249525", "brand:wikipedia": "ja:ロッテリア", "cuisine": "burger", "name": "ロッテリア", "name:en": "Lotteria", "name:ja": "ロッテリア", "takeaway": "yes"}, "reference": {"key": "cuisine", "value": "burger"}, "countryCodes": ["jp"], "matchScore": 2, "suggestion": true},
@@ -0,0 +1,31 @@
{
"icon": "temaki-donut",
"geometry": [
"point",
"area"
],
"terms": [
"breakfast",
"brunch",
"cafe",
"canteen",
"coffee",
"dine",
"diner",
"donut",
"doughnut",
"dining",
"eat",
"lunch",
"table"
],
"tags": {
"amenity": "fast_food",
"cuisine": "donut"
},
"reference": {
"key": "cuisine",
"value": "donut"
},
"name": "Donut Fast Food"
}
+1
View File
@@ -110,6 +110,7 @@
{"key": "amenity", "value": "fast_food", "description": "🄿 Fast Food", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/fast-food-15.svg?sanitize=true"},
{"key": "cuisine", "value": "burger", "description": "🄿 Burger Fast Food", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/fast-food-15.svg?sanitize=true"},
{"key": "cuisine", "value": "chicken", "description": "🄿 Chicken Fast Food", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-drumstick-bite.svg?sanitize=true"},
{"key": "cuisine", "value": "donut", "description": "🄿 Donut Fast Food", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/donut.svg?sanitize=true"},
{"key": "cuisine", "value": "fish_and_chips", "description": "🄿 Fish & Chips Fast Food", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-fish.svg?sanitize=true"},
{"key": "cuisine", "value": "kebab", "description": "🄿 Kebab Fast Food", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/restaurant-15.svg?sanitize=true"},
{"key": "cuisine", "value": "mexican", "description": "🄿 Mexican Fast Food, 🄿 Mexican Restaurant", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-pepper-hot.svg?sanitize=true"},
+5 -1
View File
@@ -4702,6 +4702,10 @@
"name": "Chicken Fast Food",
"terms": "breakfast,canteen,dine,dining,dinner,drive-in,eat,grill,lunch,table"
},
"amenity/fast_food/donut": {
"name": "Donut Fast Food",
"terms": "breakfast,brunch,cafe,canteen,coffee,dine,diner,donut,doughnut,dining,eat,lunch,table"
},
"amenity/fast_food/fish_and_chips": {
"name": "Fish & Chips Fast Food",
"terms": "breakfast,cafe,café,dine,dining,dinner,drive-in,eat,grill,lunch,table,french fries"
@@ -9099,7 +9103,7 @@
"attribution": {
"text": "Terms & Feedback"
},
"description": "DigitalGlobe-Vivid is a mosaic with optimal aesthetics and currency for any area on the globe, 50cm resolution or better, and image currency <20 month average globally.",
"description": "DigitalGlobe-Vivid is a mosiac with optimal aesthetics and currency for any area on the globe, 50cm resolution or better, and image currency <20 month average globally.",
"name": "DigitalGlobe Vivid Imagery"
},
"EOXAT2018CLOUDLESS": {