diff --git a/build.js b/build.js index 36b604fcf..81e3fc632 100644 --- a/build.js +++ b/build.js @@ -5,7 +5,8 @@ var fs = require('fs'), _ = require('./js/lib/lodash'), jsonschema = require('jsonschema'), fieldSchema = require('./data/presets/schema/field.json'), - presetSchema = require('./data/presets/schema/preset.json'); + presetSchema = require('./data/presets/schema/preset.json'), + suggestions = require('./data/name-suggestions.json'); function readtxt(f) { return fs.readFileSync(f, 'utf8'); @@ -88,6 +89,53 @@ function generateFields() { fs.writeFileSync('data/presets/fields.json', stringify(fields)); } +function suggestionsToPresets(presets) { + var existing = {}, + countThreshold = 0; + + for (var preset in presets) { + existing[presets[preset].name] = { + category: preset, + count: -1 + }; + } + + for (var key in suggestions) { + for (var value in suggestions[key]) { + for (var name in suggestions[key][value]) { + var item = key + '/' + value + '/' + name, + tags = {}, + count = suggestions[key][value][name].count; + + tags = _.extend({name: name}, suggestions[key][value][name].tags); + + if (!existing[name] && count > countThreshold) addPreset(item, tags, name, count); + } + } + } + + function addPreset(category, tags, name, count) { + var tag = category.split('/'), + parent = presets[tag[0] + '/' + tag[1]]; + + presets[category] = { + tags: parent.tags ? _.merge(tags, parent.tags) : tags, + name: name, + icon: parent.icon, + geometry: parent.geometry, + fields: parent.fields, + suggestion: true + }; + + existing[name] = { + category: category, + count: count + }; + } + + return presets; +} + function generatePresets() { var presets = {}; @@ -121,6 +169,8 @@ function generatePresets() { presets[id] = preset; }); + presets = _.merge(presets, suggestionsToPresets(presets)); + fs.writeFileSync('data/presets/presets.json', stringify(presets)); fs.writeFileSync('js/id/core/area_keys.js', '/* jshint -W109 */\niD.areaKeys = ' + stringify(areaKeys) + ';'); diff --git a/data/name-suggestions.json b/data/name-suggestions.json index eb1869954..a9adaa9ca 100644 --- a/data/name-suggestions.json +++ b/data/name-suggestions.json @@ -694,14 +694,20 @@ "Уралсиб": { "count": 83 }, - "ლიბერთი ბანკი (Liberty Bank)": { - "count": 55 + "ლიბერთი ბანკი": { + "count": 55, + "tags": { + "name:en": "Liberty Bank" + } }, "みずほ銀行": { "count": 68 }, "りそな銀行": { - "count": 227 + "count": 227, + "tags": { + "name:en": "Mizuho Bank" + } }, "三井住友銀行": { "count": 122 @@ -712,23 +718,38 @@ "中国银行": { "count": 65 }, - "광주은행 (Gwangju Bank)": { - "count": 55 + "광주은행": { + "count": 55, + "tags": { + "name:en": "Gwangju Bank" + } }, "국민은행": { - "count": 167 + "count": 167, + "tags": { + "name:en": "Gungmin Bank" + } }, "농협": { "count": 51 }, "신한은행": { - "count": 218 + "count": 218, + "tags": { + "name:en": "Sinhan Bank" + } }, "우리은행": { - "count": 293 + "count": 293, + "tags": { + "name:en": "Uri Bank" + } }, - "중소기업은행 (Industrial Bank of Korea)": { - "count": 53 + "중소기업은행": { + "count": 53, + "tags": { + "name:en": "Industrial Bank of Korea" + } }, "하나은행": { "count": 78 @@ -760,7 +781,10 @@ "count": 548 }, "Dunkin Donuts": { - "count": 365 + "count": 365, + "tags": { + "cuisine": "donut" + } }, "Eiscafe": { "count": 115 @@ -771,9 +795,6 @@ "Eisdiele": { "count": 64 }, - "Panera Bread": { - "count": 72 - }, "Pret A Manger": { "count": 115 }, @@ -784,17 +805,14 @@ "count": 67 }, "Starbucks": { - "count": 3837 - }, - "Subway": { - "count": 61 + "count": 3837, + "tags": { + "cuisine": "coffee_shop" + } }, "Tchibo": { "count": 91 }, - "Tim Hortons": { - "count": 940 - }, "Traveler's Coffee": { "count": 59 }, @@ -816,18 +834,23 @@ "คาเฟ่ อเมซอน": { "count": 63 }, - "カフェ・ド・クリエ (Cafe de CRIE)": { - "count": 68 + "カフェ・ド・クリエ": { + "count": 68, + "tags": { + "name:en": "Cafe de CRIE" + } }, "スターバックス": { - "count": 54, - "name:en": "Starbucks" - }, - "スターバックス (Starbucks)": { - "count": 191 + "count": 245, + "tags": { + "name:en": "Starbucks" + } }, "ドトール": { - "count": 163 + "count": 163, + "tags": { + "name:en": "DOUTOR" + } } }, "car_rental": { @@ -873,16 +896,28 @@ "count": 57 }, "Burger King": { - "count": 3449 + "count": 3449, + "tags": { + "cuisine": "burger" + } }, "Carl's Jr.": { - "count": 272 + "count": 272, + "tags": { + "cuisine": "burger" + } }, "Chick-fil-A": { - "count": 214 + "count": 214, + "tags": { + "cuisine": "chicken" + } }, "Chipotle": { - "count": 260 + "count": 260, + "tags": { + "cuisine": "mexican" + } }, "Chowking": { "count": 138 @@ -900,10 +935,10 @@ "count": 137 }, "Domino's Pizza": { - "count": 896 - }, - "Dunkin Donuts": { - "count": 411 + "count": 896, + "tags": { + "cuisine": "pizza" + } }, "Döner": { "count": 221 @@ -917,14 +952,14 @@ "Five Guys": { "count": 124 }, - "Greggs": { - "count": 77 - }, "Hallo Pizza": { "count": 76 }, "Hardee's": { - "count": 242 + "count": 242, + "tags": { + "cuisine": "burger" + } }, "Harvey's": { "count": 83 @@ -933,7 +968,10 @@ "count": 97 }, "Hungry Jacks": { - "count": 163 + "count": 163, + "tags": { + "cuisine": "burger" + } }, "Imbiss": { "count": 181 @@ -945,7 +983,10 @@ "count": 52 }, "Jack in the Box": { - "count": 517 + "count": 517, + "tags": { + "cuisine": "burger" + } }, "Jamba Juice": { "count": 60 @@ -957,7 +998,10 @@ "count": 384 }, "KFC": { - "count": 2975 + "count": 2975, + "tags": { + "cuisine": "chicken" + } }, "Kebab": { "count": 167 @@ -974,35 +1018,26 @@ "Long John Silver's": { "count": 76 }, - "Mang Inasal": { - "count": 66 - }, "McDonald's": { - "count": 11760 + "count": 11760, + "tags": { + "cuisine": "burger" + } }, "Mr. Sub": { "count": 108 }, - "Nando's": { - "count": 58 - }, "Nordsee": { "count": 159 }, "Panda Express": { "count": 212 }, - "Panera Bread": { - "count": 59 - }, "Papa John's": { - "count": 274 - }, - "Pizza Express": { - "count": 65 - }, - "Pizza Hut": { - "count": 1010 + "count": 274, + "tags": { + "cuisine": "pizza" + } }, "Pizza Nova": { "count": 57 @@ -1014,13 +1049,19 @@ "count": 63 }, "Popeye's": { - "count": 147 + "count": 147, + "tags": { + "cuisine": "chicken" + } }, "Quick": { "count": 484 }, "Quiznos": { - "count": 262 + "count": 262, + "tags": { + "cuisine": "sandwich" + } }, "Red Rooster": { "count": 145 @@ -1029,13 +1070,19 @@ "count": 61 }, "Sonic": { - "count": 506 + "count": 506, + "tags": { + "cuisine": "burger" + } }, "Steers": { "count": 139 }, "Subway": { - "count": 5113 + "count": 5113, + "tags": { + "cuisine": "sandwich" + } }, "Taco Bell": { "count": 1257 @@ -1053,7 +1100,10 @@ "count": 292 }, "Wendy's": { - "count": 1487 + "count": 1487, + "tags": { + "cuisine": "burger" + } }, "Whataburger": { "count": 147 @@ -1066,7 +1116,9 @@ }, "Макдоналдс": { "count": 309, - "name:en": "McDonald's" + "tags": { + "name:en": "McDonald's" + } }, "Робин Сдобин": { "count": 72 @@ -1074,37 +1126,46 @@ "Русский Аппетит": { "count": 65 }, - "Столовая": { - "count": 189 - }, "Теремок": { "count": 63 }, "すき家": { - "count": 245 + "count": 245, + "tags": { + "name:en": "SUKIYA" + } }, "なか卯": { "count": 52 }, "ケンタッキーフライドチキン": { - "count": 54, - "name:en": "KFC" - }, - "ケンタッキーフライドチキン (Kentucky Fried Chicken)": { - "count": 104 + "count": 158, + "tags": { + "name:en": "KFC", + "cuisine": "chicken" + } }, "マクドナルド": { "count": 632, - "name:en": "McDonald's" + "tags": { + "name:en": "McDonald's", + "cuisine": "burger" + } }, "モスバーガー": { - "count": 237 + "count": 237, + "tags": { + "name:en": "MOS BURGER" + } }, "吉野家": { "count": 172 }, "松屋": { - "count": 224 + "count": 224, + "tags": { + "name:en": "Matsuya" + } }, "肯德基": { "count": 81 @@ -1135,8 +1196,8 @@ "ARAL": { "count": 371 }, - "AVIA": { - "count": 257 + "Avia": { + "count": 871 }, "Afriquia": { "count": 90 @@ -1159,9 +1220,6 @@ "Avanti": { "count": 92 }, - "Avia": { - "count": 614 - }, "BFT": { "count": 88 }, @@ -1637,15 +1695,18 @@ "count": 132 }, "出光": { - "count": 205 + "count": 205, + "tags": { + "name:en": "IDEMITSU" + } }, "昭和シェル (Showa-shell)": { "count": 93 } }, "pharmacy": { - "36,6": { - "count": 107 + "Аптека 36,6": { + "count": 220 }, "Adler Apotheke": { "count": 302 @@ -1806,9 +1867,6 @@ "Аптека": { "count": 1879 }, - "Аптека 36,6": { - "count": 113 - }, "Аптечный пункт": { "count": 136 }, @@ -2052,9 +2110,6 @@ "Buffalo Wild Wings": { "count": 147 }, - "Burger King": { - "count": 141 - }, "Bären": { "count": 58 }, @@ -2070,12 +2125,6 @@ "China Town": { "count": 70 }, - "Chipotle": { - "count": 125 - }, - "Chowking": { - "count": 53 - }, "Courtepaille": { "count": 95 }, @@ -2085,9 +2134,6 @@ "Da Vinci": { "count": 53 }, - "Dairy Queen": { - "count": 92 - }, "Delphi": { "count": 86 }, @@ -2103,9 +2149,6 @@ "Dolce Vita": { "count": 74 }, - "Domino's Pizza": { - "count": 98 - }, "El Greco": { "count": 80 }, @@ -2157,9 +2200,6 @@ "IHOP": { "count": 286 }, - "KFC": { - "count": 191 - }, "Kantine": { "count": 52 }, @@ -2217,9 +2257,6 @@ "Mang Inasal": { "count": 81 }, - "McDonald's": { - "count": 297 - }, "Mensa": { "count": 87 }, @@ -2244,9 +2281,6 @@ "Outback Steakhouse": { "count": 189 }, - "Panda Express": { - "count": 53 - }, "Panera Bread": { "count": 171 }, @@ -2325,18 +2359,12 @@ "Sternen": { "count": 78 }, - "Subway": { - "count": 470 - }, "Swiss Chalet": { "count": 101 }, "TGI Friday's": { "count": 138 }, - "Taco Bell": { - "count": 82 - }, "Taj Mahal": { "count": 101 }, @@ -2367,9 +2395,6 @@ "Waldschänke": { "count": 55 }, - "Wendy's": { - "count": 86 - }, "Zizzi": { "count": 62 }, @@ -2391,14 +2416,14 @@ "Евразия": { "count": 98 }, - "Столовая": { - "count": 126 - }, "Якитория": { "count": 74 }, "ガスト": { - "count": 204 + "count": 204, + "tags": { + "name:en": "Gusto" + } }, "サイゼリヤ": { "count": 81 @@ -2502,9 +2527,6 @@ "Kamps": { "count": 252 }, - "Müller": { - "count": 91 - }, "Oebel": { "count": 57 }, @@ -2699,9 +2721,6 @@ "Bipa": { "count": 276 }, - "Boots": { - "count": 94 - }, "dm": { "count": 873 }, @@ -2725,9 +2744,6 @@ }, "Schlecker": { "count": 201 - }, - "Superdrug": { - "count": 64 } }, "clothes": { @@ -2812,9 +2828,6 @@ "Kiabi": { "count": 139 }, - "Kohl's": { - "count": 101 - }, "Lacoste": { "count": 66 }, @@ -2978,9 +2991,6 @@ "COOP Jednota": { "count": 160 }, - "CVS": { - "count": 64 - }, "Carrefour City": { "count": 54 }, @@ -3080,9 +3090,6 @@ "Lewiatan": { "count": 111 }, - "Lidl": { - "count": 81 - }, "Londis": { "count": 341 }, @@ -3137,9 +3144,6 @@ "QuikTrip": { "count": 59 }, - "Rossmann": { - "count": 62 - }, "SPAR": { "count": 185 }, @@ -3206,9 +3210,6 @@ "Volg": { "count": 110 }, - "Walgreens": { - "count": 89 - }, "Wawa": { "count": 129 }, @@ -3312,11 +3313,16 @@ "count": 145 }, "サンクス": { - "count": 517 + "count": 517, + "tags": { + "name:en": "sunkus" + } }, "サークルK": { "count": 450, - "name:en": "Circle K" + "tags": { + "name:en": "Circle K" + } }, "スリーエフ": { "count": 84 @@ -3325,21 +3331,31 @@ "count": 52 }, "セブンイレブン": { - "count": 2742 + "count": 2742, + "tags": { + "name:en": "7-Eleven" + } }, "デイリーヤマザキ": { "count": 124 }, "ファミリーマート": { "count": 1352, - "name:en": "FamilyMart" + "tags": { + "name:en": "FamilyMart" + } }, "ミニストップ": { - "count": 282 + "count": 282, + "tags": { + "name:en": "MINISTOP" + } }, "ローソン": { "count": 1399, - "name:en": "LAWSON" + "tags": { + "name:en": "LAWSON" + } }, "ローソンストア100": { "count": 65 @@ -3361,9 +3377,6 @@ "Canadian Tire": { "count": 69 }, - "Costco": { - "count": 79 - }, "Debenhams": { "count": 65 }, @@ -3608,24 +3621,11 @@ "1000 мелочей": { "count": 53 }, - "Ace Hardware": { - "count": 82 - }, - "Home Depot": { - "count": 81 - }, "Хозтовары": { "count": 143 } }, - "hifi": { - "Best Buy": { - "count": 94 - }, - "Media Markt": { - "count": 57 - } - }, + "hifi": {}, "jewelry": { "Bijou Brigitte": { "count": 53 @@ -3850,11 +3850,8 @@ "Albert Heijn": { "count": 445 }, - "Albertson's": { - "count": 96 - }, "Albertsons": { - "count": 133 + "count": 229 }, "Aldi Nord": { "count": 194 @@ -4295,7 +4292,7 @@ "count": 1440 }, "Real": { - "count": 337 + "count": 257 }, "Reliance Fresh": { "count": 63 @@ -4309,9 +4306,6 @@ "Rimi": { "count": 103 }, - "Rossmann": { - "count": 88 - }, "S-Market": { "count": 107 }, @@ -4372,9 +4366,6 @@ "Tesco": { "count": 1285 }, - "Target": { - "count": 199 - }, "tegut": { "count": 220 }, @@ -4441,6 +4432,9 @@ "nahkauf": { "count": 79 }, + "real,-": { + "count": 80 + }, "sky": { "count": 100 }, @@ -4489,9 +4483,6 @@ "Полушка": { "count": 133 }, - "Продукты": { - "count": 96 - }, "Пятёрочка": { "count": 1232 }, diff --git a/data/presets.yaml b/data/presets.yaml index 33e5f40b4..a05b81017 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -80,6 +80,8 @@ en: label: Building building_area: label: Building + cans: + label: Accepts Cans capacity: label: Capacity placeholder: "50, 100, 200..." @@ -90,6 +92,8 @@ en: options: clockwise: Clockwise anticlockwise: Counterclockwise + clothes: + label: Accepts Clothes collection_times: label: Collection Times construction: @@ -127,6 +131,8 @@ en: label: Source generator/type: label: Type + glass: + label: Accepts Glass highway: label: Type historic: @@ -185,6 +191,8 @@ en: label: Hours operator: label: Operator + paper: + label: Accepts Paper park_ride: label: Park and Ride parking: @@ -424,6 +432,9 @@ en: amenity/ranger_station: name: Ranger Station terms: "" + amenity/recycling: + name: Recycling + terms: "" amenity/restaurant: name: Restaurant terms: "" diff --git a/data/presets/fields.json b/data/presets/fields.json index 694c6b897..bd2bc90dd 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -141,6 +141,11 @@ "geometry": "area", "label": "Building" }, + "cans": { + "key": "cans", + "type": "check", + "label": "Accepts Cans" + }, "capacity": { "key": "capacity", "type": "number", @@ -184,6 +189,11 @@ } } }, + "clothes": { + "key": "clothes", + "type": "check", + "label": "Accepts Clothes" + }, "collection_times": { "key": "collection_times", "type": "text", @@ -284,6 +294,11 @@ "type": "combo", "label": "Type" }, + "glass": { + "key": "glass", + "type": "check", + "label": "Accepts Glass" + }, "highway": { "key": "highway", "type": "typeCombo", @@ -427,6 +442,11 @@ "type": "text", "label": "Operator" }, + "paper": { + "key": "paper", + "type": "check", + "label": "Accepts Paper" + }, "park_ride": { "key": "park_ride", "type": "check", diff --git a/data/presets/fields/cans.json b/data/presets/fields/cans.json new file mode 100644 index 000000000..c286f2a71 --- /dev/null +++ b/data/presets/fields/cans.json @@ -0,0 +1,5 @@ +{ + "key": "cans", + "type": "check", + "label": "Accepts Cans" +} diff --git a/data/presets/fields/clothes.json b/data/presets/fields/clothes.json new file mode 100644 index 000000000..4b81f306a --- /dev/null +++ b/data/presets/fields/clothes.json @@ -0,0 +1,5 @@ +{ + "key": "clothes", + "type": "check", + "label": "Accepts Clothes" +} diff --git a/data/presets/fields/glass.json b/data/presets/fields/glass.json new file mode 100644 index 000000000..b61ac9bb5 --- /dev/null +++ b/data/presets/fields/glass.json @@ -0,0 +1,5 @@ +{ + "key": "glass", + "type": "check", + "label": "Accepts Glass" +} diff --git a/data/presets/fields/paper.json b/data/presets/fields/paper.json new file mode 100644 index 000000000..977a52730 --- /dev/null +++ b/data/presets/fields/paper.json @@ -0,0 +1,5 @@ +{ + "key": "paper", + "type": "check", + "label": "Accepts Paper" +} diff --git a/data/presets/presets.json b/data/presets/presets.json index 5e21505f9..52197578a 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1000,6 +1000,25 @@ }, "name": "Ranger Station" }, + "amenity/recycling": { + "icon": "recycling", + "fields": [ + "cans", + "glass", + "paper", + "clothes" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "terms": [], + "tags": { + "amenity": "recycling" + }, + "name": "Recycling" + }, "amenity/restaurant": { "icon": "restaurant", "fields": [ @@ -5985,5 +6004,25989 @@ "waterway": "weir" }, "name": "Weir" + }, + "amenity/bank/ABN AMRO": { + "tags": { + "name": "ABN AMRO", + "amenity": "bank" + }, + "name": "ABN AMRO", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ABSA": { + "tags": { + "name": "ABSA", + "amenity": "bank" + }, + "name": "ABSA", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/AIB": { + "tags": { + "name": "AIB", + "amenity": "bank" + }, + "name": "AIB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ANZ": { + "tags": { + "name": "ANZ", + "amenity": "bank" + }, + "name": "ANZ", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/AXA": { + "tags": { + "name": "AXA", + "amenity": "bank" + }, + "name": "AXA", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Alior Bank": { + "tags": { + "name": "Alior Bank", + "amenity": "bank" + }, + "name": "Alior Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Allied Bank": { + "tags": { + "name": "Allied Bank", + "amenity": "bank" + }, + "name": "Allied Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Alpha Bank": { + "tags": { + "name": "Alpha Bank", + "amenity": "bank" + }, + "name": "Alpha Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Argenta": { + "tags": { + "name": "Argenta", + "amenity": "bank" + }, + "name": "Argenta", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Axis Bank": { + "tags": { + "name": "Axis Bank", + "amenity": "bank" + }, + "name": "Axis Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BAWAG PSK": { + "tags": { + "name": "BAWAG PSK", + "amenity": "bank" + }, + "name": "BAWAG PSK", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BB&T": { + "tags": { + "name": "BB&T", + "amenity": "bank" + }, + "name": "BB&T", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BBK": { + "tags": { + "name": "BBK", + "amenity": "bank" + }, + "name": "BBK", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BBVA": { + "tags": { + "name": "BBVA", + "amenity": "bank" + }, + "name": "BBVA", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BCI": { + "tags": { + "name": "BCI", + "amenity": "bank" + }, + "name": "BCI", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BCR": { + "tags": { + "name": "BCR", + "amenity": "bank" + }, + "name": "BCR", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BDO": { + "tags": { + "name": "BDO", + "amenity": "bank" + }, + "name": "BDO", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BES": { + "tags": { + "name": "BES", + "amenity": "bank" + }, + "name": "BES", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BMO": { + "tags": { + "name": "BMO", + "amenity": "bank" + }, + "name": "BMO", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BNL": { + "tags": { + "name": "BNL", + "amenity": "bank" + }, + "name": "BNL", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BNP": { + "tags": { + "name": "BNP", + "amenity": "bank" + }, + "name": "BNP", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BNP Paribas": { + "tags": { + "name": "BNP Paribas", + "amenity": "bank" + }, + "name": "BNP Paribas", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BNP Paribas Fortis": { + "tags": { + "name": "BNP Paribas Fortis", + "amenity": "bank" + }, + "name": "BNP Paribas Fortis", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BPI": { + "tags": { + "name": "BPI", + "amenity": "bank" + }, + "name": "BPI", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BRD": { + "tags": { + "name": "BRD", + "amenity": "bank" + }, + "name": "BRD", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BW-Bank": { + "tags": { + "name": "BW-Bank", + "amenity": "bank" + }, + "name": "BW-Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BZ WBK": { + "tags": { + "name": "BZ WBK", + "amenity": "bank" + }, + "name": "BZ WBK", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banamex": { + "tags": { + "name": "Banamex", + "amenity": "bank" + }, + "name": "Banamex", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banca Intesa": { + "tags": { + "name": "Banca Intesa", + "amenity": "bank" + }, + "name": "Banca Intesa", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banca Popolare di Novara": { + "tags": { + "name": "Banca Popolare di Novara", + "amenity": "bank" + }, + "name": "Banca Popolare di Novara", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banca Popolare di Vicenza": { + "tags": { + "name": "Banca Popolare di Vicenza", + "amenity": "bank" + }, + "name": "Banca Popolare di Vicenza", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banca Transilvania": { + "tags": { + "name": "Banca Transilvania", + "amenity": "bank" + }, + "name": "Banca Transilvania", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bancaja": { + "tags": { + "name": "Bancaja", + "amenity": "bank" + }, + "name": "Bancaja", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco BCI": { + "tags": { + "name": "Banco BCI", + "amenity": "bank" + }, + "name": "Banco BCI", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco Estado": { + "tags": { + "name": "Banco Estado", + "amenity": "bank" + }, + "name": "Banco Estado", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco G&T Continental": { + "tags": { + "name": "Banco G&T Continental", + "amenity": "bank" + }, + "name": "Banco G&T Continental", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco Itaú": { + "tags": { + "name": "Banco Itaú", + "amenity": "bank" + }, + "name": "Banco Itaú", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco Nación": { + "tags": { + "name": "Banco Nación", + "amenity": "bank" + }, + "name": "Banco Nación", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco Pastor": { + "tags": { + "name": "Banco Pastor", + "amenity": "bank" + }, + "name": "Banco Pastor", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco Popular": { + "tags": { + "name": "Banco Popular", + "amenity": "bank" + }, + "name": "Banco Popular", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco Provincia": { + "tags": { + "name": "Banco Provincia", + "amenity": "bank" + }, + "name": "Banco Provincia", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco Santander": { + "tags": { + "name": "Banco Santander", + "amenity": "bank" + }, + "name": "Banco Santander", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco de Chile": { + "tags": { + "name": "Banco de Chile", + "amenity": "bank" + }, + "name": "Banco de Chile", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco de Costa Rica": { + "tags": { + "name": "Banco de Costa Rica", + "amenity": "bank" + }, + "name": "Banco de Costa Rica", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco de Desarrollo Banrural": { + "tags": { + "name": "Banco de Desarrollo Banrural", + "amenity": "bank" + }, + "name": "Banco de Desarrollo Banrural", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco de la Nación": { + "tags": { + "name": "Banco de la Nación", + "amenity": "bank" + }, + "name": "Banco de la Nación", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banco do Brasil": { + "tags": { + "name": "Banco do Brasil", + "amenity": "bank" + }, + "name": "Banco do Brasil", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/BancoEstado": { + "tags": { + "name": "BancoEstado", + "amenity": "bank" + }, + "name": "BancoEstado", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bancolombia": { + "tags": { + "name": "Bancolombia", + "amenity": "bank" + }, + "name": "Bancolombia", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bancomer": { + "tags": { + "name": "Bancomer", + "amenity": "bank" + }, + "name": "Bancomer", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bancpost": { + "tags": { + "name": "Bancpost", + "amenity": "bank" + }, + "name": "Bancpost", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banesco": { + "tags": { + "name": "Banesco", + "amenity": "bank" + }, + "name": "Banesco", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banesto": { + "tags": { + "name": "Banesto", + "amenity": "bank" + }, + "name": "Banesto", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bank Austria": { + "tags": { + "name": "Bank Austria", + "amenity": "bank" + }, + "name": "Bank Austria", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bank Mandiri": { + "tags": { + "name": "Bank Mandiri", + "amenity": "bank" + }, + "name": "Bank Mandiri", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bank Spółdzielczy": { + "tags": { + "name": "Bank Spółdzielczy", + "amenity": "bank" + }, + "name": "Bank Spółdzielczy", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bank of America": { + "tags": { + "name": "Bank of America", + "amenity": "bank" + }, + "name": "Bank of America", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bank of Ireland": { + "tags": { + "name": "Bank of Ireland", + "amenity": "bank" + }, + "name": "Bank of Ireland", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bank of Montreal": { + "tags": { + "name": "Bank of Montreal", + "amenity": "bank" + }, + "name": "Bank of Montreal", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bank of Scotland": { + "tags": { + "name": "Bank of Scotland", + "amenity": "bank" + }, + "name": "Bank of Scotland", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bank of the West": { + "tags": { + "name": "Bank of the West", + "amenity": "bank" + }, + "name": "Bank of the West", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bankia": { + "tags": { + "name": "Bankia", + "amenity": "bank" + }, + "name": "Bankia", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bankinter": { + "tags": { + "name": "Bankinter", + "amenity": "bank" + }, + "name": "Bankinter", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banorte": { + "tags": { + "name": "Banorte", + "amenity": "bank" + }, + "name": "Banorte", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banque Nationale": { + "tags": { + "name": "Banque Nationale", + "amenity": "bank" + }, + "name": "Banque Nationale", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Banque Populaire": { + "tags": { + "name": "Banque Populaire", + "amenity": "bank" + }, + "name": "Banque Populaire", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Barclays": { + "tags": { + "name": "Barclays", + "amenity": "bank" + }, + "name": "Barclays", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Belfius": { + "tags": { + "name": "Belfius", + "amenity": "bank" + }, + "name": "Belfius", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bendigo Bank": { + "tags": { + "name": "Bendigo Bank", + "amenity": "bank" + }, + "name": "Bendigo Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Berliner Sparkasse": { + "tags": { + "name": "Berliner Sparkasse", + "amenity": "bank" + }, + "name": "Berliner Sparkasse", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Berliner Volksbank": { + "tags": { + "name": "Berliner Volksbank", + "amenity": "bank" + }, + "name": "Berliner Volksbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bicentenario": { + "tags": { + "name": "Bicentenario", + "amenity": "bank" + }, + "name": "Bicentenario", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Bradesco": { + "tags": { + "name": "Bradesco", + "amenity": "bank" + }, + "name": "Bradesco", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/CIBC": { + "tags": { + "name": "CIBC", + "amenity": "bank" + }, + "name": "CIBC", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/CIC": { + "tags": { + "name": "CIC", + "amenity": "bank" + }, + "name": "CIC", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Caisse d'Épargne": { + "tags": { + "name": "Caisse d'Épargne", + "amenity": "bank" + }, + "name": "Caisse d'Épargne", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Caixa": { + "tags": { + "name": "Caixa", + "amenity": "bank" + }, + "name": "Caixa", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Caixa Econômica Federal": { + "tags": { + "name": "Caixa Econômica Federal", + "amenity": "bank" + }, + "name": "Caixa Econômica Federal", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Caixa Geral de Depósitos": { + "tags": { + "name": "Caixa Geral de Depósitos", + "amenity": "bank" + }, + "name": "Caixa Geral de Depósitos", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Caja Círculo": { + "tags": { + "name": "Caja Círculo", + "amenity": "bank" + }, + "name": "Caja Círculo", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Caja Duero": { + "tags": { + "name": "Caja Duero", + "amenity": "bank" + }, + "name": "Caja Duero", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Caja Madrid": { + "tags": { + "name": "Caja Madrid", + "amenity": "bank" + }, + "name": "Caja Madrid", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Caja Rural": { + "tags": { + "name": "Caja Rural", + "amenity": "bank" + }, + "name": "Caja Rural", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Caja de Burgos": { + "tags": { + "name": "Caja de Burgos", + "amenity": "bank" + }, + "name": "Caja de Burgos", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Cajamar": { + "tags": { + "name": "Cajamar", + "amenity": "bank" + }, + "name": "Cajamar", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Cajero Automatico Bancared": { + "tags": { + "name": "Cajero Automatico Bancared", + "amenity": "bank" + }, + "name": "Cajero Automatico Bancared", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Canara Bank": { + "tags": { + "name": "Canara Bank", + "amenity": "bank" + }, + "name": "Canara Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Cassa di Risparmio del Veneto": { + "tags": { + "name": "Cassa di Risparmio del Veneto", + "amenity": "bank" + }, + "name": "Cassa di Risparmio del Veneto", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Chase": { + "tags": { + "name": "Chase", + "amenity": "bank" + }, + "name": "Chase", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/China Bank": { + "tags": { + "name": "China Bank", + "amenity": "bank" + }, + "name": "China Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Chinabank": { + "tags": { + "name": "Chinabank", + "amenity": "bank" + }, + "name": "Chinabank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Citibank": { + "tags": { + "name": "Citibank", + "amenity": "bank" + }, + "name": "Citibank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Citizens Bank": { + "tags": { + "name": "Citizens Bank", + "amenity": "bank" + }, + "name": "Citizens Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/CityCommerce Bank": { + "tags": { + "name": "CityCommerce Bank", + "amenity": "bank" + }, + "name": "CityCommerce Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Commercial Bank of Ceylon PLC": { + "tags": { + "name": "Commercial Bank of Ceylon PLC", + "amenity": "bank" + }, + "name": "Commercial Bank of Ceylon PLC", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Commerzbank": { + "tags": { + "name": "Commerzbank", + "amenity": "bank" + }, + "name": "Commerzbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Commonwealth Bank": { + "tags": { + "name": "Commonwealth Bank", + "amenity": "bank" + }, + "name": "Commonwealth Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Credit Agricole": { + "tags": { + "name": "Credit Agricole", + "amenity": "bank" + }, + "name": "Credit Agricole", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Credit Suisse": { + "tags": { + "name": "Credit Suisse", + "amenity": "bank" + }, + "name": "Credit Suisse", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Crédit Agricole": { + "tags": { + "name": "Crédit Agricole", + "amenity": "bank" + }, + "name": "Crédit Agricole", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Crédit Mutuel": { + "tags": { + "name": "Crédit Mutuel", + "amenity": "bank" + }, + "name": "Crédit Mutuel", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Crédit Mutuel de Bretagne": { + "tags": { + "name": "Crédit Mutuel de Bretagne", + "amenity": "bank" + }, + "name": "Crédit Mutuel de Bretagne", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Crédit du Nord": { + "tags": { + "name": "Crédit du Nord", + "amenity": "bank" + }, + "name": "Crédit du Nord", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Danske Bank": { + "tags": { + "name": "Danske Bank", + "amenity": "bank" + }, + "name": "Danske Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Davivienda": { + "tags": { + "name": "Davivienda", + "amenity": "bank" + }, + "name": "Davivienda", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/De Venezuela": { + "tags": { + "name": "De Venezuela", + "amenity": "bank" + }, + "name": "De Venezuela", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Del Tesoro": { + "tags": { + "name": "Del Tesoro", + "amenity": "bank" + }, + "name": "Del Tesoro", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Deutsche Bank": { + "tags": { + "name": "Deutsche Bank", + "amenity": "bank" + }, + "name": "Deutsche Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Dresdner Bank": { + "tags": { + "name": "Dresdner Bank", + "amenity": "bank" + }, + "name": "Dresdner Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Ecobank": { + "tags": { + "name": "Ecobank", + "amenity": "bank" + }, + "name": "Ecobank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Erste Bank": { + "tags": { + "name": "Erste Bank", + "amenity": "bank" + }, + "name": "Erste Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Eurobank": { + "tags": { + "name": "Eurobank", + "amenity": "bank" + }, + "name": "Eurobank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/FNB": { + "tags": { + "name": "FNB", + "amenity": "bank" + }, + "name": "FNB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Fifth Third Bank": { + "tags": { + "name": "Fifth Third Bank", + "amenity": "bank" + }, + "name": "Fifth Third Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/First National Bank": { + "tags": { + "name": "First National Bank", + "amenity": "bank" + }, + "name": "First National Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/GE Money Bank": { + "tags": { + "name": "GE Money Bank", + "amenity": "bank" + }, + "name": "GE Money Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/HDFC Bank": { + "tags": { + "name": "HDFC Bank", + "amenity": "bank" + }, + "name": "HDFC Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/HSBC": { + "tags": { + "name": "HSBC", + "amenity": "bank" + }, + "name": "HSBC", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Halifax": { + "tags": { + "name": "Halifax", + "amenity": "bank" + }, + "name": "Halifax", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Hamburger Sparkasse": { + "tags": { + "name": "Hamburger Sparkasse", + "amenity": "bank" + }, + "name": "Hamburger Sparkasse", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Handelsbanken": { + "tags": { + "name": "Handelsbanken", + "amenity": "bank" + }, + "name": "Handelsbanken", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/HypoVereinsbank": { + "tags": { + "name": "HypoVereinsbank", + "amenity": "bank" + }, + "name": "HypoVereinsbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ICICI Bank": { + "tags": { + "name": "ICICI Bank", + "amenity": "bank" + }, + "name": "ICICI Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ING": { + "tags": { + "name": "ING", + "amenity": "bank" + }, + "name": "ING", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ING Bank Śląski": { + "tags": { + "name": "ING Bank Śląski", + "amenity": "bank" + }, + "name": "ING Bank Śląski", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Ibercaja": { + "tags": { + "name": "Ibercaja", + "amenity": "bank" + }, + "name": "Ibercaja", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Intesa San Paolo": { + "tags": { + "name": "Intesa San Paolo", + "amenity": "bank" + }, + "name": "Intesa San Paolo", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Itaú": { + "tags": { + "name": "Itaú", + "amenity": "bank" + }, + "name": "Itaú", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/KBC": { + "tags": { + "name": "KBC", + "amenity": "bank" + }, + "name": "KBC", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Key Bank": { + "tags": { + "name": "Key Bank", + "amenity": "bank" + }, + "name": "Key Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Komerční banka": { + "tags": { + "name": "Komerční banka", + "amenity": "bank" + }, + "name": "Komerční banka", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Kreissparkasse": { + "tags": { + "name": "Kreissparkasse", + "amenity": "bank" + }, + "name": "Kreissparkasse", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Kreissparkasse Köln": { + "tags": { + "name": "Kreissparkasse Köln", + "amenity": "bank" + }, + "name": "Kreissparkasse Köln", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/LCL": { + "tags": { + "name": "LCL", + "amenity": "bank" + }, + "name": "LCL", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/La Banque Postale": { + "tags": { + "name": "La Banque Postale", + "amenity": "bank" + }, + "name": "La Banque Postale", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/La Caixa": { + "tags": { + "name": "La Caixa", + "amenity": "bank" + }, + "name": "La Caixa", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Landbank": { + "tags": { + "name": "Landbank", + "amenity": "bank" + }, + "name": "Landbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Lloyds Bank": { + "tags": { + "name": "Lloyds Bank", + "amenity": "bank" + }, + "name": "Lloyds Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/M&T Bank": { + "tags": { + "name": "M&T Bank", + "amenity": "bank" + }, + "name": "M&T Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Maybank": { + "tags": { + "name": "Maybank", + "amenity": "bank" + }, + "name": "Maybank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Mercantil": { + "tags": { + "name": "Mercantil", + "amenity": "bank" + }, + "name": "Mercantil", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Metrobank": { + "tags": { + "name": "Metrobank", + "amenity": "bank" + }, + "name": "Metrobank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Millenium Bank": { + "tags": { + "name": "Millenium Bank", + "amenity": "bank" + }, + "name": "Millenium Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Millennium Bank": { + "tags": { + "name": "Millennium Bank", + "amenity": "bank" + }, + "name": "Millennium Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Monte dei Paschi di Siena": { + "tags": { + "name": "Monte dei Paschi di Siena", + "amenity": "bank" + }, + "name": "Monte dei Paschi di Siena", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/NAB": { + "tags": { + "name": "NAB", + "amenity": "bank" + }, + "name": "NAB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/NatWest": { + "tags": { + "name": "NatWest", + "amenity": "bank" + }, + "name": "NatWest", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/National Bank": { + "tags": { + "name": "National Bank", + "amenity": "bank" + }, + "name": "National Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Nationwide": { + "tags": { + "name": "Nationwide", + "amenity": "bank" + }, + "name": "Nationwide", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Nedbank": { + "tags": { + "name": "Nedbank", + "amenity": "bank" + }, + "name": "Nedbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Nordea": { + "tags": { + "name": "Nordea", + "amenity": "bank" + }, + "name": "Nordea", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/OLB": { + "tags": { + "name": "OLB", + "amenity": "bank" + }, + "name": "OLB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/OTP": { + "tags": { + "name": "OTP", + "amenity": "bank" + }, + "name": "OTP", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Oberbank": { + "tags": { + "name": "Oberbank", + "amenity": "bank" + }, + "name": "Oberbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Oldenburgische Landesbank": { + "tags": { + "name": "Oldenburgische Landesbank", + "amenity": "bank" + }, + "name": "Oldenburgische Landesbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Osuuspankki": { + "tags": { + "name": "Osuuspankki", + "amenity": "bank" + }, + "name": "Osuuspankki", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/PKO BP": { + "tags": { + "name": "PKO BP", + "amenity": "bank" + }, + "name": "PKO BP", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/PNB": { + "tags": { + "name": "PNB", + "amenity": "bank" + }, + "name": "PNB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/PNC Bank": { + "tags": { + "name": "PNC Bank", + "amenity": "bank" + }, + "name": "PNC Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/PSBank": { + "tags": { + "name": "PSBank", + "amenity": "bank" + }, + "name": "PSBank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Pekao SA": { + "tags": { + "name": "Pekao SA", + "amenity": "bank" + }, + "name": "Pekao SA", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Peoples Bank": { + "tags": { + "name": "Peoples Bank", + "amenity": "bank" + }, + "name": "Peoples Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Postbank": { + "tags": { + "name": "Postbank", + "amenity": "bank" + }, + "name": "Postbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/RBC": { + "tags": { + "name": "RBC", + "amenity": "bank" + }, + "name": "RBC", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/RBS": { + "tags": { + "name": "RBS", + "amenity": "bank" + }, + "name": "RBS", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/RCBC": { + "tags": { + "name": "RCBC", + "amenity": "bank" + }, + "name": "RCBC", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Rabobank": { + "tags": { + "name": "Rabobank", + "amenity": "bank" + }, + "name": "Rabobank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Raiffeisenbank": { + "tags": { + "name": "Raiffeisenbank", + "amenity": "bank" + }, + "name": "Raiffeisenbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Regions Bank": { + "tags": { + "name": "Regions Bank", + "amenity": "bank" + }, + "name": "Regions Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Royal Bank": { + "tags": { + "name": "Royal Bank", + "amenity": "bank" + }, + "name": "Royal Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Royal Bank of Scotland": { + "tags": { + "name": "Royal Bank of Scotland", + "amenity": "bank" + }, + "name": "Royal Bank of Scotland", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/SEB": { + "tags": { + "name": "SEB", + "amenity": "bank" + }, + "name": "SEB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Santander": { + "tags": { + "name": "Santander", + "amenity": "bank" + }, + "name": "Santander", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Santander Consumer Bank": { + "tags": { + "name": "Santander Consumer Bank", + "amenity": "bank" + }, + "name": "Santander Consumer Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Santander Totta": { + "tags": { + "name": "Santander Totta", + "amenity": "bank" + }, + "name": "Santander Totta", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Sberbank": { + "tags": { + "name": "Sberbank", + "amenity": "bank" + }, + "name": "Sberbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Scotiabank": { + "tags": { + "name": "Scotiabank", + "amenity": "bank" + }, + "name": "Scotiabank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Security Bank": { + "tags": { + "name": "Security Bank", + "amenity": "bank" + }, + "name": "Security Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Slovenská sporiteľňa": { + "tags": { + "name": "Slovenská sporiteľňa", + "amenity": "bank" + }, + "name": "Slovenská sporiteľňa", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Société Générale": { + "tags": { + "name": "Société Générale", + "amenity": "bank" + }, + "name": "Société Générale", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Sparda-Bank": { + "tags": { + "name": "Sparda-Bank", + "amenity": "bank" + }, + "name": "Sparda-Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Sparkasse": { + "tags": { + "name": "Sparkasse", + "amenity": "bank" + }, + "name": "Sparkasse", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Sparkasse Aachen": { + "tags": { + "name": "Sparkasse Aachen", + "amenity": "bank" + }, + "name": "Sparkasse Aachen", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Sparkasse KölnBonn": { + "tags": { + "name": "Sparkasse KölnBonn", + "amenity": "bank" + }, + "name": "Sparkasse KölnBonn", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Stadtsparkasse": { + "tags": { + "name": "Stadtsparkasse", + "amenity": "bank" + }, + "name": "Stadtsparkasse", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Standard Bank": { + "tags": { + "name": "Standard Bank", + "amenity": "bank" + }, + "name": "Standard Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/State Bank of India": { + "tags": { + "name": "State Bank of India", + "amenity": "bank" + }, + "name": "State Bank of India", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/SunTrust": { + "tags": { + "name": "SunTrust", + "amenity": "bank" + }, + "name": "SunTrust", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/SunTrust Bank": { + "tags": { + "name": "SunTrust Bank", + "amenity": "bank" + }, + "name": "SunTrust Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Swedbank": { + "tags": { + "name": "Swedbank", + "amenity": "bank" + }, + "name": "Swedbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/TD Bank": { + "tags": { + "name": "TD Bank", + "amenity": "bank" + }, + "name": "TD Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/TD Canada Trust": { + "tags": { + "name": "TD Canada Trust", + "amenity": "bank" + }, + "name": "TD Canada Trust", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/TSB": { + "tags": { + "name": "TSB", + "amenity": "bank" + }, + "name": "TSB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Targobank": { + "tags": { + "name": "Targobank", + "amenity": "bank" + }, + "name": "Targobank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Tatra banka": { + "tags": { + "name": "Tatra banka", + "amenity": "bank" + }, + "name": "Tatra banka", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/UBS": { + "tags": { + "name": "UBS", + "amenity": "bank" + }, + "name": "UBS", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/UCPB": { + "tags": { + "name": "UCPB", + "amenity": "bank" + }, + "name": "UCPB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/US Bank": { + "tags": { + "name": "US Bank", + "amenity": "bank" + }, + "name": "US Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Ulster Bank": { + "tags": { + "name": "Ulster Bank", + "amenity": "bank" + }, + "name": "Ulster Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/UniCredit Bank": { + "tags": { + "name": "UniCredit Bank", + "amenity": "bank" + }, + "name": "UniCredit Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Unicredit Banca": { + "tags": { + "name": "Unicredit Banca", + "amenity": "bank" + }, + "name": "Unicredit Banca", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Unicaja": { + "tags": { + "name": "Unicaja", + "amenity": "bank" + }, + "name": "Unicaja", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Union Bank": { + "tags": { + "name": "Union Bank", + "amenity": "bank" + }, + "name": "Union Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/VR-Bank": { + "tags": { + "name": "VR-Bank", + "amenity": "bank" + }, + "name": "VR-Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Volksbank": { + "tags": { + "name": "Volksbank", + "amenity": "bank" + }, + "name": "Volksbank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/VÚB": { + "tags": { + "name": "VÚB", + "amenity": "bank" + }, + "name": "VÚB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Wachovia": { + "tags": { + "name": "Wachovia", + "amenity": "bank" + }, + "name": "Wachovia", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Wells Fargo": { + "tags": { + "name": "Wells Fargo", + "amenity": "bank" + }, + "name": "Wells Fargo", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Western Union": { + "tags": { + "name": "Western Union", + "amenity": "bank" + }, + "name": "Western Union", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Westpac": { + "tags": { + "name": "Westpac", + "amenity": "bank" + }, + "name": "Westpac", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Yorkshire Bank": { + "tags": { + "name": "Yorkshire Bank", + "amenity": "bank" + }, + "name": "Yorkshire Bank", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ČSOB": { + "tags": { + "name": "ČSOB", + "amenity": "bank" + }, + "name": "ČSOB", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Česká spořitelna": { + "tags": { + "name": "Česká spořitelna", + "amenity": "bank" + }, + "name": "Česká spořitelna", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Альфа-Банк": { + "tags": { + "name": "Альфа-Банк", + "amenity": "bank" + }, + "name": "Альфа-Банк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Банк Москвы": { + "tags": { + "name": "Банк Москвы", + "amenity": "bank" + }, + "name": "Банк Москвы", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Белагропромбанк": { + "tags": { + "name": "Белагропромбанк", + "amenity": "bank" + }, + "name": "Белагропромбанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Беларусбанк": { + "tags": { + "name": "Беларусбанк", + "amenity": "bank" + }, + "name": "Беларусбанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ВТБ": { + "tags": { + "name": "ВТБ", + "amenity": "bank" + }, + "name": "ВТБ", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ВТБ24": { + "tags": { + "name": "ВТБ24", + "amenity": "bank" + }, + "name": "ВТБ24", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Возрождение": { + "tags": { + "name": "Возрождение", + "amenity": "bank" + }, + "name": "Возрождение", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Газпромбанк": { + "tags": { + "name": "Газпромбанк", + "amenity": "bank" + }, + "name": "Газпромбанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Ощадбанк": { + "tags": { + "name": "Ощадбанк", + "amenity": "bank" + }, + "name": "Ощадбанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ПриватБанк": { + "tags": { + "name": "ПриватБанк", + "amenity": "bank" + }, + "name": "ПриватБанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Промсвязьбанк": { + "tags": { + "name": "Промсвязьбанк", + "amenity": "bank" + }, + "name": "Промсвязьбанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Райффайзен Банк Аваль": { + "tags": { + "name": "Райффайзен Банк Аваль", + "amenity": "bank" + }, + "name": "Райффайзен Банк Аваль", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Росбанк": { + "tags": { + "name": "Росбанк", + "amenity": "bank" + }, + "name": "Росбанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Россельхозбанк": { + "tags": { + "name": "Россельхозбанк", + "amenity": "bank" + }, + "name": "Россельхозбанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Сбербанк": { + "tags": { + "name": "Сбербанк", + "amenity": "bank" + }, + "name": "Сбербанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Совкомбанк": { + "tags": { + "name": "Совкомбанк", + "amenity": "bank" + }, + "name": "Совкомбанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/УкрСиббанк": { + "tags": { + "name": "УкрСиббанк", + "amenity": "bank" + }, + "name": "УкрСиббанк", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/Уралсиб": { + "tags": { + "name": "Уралсиб", + "amenity": "bank" + }, + "name": "Уралсиб", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/ლიბერთი ბანკი": { + "tags": { + "name": "ლიბერთი ბანკი", + "name:en": "Liberty Bank", + "amenity": "bank" + }, + "name": "ლიბერთი ბანკი", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/みずほ銀行": { + "tags": { + "name": "みずほ銀行", + "amenity": "bank" + }, + "name": "みずほ銀行", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/りそな銀行": { + "tags": { + "name": "りそな銀行", + "name:en": "Mizuho Bank", + "amenity": "bank" + }, + "name": "りそな銀行", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/三井住友銀行": { + "tags": { + "name": "三井住友銀行", + "amenity": "bank" + }, + "name": "三井住友銀行", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/三菱東京UFJ銀行": { + "tags": { + "name": "三菱東京UFJ銀行", + "amenity": "bank" + }, + "name": "三菱東京UFJ銀行", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/中国银行": { + "tags": { + "name": "中国银行", + "amenity": "bank" + }, + "name": "中国银行", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/광주은행": { + "tags": { + "name": "광주은행", + "name:en": "Gwangju Bank", + "amenity": "bank" + }, + "name": "광주은행", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/국민은행": { + "tags": { + "name": "국민은행", + "name:en": "Gungmin Bank", + "amenity": "bank" + }, + "name": "국민은행", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/농협": { + "tags": { + "name": "농협", + "amenity": "bank" + }, + "name": "농협", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/신한은행": { + "tags": { + "name": "신한은행", + "name:en": "Sinhan Bank", + "amenity": "bank" + }, + "name": "신한은행", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/우리은행": { + "tags": { + "name": "우리은행", + "name:en": "Uri Bank", + "amenity": "bank" + }, + "name": "우리은행", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/중소기업은행": { + "tags": { + "name": "중소기업은행", + "name:en": "Industrial Bank of Korea", + "amenity": "bank" + }, + "name": "중소기업은행", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/bank/하나은행": { + "tags": { + "name": "하나은행", + "amenity": "bank" + }, + "name": "하나은행", + "icon": "bank", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "atm", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Cafe Amazon": { + "tags": { + "name": "Cafe Amazon", + "amenity": "cafe" + }, + "name": "Cafe Amazon", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Cafe Coffee Day": { + "tags": { + "name": "Cafe Coffee Day", + "amenity": "cafe" + }, + "name": "Cafe Coffee Day", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Cafeteria": { + "tags": { + "name": "Cafeteria", + "amenity": "cafe" + }, + "name": "Cafeteria", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Caffè Nero": { + "tags": { + "name": "Caffè Nero", + "amenity": "cafe" + }, + "name": "Caffè Nero", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Café Central": { + "tags": { + "name": "Café Central", + "amenity": "cafe" + }, + "name": "Café Central", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Caribou Coffee": { + "tags": { + "name": "Caribou Coffee", + "amenity": "cafe" + }, + "name": "Caribou Coffee", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Coffee Time": { + "tags": { + "name": "Coffee Time", + "amenity": "cafe" + }, + "name": "Coffee Time", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Costa": { + "tags": { + "name": "Costa", + "amenity": "cafe" + }, + "name": "Costa", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Dunkin Donuts": { + "tags": { + "name": "Dunkin Donuts", + "cuisine": "donut", + "amenity": "cafe" + }, + "name": "Dunkin Donuts", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Eiscafe": { + "tags": { + "name": "Eiscafe", + "amenity": "cafe" + }, + "name": "Eiscafe", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Eiscafe Venezia": { + "tags": { + "name": "Eiscafe Venezia", + "amenity": "cafe" + }, + "name": "Eiscafe Venezia", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Eisdiele": { + "tags": { + "name": "Eisdiele", + "amenity": "cafe" + }, + "name": "Eisdiele", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Pret A Manger": { + "tags": { + "name": "Pret A Manger", + "amenity": "cafe" + }, + "name": "Pret A Manger", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Second Cup": { + "tags": { + "name": "Second Cup", + "amenity": "cafe" + }, + "name": "Second Cup", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Segafredo": { + "tags": { + "name": "Segafredo", + "amenity": "cafe" + }, + "name": "Segafredo", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Starbucks": { + "tags": { + "name": "Starbucks", + "cuisine": "coffee_shop", + "amenity": "cafe" + }, + "name": "Starbucks", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Tchibo": { + "tags": { + "name": "Tchibo", + "amenity": "cafe" + }, + "name": "Tchibo", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Traveler's Coffee": { + "tags": { + "name": "Traveler's Coffee", + "amenity": "cafe" + }, + "name": "Traveler's Coffee", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Кафе": { + "tags": { + "name": "Кафе", + "amenity": "cafe" + }, + "name": "Кафе", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Кофе Хауз": { + "tags": { + "name": "Кофе Хауз", + "amenity": "cafe" + }, + "name": "Кофе Хауз", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Столовая": { + "tags": { + "name": "Столовая", + "amenity": "cafe" + }, + "name": "Столовая", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Шашлычная": { + "tags": { + "name": "Шашлычная", + "amenity": "cafe" + }, + "name": "Шашлычная", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/Шоколадница": { + "tags": { + "name": "Шоколадница", + "amenity": "cafe" + }, + "name": "Шоколадница", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/คาเฟ่ อเมซอน": { + "tags": { + "name": "คาเฟ่ อเมซอน", + "amenity": "cafe" + }, + "name": "คาเฟ่ อเมซอน", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/カフェ・ド・クリエ": { + "tags": { + "name": "カフェ・ド・クリエ", + "name:en": "Cafe de CRIE", + "amenity": "cafe" + }, + "name": "カフェ・ド・クリエ", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/スターバックス": { + "tags": { + "name": "スターバックス", + "name:en": "Starbucks", + "amenity": "cafe" + }, + "name": "スターバックス", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/cafe/ドトール": { + "tags": { + "name": "ドトール", + "name:en": "DOUTOR", + "amenity": "cafe" + }, + "name": "ドトール", + "icon": "cafe", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "internet_access", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/car_rental/Avis": { + "tags": { + "name": "Avis", + "amenity": "car_rental" + }, + "name": "Avis", + "icon": "car", + "geometry": [ + "point", + "area" + ], + "fields": [ + "operator" + ], + "suggestion": true + }, + "amenity/car_rental/Budget": { + "tags": { + "name": "Budget", + "amenity": "car_rental" + }, + "name": "Budget", + "icon": "car", + "geometry": [ + "point", + "area" + ], + "fields": [ + "operator" + ], + "suggestion": true + }, + "amenity/car_rental/Enterprise": { + "tags": { + "name": "Enterprise", + "amenity": "car_rental" + }, + "name": "Enterprise", + "icon": "car", + "geometry": [ + "point", + "area" + ], + "fields": [ + "operator" + ], + "suggestion": true + }, + "amenity/car_rental/Europcar": { + "tags": { + "name": "Europcar", + "amenity": "car_rental" + }, + "name": "Europcar", + "icon": "car", + "geometry": [ + "point", + "area" + ], + "fields": [ + "operator" + ], + "suggestion": true + }, + "amenity/car_rental/Hertz": { + "tags": { + "name": "Hertz", + "amenity": "car_rental" + }, + "name": "Hertz", + "icon": "car", + "geometry": [ + "point", + "area" + ], + "fields": [ + "operator" + ], + "suggestion": true + }, + "amenity/car_rental/Sixt": { + "tags": { + "name": "Sixt", + "amenity": "car_rental" + }, + "name": "Sixt", + "icon": "car", + "geometry": [ + "point", + "area" + ], + "fields": [ + "operator" + ], + "suggestion": true + }, + "amenity/car_rental/stadtmobil CarSharing-Station": { + "tags": { + "name": "stadtmobil CarSharing-Station", + "amenity": "car_rental" + }, + "name": "stadtmobil CarSharing-Station", + "icon": "car", + "geometry": [ + "point", + "area" + ], + "fields": [ + "operator" + ], + "suggestion": true + }, + "amenity/fast_food/A&W": { + "tags": { + "name": "A&W", + "amenity": "fast_food" + }, + "name": "A&W", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Ali Baba": { + "tags": { + "name": "Ali Baba", + "amenity": "fast_food" + }, + "name": "Ali Baba", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Arby's": { + "tags": { + "name": "Arby's", + "amenity": "fast_food" + }, + "name": "Arby's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Asia Imbiss": { + "tags": { + "name": "Asia Imbiss", + "amenity": "fast_food" + }, + "name": "Asia Imbiss", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Baskin Robbins": { + "tags": { + "name": "Baskin Robbins", + "amenity": "fast_food" + }, + "name": "Baskin Robbins", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Boston Market": { + "tags": { + "name": "Boston Market", + "amenity": "fast_food" + }, + "name": "Boston Market", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Burger King": { + "tags": { + "name": "Burger King", + "cuisine": "burger", + "amenity": "fast_food" + }, + "name": "Burger King", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Carl's Jr.": { + "tags": { + "name": "Carl's Jr.", + "cuisine": "burger", + "amenity": "fast_food" + }, + "name": "Carl's Jr.", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Chick-fil-A": { + "tags": { + "name": "Chick-fil-A", + "cuisine": "chicken", + "amenity": "fast_food" + }, + "name": "Chick-fil-A", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Chipotle": { + "tags": { + "name": "Chipotle", + "cuisine": "mexican", + "amenity": "fast_food" + }, + "name": "Chipotle", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Chowking": { + "tags": { + "name": "Chowking", + "amenity": "fast_food" + }, + "name": "Chowking", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Church's Chicken": { + "tags": { + "name": "Church's Chicken", + "amenity": "fast_food" + }, + "name": "Church's Chicken", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Culver's": { + "tags": { + "name": "Culver's", + "amenity": "fast_food" + }, + "name": "Culver's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Dairy Queen": { + "tags": { + "name": "Dairy Queen", + "amenity": "fast_food" + }, + "name": "Dairy Queen", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Del Taco": { + "tags": { + "name": "Del Taco", + "amenity": "fast_food" + }, + "name": "Del Taco", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Domino's Pizza": { + "tags": { + "name": "Domino's Pizza", + "cuisine": "pizza", + "amenity": "fast_food" + }, + "name": "Domino's Pizza", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Döner": { + "tags": { + "name": "Döner", + "amenity": "fast_food" + }, + "name": "Döner", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/El Pollo Loco": { + "tags": { + "name": "El Pollo Loco", + "amenity": "fast_food" + }, + "name": "El Pollo Loco", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Fish & Chips": { + "tags": { + "name": "Fish & Chips", + "amenity": "fast_food" + }, + "name": "Fish & Chips", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Five Guys": { + "tags": { + "name": "Five Guys", + "amenity": "fast_food" + }, + "name": "Five Guys", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Hallo Pizza": { + "tags": { + "name": "Hallo Pizza", + "amenity": "fast_food" + }, + "name": "Hallo Pizza", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Hardee's": { + "tags": { + "name": "Hardee's", + "cuisine": "burger", + "amenity": "fast_food" + }, + "name": "Hardee's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Harvey's": { + "tags": { + "name": "Harvey's", + "amenity": "fast_food" + }, + "name": "Harvey's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Hesburger": { + "tags": { + "name": "Hesburger", + "amenity": "fast_food" + }, + "name": "Hesburger", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Hungry Jacks": { + "tags": { + "name": "Hungry Jacks", + "cuisine": "burger", + "amenity": "fast_food" + }, + "name": "Hungry Jacks", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Imbiss": { + "tags": { + "name": "Imbiss", + "amenity": "fast_food" + }, + "name": "Imbiss", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/In-N-Out Burger": { + "tags": { + "name": "In-N-Out Burger", + "amenity": "fast_food" + }, + "name": "In-N-Out Burger", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Istanbul": { + "tags": { + "name": "Istanbul", + "amenity": "fast_food" + }, + "name": "Istanbul", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Jack in the Box": { + "tags": { + "name": "Jack in the Box", + "cuisine": "burger", + "amenity": "fast_food" + }, + "name": "Jack in the Box", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Jamba Juice": { + "tags": { + "name": "Jamba Juice", + "amenity": "fast_food" + }, + "name": "Jamba Juice", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Jimmy John's": { + "tags": { + "name": "Jimmy John's", + "amenity": "fast_food" + }, + "name": "Jimmy John's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Jollibee": { + "tags": { + "name": "Jollibee", + "amenity": "fast_food" + }, + "name": "Jollibee", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/KFC": { + "tags": { + "name": "KFC", + "cuisine": "chicken", + "amenity": "fast_food" + }, + "name": "KFC", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Kebab": { + "tags": { + "name": "Kebab", + "amenity": "fast_food" + }, + "name": "Kebab", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Kochlöffel": { + "tags": { + "name": "Kochlöffel", + "amenity": "fast_food" + }, + "name": "Kochlöffel", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Kotipizza": { + "tags": { + "name": "Kotipizza", + "amenity": "fast_food" + }, + "name": "Kotipizza", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Little Caesars": { + "tags": { + "name": "Little Caesars", + "amenity": "fast_food" + }, + "name": "Little Caesars", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Long John Silver's": { + "tags": { + "name": "Long John Silver's", + "amenity": "fast_food" + }, + "name": "Long John Silver's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/McDonald's": { + "tags": { + "name": "McDonald's", + "cuisine": "burger", + "amenity": "fast_food" + }, + "name": "McDonald's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Mr. Sub": { + "tags": { + "name": "Mr. Sub", + "amenity": "fast_food" + }, + "name": "Mr. Sub", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Nordsee": { + "tags": { + "name": "Nordsee", + "amenity": "fast_food" + }, + "name": "Nordsee", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Panda Express": { + "tags": { + "name": "Panda Express", + "amenity": "fast_food" + }, + "name": "Panda Express", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Papa John's": { + "tags": { + "name": "Papa John's", + "cuisine": "pizza", + "amenity": "fast_food" + }, + "name": "Papa John's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Pizza Nova": { + "tags": { + "name": "Pizza Nova", + "amenity": "fast_food" + }, + "name": "Pizza Nova", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Pizza Pizza": { + "tags": { + "name": "Pizza Pizza", + "amenity": "fast_food" + }, + "name": "Pizza Pizza", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Pollo Campero": { + "tags": { + "name": "Pollo Campero", + "amenity": "fast_food" + }, + "name": "Pollo Campero", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Popeye's": { + "tags": { + "name": "Popeye's", + "cuisine": "chicken", + "amenity": "fast_food" + }, + "name": "Popeye's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Quick": { + "tags": { + "name": "Quick", + "amenity": "fast_food" + }, + "name": "Quick", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Quiznos": { + "tags": { + "name": "Quiznos", + "cuisine": "sandwich", + "amenity": "fast_food" + }, + "name": "Quiznos", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Red Rooster": { + "tags": { + "name": "Red Rooster", + "amenity": "fast_food" + }, + "name": "Red Rooster", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Sibylla": { + "tags": { + "name": "Sibylla", + "amenity": "fast_food" + }, + "name": "Sibylla", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Sonic": { + "tags": { + "name": "Sonic", + "cuisine": "burger", + "amenity": "fast_food" + }, + "name": "Sonic", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Steers": { + "tags": { + "name": "Steers", + "amenity": "fast_food" + }, + "name": "Steers", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Taco Bell": { + "tags": { + "name": "Taco Bell", + "amenity": "fast_food" + }, + "name": "Taco Bell", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Taco John's": { + "tags": { + "name": "Taco John's", + "amenity": "fast_food" + }, + "name": "Taco John's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Taco Time": { + "tags": { + "name": "Taco Time", + "amenity": "fast_food" + }, + "name": "Taco Time", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Telepizza": { + "tags": { + "name": "Telepizza", + "amenity": "fast_food" + }, + "name": "Telepizza", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Tim Hortons": { + "tags": { + "name": "Tim Hortons", + "amenity": "fast_food" + }, + "name": "Tim Hortons", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Wendy's": { + "tags": { + "name": "Wendy's", + "cuisine": "burger", + "amenity": "fast_food" + }, + "name": "Wendy's", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Whataburger": { + "tags": { + "name": "Whataburger", + "amenity": "fast_food" + }, + "name": "Whataburger", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/White Castle": { + "tags": { + "name": "White Castle", + "amenity": "fast_food" + }, + "name": "White Castle", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Wimpy": { + "tags": { + "name": "Wimpy", + "amenity": "fast_food" + }, + "name": "Wimpy", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Макдоналдс": { + "tags": { + "name": "Макдоналдс", + "name:en": "McDonald's", + "amenity": "fast_food" + }, + "name": "Макдоналдс", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Робин Сдобин": { + "tags": { + "name": "Робин Сдобин", + "amenity": "fast_food" + }, + "name": "Робин Сдобин", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Русский Аппетит": { + "tags": { + "name": "Русский Аппетит", + "amenity": "fast_food" + }, + "name": "Русский Аппетит", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/Теремок": { + "tags": { + "name": "Теремок", + "amenity": "fast_food" + }, + "name": "Теремок", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/すき家": { + "tags": { + "name": "すき家", + "name:en": "SUKIYA", + "amenity": "fast_food" + }, + "name": "すき家", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/なか卯": { + "tags": { + "name": "なか卯", + "amenity": "fast_food" + }, + "name": "なか卯", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/ケンタッキーフライドチキン": { + "tags": { + "name": "ケンタッキーフライドチキン", + "name:en": "KFC", + "cuisine": "chicken", + "amenity": "fast_food" + }, + "name": "ケンタッキーフライドチキン", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/マクドナルド": { + "tags": { + "name": "マクドナルド", + "name:en": "McDonald's", + "cuisine": "burger", + "amenity": "fast_food" + }, + "name": "マクドナルド", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/モスバーガー": { + "tags": { + "name": "モスバーガー", + "name:en": "MOS BURGER", + "amenity": "fast_food" + }, + "name": "モスバーガー", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/吉野家": { + "tags": { + "name": "吉野家", + "amenity": "fast_food" + }, + "name": "吉野家", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/松屋": { + "tags": { + "name": "松屋", + "name:en": "Matsuya", + "amenity": "fast_food" + }, + "name": "松屋", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/肯德基": { + "tags": { + "name": "肯德基", + "amenity": "fast_food" + }, + "name": "肯德基", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fast_food/麥當勞": { + "tags": { + "name": "麥當勞", + "amenity": "fast_food" + }, + "name": "麥當勞", + "icon": "fast-food", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/fuel/76": { + "tags": { + "name": "76", + "amenity": "fuel" + }, + "name": "76", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/1-2-3": { + "tags": { + "name": "1-2-3", + "amenity": "fuel" + }, + "name": "1-2-3", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/7-Eleven": { + "tags": { + "name": "7-Eleven", + "amenity": "fuel" + }, + "name": "7-Eleven", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ABC": { + "tags": { + "name": "ABC", + "amenity": "fuel" + }, + "name": "ABC", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Agip": { + "tags": { + "name": "Agip", + "amenity": "fuel" + }, + "name": "Agip", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ANP": { + "tags": { + "name": "ANP", + "amenity": "fuel" + }, + "name": "ANP", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ARAL": { + "tags": { + "name": "ARAL", + "amenity": "fuel" + }, + "name": "ARAL", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Avia": { + "tags": { + "name": "Avia", + "amenity": "fuel" + }, + "name": "Avia", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Afriquia": { + "tags": { + "name": "Afriquia", + "amenity": "fuel" + }, + "name": "Afriquia", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Agrola": { + "tags": { + "name": "Agrola", + "amenity": "fuel" + }, + "name": "Agrola", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Api": { + "tags": { + "name": "Api", + "amenity": "fuel" + }, + "name": "Api", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Aral": { + "tags": { + "name": "Aral", + "amenity": "fuel" + }, + "name": "Aral", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Arco": { + "tags": { + "name": "Arco", + "amenity": "fuel" + }, + "name": "Arco", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Auchan": { + "tags": { + "name": "Auchan", + "amenity": "fuel" + }, + "name": "Auchan", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Avanti": { + "tags": { + "name": "Avanti", + "amenity": "fuel" + }, + "name": "Avanti", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/BFT": { + "tags": { + "name": "BFT", + "amenity": "fuel" + }, + "name": "BFT", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/BP": { + "tags": { + "name": "BP", + "amenity": "fuel" + }, + "name": "BP", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/BR": { + "tags": { + "name": "BR", + "amenity": "fuel" + }, + "name": "BR", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Benzina": { + "tags": { + "name": "Benzina", + "amenity": "fuel" + }, + "name": "Benzina", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Bliska": { + "tags": { + "name": "Bliska", + "amenity": "fuel" + }, + "name": "Bliska", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/C. C. E. Leclerc": { + "tags": { + "name": "C. C. E. Leclerc", + "amenity": "fuel" + }, + "name": "C. C. E. Leclerc", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/CAMPSA": { + "tags": { + "name": "CAMPSA", + "amenity": "fuel" + }, + "name": "CAMPSA", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/CARREFOUR": { + "tags": { + "name": "CARREFOUR", + "amenity": "fuel" + }, + "name": "CARREFOUR", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/CEPSA": { + "tags": { + "name": "CEPSA", + "amenity": "fuel" + }, + "name": "CEPSA", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/COSMO": { + "tags": { + "name": "COSMO", + "amenity": "fuel" + }, + "name": "COSMO", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Caltex": { + "tags": { + "name": "Caltex", + "amenity": "fuel" + }, + "name": "Caltex", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Canadian Tire": { + "tags": { + "name": "Canadian Tire", + "amenity": "fuel" + }, + "name": "Canadian Tire", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Carrefour": { + "tags": { + "name": "Carrefour", + "amenity": "fuel" + }, + "name": "Carrefour", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Casey's General Store": { + "tags": { + "name": "Casey's General Store", + "amenity": "fuel" + }, + "name": "Casey's General Store", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Cenex": { + "tags": { + "name": "Cenex", + "amenity": "fuel" + }, + "name": "Cenex", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Cepsa": { + "tags": { + "name": "Cepsa", + "amenity": "fuel" + }, + "name": "Cepsa", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Chevron": { + "tags": { + "name": "Chevron", + "amenity": "fuel" + }, + "name": "Chevron", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Circle K": { + "tags": { + "name": "Circle K", + "amenity": "fuel" + }, + "name": "Circle K", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Citgo": { + "tags": { + "name": "Citgo", + "amenity": "fuel" + }, + "name": "Citgo", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Coles Express": { + "tags": { + "name": "Coles Express", + "amenity": "fuel" + }, + "name": "Coles Express", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Conoco": { + "tags": { + "name": "Conoco", + "amenity": "fuel" + }, + "name": "Conoco", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Coop": { + "tags": { + "name": "Coop", + "amenity": "fuel" + }, + "name": "Coop", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Copec": { + "tags": { + "name": "Copec", + "amenity": "fuel" + }, + "name": "Copec", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/E.Leclerc": { + "tags": { + "name": "E.Leclerc", + "amenity": "fuel" + }, + "name": "E.Leclerc", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/EKO": { + "tags": { + "name": "EKO", + "amenity": "fuel" + }, + "name": "EKO", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ENEOS": { + "tags": { + "name": "ENEOS", + "amenity": "fuel" + }, + "name": "ENEOS", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ERG": { + "tags": { + "name": "ERG", + "amenity": "fuel" + }, + "name": "ERG", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Esso": { + "tags": { + "name": "Esso", + "amenity": "fuel" + }, + "name": "Esso", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Eko": { + "tags": { + "name": "Eko", + "amenity": "fuel" + }, + "name": "Eko", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Elan": { + "tags": { + "name": "Elan", + "amenity": "fuel" + }, + "name": "Elan", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Elf": { + "tags": { + "name": "Elf", + "amenity": "fuel" + }, + "name": "Elf", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Eneos": { + "tags": { + "name": "Eneos", + "amenity": "fuel" + }, + "name": "Eneos", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Engen": { + "tags": { + "name": "Engen", + "amenity": "fuel" + }, + "name": "Engen", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Eni": { + "tags": { + "name": "Eni", + "amenity": "fuel" + }, + "name": "Eni", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Erg": { + "tags": { + "name": "Erg", + "amenity": "fuel" + }, + "name": "Erg", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Esso Express": { + "tags": { + "name": "Esso Express", + "amenity": "fuel" + }, + "name": "Esso Express", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Exxon": { + "tags": { + "name": "Exxon", + "amenity": "fuel" + }, + "name": "Exxon", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Flying V": { + "tags": { + "name": "Flying V", + "amenity": "fuel" + }, + "name": "Flying V", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Freie Tankstelle": { + "tags": { + "name": "Freie Tankstelle", + "amenity": "fuel" + }, + "name": "Freie Tankstelle", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/GALP": { + "tags": { + "name": "GALP", + "amenity": "fuel" + }, + "name": "GALP", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Gulf": { + "tags": { + "name": "Gulf", + "amenity": "fuel" + }, + "name": "Gulf", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/HEM": { + "tags": { + "name": "HEM", + "amenity": "fuel" + }, + "name": "HEM", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/HP": { + "tags": { + "name": "HP", + "amenity": "fuel" + }, + "name": "HP", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Hess": { + "tags": { + "name": "Hess", + "amenity": "fuel" + }, + "name": "Hess", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Holiday": { + "tags": { + "name": "Holiday", + "amenity": "fuel" + }, + "name": "Holiday", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Husky": { + "tags": { + "name": "Husky", + "amenity": "fuel" + }, + "name": "Husky", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/IDEMITSU": { + "tags": { + "name": "IDEMITSU", + "amenity": "fuel" + }, + "name": "IDEMITSU", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/IES": { + "tags": { + "name": "IES", + "amenity": "fuel" + }, + "name": "IES", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/INA": { + "tags": { + "name": "INA", + "amenity": "fuel" + }, + "name": "INA", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/IP": { + "tags": { + "name": "IP", + "amenity": "fuel" + }, + "name": "IP", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Indian Oil": { + "tags": { + "name": "Indian Oil", + "amenity": "fuel" + }, + "name": "Indian Oil", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Indipend.": { + "tags": { + "name": "Indipend.", + "amenity": "fuel" + }, + "name": "Indipend.", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Intermarché": { + "tags": { + "name": "Intermarché", + "amenity": "fuel" + }, + "name": "Intermarché", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Ipiranga": { + "tags": { + "name": "Ipiranga", + "amenity": "fuel" + }, + "name": "Ipiranga", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Irving": { + "tags": { + "name": "Irving", + "amenity": "fuel" + }, + "name": "Irving", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/JET": { + "tags": { + "name": "JET", + "amenity": "fuel" + }, + "name": "JET", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/JOMO": { + "tags": { + "name": "JOMO", + "amenity": "fuel" + }, + "name": "JOMO", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Jet": { + "tags": { + "name": "Jet", + "amenity": "fuel" + }, + "name": "Jet", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Kum & Go": { + "tags": { + "name": "Kum & Go", + "amenity": "fuel" + }, + "name": "Kum & Go", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Kwik Trip": { + "tags": { + "name": "Kwik Trip", + "amenity": "fuel" + }, + "name": "Kwik Trip", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/LPG": { + "tags": { + "name": "LPG", + "amenity": "fuel" + }, + "name": "LPG", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Lotos": { + "tags": { + "name": "Lotos", + "amenity": "fuel" + }, + "name": "Lotos", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Lukoil": { + "tags": { + "name": "Lukoil", + "amenity": "fuel" + }, + "name": "Lukoil", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/MEROIL": { + "tags": { + "name": "MEROIL", + "amenity": "fuel" + }, + "name": "MEROIL", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/MOL": { + "tags": { + "name": "MOL", + "amenity": "fuel" + }, + "name": "MOL", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Marathon": { + "tags": { + "name": "Marathon", + "amenity": "fuel" + }, + "name": "Marathon", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Metano": { + "tags": { + "name": "Metano", + "amenity": "fuel" + }, + "name": "Metano", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Migrol": { + "tags": { + "name": "Migrol", + "amenity": "fuel" + }, + "name": "Migrol", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Mobil": { + "tags": { + "name": "Mobil", + "amenity": "fuel" + }, + "name": "Mobil", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Mol": { + "tags": { + "name": "Mol", + "amenity": "fuel" + }, + "name": "Mol", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Morrisons": { + "tags": { + "name": "Morrisons", + "amenity": "fuel" + }, + "name": "Morrisons", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Neste": { + "tags": { + "name": "Neste", + "amenity": "fuel" + }, + "name": "Neste", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Neste A24": { + "tags": { + "name": "Neste A24", + "amenity": "fuel" + }, + "name": "Neste A24", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/OIL!": { + "tags": { + "name": "OIL!", + "amenity": "fuel" + }, + "name": "OIL!", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/OK": { + "tags": { + "name": "OK", + "amenity": "fuel" + }, + "name": "OK", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/OKKO": { + "tags": { + "name": "OKKO", + "amenity": "fuel" + }, + "name": "OKKO", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/OKQ8": { + "tags": { + "name": "OKQ8", + "amenity": "fuel" + }, + "name": "OKQ8", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/OMV": { + "tags": { + "name": "OMV", + "amenity": "fuel" + }, + "name": "OMV", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Oilibya": { + "tags": { + "name": "Oilibya", + "amenity": "fuel" + }, + "name": "Oilibya", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Orlen": { + "tags": { + "name": "Orlen", + "amenity": "fuel" + }, + "name": "Orlen", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Pemex": { + "tags": { + "name": "Pemex", + "amenity": "fuel" + }, + "name": "Pemex", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/PETRONOR": { + "tags": { + "name": "PETRONOR", + "amenity": "fuel" + }, + "name": "PETRONOR", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/PTT": { + "tags": { + "name": "PTT", + "amenity": "fuel" + }, + "name": "PTT", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Pertamina": { + "tags": { + "name": "Pertamina", + "amenity": "fuel" + }, + "name": "Pertamina", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Petro-Canada": { + "tags": { + "name": "Petro-Canada", + "amenity": "fuel" + }, + "name": "Petro-Canada", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Petrobras": { + "tags": { + "name": "Petrobras", + "amenity": "fuel" + }, + "name": "Petrobras", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Petrom": { + "tags": { + "name": "Petrom", + "amenity": "fuel" + }, + "name": "Petrom", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Petron": { + "tags": { + "name": "Petron", + "amenity": "fuel" + }, + "name": "Petron", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Petronas": { + "tags": { + "name": "Petronas", + "amenity": "fuel" + }, + "name": "Petronas", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Phillips 66": { + "tags": { + "name": "Phillips 66", + "amenity": "fuel" + }, + "name": "Phillips 66", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Phoenix": { + "tags": { + "name": "Phoenix", + "amenity": "fuel" + }, + "name": "Phoenix", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Q8": { + "tags": { + "name": "Q8", + "amenity": "fuel" + }, + "name": "Q8", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/QuikTrip": { + "tags": { + "name": "QuikTrip", + "amenity": "fuel" + }, + "name": "QuikTrip", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/REPSOL": { + "tags": { + "name": "REPSOL", + "amenity": "fuel" + }, + "name": "REPSOL", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Repsol": { + "tags": { + "name": "Repsol", + "amenity": "fuel" + }, + "name": "Repsol", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Rompetrol": { + "tags": { + "name": "Rompetrol", + "amenity": "fuel" + }, + "name": "Rompetrol", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Shell": { + "tags": { + "name": "Shell", + "amenity": "fuel" + }, + "name": "Shell", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Sainsbury's": { + "tags": { + "name": "Sainsbury's", + "amenity": "fuel" + }, + "name": "Sainsbury's", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Sasol": { + "tags": { + "name": "Sasol", + "amenity": "fuel" + }, + "name": "Sasol", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Sheetz": { + "tags": { + "name": "Sheetz", + "amenity": "fuel" + }, + "name": "Sheetz", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Shell Express": { + "tags": { + "name": "Shell Express", + "amenity": "fuel" + }, + "name": "Shell Express", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Sinclair": { + "tags": { + "name": "Sinclair", + "amenity": "fuel" + }, + "name": "Sinclair", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Slovnaft": { + "tags": { + "name": "Slovnaft", + "amenity": "fuel" + }, + "name": "Slovnaft", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Sokimex": { + "tags": { + "name": "Sokimex", + "amenity": "fuel" + }, + "name": "Sokimex", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Speedway": { + "tags": { + "name": "Speedway", + "amenity": "fuel" + }, + "name": "Speedway", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/St1": { + "tags": { + "name": "St1", + "amenity": "fuel" + }, + "name": "St1", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Stacja paliw": { + "tags": { + "name": "Stacja paliw", + "amenity": "fuel" + }, + "name": "Stacja paliw", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Star": { + "tags": { + "name": "Star", + "amenity": "fuel" + }, + "name": "Star", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Total": { + "tags": { + "name": "Total", + "amenity": "fuel" + }, + "name": "Total", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Statoil": { + "tags": { + "name": "Statoil", + "amenity": "fuel" + }, + "name": "Statoil", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Stewart's": { + "tags": { + "name": "Stewart's", + "amenity": "fuel" + }, + "name": "Stewart's", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Sunoco": { + "tags": { + "name": "Sunoco", + "amenity": "fuel" + }, + "name": "Sunoco", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Super U": { + "tags": { + "name": "Super U", + "amenity": "fuel" + }, + "name": "Super U", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Tamoil": { + "tags": { + "name": "Tamoil", + "amenity": "fuel" + }, + "name": "Tamoil", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Tango": { + "tags": { + "name": "Tango", + "amenity": "fuel" + }, + "name": "Tango", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Tankstelle": { + "tags": { + "name": "Tankstelle", + "amenity": "fuel" + }, + "name": "Tankstelle", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Teboil": { + "tags": { + "name": "Teboil", + "amenity": "fuel" + }, + "name": "Teboil", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Tela": { + "tags": { + "name": "Tela", + "amenity": "fuel" + }, + "name": "Tela", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Terpel": { + "tags": { + "name": "Terpel", + "amenity": "fuel" + }, + "name": "Terpel", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Tesco": { + "tags": { + "name": "Tesco", + "amenity": "fuel" + }, + "name": "Tesco", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Texaco": { + "tags": { + "name": "Texaco", + "amenity": "fuel" + }, + "name": "Texaco", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Tinq": { + "tags": { + "name": "Tinq", + "amenity": "fuel" + }, + "name": "Tinq", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Topaz": { + "tags": { + "name": "Topaz", + "amenity": "fuel" + }, + "name": "Topaz", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/TotalErg": { + "tags": { + "name": "TotalErg", + "amenity": "fuel" + }, + "name": "TotalErg", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Turmöl": { + "tags": { + "name": "Turmöl", + "amenity": "fuel" + }, + "name": "Turmöl", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Ultramar": { + "tags": { + "name": "Ultramar", + "amenity": "fuel" + }, + "name": "Ultramar", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/United": { + "tags": { + "name": "United", + "amenity": "fuel" + }, + "name": "United", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Valero": { + "tags": { + "name": "Valero", + "amenity": "fuel" + }, + "name": "Valero", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/WOG": { + "tags": { + "name": "WOG", + "amenity": "fuel" + }, + "name": "WOG", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Wawa": { + "tags": { + "name": "Wawa", + "amenity": "fuel" + }, + "name": "Wawa", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Westfalen": { + "tags": { + "name": "Westfalen", + "amenity": "fuel" + }, + "name": "Westfalen", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/YPF": { + "tags": { + "name": "YPF", + "amenity": "fuel" + }, + "name": "YPF", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Z": { + "tags": { + "name": "Z", + "amenity": "fuel" + }, + "name": "Z", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/bft": { + "tags": { + "name": "bft", + "amenity": "fuel" + }, + "name": "bft", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ÖMV": { + "tags": { + "name": "ÖMV", + "amenity": "fuel" + }, + "name": "ÖMV", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/АГЗС": { + "tags": { + "name": "АГЗС", + "amenity": "fuel" + }, + "name": "АГЗС", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/АЗС": { + "tags": { + "name": "АЗС", + "amenity": "fuel" + }, + "name": "АЗС", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Башнефть": { + "tags": { + "name": "Башнефть", + "amenity": "fuel" + }, + "name": "Башнефть", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Белоруснефть": { + "tags": { + "name": "Белоруснефть", + "amenity": "fuel" + }, + "name": "Белоруснефть", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Газпромнефть": { + "tags": { + "name": "Газпромнефть", + "amenity": "fuel" + }, + "name": "Газпромнефть", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Лукойл": { + "tags": { + "name": "Лукойл", + "amenity": "fuel" + }, + "name": "Лукойл", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Макпетрол": { + "tags": { + "name": "Макпетрол", + "amenity": "fuel" + }, + "name": "Макпетрол", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/НК Альянс": { + "tags": { + "name": "НК Альянс", + "amenity": "fuel" + }, + "name": "НК Альянс", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ОККО": { + "tags": { + "name": "ОККО", + "amenity": "fuel" + }, + "name": "ОККО", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ОМВ": { + "tags": { + "name": "ОМВ", + "amenity": "fuel" + }, + "name": "ОМВ", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ПТК": { + "tags": { + "name": "ПТК", + "amenity": "fuel" + }, + "name": "ПТК", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Петрол": { + "tags": { + "name": "Петрол", + "amenity": "fuel" + }, + "name": "Петрол", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Роснефть": { + "tags": { + "name": "Роснефть", + "amenity": "fuel" + }, + "name": "Роснефть", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Славнефть": { + "tags": { + "name": "Славнефть", + "amenity": "fuel" + }, + "name": "Славнефть", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Сургутнефтегаз": { + "tags": { + "name": "Сургутнефтегаз", + "amenity": "fuel" + }, + "name": "Сургутнефтегаз", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ТНК": { + "tags": { + "name": "ТНК", + "amenity": "fuel" + }, + "name": "ТНК", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Татнефтепродукт": { + "tags": { + "name": "Татнефтепродукт", + "amenity": "fuel" + }, + "name": "Татнефтепродукт", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/Татнефть": { + "tags": { + "name": "Татнефть", + "amenity": "fuel" + }, + "name": "Татнефть", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/บางจาก": { + "tags": { + "name": "บางจาก", + "amenity": "fuel" + }, + "name": "บางจาก", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ป ต ท": { + "tags": { + "name": "ป ต ท", + "amenity": "fuel" + }, + "name": "ป ต ท", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/ปตท": { + "tags": { + "name": "ปตท", + "amenity": "fuel" + }, + "name": "ปตท", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/コスモ石油 (COSMO)": { + "tags": { + "name": "コスモ石油 (COSMO)", + "amenity": "fuel" + }, + "name": "コスモ石油 (COSMO)", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/出光": { + "tags": { + "name": "出光", + "name:en": "IDEMITSU", + "amenity": "fuel" + }, + "name": "出光", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/fuel/昭和シェル (Showa-shell)": { + "tags": { + "name": "昭和シェル (Showa-shell)", + "amenity": "fuel" + }, + "name": "昭和シェル (Showa-shell)", + "icon": "fuel", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "address", + "building_area" + ], + "suggestion": true + }, + "amenity/pharmacy/Аптека 36,6": { + "tags": { + "name": "Аптека 36,6", + "amenity": "pharmacy" + }, + "name": "Аптека 36,6", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Adler Apotheke": { + "tags": { + "name": "Adler Apotheke", + "amenity": "pharmacy" + }, + "name": "Adler Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Alte Apotheke": { + "tags": { + "name": "Alte Apotheke", + "amenity": "pharmacy" + }, + "name": "Alte Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Apotheke": { + "tags": { + "name": "Apotheke", + "amenity": "pharmacy" + }, + "name": "Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Apotheke am Markt": { + "tags": { + "name": "Apotheke am Markt", + "amenity": "pharmacy" + }, + "name": "Apotheke am Markt", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Apteka": { + "tags": { + "name": "Apteka", + "amenity": "pharmacy" + }, + "name": "Apteka", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Bahnhof-Apotheke": { + "tags": { + "name": "Bahnhof-Apotheke", + "amenity": "pharmacy" + }, + "name": "Bahnhof-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Boots": { + "tags": { + "name": "Boots", + "amenity": "pharmacy" + }, + "name": "Boots", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Brunnen-Apotheke": { + "tags": { + "name": "Brunnen-Apotheke", + "amenity": "pharmacy" + }, + "name": "Brunnen-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Burg-Apotheke": { + "tags": { + "name": "Burg-Apotheke", + "amenity": "pharmacy" + }, + "name": "Burg-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Bären-Apotheke": { + "tags": { + "name": "Bären-Apotheke", + "amenity": "pharmacy" + }, + "name": "Bären-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/CVS": { + "tags": { + "name": "CVS", + "amenity": "pharmacy" + }, + "name": "CVS", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Clicks": { + "tags": { + "name": "Clicks", + "amenity": "pharmacy" + }, + "name": "Clicks", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Cruz Verde": { + "tags": { + "name": "Cruz Verde", + "amenity": "pharmacy" + }, + "name": "Cruz Verde", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Engel-Apotheke": { + "tags": { + "name": "Engel-Apotheke", + "amenity": "pharmacy" + }, + "name": "Engel-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Eurovaistinė": { + "tags": { + "name": "Eurovaistinė", + "amenity": "pharmacy" + }, + "name": "Eurovaistinė", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Farmacia Comunale": { + "tags": { + "name": "Farmacia Comunale", + "amenity": "pharmacy" + }, + "name": "Farmacia Comunale", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Farmacias Ahumada": { + "tags": { + "name": "Farmacias Ahumada", + "amenity": "pharmacy" + }, + "name": "Farmacias Ahumada", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Farmacias Cruz Verde": { + "tags": { + "name": "Farmacias Cruz Verde", + "amenity": "pharmacy" + }, + "name": "Farmacias Cruz Verde", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Farmacias SalcoBrand": { + "tags": { + "name": "Farmacias SalcoBrand", + "amenity": "pharmacy" + }, + "name": "Farmacias SalcoBrand", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Farmacity": { + "tags": { + "name": "Farmacity", + "amenity": "pharmacy" + }, + "name": "Farmacity", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Farmahorro": { + "tags": { + "name": "Farmahorro", + "amenity": "pharmacy" + }, + "name": "Farmahorro", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Farmatodo": { + "tags": { + "name": "Farmatodo", + "amenity": "pharmacy" + }, + "name": "Farmatodo", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Gintarinė vaistinė": { + "tags": { + "name": "Gintarinė vaistinė", + "amenity": "pharmacy" + }, + "name": "Gintarinė vaistinė", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Hirsch-Apotheke": { + "tags": { + "name": "Hirsch-Apotheke", + "amenity": "pharmacy" + }, + "name": "Hirsch-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Hubertus Apotheke": { + "tags": { + "name": "Hubertus Apotheke", + "amenity": "pharmacy" + }, + "name": "Hubertus Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Jean Coutu": { + "tags": { + "name": "Jean Coutu", + "amenity": "pharmacy" + }, + "name": "Jean Coutu", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Kinney Drugs": { + "tags": { + "name": "Kinney Drugs", + "amenity": "pharmacy" + }, + "name": "Kinney Drugs", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Linden-Apotheke": { + "tags": { + "name": "Linden-Apotheke", + "amenity": "pharmacy" + }, + "name": "Linden-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Ljekarna": { + "tags": { + "name": "Ljekarna", + "amenity": "pharmacy" + }, + "name": "Ljekarna", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Lloyds Pharmacy": { + "tags": { + "name": "Lloyds Pharmacy", + "amenity": "pharmacy" + }, + "name": "Lloyds Pharmacy", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Löwen-Apotheke": { + "tags": { + "name": "Löwen-Apotheke", + "amenity": "pharmacy" + }, + "name": "Löwen-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Marien-Apotheke": { + "tags": { + "name": "Marien-Apotheke", + "amenity": "pharmacy" + }, + "name": "Marien-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Markt-Apotheke": { + "tags": { + "name": "Markt-Apotheke", + "amenity": "pharmacy" + }, + "name": "Markt-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Mercury Drug": { + "tags": { + "name": "Mercury Drug", + "amenity": "pharmacy" + }, + "name": "Mercury Drug", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Neue Apotheke": { + "tags": { + "name": "Neue Apotheke", + "amenity": "pharmacy" + }, + "name": "Neue Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Pharmacie Centrale": { + "tags": { + "name": "Pharmacie Centrale", + "amenity": "pharmacy" + }, + "name": "Pharmacie Centrale", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Pharmaprix": { + "tags": { + "name": "Pharmaprix", + "amenity": "pharmacy" + }, + "name": "Pharmaprix", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Pharmasave": { + "tags": { + "name": "Pharmasave", + "amenity": "pharmacy" + }, + "name": "Pharmasave", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Rathaus-Apotheke": { + "tags": { + "name": "Rathaus-Apotheke", + "amenity": "pharmacy" + }, + "name": "Rathaus-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Rats-Apotheke": { + "tags": { + "name": "Rats-Apotheke", + "amenity": "pharmacy" + }, + "name": "Rats-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Rite Aid": { + "tags": { + "name": "Rite Aid", + "amenity": "pharmacy" + }, + "name": "Rite Aid", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Rosen-Apotheke": { + "tags": { + "name": "Rosen-Apotheke", + "amenity": "pharmacy" + }, + "name": "Rosen-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Rowlands Pharmacy": { + "tags": { + "name": "Rowlands Pharmacy", + "amenity": "pharmacy" + }, + "name": "Rowlands Pharmacy", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/SalcoBrand": { + "tags": { + "name": "SalcoBrand", + "amenity": "pharmacy" + }, + "name": "SalcoBrand", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Shoppers Drug Mart": { + "tags": { + "name": "Shoppers Drug Mart", + "amenity": "pharmacy" + }, + "name": "Shoppers Drug Mart", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Sonnen-Apotheke": { + "tags": { + "name": "Sonnen-Apotheke", + "amenity": "pharmacy" + }, + "name": "Sonnen-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Stadt-Apotheke": { + "tags": { + "name": "Stadt-Apotheke", + "amenity": "pharmacy" + }, + "name": "Stadt-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Stern-Apotheke": { + "tags": { + "name": "Stern-Apotheke", + "amenity": "pharmacy" + }, + "name": "Stern-Apotheke", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Superdrug": { + "tags": { + "name": "Superdrug", + "amenity": "pharmacy" + }, + "name": "Superdrug", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/The Generics Pharmacy": { + "tags": { + "name": "The Generics Pharmacy", + "amenity": "pharmacy" + }, + "name": "The Generics Pharmacy", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Walgreens": { + "tags": { + "name": "Walgreens", + "amenity": "pharmacy" + }, + "name": "Walgreens", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Айболит": { + "tags": { + "name": "Айболит", + "amenity": "pharmacy" + }, + "name": "Айболит", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Аптека": { + "tags": { + "name": "Аптека", + "amenity": "pharmacy" + }, + "name": "Аптека", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Аптечный пункт": { + "tags": { + "name": "Аптечный пункт", + "amenity": "pharmacy" + }, + "name": "Аптечный пункт", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Вита": { + "tags": { + "name": "Вита", + "amenity": "pharmacy" + }, + "name": "Вита", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Имплозия": { + "tags": { + "name": "Имплозия", + "amenity": "pharmacy" + }, + "name": "Имплозия", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Классика": { + "tags": { + "name": "Классика", + "amenity": "pharmacy" + }, + "name": "Классика", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Невис": { + "tags": { + "name": "Невис", + "amenity": "pharmacy" + }, + "name": "Невис", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Первая помощь": { + "tags": { + "name": "Первая помощь", + "amenity": "pharmacy" + }, + "name": "Первая помощь", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Радуга": { + "tags": { + "name": "Радуга", + "amenity": "pharmacy" + }, + "name": "Радуга", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Ригла": { + "tags": { + "name": "Ригла", + "amenity": "pharmacy" + }, + "name": "Ригла", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Фармакор": { + "tags": { + "name": "Фармакор", + "amenity": "pharmacy" + }, + "name": "Фармакор", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Фармация": { + "tags": { + "name": "Фармация", + "amenity": "pharmacy" + }, + "name": "Фармация", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/Фармленд": { + "tags": { + "name": "Фармленд", + "amenity": "pharmacy" + }, + "name": "Фармленд", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/аптека": { + "tags": { + "name": "аптека", + "amenity": "pharmacy" + }, + "name": "аптека", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/ავერსი (Aversi)": { + "tags": { + "name": "ავერსი (Aversi)", + "amenity": "pharmacy" + }, + "name": "ავერსი (Aversi)", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/サンドラッグ": { + "tags": { + "name": "サンドラッグ", + "amenity": "pharmacy" + }, + "name": "サンドラッグ", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/スギ薬局": { + "tags": { + "name": "スギ薬局", + "amenity": "pharmacy" + }, + "name": "スギ薬局", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/トモズ (Tomod's)": { + "tags": { + "name": "トモズ (Tomod's)", + "amenity": "pharmacy" + }, + "name": "トモズ (Tomod's)", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/ドラッグてらしま (Drug Terashima)": { + "tags": { + "name": "ドラッグてらしま (Drug Terashima)", + "amenity": "pharmacy" + }, + "name": "ドラッグてらしま (Drug Terashima)", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pharmacy/マツモトキヨシ": { + "tags": { + "name": "マツモトキヨシ", + "amenity": "pharmacy" + }, + "name": "マツモトキヨシ", + "icon": "pharmacy", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Cross Keys": { + "tags": { + "name": "Cross Keys", + "amenity": "pub" + }, + "name": "Cross Keys", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Irish Pub": { + "tags": { + "name": "Irish Pub", + "amenity": "pub" + }, + "name": "Irish Pub", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Kings Arms": { + "tags": { + "name": "Kings Arms", + "amenity": "pub" + }, + "name": "Kings Arms", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Kings Head": { + "tags": { + "name": "Kings Head", + "amenity": "pub" + }, + "name": "Kings Head", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/New Inn": { + "tags": { + "name": "New Inn", + "amenity": "pub" + }, + "name": "New Inn", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Prince of Wales": { + "tags": { + "name": "Prince of Wales", + "amenity": "pub" + }, + "name": "Prince of Wales", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Red Lion": { + "tags": { + "name": "Red Lion", + "amenity": "pub" + }, + "name": "Red Lion", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Rose & Crown": { + "tags": { + "name": "Rose & Crown", + "amenity": "pub" + }, + "name": "Rose & Crown", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Rose and Crown": { + "tags": { + "name": "Rose and Crown", + "amenity": "pub" + }, + "name": "Rose and Crown", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Royal Hotel": { + "tags": { + "name": "Royal Hotel", + "amenity": "pub" + }, + "name": "Royal Hotel", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/Royal Oak": { + "tags": { + "name": "Royal Oak", + "amenity": "pub" + }, + "name": "Royal Oak", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Anchor": { + "tags": { + "name": "The Anchor", + "amenity": "pub" + }, + "name": "The Anchor", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Angel": { + "tags": { + "name": "The Angel", + "amenity": "pub" + }, + "name": "The Angel", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Bell": { + "tags": { + "name": "The Bell", + "amenity": "pub" + }, + "name": "The Bell", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Black Horse": { + "tags": { + "name": "The Black Horse", + "amenity": "pub" + }, + "name": "The Black Horse", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Bull": { + "tags": { + "name": "The Bull", + "amenity": "pub" + }, + "name": "The Bull", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Castle": { + "tags": { + "name": "The Castle", + "amenity": "pub" + }, + "name": "The Castle", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Chequers": { + "tags": { + "name": "The Chequers", + "amenity": "pub" + }, + "name": "The Chequers", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Cross Keys": { + "tags": { + "name": "The Cross Keys", + "amenity": "pub" + }, + "name": "The Cross Keys", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Crown": { + "tags": { + "name": "The Crown", + "amenity": "pub" + }, + "name": "The Crown", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Crown Inn": { + "tags": { + "name": "The Crown Inn", + "amenity": "pub" + }, + "name": "The Crown Inn", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Fox": { + "tags": { + "name": "The Fox", + "amenity": "pub" + }, + "name": "The Fox", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The George": { + "tags": { + "name": "The George", + "amenity": "pub" + }, + "name": "The George", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Green Man": { + "tags": { + "name": "The Green Man", + "amenity": "pub" + }, + "name": "The Green Man", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Greyhound": { + "tags": { + "name": "The Greyhound", + "amenity": "pub" + }, + "name": "The Greyhound", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Kings Arms": { + "tags": { + "name": "The Kings Arms", + "amenity": "pub" + }, + "name": "The Kings Arms", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Kings Head": { + "tags": { + "name": "The Kings Head", + "amenity": "pub" + }, + "name": "The Kings Head", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The New Inn": { + "tags": { + "name": "The New Inn", + "amenity": "pub" + }, + "name": "The New Inn", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Plough": { + "tags": { + "name": "The Plough", + "amenity": "pub" + }, + "name": "The Plough", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Prince of Wales": { + "tags": { + "name": "The Prince of Wales", + "amenity": "pub" + }, + "name": "The Prince of Wales", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Queens Head": { + "tags": { + "name": "The Queens Head", + "amenity": "pub" + }, + "name": "The Queens Head", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Railway": { + "tags": { + "name": "The Railway", + "amenity": "pub" + }, + "name": "The Railway", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Red Lion": { + "tags": { + "name": "The Red Lion", + "amenity": "pub" + }, + "name": "The Red Lion", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Rising Sun": { + "tags": { + "name": "The Rising Sun", + "amenity": "pub" + }, + "name": "The Rising Sun", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Royal Oak": { + "tags": { + "name": "The Royal Oak", + "amenity": "pub" + }, + "name": "The Royal Oak", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Ship": { + "tags": { + "name": "The Ship", + "amenity": "pub" + }, + "name": "The Ship", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Ship Inn": { + "tags": { + "name": "The Ship Inn", + "amenity": "pub" + }, + "name": "The Ship Inn", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Star": { + "tags": { + "name": "The Star", + "amenity": "pub" + }, + "name": "The Star", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Swan": { + "tags": { + "name": "The Swan", + "amenity": "pub" + }, + "name": "The Swan", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Victoria": { + "tags": { + "name": "The Victoria", + "amenity": "pub" + }, + "name": "The Victoria", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The Wheatsheaf": { + "tags": { + "name": "The Wheatsheaf", + "amenity": "pub" + }, + "name": "The Wheatsheaf", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The White Hart": { + "tags": { + "name": "The White Hart", + "amenity": "pub" + }, + "name": "The White Hart", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The White Horse": { + "tags": { + "name": "The White Horse", + "amenity": "pub" + }, + "name": "The White Horse", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/pub/The White Lion": { + "tags": { + "name": "The White Lion", + "amenity": "pub" + }, + "name": "The White Lion", + "icon": "beer", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/recycling/Altglas": { + "tags": { + "name": "Altglas", + "amenity": "recycling" + }, + "name": "Altglas", + "icon": "recycling", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cans", + "glass", + "paper", + "clothes" + ], + "suggestion": true + }, + "amenity/recycling/Déchèterie": { + "tags": { + "name": "Déchèterie", + "amenity": "recycling" + }, + "name": "Déchèterie", + "icon": "recycling", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cans", + "glass", + "paper", + "clothes" + ], + "suggestion": true + }, + "amenity/recycling/Glas": { + "tags": { + "name": "Glas", + "amenity": "recycling" + }, + "name": "Glas", + "icon": "recycling", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cans", + "glass", + "paper", + "clothes" + ], + "suggestion": true + }, + "amenity/recycling/Glascontainer": { + "tags": { + "name": "Glascontainer", + "amenity": "recycling" + }, + "name": "Glascontainer", + "icon": "recycling", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cans", + "glass", + "paper", + "clothes" + ], + "suggestion": true + }, + "amenity/recycling/Recyclinghof": { + "tags": { + "name": "Recyclinghof", + "amenity": "recycling" + }, + "name": "Recyclinghof", + "icon": "recycling", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cans", + "glass", + "paper", + "clothes" + ], + "suggestion": true + }, + "amenity/recycling/Wertstoffhof": { + "tags": { + "name": "Wertstoffhof", + "amenity": "recycling" + }, + "name": "Wertstoffhof", + "icon": "recycling", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cans", + "glass", + "paper", + "clothes" + ], + "suggestion": true + }, + "amenity/restaurant/Adler": { + "tags": { + "name": "Adler", + "amenity": "restaurant" + }, + "name": "Adler", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Akropolis": { + "tags": { + "name": "Akropolis", + "amenity": "restaurant" + }, + "name": "Akropolis", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Alte Post": { + "tags": { + "name": "Alte Post", + "amenity": "restaurant" + }, + "name": "Alte Post", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Applebee's": { + "tags": { + "name": "Applebee's", + "amenity": "restaurant" + }, + "name": "Applebee's", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Athen": { + "tags": { + "name": "Athen", + "amenity": "restaurant" + }, + "name": "Athen", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Bella Italia": { + "tags": { + "name": "Bella Italia", + "amenity": "restaurant" + }, + "name": "Bella Italia", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Bob Evans": { + "tags": { + "name": "Bob Evans", + "amenity": "restaurant" + }, + "name": "Bob Evans", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Boston Pizza": { + "tags": { + "name": "Boston Pizza", + "amenity": "restaurant" + }, + "name": "Boston Pizza", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Buffalo Grill": { + "tags": { + "name": "Buffalo Grill", + "amenity": "restaurant" + }, + "name": "Buffalo Grill", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Buffalo Wild Wings": { + "tags": { + "name": "Buffalo Wild Wings", + "amenity": "restaurant" + }, + "name": "Buffalo Wild Wings", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Bären": { + "tags": { + "name": "Bären", + "amenity": "restaurant" + }, + "name": "Bären", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/California Pizza Kitchen": { + "tags": { + "name": "California Pizza Kitchen", + "amenity": "restaurant" + }, + "name": "California Pizza Kitchen", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Chili's": { + "tags": { + "name": "Chili's", + "amenity": "restaurant" + }, + "name": "Chili's", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/China Garden": { + "tags": { + "name": "China Garden", + "amenity": "restaurant" + }, + "name": "China Garden", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/China Town": { + "tags": { + "name": "China Town", + "amenity": "restaurant" + }, + "name": "China Town", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Courtepaille": { + "tags": { + "name": "Courtepaille", + "amenity": "restaurant" + }, + "name": "Courtepaille", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Cracker Barrel": { + "tags": { + "name": "Cracker Barrel", + "amenity": "restaurant" + }, + "name": "Cracker Barrel", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Da Vinci": { + "tags": { + "name": "Da Vinci", + "amenity": "restaurant" + }, + "name": "Da Vinci", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Delphi": { + "tags": { + "name": "Delphi", + "amenity": "restaurant" + }, + "name": "Delphi", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Denny's": { + "tags": { + "name": "Denny's", + "amenity": "restaurant" + }, + "name": "Denny's", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Deutsches Haus": { + "tags": { + "name": "Deutsches Haus", + "amenity": "restaurant" + }, + "name": "Deutsches Haus", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Dionysos": { + "tags": { + "name": "Dionysos", + "amenity": "restaurant" + }, + "name": "Dionysos", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Dolce Vita": { + "tags": { + "name": "Dolce Vita", + "amenity": "restaurant" + }, + "name": "Dolce Vita", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/El Greco": { + "tags": { + "name": "El Greco", + "amenity": "restaurant" + }, + "name": "El Greco", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Flunch": { + "tags": { + "name": "Flunch", + "amenity": "restaurant" + }, + "name": "Flunch", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Frankie & Benny's": { + "tags": { + "name": "Frankie & Benny's", + "amenity": "restaurant" + }, + "name": "Frankie & Benny's", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Friendly's": { + "tags": { + "name": "Friendly's", + "amenity": "restaurant" + }, + "name": "Friendly's", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Gasthaus Adler": { + "tags": { + "name": "Gasthaus Adler", + "amenity": "restaurant" + }, + "name": "Gasthaus Adler", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Gasthaus Krone": { + "tags": { + "name": "Gasthaus Krone", + "amenity": "restaurant" + }, + "name": "Gasthaus Krone", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Gasthof zur Post": { + "tags": { + "name": "Gasthof zur Post", + "amenity": "restaurant" + }, + "name": "Gasthof zur Post", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Golden Corral": { + "tags": { + "name": "Golden Corral", + "amenity": "restaurant" + }, + "name": "Golden Corral", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Grüner Baum": { + "tags": { + "name": "Grüner Baum", + "amenity": "restaurant" + }, + "name": "Grüner Baum", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Hard Rock Cafe": { + "tags": { + "name": "Hard Rock Cafe", + "amenity": "restaurant" + }, + "name": "Hard Rock Cafe", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Hellas": { + "tags": { + "name": "Hellas", + "amenity": "restaurant" + }, + "name": "Hellas", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Hippopotamus": { + "tags": { + "name": "Hippopotamus", + "amenity": "restaurant" + }, + "name": "Hippopotamus", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Hirsch": { + "tags": { + "name": "Hirsch", + "amenity": "restaurant" + }, + "name": "Hirsch", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Hirschen": { + "tags": { + "name": "Hirschen", + "amenity": "restaurant" + }, + "name": "Hirschen", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Hong Kong": { + "tags": { + "name": "Hong Kong", + "amenity": "restaurant" + }, + "name": "Hong Kong", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Hooters": { + "tags": { + "name": "Hooters", + "amenity": "restaurant" + }, + "name": "Hooters", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/IHOP": { + "tags": { + "name": "IHOP", + "amenity": "restaurant" + }, + "name": "IHOP", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Kantine": { + "tags": { + "name": "Kantine", + "amenity": "restaurant" + }, + "name": "Kantine", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Kelsey's": { + "tags": { + "name": "Kelsey's", + "amenity": "restaurant" + }, + "name": "Kelsey's", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Kirchenwirt": { + "tags": { + "name": "Kirchenwirt", + "amenity": "restaurant" + }, + "name": "Kirchenwirt", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Kreuz": { + "tags": { + "name": "Kreuz", + "amenity": "restaurant" + }, + "name": "Kreuz", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Krone": { + "tags": { + "name": "Krone", + "amenity": "restaurant" + }, + "name": "Krone", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/La Cantina": { + "tags": { + "name": "La Cantina", + "amenity": "restaurant" + }, + "name": "La Cantina", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/La Dolce Vita": { + "tags": { + "name": "La Dolce Vita", + "amenity": "restaurant" + }, + "name": "La Dolce Vita", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/La Perla": { + "tags": { + "name": "La Perla", + "amenity": "restaurant" + }, + "name": "La Perla", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/La Piazza": { + "tags": { + "name": "La Piazza", + "amenity": "restaurant" + }, + "name": "La Piazza", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Lamm": { + "tags": { + "name": "Lamm", + "amenity": "restaurant" + }, + "name": "Lamm", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Linde": { + "tags": { + "name": "Linde", + "amenity": "restaurant" + }, + "name": "Linde", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Lindenhof": { + "tags": { + "name": "Lindenhof", + "amenity": "restaurant" + }, + "name": "Lindenhof", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Little Chef": { + "tags": { + "name": "Little Chef", + "amenity": "restaurant" + }, + "name": "Little Chef", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Longhorn Steakhouse": { + "tags": { + "name": "Longhorn Steakhouse", + "amenity": "restaurant" + }, + "name": "Longhorn Steakhouse", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Lotus": { + "tags": { + "name": "Lotus", + "amenity": "restaurant" + }, + "name": "Lotus", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Löwen": { + "tags": { + "name": "Löwen", + "amenity": "restaurant" + }, + "name": "Löwen", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Mamma Mia": { + "tags": { + "name": "Mamma Mia", + "amenity": "restaurant" + }, + "name": "Mamma Mia", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Mandarin": { + "tags": { + "name": "Mandarin", + "amenity": "restaurant" + }, + "name": "Mandarin", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Mang Inasal": { + "tags": { + "name": "Mang Inasal", + "amenity": "restaurant" + }, + "name": "Mang Inasal", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Mensa": { + "tags": { + "name": "Mensa", + "amenity": "restaurant" + }, + "name": "Mensa", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Milano": { + "tags": { + "name": "Milano", + "amenity": "restaurant" + }, + "name": "Milano", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Mykonos": { + "tags": { + "name": "Mykonos", + "amenity": "restaurant" + }, + "name": "Mykonos", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Nando's": { + "tags": { + "name": "Nando's", + "amenity": "restaurant" + }, + "name": "Nando's", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Ochsen": { + "tags": { + "name": "Ochsen", + "amenity": "restaurant" + }, + "name": "Ochsen", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Olive Garden": { + "tags": { + "name": "Olive Garden", + "amenity": "restaurant" + }, + "name": "Olive Garden", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Olympia": { + "tags": { + "name": "Olympia", + "amenity": "restaurant" + }, + "name": "Olympia", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Outback Steakhouse": { + "tags": { + "name": "Outback Steakhouse", + "amenity": "restaurant" + }, + "name": "Outback Steakhouse", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Panera Bread": { + "tags": { + "name": "Panera Bread", + "amenity": "restaurant" + }, + "name": "Panera Bread", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Panorama": { + "tags": { + "name": "Panorama", + "amenity": "restaurant" + }, + "name": "Panorama", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Peking": { + "tags": { + "name": "Peking", + "amenity": "restaurant" + }, + "name": "Peking", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Perkins": { + "tags": { + "name": "Perkins", + "amenity": "restaurant" + }, + "name": "Perkins", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Pizza Express": { + "tags": { + "name": "Pizza Express", + "amenity": "restaurant" + }, + "name": "Pizza Express", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Pizza Hut": { + "tags": { + "name": "Pizza Hut", + "amenity": "restaurant" + }, + "name": "Pizza Hut", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Poseidon": { + "tags": { + "name": "Poseidon", + "amenity": "restaurant" + }, + "name": "Poseidon", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Prezzo": { + "tags": { + "name": "Prezzo", + "amenity": "restaurant" + }, + "name": "Prezzo", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Ratskeller": { + "tags": { + "name": "Ratskeller", + "amenity": "restaurant" + }, + "name": "Ratskeller", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Red Lobster": { + "tags": { + "name": "Red Lobster", + "amenity": "restaurant" + }, + "name": "Red Lobster", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Red Robin": { + "tags": { + "name": "Red Robin", + "amenity": "restaurant" + }, + "name": "Red Robin", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Rhodos": { + "tags": { + "name": "Rhodos", + "amenity": "restaurant" + }, + "name": "Rhodos", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Roma": { + "tags": { + "name": "Roma", + "amenity": "restaurant" + }, + "name": "Roma", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Ruby Tuesday": { + "tags": { + "name": "Ruby Tuesday", + "amenity": "restaurant" + }, + "name": "Ruby Tuesday", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Rössli": { + "tags": { + "name": "Rössli", + "amenity": "restaurant" + }, + "name": "Rössli", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Sakura": { + "tags": { + "name": "Sakura", + "amenity": "restaurant" + }, + "name": "Sakura", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/San Marco": { + "tags": { + "name": "San Marco", + "amenity": "restaurant" + }, + "name": "San Marco", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Schwarzer Adler": { + "tags": { + "name": "Schwarzer Adler", + "amenity": "restaurant" + }, + "name": "Schwarzer Adler", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Schützenhaus": { + "tags": { + "name": "Schützenhaus", + "amenity": "restaurant" + }, + "name": "Schützenhaus", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Seeblick": { + "tags": { + "name": "Seeblick", + "amenity": "restaurant" + }, + "name": "Seeblick", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Shanghai": { + "tags": { + "name": "Shanghai", + "amenity": "restaurant" + }, + "name": "Shanghai", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Shari's": { + "tags": { + "name": "Shari's", + "amenity": "restaurant" + }, + "name": "Shari's", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Sonne": { + "tags": { + "name": "Sonne", + "amenity": "restaurant" + }, + "name": "Sonne", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Sportheim": { + "tags": { + "name": "Sportheim", + "amenity": "restaurant" + }, + "name": "Sportheim", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Spur": { + "tags": { + "name": "Spur", + "amenity": "restaurant" + }, + "name": "Spur", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Sternen": { + "tags": { + "name": "Sternen", + "amenity": "restaurant" + }, + "name": "Sternen", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Swiss Chalet": { + "tags": { + "name": "Swiss Chalet", + "amenity": "restaurant" + }, + "name": "Swiss Chalet", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/TGI Friday's": { + "tags": { + "name": "TGI Friday's", + "amenity": "restaurant" + }, + "name": "TGI Friday's", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Taj Mahal": { + "tags": { + "name": "Taj Mahal", + "amenity": "restaurant" + }, + "name": "Taj Mahal", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Texas Roadhouse": { + "tags": { + "name": "Texas Roadhouse", + "amenity": "restaurant" + }, + "name": "Texas Roadhouse", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/The Keg": { + "tags": { + "name": "The Keg", + "amenity": "restaurant" + }, + "name": "The Keg", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Traube": { + "tags": { + "name": "Traube", + "amenity": "restaurant" + }, + "name": "Traube", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Vapiano": { + "tags": { + "name": "Vapiano", + "amenity": "restaurant" + }, + "name": "Vapiano", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Village Inn": { + "tags": { + "name": "Village Inn", + "amenity": "restaurant" + }, + "name": "Village Inn", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Vips": { + "tags": { + "name": "Vips", + "amenity": "restaurant" + }, + "name": "Vips", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Waffle House": { + "tags": { + "name": "Waffle House", + "amenity": "restaurant" + }, + "name": "Waffle House", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Wagamama": { + "tags": { + "name": "Wagamama", + "amenity": "restaurant" + }, + "name": "Wagamama", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Waldschänke": { + "tags": { + "name": "Waldschänke", + "amenity": "restaurant" + }, + "name": "Waldschänke", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Zizzi": { + "tags": { + "name": "Zizzi", + "amenity": "restaurant" + }, + "name": "Zizzi", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Zum Löwen": { + "tags": { + "name": "Zum Löwen", + "amenity": "restaurant" + }, + "name": "Zum Löwen", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Zur Krone": { + "tags": { + "name": "Zur Krone", + "amenity": "restaurant" + }, + "name": "Zur Krone", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Zur Linde": { + "tags": { + "name": "Zur Linde", + "amenity": "restaurant" + }, + "name": "Zur Linde", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Zur Post": { + "tags": { + "name": "Zur Post", + "amenity": "restaurant" + }, + "name": "Zur Post", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Zur Sonne": { + "tags": { + "name": "Zur Sonne", + "amenity": "restaurant" + }, + "name": "Zur Sonne", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Евразия": { + "tags": { + "name": "Евразия", + "amenity": "restaurant" + }, + "name": "Евразия", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/Якитория": { + "tags": { + "name": "Якитория", + "amenity": "restaurant" + }, + "name": "Якитория", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/ガスト": { + "tags": { + "name": "ガスト", + "name:en": "Gusto", + "amenity": "restaurant" + }, + "name": "ガスト", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/サイゼリヤ": { + "tags": { + "name": "サイゼリヤ", + "amenity": "restaurant" + }, + "name": "サイゼリヤ", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/ジョナサン": { + "tags": { + "name": "ジョナサン", + "amenity": "restaurant" + }, + "name": "ジョナサン", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/デニーズ": { + "tags": { + "name": "デニーズ", + "amenity": "restaurant" + }, + "name": "デニーズ", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "amenity/restaurant/바다횟집 (Bada Fish Restaurant)": { + "tags": { + "name": "바다횟집 (Bada Fish Restaurant)", + "amenity": "restaurant" + }, + "name": "바다횟집 (Bada Fish Restaurant)", + "icon": "restaurant", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "cuisine", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/alcohol/Alko": { + "tags": { + "name": "Alko", + "shop": "alcohol" + }, + "name": "Alko", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/BWS": { + "tags": { + "name": "BWS", + "shop": "alcohol" + }, + "name": "BWS", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/Bargain Booze": { + "tags": { + "name": "Bargain Booze", + "shop": "alcohol" + }, + "name": "Bargain Booze", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/Botilleria": { + "tags": { + "name": "Botilleria", + "shop": "alcohol" + }, + "name": "Botilleria", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/Gall & Gall": { + "tags": { + "name": "Gall & Gall", + "shop": "alcohol" + }, + "name": "Gall & Gall", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/LCBO": { + "tags": { + "name": "LCBO", + "shop": "alcohol" + }, + "name": "LCBO", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/Nicolas": { + "tags": { + "name": "Nicolas", + "shop": "alcohol" + }, + "name": "Nicolas", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/SAQ": { + "tags": { + "name": "SAQ", + "shop": "alcohol" + }, + "name": "SAQ", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/Systembolaget": { + "tags": { + "name": "Systembolaget", + "shop": "alcohol" + }, + "name": "Systembolaget", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/The Beer Store": { + "tags": { + "name": "The Beer Store", + "shop": "alcohol" + }, + "name": "The Beer Store", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/Ароматный мир": { + "tags": { + "name": "Ароматный мир", + "shop": "alcohol" + }, + "name": "Ароматный мир", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/alcohol/Живое пиво": { + "tags": { + "name": "Живое пиво", + "shop": "alcohol" + }, + "name": "Живое пиво", + "icon": "alcohol-shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Anker": { + "tags": { + "name": "Anker", + "shop": "bakery" + }, + "name": "Anker", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Backwerk": { + "tags": { + "name": "Backwerk", + "shop": "bakery" + }, + "name": "Backwerk", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Boulangerie": { + "tags": { + "name": "Boulangerie", + "shop": "bakery" + }, + "name": "Boulangerie", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Boulangerie Patisserie": { + "tags": { + "name": "Boulangerie Patisserie", + "shop": "bakery" + }, + "name": "Boulangerie Patisserie", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Bäcker": { + "tags": { + "name": "Bäcker", + "shop": "bakery" + }, + "name": "Bäcker", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Bäckerei": { + "tags": { + "name": "Bäckerei", + "shop": "bakery" + }, + "name": "Bäckerei", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Bäckerei Schmidt": { + "tags": { + "name": "Bäckerei Schmidt", + "shop": "bakery" + }, + "name": "Bäckerei Schmidt", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Dat Backhus": { + "tags": { + "name": "Dat Backhus", + "shop": "bakery" + }, + "name": "Dat Backhus", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Der Beck": { + "tags": { + "name": "Der Beck", + "shop": "bakery" + }, + "name": "Der Beck", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Goeken backen": { + "tags": { + "name": "Goeken backen", + "shop": "bakery" + }, + "name": "Goeken backen", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Goldilocks": { + "tags": { + "name": "Goldilocks", + "shop": "bakery" + }, + "name": "Goldilocks", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Greggs": { + "tags": { + "name": "Greggs", + "shop": "bakery" + }, + "name": "Greggs", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Hofpfisterei": { + "tags": { + "name": "Hofpfisterei", + "shop": "bakery" + }, + "name": "Hofpfisterei", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Ihle": { + "tags": { + "name": "Ihle", + "shop": "bakery" + }, + "name": "Ihle", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/K&U": { + "tags": { + "name": "K&U", + "shop": "bakery" + }, + "name": "K&U", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Kamps": { + "tags": { + "name": "Kamps", + "shop": "bakery" + }, + "name": "Kamps", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Oebel": { + "tags": { + "name": "Oebel", + "shop": "bakery" + }, + "name": "Oebel", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Panaderia": { + "tags": { + "name": "Panaderia", + "shop": "bakery" + }, + "name": "Panaderia", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Panificio": { + "tags": { + "name": "Panificio", + "shop": "bakery" + }, + "name": "Panificio", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Paul": { + "tags": { + "name": "Paul", + "shop": "bakery" + }, + "name": "Paul", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Piekarnia": { + "tags": { + "name": "Piekarnia", + "shop": "bakery" + }, + "name": "Piekarnia", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Stadtbäckerei": { + "tags": { + "name": "Stadtbäckerei", + "shop": "bakery" + }, + "name": "Stadtbäckerei", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Stadtbäckerei Junge": { + "tags": { + "name": "Stadtbäckerei Junge", + "shop": "bakery" + }, + "name": "Stadtbäckerei Junge", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Steinecke": { + "tags": { + "name": "Steinecke", + "shop": "bakery" + }, + "name": "Steinecke", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Thürmann": { + "tags": { + "name": "Thürmann", + "shop": "bakery" + }, + "name": "Thürmann", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/bakery/Хлеб": { + "tags": { + "name": "Хлеб", + "shop": "bakery" + }, + "name": "Хлеб", + "icon": "bakery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/books/Barnes & Noble": { + "tags": { + "name": "Barnes & Noble", + "shop": "books" + }, + "name": "Barnes & Noble", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/books/Bruna": { + "tags": { + "name": "Bruna", + "shop": "books" + }, + "name": "Bruna", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/books/Libro": { + "tags": { + "name": "Libro", + "shop": "books" + }, + "name": "Libro", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/books/Thalia": { + "tags": { + "name": "Thalia", + "shop": "books" + }, + "name": "Thalia", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/books/Waterstones": { + "tags": { + "name": "Waterstones", + "shop": "books" + }, + "name": "Waterstones", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/books/Weltbild": { + "tags": { + "name": "Weltbild", + "shop": "books" + }, + "name": "Weltbild", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/books/Книги": { + "tags": { + "name": "Книги", + "shop": "books" + }, + "name": "Книги", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/ATU": { + "tags": { + "name": "ATU", + "shop": "car_repair" + }, + "name": "ATU", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/AutoZone": { + "tags": { + "name": "AutoZone", + "shop": "car_repair" + }, + "name": "AutoZone", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Carglass": { + "tags": { + "name": "Carglass", + "shop": "car_repair" + }, + "name": "Carglass", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Euromaster": { + "tags": { + "name": "Euromaster", + "shop": "car_repair" + }, + "name": "Euromaster", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Feu Vert": { + "tags": { + "name": "Feu Vert", + "shop": "car_repair" + }, + "name": "Feu Vert", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Firestone": { + "tags": { + "name": "Firestone", + "shop": "car_repair" + }, + "name": "Firestone", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Jiffy Lube": { + "tags": { + "name": "Jiffy Lube", + "shop": "car_repair" + }, + "name": "Jiffy Lube", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Kwik Fit": { + "tags": { + "name": "Kwik Fit", + "shop": "car_repair" + }, + "name": "Kwik Fit", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Midas": { + "tags": { + "name": "Midas", + "shop": "car_repair" + }, + "name": "Midas", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Norauto": { + "tags": { + "name": "Norauto", + "shop": "car_repair" + }, + "name": "Norauto", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/O'Reilly Auto Parts": { + "tags": { + "name": "O'Reilly Auto Parts", + "shop": "car_repair" + }, + "name": "O'Reilly Auto Parts", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Peugeot": { + "tags": { + "name": "Peugeot", + "shop": "car_repair" + }, + "name": "Peugeot", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Pit Stop": { + "tags": { + "name": "Pit Stop", + "shop": "car_repair" + }, + "name": "Pit Stop", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Renault": { + "tags": { + "name": "Renault", + "shop": "car_repair" + }, + "name": "Renault", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Roady": { + "tags": { + "name": "Roady", + "shop": "car_repair" + }, + "name": "Roady", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Speedy": { + "tags": { + "name": "Speedy", + "shop": "car_repair" + }, + "name": "Speedy", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/ÖAMTC": { + "tags": { + "name": "ÖAMTC", + "shop": "car_repair" + }, + "name": "ÖAMTC", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Автозапчасти": { + "tags": { + "name": "Автозапчасти", + "shop": "car_repair" + }, + "name": "Автозапчасти", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Автосервис": { + "tags": { + "name": "Автосервис", + "shop": "car_repair" + }, + "name": "Автосервис", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/СТО": { + "tags": { + "name": "СТО", + "shop": "car_repair" + }, + "name": "СТО", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car_repair/Шиномонтаж": { + "tags": { + "name": "Шиномонтаж", + "shop": "car_repair" + }, + "name": "Шиномонтаж", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Audi": { + "tags": { + "name": "Audi", + "shop": "car" + }, + "name": "Audi", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/BMW": { + "tags": { + "name": "BMW", + "shop": "car" + }, + "name": "BMW", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Chevrolet": { + "tags": { + "name": "Chevrolet", + "shop": "car" + }, + "name": "Chevrolet", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Citroen": { + "tags": { + "name": "Citroen", + "shop": "car" + }, + "name": "Citroen", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Fiat": { + "tags": { + "name": "Fiat", + "shop": "car" + }, + "name": "Fiat", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Ford": { + "tags": { + "name": "Ford", + "shop": "car" + }, + "name": "Ford", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Honda": { + "tags": { + "name": "Honda", + "shop": "car" + }, + "name": "Honda", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Hyundai": { + "tags": { + "name": "Hyundai", + "shop": "car" + }, + "name": "Hyundai", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Mazda": { + "tags": { + "name": "Mazda", + "shop": "car" + }, + "name": "Mazda", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Mercedes-Benz": { + "tags": { + "name": "Mercedes-Benz", + "shop": "car" + }, + "name": "Mercedes-Benz", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Mitsubishi": { + "tags": { + "name": "Mitsubishi", + "shop": "car" + }, + "name": "Mitsubishi", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Nissan": { + "tags": { + "name": "Nissan", + "shop": "car" + }, + "name": "Nissan", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Opel": { + "tags": { + "name": "Opel", + "shop": "car" + }, + "name": "Opel", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Skoda": { + "tags": { + "name": "Skoda", + "shop": "car" + }, + "name": "Skoda", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Suzuki": { + "tags": { + "name": "Suzuki", + "shop": "car" + }, + "name": "Suzuki", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Toyota": { + "tags": { + "name": "Toyota", + "shop": "car" + }, + "name": "Toyota", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Volkswagen": { + "tags": { + "name": "Volkswagen", + "shop": "car" + }, + "name": "Volkswagen", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Volvo": { + "tags": { + "name": "Volvo", + "shop": "car" + }, + "name": "Volvo", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/car/Автомагазин": { + "tags": { + "name": "Автомагазин", + "shop": "car" + }, + "name": "Автомагазин", + "icon": "car", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "opening_hours" + ], + "suggestion": true + }, + "shop/chemist/Bipa": { + "tags": { + "name": "Bipa", + "shop": "chemist" + }, + "name": "Bipa", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/chemist/dm": { + "tags": { + "name": "dm", + "shop": "chemist" + }, + "name": "dm", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/chemist/Douglas": { + "tags": { + "name": "Douglas", + "shop": "chemist" + }, + "name": "Douglas", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/chemist/Etos": { + "tags": { + "name": "Etos", + "shop": "chemist" + }, + "name": "Etos", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/chemist/Ihr Platz": { + "tags": { + "name": "Ihr Platz", + "shop": "chemist" + }, + "name": "Ihr Platz", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/chemist/Kruidvat": { + "tags": { + "name": "Kruidvat", + "shop": "chemist" + }, + "name": "Kruidvat", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/chemist/Müller": { + "tags": { + "name": "Müller", + "shop": "chemist" + }, + "name": "Müller", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/chemist/Rossmann": { + "tags": { + "name": "Rossmann", + "shop": "chemist" + }, + "name": "Rossmann", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/chemist/Schlecker": { + "tags": { + "name": "Schlecker", + "shop": "chemist" + }, + "name": "Schlecker", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/AWG": { + "tags": { + "name": "AWG", + "shop": "clothes" + }, + "name": "AWG", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Ackermans": { + "tags": { + "name": "Ackermans", + "shop": "clothes" + }, + "name": "Ackermans", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Adidas": { + "tags": { + "name": "Adidas", + "shop": "clothes" + }, + "name": "Adidas", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/American Apparel": { + "tags": { + "name": "American Apparel", + "shop": "clothes" + }, + "name": "American Apparel", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Benetton": { + "tags": { + "name": "Benetton", + "shop": "clothes" + }, + "name": "Benetton", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Bonita": { + "tags": { + "name": "Bonita", + "shop": "clothes" + }, + "name": "Bonita", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/C&A": { + "tags": { + "name": "C&A", + "shop": "clothes" + }, + "name": "C&A", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Calzedonia": { + "tags": { + "name": "Calzedonia", + "shop": "clothes" + }, + "name": "Calzedonia", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Cecil": { + "tags": { + "name": "Cecil", + "shop": "clothes" + }, + "name": "Cecil", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Celio": { + "tags": { + "name": "Celio", + "shop": "clothes" + }, + "name": "Celio", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Charles Vögele": { + "tags": { + "name": "Charles Vögele", + "shop": "clothes" + }, + "name": "Charles Vögele", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Deichmann": { + "tags": { + "name": "Deichmann", + "shop": "clothes" + }, + "name": "Deichmann", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Dorothy Perkins": { + "tags": { + "name": "Dorothy Perkins", + "shop": "clothes" + }, + "name": "Dorothy Perkins", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Edgars": { + "tags": { + "name": "Edgars", + "shop": "clothes" + }, + "name": "Edgars", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Ernsting's family": { + "tags": { + "name": "Ernsting's family", + "shop": "clothes" + }, + "name": "Ernsting's family", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Esprit": { + "tags": { + "name": "Esprit", + "shop": "clothes" + }, + "name": "Esprit", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Etam": { + "tags": { + "name": "Etam", + "shop": "clothes" + }, + "name": "Etam", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Gap": { + "tags": { + "name": "Gap", + "shop": "clothes" + }, + "name": "Gap", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Gerry Weber": { + "tags": { + "name": "Gerry Weber", + "shop": "clothes" + }, + "name": "Gerry Weber", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/H&M": { + "tags": { + "name": "H&M", + "shop": "clothes" + }, + "name": "H&M", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Jack & Jones": { + "tags": { + "name": "Jack & Jones", + "shop": "clothes" + }, + "name": "Jack & Jones", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Jack Wolfskin": { + "tags": { + "name": "Jack Wolfskin", + "shop": "clothes" + }, + "name": "Jack Wolfskin", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Jules": { + "tags": { + "name": "Jules", + "shop": "clothes" + }, + "name": "Jules", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/KiK": { + "tags": { + "name": "KiK", + "shop": "clothes" + }, + "name": "KiK", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Kiabi": { + "tags": { + "name": "Kiabi", + "shop": "clothes" + }, + "name": "Kiabi", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Lacoste": { + "tags": { + "name": "Lacoste", + "shop": "clothes" + }, + "name": "Lacoste", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Levi's": { + "tags": { + "name": "Levi's", + "shop": "clothes" + }, + "name": "Levi's", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Lindex": { + "tags": { + "name": "Lindex", + "shop": "clothes" + }, + "name": "Lindex", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Mango": { + "tags": { + "name": "Mango", + "shop": "clothes" + }, + "name": "Mango", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Matalan": { + "tags": { + "name": "Matalan", + "shop": "clothes" + }, + "name": "Matalan", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Mexx": { + "tags": { + "name": "Mexx", + "shop": "clothes" + }, + "name": "Mexx", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Mr Price": { + "tags": { + "name": "Mr Price", + "shop": "clothes" + }, + "name": "Mr Price", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/NKD": { + "tags": { + "name": "NKD", + "shop": "clothes" + }, + "name": "NKD", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/New Look": { + "tags": { + "name": "New Look", + "shop": "clothes" + }, + "name": "New Look", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/New Yorker": { + "tags": { + "name": "New Yorker", + "shop": "clothes" + }, + "name": "New Yorker", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Next": { + "tags": { + "name": "Next", + "shop": "clothes" + }, + "name": "Next", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Old Navy": { + "tags": { + "name": "Old Navy", + "shop": "clothes" + }, + "name": "Old Navy", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Orsay": { + "tags": { + "name": "Orsay", + "shop": "clothes" + }, + "name": "Orsay", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Peacocks": { + "tags": { + "name": "Peacocks", + "shop": "clothes" + }, + "name": "Peacocks", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Pep": { + "tags": { + "name": "Pep", + "shop": "clothes" + }, + "name": "Pep", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Pimkie": { + "tags": { + "name": "Pimkie", + "shop": "clothes" + }, + "name": "Pimkie", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Primark": { + "tags": { + "name": "Primark", + "shop": "clothes" + }, + "name": "Primark", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Promod": { + "tags": { + "name": "Promod", + "shop": "clothes" + }, + "name": "Promod", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/River Island": { + "tags": { + "name": "River Island", + "shop": "clothes" + }, + "name": "River Island", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Ross": { + "tags": { + "name": "Ross", + "shop": "clothes" + }, + "name": "Ross", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Street One": { + "tags": { + "name": "Street One", + "shop": "clothes" + }, + "name": "Street One", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/TK Maxx": { + "tags": { + "name": "TK Maxx", + "shop": "clothes" + }, + "name": "TK Maxx", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Takko": { + "tags": { + "name": "Takko", + "shop": "clothes" + }, + "name": "Takko", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Tally Weijl": { + "tags": { + "name": "Tally Weijl", + "shop": "clothes" + }, + "name": "Tally Weijl", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Tommy Hilfiger": { + "tags": { + "name": "Tommy Hilfiger", + "shop": "clothes" + }, + "name": "Tommy Hilfiger", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Truworths": { + "tags": { + "name": "Truworths", + "shop": "clothes" + }, + "name": "Truworths", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Ulla Popken": { + "tags": { + "name": "Ulla Popken", + "shop": "clothes" + }, + "name": "Ulla Popken", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/United Colors of Benetton": { + "tags": { + "name": "United Colors of Benetton", + "shop": "clothes" + }, + "name": "United Colors of Benetton", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Urban Outfitters": { + "tags": { + "name": "Urban Outfitters", + "shop": "clothes" + }, + "name": "Urban Outfitters", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Vero Moda": { + "tags": { + "name": "Vero Moda", + "shop": "clothes" + }, + "name": "Vero Moda", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Vögele": { + "tags": { + "name": "Vögele", + "shop": "clothes" + }, + "name": "Vögele", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Winners": { + "tags": { + "name": "Winners", + "shop": "clothes" + }, + "name": "Winners", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Woolworths": { + "tags": { + "name": "Woolworths", + "shop": "clothes" + }, + "name": "Woolworths", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Zara": { + "tags": { + "name": "Zara", + "shop": "clothes" + }, + "name": "Zara", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Zeeman": { + "tags": { + "name": "Zeeman", + "shop": "clothes" + }, + "name": "Zeeman", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/s.Oliver": { + "tags": { + "name": "s.Oliver", + "shop": "clothes" + }, + "name": "s.Oliver", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/Одежда": { + "tags": { + "name": "Одежда", + "shop": "clothes" + }, + "name": "Одежда", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/clothes/洋服の青山": { + "tags": { + "name": "洋服の青山", + "shop": "clothes" + }, + "name": "洋服の青山", + "icon": "clothing-store", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/computer/DNS": { + "tags": { + "name": "DNS", + "shop": "computer" + }, + "name": "DNS", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/computer/PC World": { + "tags": { + "name": "PC World", + "shop": "computer" + }, + "name": "PC World", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/24 часа": { + "tags": { + "name": "24 часа", + "shop": "convenience" + }, + "name": "24 часа", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/8 à Huit": { + "tags": { + "name": "8 à Huit", + "shop": "convenience" + }, + "name": "8 à Huit", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Alepa": { + "tags": { + "name": "Alepa", + "shop": "convenience" + }, + "name": "Alepa", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Alfamart": { + "tags": { + "name": "Alfamart", + "shop": "convenience" + }, + "name": "Alfamart", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Almacen": { + "tags": { + "name": "Almacen", + "shop": "convenience" + }, + "name": "Almacen", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Biedronka": { + "tags": { + "name": "Biedronka", + "shop": "convenience" + }, + "name": "Biedronka", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/CBA": { + "tags": { + "name": "CBA", + "shop": "convenience" + }, + "name": "CBA", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/COOP": { + "tags": { + "name": "COOP", + "shop": "convenience" + }, + "name": "COOP", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/COOP Jednota": { + "tags": { + "name": "COOP Jednota", + "shop": "convenience" + }, + "name": "COOP Jednota", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Carrefour City": { + "tags": { + "name": "Carrefour City", + "shop": "convenience" + }, + "name": "Carrefour City", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Carrefour Express": { + "tags": { + "name": "Carrefour Express", + "shop": "convenience" + }, + "name": "Carrefour Express", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Casino": { + "tags": { + "name": "Casino", + "shop": "convenience" + }, + "name": "Casino", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Centra": { + "tags": { + "name": "Centra", + "shop": "convenience" + }, + "name": "Centra", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Central Convenience Store": { + "tags": { + "name": "Central Convenience Store", + "shop": "convenience" + }, + "name": "Central Convenience Store", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Coop Jednota": { + "tags": { + "name": "Coop Jednota", + "shop": "convenience" + }, + "name": "Coop Jednota", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Costcutter": { + "tags": { + "name": "Costcutter", + "shop": "convenience" + }, + "name": "Costcutter", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Cumberland Farms": { + "tags": { + "name": "Cumberland Farms", + "shop": "convenience" + }, + "name": "Cumberland Farms", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Delikatesy": { + "tags": { + "name": "Delikatesy", + "shop": "convenience" + }, + "name": "Delikatesy", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Dollar General": { + "tags": { + "name": "Dollar General", + "shop": "convenience" + }, + "name": "Dollar General", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Dorfladen": { + "tags": { + "name": "Dorfladen", + "shop": "convenience" + }, + "name": "Dorfladen", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Epicerie": { + "tags": { + "name": "Epicerie", + "shop": "convenience" + }, + "name": "Epicerie", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/FamilyMart": { + "tags": { + "name": "FamilyMart", + "shop": "convenience" + }, + "name": "FamilyMart", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Food Mart": { + "tags": { + "name": "Food Mart", + "shop": "convenience" + }, + "name": "Food Mart", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Four Square": { + "tags": { + "name": "Four Square", + "shop": "convenience" + }, + "name": "Four Square", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Franprix": { + "tags": { + "name": "Franprix", + "shop": "convenience" + }, + "name": "Franprix", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Groszek": { + "tags": { + "name": "Groszek", + "shop": "convenience" + }, + "name": "Groszek", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Hasty Market": { + "tags": { + "name": "Hasty Market", + "shop": "convenience" + }, + "name": "Hasty Market", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Indomaret": { + "tags": { + "name": "Indomaret", + "shop": "convenience" + }, + "name": "Indomaret", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Jednota": { + "tags": { + "name": "Jednota", + "shop": "convenience" + }, + "name": "Jednota", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/K-Market": { + "tags": { + "name": "K-Market", + "shop": "convenience" + }, + "name": "K-Market", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Konzum": { + "tags": { + "name": "Konzum", + "shop": "convenience" + }, + "name": "Konzum", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/LAWSON": { + "tags": { + "name": "LAWSON", + "shop": "convenience" + }, + "name": "LAWSON", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Lewiatan": { + "tags": { + "name": "Lewiatan", + "shop": "convenience" + }, + "name": "Lewiatan", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Londis": { + "tags": { + "name": "Londis", + "shop": "convenience" + }, + "name": "Londis", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Mac's": { + "tags": { + "name": "Mac's", + "shop": "convenience" + }, + "name": "Mac's", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Mace": { + "tags": { + "name": "Mace", + "shop": "convenience" + }, + "name": "Mace", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/McColl's": { + "tags": { + "name": "McColl's", + "shop": "convenience" + }, + "name": "McColl's", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Mercator": { + "tags": { + "name": "Mercator", + "shop": "convenience" + }, + "name": "Mercator", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Mini Market": { + "tags": { + "name": "Mini Market", + "shop": "convenience" + }, + "name": "Mini Market", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Mini Stop": { + "tags": { + "name": "Mini Stop", + "shop": "convenience" + }, + "name": "Mini Stop", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Nisa": { + "tags": { + "name": "Nisa", + "shop": "convenience" + }, + "name": "Nisa", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Nisa Local": { + "tags": { + "name": "Nisa Local", + "shop": "convenience" + }, + "name": "Nisa Local", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Oxxo": { + "tags": { + "name": "Oxxo", + "shop": "convenience" + }, + "name": "Oxxo", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/One Stop": { + "tags": { + "name": "One Stop", + "shop": "convenience" + }, + "name": "One Stop", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Petit Casino": { + "tags": { + "name": "Petit Casino", + "shop": "convenience" + }, + "name": "Petit Casino", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Picard": { + "tags": { + "name": "Picard", + "shop": "convenience" + }, + "name": "Picard", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Potraviny": { + "tags": { + "name": "Potraviny", + "shop": "convenience" + }, + "name": "Potraviny", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Premier": { + "tags": { + "name": "Premier", + "shop": "convenience" + }, + "name": "Premier", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Proxi": { + "tags": { + "name": "Proxi", + "shop": "convenience" + }, + "name": "Proxi", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/SPAR": { + "tags": { + "name": "SPAR", + "shop": "convenience" + }, + "name": "SPAR", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Sainsbury's Local": { + "tags": { + "name": "Sainsbury's Local", + "shop": "convenience" + }, + "name": "Sainsbury's Local", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Sale": { + "tags": { + "name": "Sale", + "shop": "convenience" + }, + "name": "Sale", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Select": { + "tags": { + "name": "Select", + "shop": "convenience" + }, + "name": "Select", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Siwa": { + "tags": { + "name": "Siwa", + "shop": "convenience" + }, + "name": "Siwa", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Sklep spożywczy": { + "tags": { + "name": "Sklep spożywczy", + "shop": "convenience" + }, + "name": "Sklep spożywczy", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Spar": { + "tags": { + "name": "Spar", + "shop": "convenience" + }, + "name": "Spar", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Społem": { + "tags": { + "name": "Społem", + "shop": "convenience" + }, + "name": "Społem", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Spożywczy": { + "tags": { + "name": "Spożywczy", + "shop": "convenience" + }, + "name": "Spożywczy", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Stores": { + "tags": { + "name": "Stores", + "shop": "convenience" + }, + "name": "Stores", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Studenac": { + "tags": { + "name": "Studenac", + "shop": "convenience" + }, + "name": "Studenac", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Sunkus": { + "tags": { + "name": "Sunkus", + "shop": "convenience" + }, + "name": "Sunkus", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Tesco Express": { + "tags": { + "name": "Tesco Express", + "shop": "convenience" + }, + "name": "Tesco Express", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/The Co-operative Food": { + "tags": { + "name": "The Co-operative Food", + "shop": "convenience" + }, + "name": "The Co-operative Food", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Valintatalo": { + "tags": { + "name": "Valintatalo", + "shop": "convenience" + }, + "name": "Valintatalo", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Vival": { + "tags": { + "name": "Vival", + "shop": "convenience" + }, + "name": "Vival", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Volg": { + "tags": { + "name": "Volg", + "shop": "convenience" + }, + "name": "Volg", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/abc": { + "tags": { + "name": "abc", + "shop": "convenience" + }, + "name": "abc", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Żabka": { + "tags": { + "name": "Żabka", + "shop": "convenience" + }, + "name": "Żabka", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Авоська": { + "tags": { + "name": "Авоська", + "shop": "convenience" + }, + "name": "Авоська", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Березка": { + "tags": { + "name": "Березка", + "shop": "convenience" + }, + "name": "Березка", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Весна": { + "tags": { + "name": "Весна", + "shop": "convenience" + }, + "name": "Весна", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Визит": { + "tags": { + "name": "Визит", + "shop": "convenience" + }, + "name": "Визит", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Виктория": { + "tags": { + "name": "Виктория", + "shop": "convenience" + }, + "name": "Виктория", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Гастроном": { + "tags": { + "name": "Гастроном", + "shop": "convenience" + }, + "name": "Гастроном", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Дикси": { + "tags": { + "name": "Дикси", + "shop": "convenience" + }, + "name": "Дикси", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Кировский": { + "tags": { + "name": "Кировский", + "shop": "convenience" + }, + "name": "Кировский", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Копеечка": { + "tags": { + "name": "Копеечка", + "shop": "convenience" + }, + "name": "Копеечка", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Кулинария": { + "tags": { + "name": "Кулинария", + "shop": "convenience" + }, + "name": "Кулинария", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Магазин": { + "tags": { + "name": "Магазин", + "shop": "convenience" + }, + "name": "Магазин", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Магнит": { + "tags": { + "name": "Магнит", + "shop": "convenience" + }, + "name": "Магнит", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Мария-Ра": { + "tags": { + "name": "Мария-Ра", + "shop": "convenience" + }, + "name": "Мария-Ра", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Мечта": { + "tags": { + "name": "Мечта", + "shop": "convenience" + }, + "name": "Мечта", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Минимаркет": { + "tags": { + "name": "Минимаркет", + "shop": "convenience" + }, + "name": "Минимаркет", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Монетка": { + "tags": { + "name": "Монетка", + "shop": "convenience" + }, + "name": "Монетка", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Надежда": { + "tags": { + "name": "Надежда", + "shop": "convenience" + }, + "name": "Надежда", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Перекресток": { + "tags": { + "name": "Перекресток", + "shop": "convenience" + }, + "name": "Перекресток", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Продукти": { + "tags": { + "name": "Продукти", + "shop": "convenience" + }, + "name": "Продукти", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Продуктовый": { + "tags": { + "name": "Продуктовый", + "shop": "convenience" + }, + "name": "Продуктовый", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Продуктовый магазин": { + "tags": { + "name": "Продуктовый магазин", + "shop": "convenience" + }, + "name": "Продуктовый магазин", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Продукты": { + "tags": { + "name": "Продукты", + "shop": "convenience" + }, + "name": "Продукты", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Пятёрочка": { + "tags": { + "name": "Пятёрочка", + "shop": "convenience" + }, + "name": "Пятёрочка", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Смак": { + "tags": { + "name": "Смак", + "shop": "convenience" + }, + "name": "Смак", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/Универсам": { + "tags": { + "name": "Универсам", + "shop": "convenience" + }, + "name": "Универсам", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/магазин": { + "tags": { + "name": "магазин", + "shop": "convenience" + }, + "name": "магазин", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/продукты": { + "tags": { + "name": "продукты", + "shop": "convenience" + }, + "name": "продукты", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/เซเว่นอีเลฟเว่น": { + "tags": { + "name": "เซเว่นอีเลฟเว่น", + "shop": "convenience" + }, + "name": "เซเว่นอีเลฟเว่น", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/მარკეტი (Market)": { + "tags": { + "name": "მარკეტი (Market)", + "shop": "convenience" + }, + "name": "მარკეტი (Market)", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/サンクス": { + "tags": { + "name": "サンクス", + "name:en": "sunkus", + "shop": "convenience" + }, + "name": "サンクス", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/サークルK": { + "tags": { + "name": "サークルK", + "name:en": "Circle K", + "shop": "convenience" + }, + "name": "サークルK", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/スリーエフ": { + "tags": { + "name": "スリーエフ", + "shop": "convenience" + }, + "name": "スリーエフ", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/セイコーマート (Seicomart)": { + "tags": { + "name": "セイコーマート (Seicomart)", + "shop": "convenience" + }, + "name": "セイコーマート (Seicomart)", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/セブンイレブン": { + "tags": { + "name": "セブンイレブン", + "name:en": "7-Eleven", + "shop": "convenience" + }, + "name": "セブンイレブン", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/デイリーヤマザキ": { + "tags": { + "name": "デイリーヤマザキ", + "shop": "convenience" + }, + "name": "デイリーヤマザキ", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/ファミリーマート": { + "tags": { + "name": "ファミリーマート", + "name:en": "FamilyMart", + "shop": "convenience" + }, + "name": "ファミリーマート", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/ミニストップ": { + "tags": { + "name": "ミニストップ", + "name:en": "MINISTOP", + "shop": "convenience" + }, + "name": "ミニストップ", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/ローソン": { + "tags": { + "name": "ローソン", + "name:en": "LAWSON", + "shop": "convenience" + }, + "name": "ローソン", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/ローソンストア100": { + "tags": { + "name": "ローソンストア100", + "shop": "convenience" + }, + "name": "ローソンストア100", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/ローソンストア100 (LAWSON STORE 100)": { + "tags": { + "name": "ローソンストア100 (LAWSON STORE 100)", + "shop": "convenience" + }, + "name": "ローソンストア100 (LAWSON STORE 100)", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/全家": { + "tags": { + "name": "全家", + "shop": "convenience" + }, + "name": "全家", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/convenience/全家便利商店": { + "tags": { + "name": "全家便利商店", + "shop": "convenience" + }, + "name": "全家便利商店", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Big W": { + "tags": { + "name": "Big W", + "shop": "department_store" + }, + "name": "Big W", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Debenhams": { + "tags": { + "name": "Debenhams", + "shop": "department_store" + }, + "name": "Debenhams", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Galeria Kaufhof": { + "tags": { + "name": "Galeria Kaufhof", + "shop": "department_store" + }, + "name": "Galeria Kaufhof", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Karstadt": { + "tags": { + "name": "Karstadt", + "shop": "department_store" + }, + "name": "Karstadt", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Kmart": { + "tags": { + "name": "Kmart", + "shop": "department_store" + }, + "name": "Kmart", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Kohl's": { + "tags": { + "name": "Kohl's", + "shop": "department_store" + }, + "name": "Kohl's", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Macy's": { + "tags": { + "name": "Macy's", + "shop": "department_store" + }, + "name": "Macy's", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Marks & Spencer": { + "tags": { + "name": "Marks & Spencer", + "shop": "department_store" + }, + "name": "Marks & Spencer", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Sears": { + "tags": { + "name": "Sears", + "shop": "department_store" + }, + "name": "Sears", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Target": { + "tags": { + "name": "Target", + "shop": "department_store" + }, + "name": "Target", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Walmart": { + "tags": { + "name": "Walmart", + "shop": "department_store" + }, + "name": "Walmart", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Walmart Supercenter": { + "tags": { + "name": "Walmart Supercenter", + "shop": "department_store" + }, + "name": "Walmart Supercenter", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Woolworth": { + "tags": { + "name": "Woolworth", + "shop": "department_store" + }, + "name": "Woolworth", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/department_store/Универмаг": { + "tags": { + "name": "Универмаг", + "shop": "department_store" + }, + "name": "Универмаг", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Ace Hardware": { + "tags": { + "name": "Ace Hardware", + "shop": "doityourself" + }, + "name": "Ace Hardware", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/B&Q": { + "tags": { + "name": "B&Q", + "shop": "doityourself" + }, + "name": "B&Q", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Bauhaus": { + "tags": { + "name": "Bauhaus", + "shop": "doityourself" + }, + "name": "Bauhaus", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Baumax": { + "tags": { + "name": "Baumax", + "shop": "doityourself" + }, + "name": "Baumax", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Brico": { + "tags": { + "name": "Brico", + "shop": "doityourself" + }, + "name": "Brico", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Bricomarché": { + "tags": { + "name": "Bricomarché", + "shop": "doityourself" + }, + "name": "Bricomarché", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Bricorama": { + "tags": { + "name": "Bricorama", + "shop": "doityourself" + }, + "name": "Bricorama", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Bunnings Warehouse": { + "tags": { + "name": "Bunnings Warehouse", + "shop": "doityourself" + }, + "name": "Bunnings Warehouse", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Castorama": { + "tags": { + "name": "Castorama", + "shop": "doityourself" + }, + "name": "Castorama", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Gamma": { + "tags": { + "name": "Gamma", + "shop": "doityourself" + }, + "name": "Gamma", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Hagebau": { + "tags": { + "name": "Hagebau", + "shop": "doityourself" + }, + "name": "Hagebau", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Hagebaumarkt": { + "tags": { + "name": "Hagebaumarkt", + "shop": "doityourself" + }, + "name": "Hagebaumarkt", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Hellweg": { + "tags": { + "name": "Hellweg", + "shop": "doityourself" + }, + "name": "Hellweg", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Home Depot": { + "tags": { + "name": "Home Depot", + "shop": "doityourself" + }, + "name": "Home Depot", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Home Hardware": { + "tags": { + "name": "Home Hardware", + "shop": "doityourself" + }, + "name": "Home Hardware", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Homebase": { + "tags": { + "name": "Homebase", + "shop": "doityourself" + }, + "name": "Homebase", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Hornbach": { + "tags": { + "name": "Hornbach", + "shop": "doityourself" + }, + "name": "Hornbach", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Hubo": { + "tags": { + "name": "Hubo", + "shop": "doityourself" + }, + "name": "Hubo", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Lagerhaus": { + "tags": { + "name": "Lagerhaus", + "shop": "doityourself" + }, + "name": "Lagerhaus", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Leroy Merlin": { + "tags": { + "name": "Leroy Merlin", + "shop": "doityourself" + }, + "name": "Leroy Merlin", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Lowes": { + "tags": { + "name": "Lowes", + "shop": "doityourself" + }, + "name": "Lowes", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Max Bahr": { + "tags": { + "name": "Max Bahr", + "shop": "doityourself" + }, + "name": "Max Bahr", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Menards": { + "tags": { + "name": "Menards", + "shop": "doityourself" + }, + "name": "Menards", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Mr Bricolage": { + "tags": { + "name": "Mr Bricolage", + "shop": "doityourself" + }, + "name": "Mr Bricolage", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/OBI": { + "tags": { + "name": "OBI", + "shop": "doityourself" + }, + "name": "OBI", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Praktiker": { + "tags": { + "name": "Praktiker", + "shop": "doityourself" + }, + "name": "Praktiker", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Rona": { + "tags": { + "name": "Rona", + "shop": "doityourself" + }, + "name": "Rona", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Toom": { + "tags": { + "name": "Toom", + "shop": "doityourself" + }, + "name": "Toom", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Toom Baumarkt": { + "tags": { + "name": "Toom Baumarkt", + "shop": "doityourself" + }, + "name": "Toom Baumarkt", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Weldom": { + "tags": { + "name": "Weldom", + "shop": "doityourself" + }, + "name": "Weldom", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Wickes": { + "tags": { + "name": "Wickes", + "shop": "doityourself" + }, + "name": "Wickes", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Стройматериалы": { + "tags": { + "name": "Стройматериалы", + "shop": "doityourself" + }, + "name": "Стройматериалы", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/doityourself/Хозтовары": { + "tags": { + "name": "Хозтовары", + "shop": "doityourself" + }, + "name": "Хозтовары", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Best Buy": { + "tags": { + "name": "Best Buy", + "shop": "electronics" + }, + "name": "Best Buy", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Comet": { + "tags": { + "name": "Comet", + "shop": "electronics" + }, + "name": "Comet", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Currys": { + "tags": { + "name": "Currys", + "shop": "electronics" + }, + "name": "Currys", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Darty": { + "tags": { + "name": "Darty", + "shop": "electronics" + }, + "name": "Darty", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Euronics": { + "tags": { + "name": "Euronics", + "shop": "electronics" + }, + "name": "Euronics", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Expert": { + "tags": { + "name": "Expert", + "shop": "electronics" + }, + "name": "Expert", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Future Shop": { + "tags": { + "name": "Future Shop", + "shop": "electronics" + }, + "name": "Future Shop", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Maplin": { + "tags": { + "name": "Maplin", + "shop": "electronics" + }, + "name": "Maplin", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Media Markt": { + "tags": { + "name": "Media Markt", + "shop": "electronics" + }, + "name": "Media Markt", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Radio Shack": { + "tags": { + "name": "Radio Shack", + "shop": "electronics" + }, + "name": "Radio Shack", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Saturn": { + "tags": { + "name": "Saturn", + "shop": "electronics" + }, + "name": "Saturn", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/М.Видео": { + "tags": { + "name": "М.Видео", + "shop": "electronics" + }, + "name": "М.Видео", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/electronics/Эльдорадо": { + "tags": { + "name": "Эльдорадо", + "shop": "electronics" + }, + "name": "Эльдорадо", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/furniture/But": { + "tags": { + "name": "But", + "shop": "furniture" + }, + "name": "But", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/furniture/Conforama": { + "tags": { + "name": "Conforama", + "shop": "furniture" + }, + "name": "Conforama", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/furniture/Dänisches Bettenlager": { + "tags": { + "name": "Dänisches Bettenlager", + "shop": "furniture" + }, + "name": "Dänisches Bettenlager", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/furniture/IKEA": { + "tags": { + "name": "IKEA", + "shop": "furniture" + }, + "name": "IKEA", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/furniture/Jysk": { + "tags": { + "name": "Jysk", + "shop": "furniture" + }, + "name": "Jysk", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/furniture/Matratzen Concord": { + "tags": { + "name": "Matratzen Concord", + "shop": "furniture" + }, + "name": "Matratzen Concord", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/furniture/Roller": { + "tags": { + "name": "Roller", + "shop": "furniture" + }, + "name": "Roller", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/furniture/Мебель": { + "tags": { + "name": "Мебель", + "shop": "furniture" + }, + "name": "Мебель", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hairdresser/Coiffeur": { + "tags": { + "name": "Coiffeur", + "shop": "hairdresser" + }, + "name": "Coiffeur", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hairdresser/Franck Provost": { + "tags": { + "name": "Franck Provost", + "shop": "hairdresser" + }, + "name": "Franck Provost", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hairdresser/Friseur": { + "tags": { + "name": "Friseur", + "shop": "hairdresser" + }, + "name": "Friseur", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hairdresser/Great Clips": { + "tags": { + "name": "Great Clips", + "shop": "hairdresser" + }, + "name": "Great Clips", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hairdresser/Klier": { + "tags": { + "name": "Klier", + "shop": "hairdresser" + }, + "name": "Klier", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hairdresser/Peluqueria": { + "tags": { + "name": "Peluqueria", + "shop": "hairdresser" + }, + "name": "Peluqueria", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hairdresser/Supercuts": { + "tags": { + "name": "Supercuts", + "shop": "hairdresser" + }, + "name": "Supercuts", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hairdresser/Парикмахерская": { + "tags": { + "name": "Парикмахерская", + "shop": "hairdresser" + }, + "name": "Парикмахерская", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hairdresser/Салон красоты": { + "tags": { + "name": "Салон красоты", + "shop": "hairdresser" + }, + "name": "Салон красоты", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/hardware/1000 мелочей": { + "tags": { + "name": "1000 мелочей", + "shop": "hardware" + }, + "name": "1000 мелочей", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/jewelry/Bijou Brigitte": { + "tags": { + "name": "Bijou Brigitte", + "shop": "jewelry" + }, + "name": "Bijou Brigitte", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/jewelry/Christ": { + "tags": { + "name": "Christ", + "shop": "jewelry" + }, + "name": "Christ", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/jewelry/Swarovski": { + "tags": { + "name": "Swarovski", + "shop": "jewelry" + }, + "name": "Swarovski", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/AT&T": { + "tags": { + "name": "AT&T", + "shop": "mobile_phone" + }, + "name": "AT&T", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Bell": { + "tags": { + "name": "Bell", + "shop": "mobile_phone" + }, + "name": "Bell", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Bitė": { + "tags": { + "name": "Bitė", + "shop": "mobile_phone" + }, + "name": "Bitė", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Carphone Warehouse": { + "tags": { + "name": "Carphone Warehouse", + "shop": "mobile_phone" + }, + "name": "Carphone Warehouse", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Movistar": { + "tags": { + "name": "Movistar", + "shop": "mobile_phone" + }, + "name": "Movistar", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/O2": { + "tags": { + "name": "O2", + "shop": "mobile_phone" + }, + "name": "O2", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Orange": { + "tags": { + "name": "Orange", + "shop": "mobile_phone" + }, + "name": "Orange", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/SFR": { + "tags": { + "name": "SFR", + "shop": "mobile_phone" + }, + "name": "SFR", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Sprint": { + "tags": { + "name": "Sprint", + "shop": "mobile_phone" + }, + "name": "Sprint", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/T-Mobile": { + "tags": { + "name": "T-Mobile", + "shop": "mobile_phone" + }, + "name": "T-Mobile", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/The Phone House": { + "tags": { + "name": "The Phone House", + "shop": "mobile_phone" + }, + "name": "The Phone House", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Verizon Wireless": { + "tags": { + "name": "Verizon Wireless", + "shop": "mobile_phone" + }, + "name": "Verizon Wireless", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Vodafone": { + "tags": { + "name": "Vodafone", + "shop": "mobile_phone" + }, + "name": "Vodafone", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/au": { + "tags": { + "name": "au", + "shop": "mobile_phone" + }, + "name": "au", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Билайн": { + "tags": { + "name": "Билайн", + "shop": "mobile_phone" + }, + "name": "Билайн", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Евросеть": { + "tags": { + "name": "Евросеть", + "shop": "mobile_phone" + }, + "name": "Евросеть", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/МТС": { + "tags": { + "name": "МТС", + "shop": "mobile_phone" + }, + "name": "МТС", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Мегафон": { + "tags": { + "name": "Мегафон", + "shop": "mobile_phone" + }, + "name": "Мегафон", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/Связной": { + "tags": { + "name": "Связной", + "shop": "mobile_phone" + }, + "name": "Связной", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/ソフトバンクショップ (SoftBank shop)": { + "tags": { + "name": "ソフトバンクショップ (SoftBank shop)", + "shop": "mobile_phone" + }, + "name": "ソフトバンクショップ (SoftBank shop)", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/mobile_phone/ドコモショップ (docomo shop)": { + "tags": { + "name": "ドコモショップ (docomo shop)", + "shop": "mobile_phone" + }, + "name": "ドコモショップ (docomo shop)", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/motorcycle/Yamaha": { + "tags": { + "name": "Yamaha", + "shop": "motorcycle" + }, + "name": "Yamaha", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/optician/Alain Afflelou": { + "tags": { + "name": "Alain Afflelou", + "shop": "optician" + }, + "name": "Alain Afflelou", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/optician/Apollo Optik": { + "tags": { + "name": "Apollo Optik", + "shop": "optician" + }, + "name": "Apollo Optik", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/optician/Fielmann": { + "tags": { + "name": "Fielmann", + "shop": "optician" + }, + "name": "Fielmann", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/optician/Krys": { + "tags": { + "name": "Krys", + "shop": "optician" + }, + "name": "Krys", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/optician/Optic 2000": { + "tags": { + "name": "Optic 2000", + "shop": "optician" + }, + "name": "Optic 2000", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/optician/Specsavers": { + "tags": { + "name": "Specsavers", + "shop": "optician" + }, + "name": "Specsavers", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/optician/Vision Express": { + "tags": { + "name": "Vision Express", + "shop": "optician" + }, + "name": "Vision Express", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/optician/Оптика": { + "tags": { + "name": "Оптика", + "shop": "optician" + }, + "name": "Оптика", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/pet/Das Futterhaus": { + "tags": { + "name": "Das Futterhaus", + "shop": "pet" + }, + "name": "Das Futterhaus", + "icon": "dog-park", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/pet/Fressnapf": { + "tags": { + "name": "Fressnapf", + "shop": "pet" + }, + "name": "Fressnapf", + "icon": "dog-park", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/pet/PetSmart": { + "tags": { + "name": "PetSmart", + "shop": "pet" + }, + "name": "PetSmart", + "icon": "dog-park", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/pet/Petco": { + "tags": { + "name": "Petco", + "shop": "pet" + }, + "name": "Petco", + "icon": "dog-park", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/pet/Pets at Home": { + "tags": { + "name": "Pets at Home", + "shop": "pet" + }, + "name": "Pets at Home", + "icon": "dog-park", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/pet/Зоомагазин": { + "tags": { + "name": "Зоомагазин", + "shop": "pet" + }, + "name": "Зоомагазин", + "icon": "dog-park", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Bata": { + "tags": { + "name": "Bata", + "shop": "shoes" + }, + "name": "Bata", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Brantano": { + "tags": { + "name": "Brantano", + "shop": "shoes" + }, + "name": "Brantano", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Clarks": { + "tags": { + "name": "Clarks", + "shop": "shoes" + }, + "name": "Clarks", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Ecco": { + "tags": { + "name": "Ecco", + "shop": "shoes" + }, + "name": "Ecco", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Foot Locker": { + "tags": { + "name": "Foot Locker", + "shop": "shoes" + }, + "name": "Foot Locker", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/La Halle aux Chaussures": { + "tags": { + "name": "La Halle aux Chaussures", + "shop": "shoes" + }, + "name": "La Halle aux Chaussures", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Payless Shoe Source": { + "tags": { + "name": "Payless Shoe Source", + "shop": "shoes" + }, + "name": "Payless Shoe Source", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Quick Schuh": { + "tags": { + "name": "Quick Schuh", + "shop": "shoes" + }, + "name": "Quick Schuh", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Reno": { + "tags": { + "name": "Reno", + "shop": "shoes" + }, + "name": "Reno", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Salamander": { + "tags": { + "name": "Salamander", + "shop": "shoes" + }, + "name": "Salamander", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/shoes/Обувь": { + "tags": { + "name": "Обувь", + "shop": "shoes" + }, + "name": "Обувь", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/sports/Decathlon": { + "tags": { + "name": "Decathlon", + "shop": "sports" + }, + "name": "Decathlon", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/sports/Dick's Sporting Goods": { + "tags": { + "name": "Dick's Sporting Goods", + "shop": "sports" + }, + "name": "Dick's Sporting Goods", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/sports/Intersport": { + "tags": { + "name": "Intersport", + "shop": "sports" + }, + "name": "Intersport", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/sports/Sport 2000": { + "tags": { + "name": "Sport 2000", + "shop": "sports" + }, + "name": "Sport 2000", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/sports/Sports Authority": { + "tags": { + "name": "Sports Authority", + "shop": "sports" + }, + "name": "Sports Authority", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/sports/Спортмастер": { + "tags": { + "name": "Спортмастер", + "shop": "sports" + }, + "name": "Спортмастер", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/stationery/McPaper": { + "tags": { + "name": "McPaper", + "shop": "stationery" + }, + "name": "McPaper", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/stationery/Office Depot": { + "tags": { + "name": "Office Depot", + "shop": "stationery" + }, + "name": "Office Depot", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/stationery/Staples": { + "tags": { + "name": "Staples", + "shop": "stationery" + }, + "name": "Staples", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/stationery/Канцтовары": { + "tags": { + "name": "Канцтовары", + "shop": "stationery" + }, + "name": "Канцтовары", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/supermarket/AD Delhaize": { + "tags": { + "name": "AD Delhaize", + "shop": "supermarket" + }, + "name": "AD Delhaize", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/ADEG": { + "tags": { + "name": "ADEG", + "shop": "supermarket" + }, + "name": "ADEG", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/ALDI": { + "tags": { + "name": "ALDI", + "shop": "supermarket" + }, + "name": "ALDI", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Aldi Süd": { + "tags": { + "name": "Aldi Süd", + "shop": "supermarket" + }, + "name": "Aldi Süd", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/ASDA": { + "tags": { + "name": "ASDA", + "shop": "supermarket" + }, + "name": "ASDA", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Albert": { + "tags": { + "name": "Albert", + "shop": "supermarket" + }, + "name": "Albert", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Albert Heijn": { + "tags": { + "name": "Albert Heijn", + "shop": "supermarket" + }, + "name": "Albert Heijn", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Albertsons": { + "tags": { + "name": "Albertsons", + "shop": "supermarket" + }, + "name": "Albertsons", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Aldi Nord": { + "tags": { + "name": "Aldi Nord", + "shop": "supermarket" + }, + "name": "Aldi Nord", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Alimerka": { + "tags": { + "name": "Alimerka", + "shop": "supermarket" + }, + "name": "Alimerka", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Asda": { + "tags": { + "name": "Asda", + "shop": "supermarket" + }, + "name": "Asda", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Billa": { + "tags": { + "name": "Billa", + "shop": "supermarket" + }, + "name": "Billa", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Bodega Aurrera": { + "tags": { + "name": "Bodega Aurrera", + "shop": "supermarket" + }, + "name": "Bodega Aurrera", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Budgens": { + "tags": { + "name": "Budgens", + "shop": "supermarket" + }, + "name": "Budgens", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/C1000": { + "tags": { + "name": "C1000", + "shop": "supermarket" + }, + "name": "C1000", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Caprabo": { + "tags": { + "name": "Caprabo", + "shop": "supermarket" + }, + "name": "Caprabo", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Carrefour Contact": { + "tags": { + "name": "Carrefour Contact", + "shop": "supermarket" + }, + "name": "Carrefour Contact", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Carrefour Market": { + "tags": { + "name": "Carrefour Market", + "shop": "supermarket" + }, + "name": "Carrefour Market", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Champion": { + "tags": { + "name": "Champion", + "shop": "supermarket" + }, + "name": "Champion", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Checkers": { + "tags": { + "name": "Checkers", + "shop": "supermarket" + }, + "name": "Checkers", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Coles": { + "tags": { + "name": "Coles", + "shop": "supermarket" + }, + "name": "Coles", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Colruyt": { + "tags": { + "name": "Colruyt", + "shop": "supermarket" + }, + "name": "Colruyt", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Combi": { + "tags": { + "name": "Combi", + "shop": "supermarket" + }, + "name": "Combi", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Conad": { + "tags": { + "name": "Conad", + "shop": "supermarket" + }, + "name": "Conad", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Condis": { + "tags": { + "name": "Condis", + "shop": "supermarket" + }, + "name": "Condis", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Consum": { + "tags": { + "name": "Consum", + "shop": "supermarket" + }, + "name": "Consum", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Continente": { + "tags": { + "name": "Continente", + "shop": "supermarket" + }, + "name": "Continente", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Coop Konsum": { + "tags": { + "name": "Coop Konsum", + "shop": "supermarket" + }, + "name": "Coop Konsum", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Costco": { + "tags": { + "name": "Costco", + "shop": "supermarket" + }, + "name": "Costco", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Countdown": { + "tags": { + "name": "Countdown", + "shop": "supermarket" + }, + "name": "Countdown", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Dia": { + "tags": { + "name": "Dia", + "shop": "supermarket" + }, + "name": "Dia", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Delhaize": { + "tags": { + "name": "Delhaize", + "shop": "supermarket" + }, + "name": "Delhaize", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Delikatesy Centrum": { + "tags": { + "name": "Delikatesy Centrum", + "shop": "supermarket" + }, + "name": "Delikatesy Centrum", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Denner": { + "tags": { + "name": "Denner", + "shop": "supermarket" + }, + "name": "Denner", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Despar": { + "tags": { + "name": "Despar", + "shop": "supermarket" + }, + "name": "Despar", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Diska": { + "tags": { + "name": "Diska", + "shop": "supermarket" + }, + "name": "Diska", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Dunnes Stores": { + "tags": { + "name": "Dunnes Stores", + "shop": "supermarket" + }, + "name": "Dunnes Stores", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/E-Center": { + "tags": { + "name": "E-Center", + "shop": "supermarket" + }, + "name": "E-Center", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/EDEKA": { + "tags": { + "name": "EDEKA", + "shop": "supermarket" + }, + "name": "EDEKA", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Edeka": { + "tags": { + "name": "Edeka", + "shop": "supermarket" + }, + "name": "Edeka", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/El Árbol": { + "tags": { + "name": "El Árbol", + "shop": "supermarket" + }, + "name": "El Árbol", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Eroski": { + "tags": { + "name": "Eroski", + "shop": "supermarket" + }, + "name": "Eroski", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Esselunga": { + "tags": { + "name": "Esselunga", + "shop": "supermarket" + }, + "name": "Esselunga", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Eurospar": { + "tags": { + "name": "Eurospar", + "shop": "supermarket" + }, + "name": "Eurospar", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Eurospin": { + "tags": { + "name": "Eurospin", + "shop": "supermarket" + }, + "name": "Eurospin", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Extra": { + "tags": { + "name": "Extra", + "shop": "supermarket" + }, + "name": "Extra", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Fakta": { + "tags": { + "name": "Fakta", + "shop": "supermarket" + }, + "name": "Fakta", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Famiglia Cooperativa": { + "tags": { + "name": "Famiglia Cooperativa", + "shop": "supermarket" + }, + "name": "Famiglia Cooperativa", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Famila": { + "tags": { + "name": "Famila", + "shop": "supermarket" + }, + "name": "Famila", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Farmfoods": { + "tags": { + "name": "Farmfoods", + "shop": "supermarket" + }, + "name": "Farmfoods", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Feneberg": { + "tags": { + "name": "Feneberg", + "shop": "supermarket" + }, + "name": "Feneberg", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Food Basics": { + "tags": { + "name": "Food Basics", + "shop": "supermarket" + }, + "name": "Food Basics", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Food Lion": { + "tags": { + "name": "Food Lion", + "shop": "supermarket" + }, + "name": "Food Lion", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Foodland": { + "tags": { + "name": "Foodland", + "shop": "supermarket" + }, + "name": "Foodland", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Foodworks": { + "tags": { + "name": "Foodworks", + "shop": "supermarket" + }, + "name": "Foodworks", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Fred Meyer": { + "tags": { + "name": "Fred Meyer", + "shop": "supermarket" + }, + "name": "Fred Meyer", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Føtex": { + "tags": { + "name": "Føtex", + "shop": "supermarket" + }, + "name": "Føtex", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Game": { + "tags": { + "name": "Game", + "shop": "supermarket" + }, + "name": "Game", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Giant": { + "tags": { + "name": "Giant", + "shop": "supermarket" + }, + "name": "Giant", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Giant Eagle": { + "tags": { + "name": "Giant Eagle", + "shop": "supermarket" + }, + "name": "Giant Eagle", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Géant Casino": { + "tags": { + "name": "Géant Casino", + "shop": "supermarket" + }, + "name": "Géant Casino", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/HEB": { + "tags": { + "name": "HEB", + "shop": "supermarket" + }, + "name": "HEB", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/HIT": { + "tags": { + "name": "HIT", + "shop": "supermarket" + }, + "name": "HIT", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Hannaford": { + "tags": { + "name": "Hannaford", + "shop": "supermarket" + }, + "name": "Hannaford", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Harris Teeter": { + "tags": { + "name": "Harris Teeter", + "shop": "supermarket" + }, + "name": "Harris Teeter", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Hemköp": { + "tags": { + "name": "Hemköp", + "shop": "supermarket" + }, + "name": "Hemköp", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Hofer": { + "tags": { + "name": "Hofer", + "shop": "supermarket" + }, + "name": "Hofer", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Hoogvliet": { + "tags": { + "name": "Hoogvliet", + "shop": "supermarket" + }, + "name": "Hoogvliet", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Hy-Vee": { + "tags": { + "name": "Hy-Vee", + "shop": "supermarket" + }, + "name": "Hy-Vee", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/ICA": { + "tags": { + "name": "ICA", + "shop": "supermarket" + }, + "name": "ICA", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/IGA": { + "tags": { + "name": "IGA", + "shop": "supermarket" + }, + "name": "IGA", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Iceland": { + "tags": { + "name": "Iceland", + "shop": "supermarket" + }, + "name": "Iceland", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Intermarche": { + "tags": { + "name": "Intermarche", + "shop": "supermarket" + }, + "name": "Intermarche", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Interspar": { + "tags": { + "name": "Interspar", + "shop": "supermarket" + }, + "name": "Interspar", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Irma": { + "tags": { + "name": "Irma", + "shop": "supermarket" + }, + "name": "Irma", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Jumbo": { + "tags": { + "name": "Jumbo", + "shop": "supermarket" + }, + "name": "Jumbo", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/K+K": { + "tags": { + "name": "K+K", + "shop": "supermarket" + }, + "name": "K+K", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Kaiser's": { + "tags": { + "name": "Kaiser's", + "shop": "supermarket" + }, + "name": "Kaiser's", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Kaufland": { + "tags": { + "name": "Kaufland", + "shop": "supermarket" + }, + "name": "Kaufland", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Kaufpark": { + "tags": { + "name": "Kaufpark", + "shop": "supermarket" + }, + "name": "Kaufpark", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/King Soopers": { + "tags": { + "name": "King Soopers", + "shop": "supermarket" + }, + "name": "King Soopers", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Kiwi": { + "tags": { + "name": "Kiwi", + "shop": "supermarket" + }, + "name": "Kiwi", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Konsum": { + "tags": { + "name": "Konsum", + "shop": "supermarket" + }, + "name": "Konsum", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Kroger": { + "tags": { + "name": "Kroger", + "shop": "supermarket" + }, + "name": "Kroger", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Kvickly": { + "tags": { + "name": "Kvickly", + "shop": "supermarket" + }, + "name": "Kvickly", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/LIDL": { + "tags": { + "name": "LIDL", + "shop": "supermarket" + }, + "name": "LIDL", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Leader Price": { + "tags": { + "name": "Leader Price", + "shop": "supermarket" + }, + "name": "Leader Price", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Leclerc": { + "tags": { + "name": "Leclerc", + "shop": "supermarket" + }, + "name": "Leclerc", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Lider": { + "tags": { + "name": "Lider", + "shop": "supermarket" + }, + "name": "Lider", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Lidl": { + "tags": { + "name": "Lidl", + "shop": "supermarket" + }, + "name": "Lidl", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/M-Preis": { + "tags": { + "name": "M-Preis", + "shop": "supermarket" + }, + "name": "M-Preis", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/MPreis": { + "tags": { + "name": "MPreis", + "shop": "supermarket" + }, + "name": "MPreis", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Makro": { + "tags": { + "name": "Makro", + "shop": "supermarket" + }, + "name": "Makro", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Markant": { + "tags": { + "name": "Markant", + "shop": "supermarket" + }, + "name": "Markant", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Marktkauf": { + "tags": { + "name": "Marktkauf", + "shop": "supermarket" + }, + "name": "Marktkauf", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Match": { + "tags": { + "name": "Match", + "shop": "supermarket" + }, + "name": "Match", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Maxi": { + "tags": { + "name": "Maxi", + "shop": "supermarket" + }, + "name": "Maxi", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Maxima": { + "tags": { + "name": "Maxima", + "shop": "supermarket" + }, + "name": "Maxima", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Maxima X": { + "tags": { + "name": "Maxima X", + "shop": "supermarket" + }, + "name": "Maxima X", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Meijer": { + "tags": { + "name": "Meijer", + "shop": "supermarket" + }, + "name": "Meijer", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Mercadona": { + "tags": { + "name": "Mercadona", + "shop": "supermarket" + }, + "name": "Mercadona", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Merkur": { + "tags": { + "name": "Merkur", + "shop": "supermarket" + }, + "name": "Merkur", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Metro": { + "tags": { + "name": "Metro", + "shop": "supermarket" + }, + "name": "Metro", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Migros": { + "tags": { + "name": "Migros", + "shop": "supermarket" + }, + "name": "Migros", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Minipreço": { + "tags": { + "name": "Minipreço", + "shop": "supermarket" + }, + "name": "Minipreço", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Monoprix": { + "tags": { + "name": "Monoprix", + "shop": "supermarket" + }, + "name": "Monoprix", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Netto": { + "tags": { + "name": "Netto", + "shop": "supermarket" + }, + "name": "Netto", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/NORMA": { + "tags": { + "name": "NORMA", + "shop": "supermarket" + }, + "name": "NORMA", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/NP": { + "tags": { + "name": "NP", + "shop": "supermarket" + }, + "name": "NP", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Nah & Frisch": { + "tags": { + "name": "Nah & Frisch", + "shop": "supermarket" + }, + "name": "Nah & Frisch", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Nahkauf": { + "tags": { + "name": "Nahkauf", + "shop": "supermarket" + }, + "name": "Nahkauf", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Neukauf": { + "tags": { + "name": "Neukauf", + "shop": "supermarket" + }, + "name": "Neukauf", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/New World": { + "tags": { + "name": "New World", + "shop": "supermarket" + }, + "name": "New World", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/No Frills": { + "tags": { + "name": "No Frills", + "shop": "supermarket" + }, + "name": "No Frills", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Norma": { + "tags": { + "name": "Norma", + "shop": "supermarket" + }, + "name": "Norma", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/PENNY": { + "tags": { + "name": "PENNY", + "shop": "supermarket" + }, + "name": "PENNY", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Pam": { + "tags": { + "name": "Pam", + "shop": "supermarket" + }, + "name": "Pam", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Penny": { + "tags": { + "name": "Penny", + "shop": "supermarket" + }, + "name": "Penny", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Penny Market": { + "tags": { + "name": "Penny Market", + "shop": "supermarket" + }, + "name": "Penny Market", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Penny Markt": { + "tags": { + "name": "Penny Markt", + "shop": "supermarket" + }, + "name": "Penny Markt", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Pick n Pay": { + "tags": { + "name": "Pick n Pay", + "shop": "supermarket" + }, + "name": "Pick n Pay", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Piggly Wiggly": { + "tags": { + "name": "Piggly Wiggly", + "shop": "supermarket" + }, + "name": "Piggly Wiggly", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Pingo Doce": { + "tags": { + "name": "Pingo Doce", + "shop": "supermarket" + }, + "name": "Pingo Doce", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Piotr i Paweł": { + "tags": { + "name": "Piotr i Paweł", + "shop": "supermarket" + }, + "name": "Piotr i Paweł", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Plodine": { + "tags": { + "name": "Plodine", + "shop": "supermarket" + }, + "name": "Plodine", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Plus": { + "tags": { + "name": "Plus", + "shop": "supermarket" + }, + "name": "Plus", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Polo Market": { + "tags": { + "name": "Polo Market", + "shop": "supermarket" + }, + "name": "Polo Market", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Price Chopper": { + "tags": { + "name": "Price Chopper", + "shop": "supermarket" + }, + "name": "Price Chopper", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Profi": { + "tags": { + "name": "Profi", + "shop": "supermarket" + }, + "name": "Profi", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Publix": { + "tags": { + "name": "Publix", + "shop": "supermarket" + }, + "name": "Publix", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/REWE": { + "tags": { + "name": "REWE", + "shop": "supermarket" + }, + "name": "REWE", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Real": { + "tags": { + "name": "Real", + "shop": "supermarket" + }, + "name": "Real", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Reliance Fresh": { + "tags": { + "name": "Reliance Fresh", + "shop": "supermarket" + }, + "name": "Reliance Fresh", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Rema 1000": { + "tags": { + "name": "Rema 1000", + "shop": "supermarket" + }, + "name": "Rema 1000", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Rewe": { + "tags": { + "name": "Rewe", + "shop": "supermarket" + }, + "name": "Rewe", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Rimi": { + "tags": { + "name": "Rimi", + "shop": "supermarket" + }, + "name": "Rimi", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/S-Market": { + "tags": { + "name": "S-Market", + "shop": "supermarket" + }, + "name": "S-Market", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Safeway": { + "tags": { + "name": "Safeway", + "shop": "supermarket" + }, + "name": "Safeway", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Sam's Club": { + "tags": { + "name": "Sam's Club", + "shop": "supermarket" + }, + "name": "Sam's Club", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Santa Isabel": { + "tags": { + "name": "Santa Isabel", + "shop": "supermarket" + }, + "name": "Santa Isabel", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Shopi": { + "tags": { + "name": "Shopi", + "shop": "supermarket" + }, + "name": "Shopi", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Shoprite": { + "tags": { + "name": "Shoprite", + "shop": "supermarket" + }, + "name": "Shoprite", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Simply Market": { + "tags": { + "name": "Simply Market", + "shop": "supermarket" + }, + "name": "Simply Market", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Sobeys": { + "tags": { + "name": "Sobeys", + "shop": "supermarket" + }, + "name": "Sobeys", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Soriana": { + "tags": { + "name": "Soriana", + "shop": "supermarket" + }, + "name": "Soriana", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Stokrotka": { + "tags": { + "name": "Stokrotka", + "shop": "supermarket" + }, + "name": "Stokrotka", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Stop & Shop": { + "tags": { + "name": "Stop & Shop", + "shop": "supermarket" + }, + "name": "Stop & Shop", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Super Brugsen": { + "tags": { + "name": "Super Brugsen", + "shop": "supermarket" + }, + "name": "Super Brugsen", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/SuperBrugsen": { + "tags": { + "name": "SuperBrugsen", + "shop": "supermarket" + }, + "name": "SuperBrugsen", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/tegut": { + "tags": { + "name": "tegut", + "shop": "supermarket" + }, + "name": "tegut", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Tengelmann": { + "tags": { + "name": "Tengelmann", + "shop": "supermarket" + }, + "name": "Tengelmann", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Tesco Extra": { + "tags": { + "name": "Tesco Extra", + "shop": "supermarket" + }, + "name": "Tesco Extra", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Tesco Metro": { + "tags": { + "name": "Tesco Metro", + "shop": "supermarket" + }, + "name": "Tesco Metro", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/The Co-operative": { + "tags": { + "name": "The Co-operative", + "shop": "supermarket" + }, + "name": "The Co-operative", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Trader Joe's": { + "tags": { + "name": "Trader Joe's", + "shop": "supermarket" + }, + "name": "Trader Joe's", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Treff 3000": { + "tags": { + "name": "Treff 3000", + "shop": "supermarket" + }, + "name": "Treff 3000", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Unimarc": { + "tags": { + "name": "Unimarc", + "shop": "supermarket" + }, + "name": "Unimarc", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Unimarkt": { + "tags": { + "name": "Unimarkt", + "shop": "supermarket" + }, + "name": "Unimarkt", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Waitrose": { + "tags": { + "name": "Waitrose", + "shop": "supermarket" + }, + "name": "Waitrose", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Wasgau": { + "tags": { + "name": "Wasgau", + "shop": "supermarket" + }, + "name": "Wasgau", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Whole Foods": { + "tags": { + "name": "Whole Foods", + "shop": "supermarket" + }, + "name": "Whole Foods", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Willys": { + "tags": { + "name": "Willys", + "shop": "supermarket" + }, + "name": "Willys", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Zielpunkt": { + "tags": { + "name": "Zielpunkt", + "shop": "supermarket" + }, + "name": "Zielpunkt", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/coop": { + "tags": { + "name": "coop", + "shop": "supermarket" + }, + "name": "coop", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/nahkauf": { + "tags": { + "name": "nahkauf", + "shop": "supermarket" + }, + "name": "nahkauf", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/real,-": { + "tags": { + "name": "real,-", + "shop": "supermarket" + }, + "name": "real,-", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/sky": { + "tags": { + "name": "sky", + "shop": "supermarket" + }, + "name": "sky", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/АТБ": { + "tags": { + "name": "АТБ", + "shop": "supermarket" + }, + "name": "АТБ", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Десяточка": { + "tags": { + "name": "Десяточка", + "shop": "supermarket" + }, + "name": "Десяточка", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Евроопт": { + "tags": { + "name": "Евроопт", + "shop": "supermarket" + }, + "name": "Евроопт", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Карусель": { + "tags": { + "name": "Карусель", + "shop": "supermarket" + }, + "name": "Карусель", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Квартал": { + "tags": { + "name": "Квартал", + "shop": "supermarket" + }, + "name": "Квартал", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Копейка": { + "tags": { + "name": "Копейка", + "shop": "supermarket" + }, + "name": "Копейка", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Магнолия": { + "tags": { + "name": "Магнолия", + "shop": "supermarket" + }, + "name": "Магнолия", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Народная 7Я семьЯ": { + "tags": { + "name": "Народная 7Я семьЯ", + "shop": "supermarket" + }, + "name": "Народная 7Я семьЯ", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Полушка": { + "tags": { + "name": "Полушка", + "shop": "supermarket" + }, + "name": "Полушка", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Седьмой континент": { + "tags": { + "name": "Седьмой континент", + "shop": "supermarket" + }, + "name": "Седьмой континент", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Семья": { + "tags": { + "name": "Семья", + "shop": "supermarket" + }, + "name": "Семья", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Сільпо": { + "tags": { + "name": "Сільпо", + "shop": "supermarket" + }, + "name": "Сільпо", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Фора": { + "tags": { + "name": "Фора", + "shop": "supermarket" + }, + "name": "Фора", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/Фуршет": { + "tags": { + "name": "Фуршет", + "shop": "supermarket" + }, + "name": "Фуршет", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/マルエツ": { + "tags": { + "name": "マルエツ", + "shop": "supermarket" + }, + "name": "マルエツ", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/ヨークマート (YorkMart)": { + "tags": { + "name": "ヨークマート (YorkMart)", + "shop": "supermarket" + }, + "name": "ヨークマート (YorkMart)", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/supermarket/西友 (SEIYU)": { + "tags": { + "name": "西友 (SEIYU)", + "shop": "supermarket" + }, + "name": "西友 (SEIYU)", + "icon": "grocery", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "operator", + "building_area", + "address" + ], + "suggestion": true + }, + "shop/toys/La Grande Récré": { + "tags": { + "name": "La Grande Récré", + "shop": "toys" + }, + "name": "La Grande Récré", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/toys/Toys R Us": { + "tags": { + "name": "Toys R Us", + "shop": "toys" + }, + "name": "Toys R Us", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/toys/Детский мир": { + "tags": { + "name": "Детский мир", + "shop": "toys" + }, + "name": "Детский мир", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/travel_agency/Flight Centre": { + "tags": { + "name": "Flight Centre", + "shop": "travel_agency" + }, + "name": "Flight Centre", + "icon": "suitcase", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/travel_agency/Thomas Cook": { + "tags": { + "name": "Thomas Cook", + "shop": "travel_agency" + }, + "name": "Thomas Cook", + "icon": "suitcase", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/variety_store/Dollar Tree": { + "tags": { + "name": "Dollar Tree", + "shop": "variety_store" + }, + "name": "Dollar Tree", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/variety_store/Dollarama": { + "tags": { + "name": "Dollarama", + "shop": "variety_store" + }, + "name": "Dollarama", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/variety_store/Tedi": { + "tags": { + "name": "Tedi", + "shop": "variety_store" + }, + "name": "Tedi", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/video/Blockbuster": { + "tags": { + "name": "Blockbuster", + "shop": "video" + }, + "name": "Blockbuster", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true + }, + "shop/video/World of Video": { + "tags": { + "name": "World of Video", + "shop": "video" + }, + "name": "World of Video", + "icon": "shop", + "geometry": [ + "point", + "vertex", + "area" + ], + "fields": [ + "address", + "building_area", + "opening_hours" + ], + "suggestion": true } } \ No newline at end of file diff --git a/data/presets/presets/amenity/recycling.json b/data/presets/presets/amenity/recycling.json new file mode 100644 index 000000000..1d9082294 --- /dev/null +++ b/data/presets/presets/amenity/recycling.json @@ -0,0 +1,19 @@ +{ + "icon": "recycling", + "fields": [ + "cans", + "glass", + "paper", + "clothes" + ], + "geometry": [ + "point", + "vertex", + "area" + ], + "terms": [], + "tags": { + "amenity": "recycling" + }, + "name": "Recycling" +} diff --git a/dist/locales/en.json b/dist/locales/en.json index b5c81547a..d68c0cb4b 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -504,6 +504,9 @@ "building_area": { "label": "Building" }, + "cans": { + "label": "Accepts Cans" + }, "capacity": { "label": "Capacity", "placeholder": "50, 100, 200..." @@ -518,6 +521,9 @@ "anticlockwise": "Counterclockwise" } }, + "clothes": { + "label": "Accepts Clothes" + }, "collection_times": { "label": "Collection Times" }, @@ -573,6 +579,9 @@ "generator/type": { "label": "Type" }, + "glass": { + "label": "Accepts Glass" + }, "highway": { "label": "Type" }, @@ -656,6 +665,9 @@ "operator": { "label": "Operator" }, + "paper": { + "label": "Accepts Paper" + }, "park_ride": { "label": "Park and Ride" }, @@ -984,6 +996,10 @@ "name": "Ranger Station", "terms": "visitor center,visitor centre,permit center,permit centre,backcountry office,warden office,warden center" }, + "amenity/recycling": { + "name": "Recycling", + "terms": "" + }, "amenity/restaurant": { "name": "Restaurant", "terms": "bar,cafeteria,café,canteen,chophouse,coffee shop,diner,dining room,dive*,doughtnut shop,drive-in,eatery,eating house,eating place,fast-food place,fish and chips,greasy spoon,grill,hamburger stand,hashery,hideaway,hotdog stand,inn,joint*,luncheonette,lunchroom,night club,outlet*,pizzeria,saloon,soda fountain,watering hole" diff --git a/js/id/presets/collection.js b/js/id/presets/collection.js index 176d792af..6492fde7f 100644 --- a/js/id/presets/collection.js +++ b/js/id/presets/collection.js @@ -1,5 +1,8 @@ iD.presets.Collection = function(collection) { + var maxSearchResults = 50, + maxSuggestionResults = 10; + var presets = { collection: collection, @@ -22,25 +25,32 @@ iD.presets.Collection = function(collection) { value = value.toLowerCase(); var searchable = _.filter(collection, function(a) { - return a.searchable !== false; + return a.searchable !== false && a.suggestion !== true; + }), + suggestions = _.filter(collection, function(a) { + return a.suggestion === true; }); + // matches value to preset.name var leading_name = _.filter(searchable, function(a) { return leading(a.name().toLowerCase()); }).sort(function(a, b) { var i = a.name().toLowerCase().indexOf(value) - b.name().toLowerCase().indexOf(value); if (i === 0) return a.name().length - b.name().length; else return i; - }), - leading_terms = _.filter(searchable, function(a) { - return _.any(a.terms() || [], leading); }); + // matches value to preset.terms values + var leading_terms = _.filter(searchable, function(a) { + return _.any(a.terms() || [], leading); + }); + function leading(a) { var index = a.indexOf(value); return index === 0 || a[index - 1] === ' '; } + // finds close matches to value in preset.name var levenstein_name = searchable.map(function(a) { return { preset: a, @@ -52,22 +62,59 @@ iD.presets.Collection = function(collection) { return a.dist - b.dist; }).map(function(a) { return a.preset; - }), - leventstein_terms = _.filter(searchable, function(a) { + }); + + // finds close matches to value in preset.terms + var leventstein_terms = _.filter(searchable, function(a) { return _.any(a.terms() || [], function(b) { return iD.util.editDistance(value, b) + Math.min(value.length - b.length, 0) < 3; }); }); + function suggestionName(name) { + var nameArray = name.split(' - '); + if (nameArray.length > 1) { + name = nameArray.slice(0, nameArray.length-1).join(' - '); + } + return name.toLowerCase(); + } + + var leading_suggestions = _.filter(suggestions, function(a) { + return leading(suggestionName(a.name())); + }).sort(function(a, b) { + a = suggestionName(a.name()); + b = suggestionName(b.name()); + var i = a.indexOf(value) - b.indexOf(value); + if (i === 0) return a.length - b.length; + else return i; + }); + + var leven_suggestions = suggestions.map(function(a) { + return { + preset: a, + dist: iD.util.editDistance(value, suggestionName(a.name())) + }; + }).filter(function(a) { + return a.dist + Math.min(value.length - suggestionName(a.preset.name()).length, 0) < 1; + }).sort(function(a, b) { + return a.dist - b.dist; + }).map(function(a) { + return a.preset; + }); + var other = presets.item(geometry); - return iD.presets.Collection( - _.unique( - leading_name.concat( - leading_terms, - levenstein_name, - leventstein_terms, - other))); + var results = leading_name.concat( + leading_terms, + leading_suggestions.slice(0, maxSuggestionResults+5), + levenstein_name, + leventstein_terms, + leven_suggestions.slice(0, maxSuggestionResults) + ).slice(0, maxSearchResults-1); + + return iD.presets.Collection(_.unique( + results.concat(other) + )); } }; diff --git a/js/id/presets/preset.js b/js/id/presets/preset.js index 634bdd81a..709d73517 100644 --- a/js/id/presets/preset.js +++ b/js/id/presets/preset.js @@ -34,8 +34,14 @@ iD.presets.Preset = function(id, preset, fields) { return t('presets.presets.' + id + '.' + scope, options); }; + var name = preset.name; preset.name = function() { - return preset.t('name', {'default': id}); + if (preset.suggestion) { + id = id.split('/'); + id = id[0] + '/' + id[1]; + return name + ' - ' + t('presets.presets.' + id + '.name'); + } + return preset.t('name', {'default': name}); }; preset.terms = function() {