Coverage for src/overturetoosm/resources.py: 100%
2 statements
« prev ^ index » next coverage.py v7.6.1, created at 2025-07-22 06:43 -0400
« prev ^ index » next coverage.py v7.6.1, created at 2025-07-22 06:43 -0400
1"""A mapping of Overture tags to OSM tags."""
3places_tags: dict[str, dict[str, str]] = {
4 "eat_and_drink": {"amenity": "restaurant"},
5 "restaurant": {"amenity": "restaurant"},
6 "afghan_restaurant": {"amenity": "restaurant", "cuisine": "afghan"},
7 "african_restaurant": {"amenity": "restaurant", "cuisine": "african"},
8 "ethiopian_restaurant": {"amenity": "restaurant", "cuisine": "ethiopian"},
9 "senegalese_restaurant": {"amenity": "restaurant", "cuisine": "senegalese"},
10 "south_african_restaurant": {"amenity": "restaurant", "cuisine": "south_african"},
11 "moroccan_restaurant": {"amenity": "restaurant", "cuisine": "moroccan"},
12 "nigerian_restaurant": {"amenity": "restaurant", "cuisine": "nigerian"},
13 "american_restaurant": {"amenity": "restaurant", "cuisine": "american"},
14 "arabian_restaurant": {"amenity": "restaurant", "cuisine": "arab"},
15 "belgian_restaurant": {"amenity": "restaurant", "cuisine": "belgian"},
16 "latin_american_restaurant": {"amenity": "restaurant", "cuisine": "latin_american"},
17 "argentine_restaurant": {"amenity": "restaurant", "cuisine": "argentinian"},
18 "belizean_restaurant": {"amenity": "restaurant", "cuisine": "belizean"},
19 "bolivian_restaurant": {"amenity": "restaurant", "cuisine": "bolivian"},
20 "brazilian_restaurant": {"amenity": "restaurant", "cuisine": "brazilian"},
21 "chilean_restaurant": {"amenity": "restaurant", "cuisine": "chilean"},
22 "colombian_restaurant": {"amenity": "restaurant", "cuisine": "colombian"},
23 "costa_rican_restaurant": {"amenity": "restaurant", "cuisine": "costa_rican"},
24 "cuban_restaurant": {"amenity": "restaurant", "cuisine": "cuban"},
25 "ecuadorian_restaurant": {"amenity": "restaurant", "cuisine": "ecuadorian"},
26 "guatemalan_restaurant": {"amenity": "restaurant", "cuisine": "guatemalan"},
27 "honduran_restaurant": {"amenity": "restaurant", "cuisine": "honduran"},
28 "mexican_restaurant": {"amenity": "restaurant", "cuisine": "mexican"},
29 "nicaraguan_restaurant": {"amenity": "restaurant", "cuisine": "nicaraguan"},
30 "panamanian_restaurant": {"amenity": "restaurant", "cuisine": "panamanian"},
31 "paraguayan_restaurant": {"amenity": "restaurant", "cuisine": "paraguayan"},
32 "peruvian_restaurant": {"amenity": "restaurant", "cuisine": "peruvian"},
33 "puerto_rican_restaurant": {"amenity": "restaurant", "cuisine": "puerto_rican"},
34 "salvadoran_restaurant": {"amenity": "restaurant", "cuisine": "el_salvador"},
35 "texmex_restaurant": {"amenity": "restaurant", "cuisine": "mexican"},
36 "uruguayan_restaurant": {"amenity": "restaurant", "cuisine": "uruguayan"},
37 "venezuelan_restaurant": {"amenity": "restaurant", "cuisine": "venezuelan"},
38 "middle_eastern_restaurant": {"amenity": "restaurant", "cuisine": "middle_eastern"},
39 "armenian_restaurant": {"amenity": "restaurant", "cuisine": "armenian"},
40 "azerbaijani_restaurant": {"amenity": "restaurant", "cuisine": "azerbaijani"},
41 "egyptian_restaurant": {"amenity": "restaurant", "cuisine": "egyptian"},
42 "georgian_restaurant": {"amenity": "restaurant", "cuisine": "georgian"},
43 "israeli_restaurant": {"amenity": "restaurant", "cuisine": "israeli"},
44 "kofta_restaurant": {"amenity": "restaurant", "cuisine": "kofta"},
45 "kurdish_restaurant": {"amenity": "restaurant", "cuisine": "kurdish"},
46 "lebanese_restaurant": {"amenity": "restaurant", "cuisine": "lebanese"},
47 "persian_iranian_restaurant": {"amenity": "restaurant", "cuisine": "persian"},
48 "syrian_restaurant": {"amenity": "restaurant", "cuisine": "syrian"},
49 "turkish_restaurant": {"amenity": "restaurant", "cuisine": "turkish"},
50 "asian_restaurant": {"amenity": "restaurant", "cuisine": "asian"},
51 "asian_fusion_restaurant": {"amenity": "restaurant", "cuisine": "asian_fusion"},
52 "pan_asian_restaurant": {"amenity": "restaurant", "cuisine": "pan_asian"},
53 "burmese_restaurant": {"amenity": "restaurant", "cuisine": "burmese"},
54 "cambodian_restaurant": {"amenity": "restaurant", "cuisine": "cambodian"},
55 "chinese_restaurant": {"amenity": "restaurant", "cuisine": "chinese"},
56 "dim_sum_restaurant": {"amenity": "restaurant", "cuisine": "dim_sum"},
57 "filipino_restaurant": {"amenity": "restaurant", "cuisine": "filipino"},
58 "indo_chinese_restaurant": {"amenity": "restaurant", "cuisine": "indo_chinese"},
59 "indonesian_restaurant": {"amenity": "restaurant", "cuisine": "indonesian"},
60 "japanese_restaurant": {"amenity": "restaurant", "cuisine": "japanese"},
61 "korean_restaurant": {"amenity": "restaurant", "cuisine": "korean"},
62 "sushi_restaurant": {"amenity": "restaurant", "cuisine": "sushi"},
63 "laotian_restaurant": {"amenity": "restaurant", "cuisine": "laotian"},
64 "malaysian_restaurant": {"amenity": "restaurant", "cuisine": "malaysian"},
65 "mongolian_restaurant": {"amenity": "restaurant", "cuisine": "mongolian"},
66 "noodles_restaurant": {"amenity": "restaurant", "cuisine": "noodle"},
67 "singaporean_restaurant": {"amenity": "restaurant", "cuisine": "singaporean"},
68 "taiwanese_restaurant": {"amenity": "restaurant", "cuisine": "taiwanese"},
69 "thai_restaurant": {"amenity": "restaurant", "cuisine": "thai"},
70 "vietnamese_restaurant": {"amenity": "restaurant", "cuisine": "vietnamese"},
71 "hong_kong_style_cafe": {"amenity": "cafe", "cuisine": "hong_kong_style"},
72 "australian_restaurant": {"amenity": "restaurant", "cuisine": "australian"},
73 "austrian_restaurant": {"amenity": "restaurant", "cuisine": "austrian"},
74 "bangladeshi_restaurant": {"amenity": "restaurant", "cuisine": "bangladeshi"},
75 "indian_restaurant": {"amenity": "restaurant", "cuisine": "indian"},
76 "basque_restaurant": {"amenity": "restaurant", "cuisine": "basque"},
77 "british_restaurant": {"amenity": "restaurant", "cuisine": "british"},
78 "eastern_european_restaurant": {
79 "cuisine": "eastern_european",
80 "amenity": "restaurant",
81 },
82 "belarusian_restaurant": {"amenity": "restaurant", "cuisine": "belarusian"},
83 "bulgarian_restaurant": {"amenity": "restaurant", "cuisine": "bulgarian"},
84 "romanian_restaurant": {"amenity": "restaurant", "cuisine": "romanian"},
85 "tatar_restaurant": {"amenity": "restaurant", "cuisine": "tatar"},
86 "ukrainian_restaurant": {"amenity": "restaurant", "cuisine": "ukrainian"},
87 "french_restaurant": {"amenity": "restaurant", "cuisine": "french"},
88 "cajun_creole_restaurant": {"amenity": "restaurant", "cuisine": "cajun_creole"},
89 "canadian_restaurant": {"amenity": "restaurant", "cuisine": "canadian"},
90 "caribbean_restaurant": {"amenity": "restaurant", "cuisine": "caribbean"},
91 "dominican_restaurant": {"amenity": "restaurant", "cuisine": "dominican"},
92 "haitian_restaurant": {"amenity": "restaurant", "cuisine": "haitian"},
93 "jamaican_restaurant": {"amenity": "restaurant", "cuisine": "jamaican"},
94 "trinidadian_restaurant": {"amenity": "restaurant", "cuisine": "trinidadian"},
95 "german_restaurant": {"amenity": "restaurant", "cuisine": "german"},
96 "catalan_restaurant": {"amenity": "restaurant", "cuisine": "catalan"},
97 "italian_restaurant": {"amenity": "restaurant", "cuisine": "italian"},
98 "czech_restaurant": {"amenity": "restaurant", "cuisine": "czech"},
99 "mediterranean_restaurant": {"amenity": "restaurant", "cuisine": "mediterranean"},
100 "greek_restaurant": {"amenity": "restaurant", "cuisine": "greek"},
101 "guamanian_restaurant": {"amenity": "restaurant"},
102 "hawaiian_restaurant": {"amenity": "restaurant", "cuisine": "hawaiian"},
103 "himalayan_nepalese_restaurant": {"cuisine": "nepalese", "amenity": "restaurant"},
104 "hungarian_restaurant": {"amenity": "restaurant", "cuisine": "hungarian"},
105 "iberian_restaurant": {"amenity": "restaurant", "cuisine": "iberian"},
106 "irish_restaurant": {"amenity": "restaurant", "cuisine": "irish"},
107 "jewish_restaurant": {"amenity": "restaurant", "cuisine": "jewish"},
108 "international_restaurant": {"amenity": "restaurant", "cuisine": "international"},
109 "european_restaurant": {"cuisine": "european", "amenity": "restaurant"},
110 "oriental_restaurant": {"amenity": "restaurant", "cuisine": "oriental"},
111 "pakistani_restaurant": {"amenity": "restaurant", "cuisine": "pakistani"},
112 "polish_restaurant": {"amenity": "restaurant", "cuisine": "polish"},
113 "polynesian_restaurant": {"amenity": "restaurant", "cuisine": "polynesian"},
114 "portuguese_restaurant": {"amenity": "restaurant", "cuisine": "portuguese"},
115 "russian_restaurant": {"amenity": "restaurant", "cuisine": "russian"},
116 "scandinavian_restaurant": {"amenity": "restaurant", "cuisine": "scandinavian"},
117 "danish_restaurant": {"amenity": "restaurant", "cuisine": "danish"},
118 "norwegian_restaurant": {"amenity": "restaurant"},
119 "scottish_restaurant": {"amenity": "restaurant", "cuisine": "scottish"},
120 "seafood_restaurant": {"amenity": "restaurant", "cuisine": "seafood"},
121 "serbo_croation_restaurant": {"amenity": "restaurant", "cuisine": "serbo_croatian"},
122 "slovakian_restaurant": {"amenity": "restaurant", "cuisine": "slovak"},
123 "southern_restaurant": {"amenity": "restaurant", "cuisine": "southern"},
124 "spanish_restaurant": {"amenity": "restaurant", "cuisine": "spanish"},
125 "sri_lankan_restaurant": {"amenity": "restaurant", "cuisine": "sri_lankan"},
126 "swiss_restaurant": {"amenity": "restaurant", "cuisine": "swiss"},
127 "uzbek_restaurant": {"amenity": "restaurant", "cuisine": "uzbek"},
128 "molecular_gastronomy_restaurant": {
129 "amenity": "restaurant",
130 "cuisine": "molecular_gastronomy",
131 },
132 "haute_cuisine_restaurant": {"amenity": "restaurant", "cuisine": "haute_cuisine"},
133 "salad_bar": {"amenity": "cafe", "cuisine": "salad"},
134 "brasserie": {"amenity": "restaurant"},
135 "buffet_restaurant": {"amenity": "restaurant", "cuisine": "buffet"},
136 "barbecue_restaurant": {"amenity": "restaurant", "cuisine": "barbecue"},
137 "burger_restaurant": {"amenity": "restaurant", "cuisine": "burger"},
138 "canteen": {"amenity": "food_court"},
139 "cheesesteak_restaurant": {"amenity": "restaurant", "cuisine": "cheesesteak"},
140 "chicken_restaurant": {"amenity": "restaurant", "cuisine": "chicken"},
141 "chicken_wings_restaurant": {"amenity": "restaurant", "cuisine": "chicken"},
142 "dog_meat_restaurant": {"amenity": "restaurant"},
143 "dumpling_restaurant": {"amenity": "restaurant", "cuisine": "dumpling"},
144 "fast_food_restaurant": {"amenity": "fast_food"},
145 "fishchbroetchen_restaurant": {"amenity": "restaurant"},
146 "acai_bowls": {"amenity": "cafe", "cuisine": "acai_bowls"},
147 "fish_restaurant": {"amenity": "restaurant", "cuisine": "seafood"},
148 "fish_and_chips_restaurant": {"cuisine": "fish_and_chips", "amenity": "restaurant"},
149 "fondue_restaurant": {"cuisine": "fondue", "amenity": "restaurant"},
150 "gluten_free_restaurant": {"amenity": "restaurant", "diet: gluten_free": "yes"},
151 "baozi_restaurant": {"amenity": "restaurant"},
152 "halal_restaurant": {"amenity": "restaurant", "cuisine": "halal"},
153 "bistro": {"amenity": "cafe"},
154 "health_food_restaurant": {"amenity": "restaurant", "diet: health_food": "yes"},
155 "kosher_restaurant": {"amenity": "restaurant", "cuisine": "kosher"},
156 "comfort_food_restaurant": {"amenity": "restaurant", "cuisine": "comfort_food"},
157 "meat_restaurant": {"amenity": "restaurant", "cuisine": "meat"},
158 "curry_sausage_restaurant": {"amenity": "restaurant", "cuisine": "curry_sausage"},
159 "diner": {"amenity": "restaurant", "cuisine": "diner"},
160 "diy_foods_restaurant": {"amenity": "restaurant", "cuisine": "doityourself"},
161 "doner_kebab": {"amenity": "restaurant", "cuisine": "doner_kebab"},
162 "empanadas": {"amenity": "restaurant", "cuisine": "empanadas"},
163 "nasi_restaurant": {"amenity": "restaurant"},
164 "flatbread_restaurant": {"amenity": "restaurant", "cuisine": "flatbread"},
165 "food_court": {"amenity": "food_court"},
166 "gastropub": {"amenity": "pub", "cuisine": "gastropub"},
167 "pizza_restaurant": {"amenity": "restaurant", "cuisine": "pizza"},
168 "pop_up_restaurant": {"amenity": "restaurant"},
169 "poutinerie_restaurant": {"amenity": "restaurant", "cuisine": "poutine"},
170 "vegan_restaurant": {
171 "amenity": "restaurant",
172 "diet: vegan": "only",
173 "cuisine": "vegan",
174 },
175 "vegetarian_restaurant": {"amenity": "restaurant", "diet: vegetarian": "yes"},
176 "wok_restaurant": {"amenity": "restaurant", "cuisine": "wok"},
177 "wrap_restaurant": {"amenity": "restaurant"},
178 "piadina_restaurant": {"amenity": "restaurant", "cuisine": "piadina"},
179 "poke": {"amenity": "restaurant", "cuisine": "poke"},
180 "pigs_trotters_restaurant": {"amenity": "restaurant"},
181 "potato_restaurant": {"amenity": "restaurant", "cuisine": "potato"},
182 "rotisserie_chicken_restaurant": {
183 "amenity": "restaurant",
184 "cuisine": "rotisserie_chicken",
185 },
186 "schnitzel_restaurant": {"amenity": "restaurant"},
187 "soul_food": {"amenity": "restaurant", "cuisine": "soul_food"},
188 "steakhouse": {"amenity": "restaurant", "cuisine": "steak_house"},
189 "supper_club": {"amenity": "restaurant"},
190 "tapas_bar": {"amenity": "restaurant"},
191 "venison_restaurant": {"amenity": "restaurant"},
192 "wild_game_meats_restaurant": {"amenity": "restaurant", "cuisine": "wild_game"},
193 "falafel_restaurant": {"amenity": "restaurant", "cuisine": "falafel"},
194 "taco_restaurant": {"amenity": "restaurant", "cuisine": "mexican"},
195 "hot_dog_restaurant": {"amenity": "restaurant", "cuisine": "hot_dog"},
196 "live_and_raw_food_restaurant": {"amenity": "restaurant", "cuisine": "raw_food"},
197 "soup_restaurant": {"amenity": "restaurant", "cuisine": "soup"},
198 "theme_restaurant": {"amenity": "restaurant"},
199 "bar_and_grill_restaurant": {"amenity": "restaurant"},
200 "meatball_restaurant": {"amenity": "restaurant"},
201 "waffle_restaurant": {"amenity": "restaurant", "cuisine": "breakfast"},
202 "breakfast_and_brunch_restaurant": {
203 "amenity": "restaurant",
204 "cuisine": "breakfast",
205 },
206 "pancake_house": {"amenity": "restaurant", "cuisine": "breakfast"},
207 "bagel_restaurant": {"amenity": "restaurant", "cuisine": "bagel"},
208 "bar": {"amenity": "bar"},
209 "airport_lounge": {"amenity": "lounge"},
210 "beach_bar": {"amenity": "bar", "bar": "beach_bar"},
211 "beer_bar": {"amenity": "bar", "drink": "beer"},
212 "beer_garden": {"amenity": "biergarten"},
213 "brewery": {"craft": "brewery"},
214 "bubble_tea": {"amenity": "cafe", "cuisine": "bubble_tea"},
215 "champagne_bar": {"amenity": "bar", "drink: alcohol": "champagne"},
216 "cidery": {"craft": "cidery"},
217 "cigar_bar": {"amenity": "bar", "smoking": "cigar"},
218 "cocktail_bar": {"amenity": "bar", "drink: cocktail": "yes"},
219 "dive_bar": {"amenity": "bar"},
220 "drive_thru_bar": {"amenity": "bar", "drive_through": "yes"},
221 "gay_bar": {"amenity": "bar", "lgbtq": "primary"},
222 "hookah_bar": {"amenity": "hookah_lounge"},
223 "hotel_bar": {"amenity": "bar"},
224 "irish_pub": {"amenity": "pub", "theme": "irish"},
225 "kombucha": {"shop": "beverages", "produce": "kombucha"},
226 "lounge": {"amenity": "bar"},
227 "milk_bar": {"amenity": "fast_food"},
228 "pub": {"amenity": "pub"},
229 "sake_bar": {"amenity": "bar", "cuisine": "sake"},
230 "speakeasy": {"amenity": "bar"},
231 "sports_bar": {"amenity": "bar"},
232 "tabac": {"shop": "tobacco"},
233 "tiki_bar": {"amenity": "bar", "cuisine": "tiki"},
234 "vermouth_bar": {"amenity": "bar"},
235 "whiskey_bar": {"amenity": "bar", "bar": "whiskey"},
236 "wine_bar": {"amenity": "bar", "bar": "wine"},
237 "smoothie_juice_bar": {"amenity": "cafe", "cuisine": "smoothies"},
238 "piano_bar": {"amenity": "bar", "live_music": "yes", "music_genre": "piano"},
239 "cafe": {"amenity": "cafe"},
240 "coffee_roastery": {"shop": "coffee"},
241 "tea_room": {"amenity": "cafe", "cuisine": "tea"},
242 "coffee_shop": {"amenity": "cafe", "cuisine": "coffee_shop"},
243 "accommodation": {"amenity": "hotel"},
244 "bed_and_breakfast": {"tourism": "guest_house", "guest_house": "bed_and_breakfast"},
245 "cabin": {"tourism": "chalet"},
246 "campground": {"tourism": "camp_site"},
247 "cottage": {"tourism": "chalet"},
248 "guest_house": {"tourism": "guest_house"},
249 "health_retreats": {"leisure": "spa"},
250 "holiday_rental_home": {"tourism": "apartment"},
251 "hostel": {"tourism": "hostel"},
252 "hotel": {"tourism": "hotel"},
253 "inn": {"tourism": "hotel"},
254 "lodge": {"tourism": "lodge"},
255 "motel": {"tourism": "motel"},
256 "mountain_huts": {"tourism": "alpine_hut"},
257 "resort": {"leisure": "resort"},
258 "beach_resort": {"leisure": "beach_resort"},
259 "rv_park": {"tourism": "caravan_site"},
260 "service_apartments": {"tourism": "apartment"},
261 "automotive": {"shop": "car"},
262 "automotive_dealer": {"shop": "car"},
263 "car_buyer": {"shop": "car"},
264 "car_dealer": {"shop": "car"},
265 "commercial_vehicle_dealer": {"shop": "car"},
266 "motorcycle_dealer": {"shop": "motorcycle"},
267 "motorsport_vehicle_dealer": {"shop": "car", "car": "motorsport"},
268 "recreational_vehicle_dealer": {"shop": "recreational_vehicle"},
269 "scooter_dealers": {"shop": "motorcycle"},
270 "trailer_dealer": {"shop": "trailer"},
271 "truck_dealer": {"shop": "truck"},
272 "used_car_dealer": {"shop": "car"},
273 "automotive_services_and_repair": {"shop": "car_repair"},
274 "auto_body_shop": {"shop": "car_repair", "car_repair": "bodywork"},
275 "auto_customization": {"shop": "car_repair", "car_repair": "customization"},
276 "auto_detailing": {"shop": "car_repair", "car_repair": "detailing"},
277 "auto_electrical_repair": {"shop": "car_repair", "car_repair": "electrical"},
278 "auto_glass_service": {"shop": "car_repair", "car_repair": "glass"},
279 "car_window_tinting": {"shop": "car_repair", "car_repair": "tinting"},
280 "auto_restoration_services": {"shop": "car_repair", "car_repair": "restoration"},
281 "auto_security": {"shop": "car_repair", "car_repair": "security"},
282 "automobile_registration_service": {"office": "vehicle_registration_service"},
283 "automotive_consultant": {"office": "consulting", "consulting": "automotive"},
284 "automotive_storage_facility": {"amenity": "parking", "parking": "long_term"},
285 "brake_service_and_repair": {"shop": "car_repair"},
286 "car_inspector": {"shop": "car_repair"},
287 "car_stereo_installation": {"shop": "car_parts"},
288 "car_wash": {"amenity": "car_wash"},
289 "diy_auto_shop": {"shop": "car_repair"},
290 "emissions_inspection": {"amenity": "vehicle_inspection"},
291 "engine_repair_service": {"shop": "car_repair"},
292 "exhaust_and_muffler_repair": {"shop": "car_repair"},
293 "hybrid_car_repair": {"shop": "car_repair", "car_repair": "hybrid"},
294 "motorcycle_repair": {"shop": "motorcycle_repair"},
295 "motorsport_vehicle_repair": {
296 "shop": "car_repair",
297 "repair: vehicle": "motorsport",
298 },
299 "oil_change_station": {"amenity": "fuel", "service": "oil_change"},
300 "recreation_vehicle_repair": {"shop": "repair", "repair": "rv"},
301 "mobile_dent_repair": {"shop": "car_repair"},
302 "tire_dealer_and_repair": {"shop": "tyres"},
303 "transmission_repair": {"shop": "car_repair", "car_repair": "transmission"},
304 "towing_service": {"shop": "car_repair", "service": "towing"},
305 "vehicle_wrap": {"shop": "car", "service: vehicle: wrapping": "yes"},
306 "vehicle_shipping": {"office": "logistics", "service": "vehicle_shipping"},
307 "wheel_and_rim_repair": {"shop": "car_repair", "service: vehicle: wheels": "yes"},
308 "automotive_wheel_polishing_service": {"shop": "car_wash"},
309 "windshield_installation_and_repair": {"shop": "car_repair"},
310 "automotive_parts_and_accessories": {"shop": "car_parts"},
311 "recreational_vehicle_parts_and_accessories": {
312 "shop": "car_parts",
313 "car_parts": "recreational_vehicle",
314 },
315 "car_stereo_store": {"shop": "car_parts", "car_parts": "stereo"},
316 "motorcycle_gear": {"shop": "motorcycle"},
317 "motorsports_store": {"shop": "motorcycle"},
318 "boat_dealer": {"shop": "boat"},
319 "gas_station": {"amenity": "fuel"},
320 "truck_gas_station": {"amenity": "fuel", "hgv": "yes"},
321 "ev_charging_station": {"amenity": "charging_station"},
322 "truck_stop": {"highway": "services"},
323 "automobile_leasing": {"amenity": "car_rental"},
324 "automotive_repair": {"shop": "car_repair"},
325 "auto_company": {"shop": "car"},
326 "motorcycle_manufacturer": {"man_made": "works", "product": "motorcycle"},
327 "arts_and_entertainment": {"amenity": "arts_centre"},
328 "adult_entertainment": {"amenity": "stripclub"},
329 "erotic_massage": {"shop": "massage"},
330 "strip_club": {"amenity": "stripclub"},
331 "striptease_dancer": {"amenity": "stripclub"},
332 "arcade": {"leisure": "amusement_arcade"},
333 "auditorium": {"amenity": "conference_centre", "room": "auditorium"},
334 "bar_crawl": {"office": "guide", "guide": "bar_crawl"},
335 "betting_center": {"shop": "bookmaker"},
336 "bingo_hall": {"leisure": "bing_hall"},
337 "bookmakers": {"shop": "bookmaker"},
338 "cabaret": {"amenity": "theatre", "theatre: genre": "cabaret"},
339 "carousel": {"attraction": "carousel"},
340 "casino": {"amenity": "casino"},
341 "circus": {"amenity": "theatre", "theatre: genre": "circus"},
342 "comedy_club": {"amenity": "theatre"},
343 "topic_concert_venue": {"amenity": "music_venue"},
344 "dance_club": {"amenity": "nightclub"},
345 "eatertainment": {"amenity": "restaurant"},
346 "escape_rooms": {"leisure": "escape_game"},
347 "glass_blowing": {"craft": "glass_blowing"},
348 "indoor_playcenter": {"leisure": "playground", "indoor": "yes"},
349 "internet_cafe": {"amenity": "internet_cafe"},
350 "jazz_and_blues": {
351 "amenity": "nightclub",
352 "live_music": "yes",
353 "music_genre": "jazz_and_blues",
354 },
355 "karaoke": {"amenity": "karaoke_box"},
356 "laser_tag": {"leisure": "sports_centre", "sport": "laser_tag"},
357 "makerspace": {"leisure": "hackerspace"},
358 "music_venue": {"amenity": "theatre"},
359 "musical_band_orchestras_and_symphonies": {
360 "amenity": "theatre",
361 "theatre: type": "concert_hall",
362 },
363 "opera_and_ballet": {"amenity": "theatre", "theatre: type": "ballet"},
364 "paintball": {"leisure": "pitch", "sport": "paintball"},
365 "performing_arts": {"amenity": "theatre"},
366 "planetarium": {"amenity": "planetarium"},
367 "rodeo": {"leisure": "pitch", "sport": "rodeo"},
368 "salsa_club": {"amenity": "nightclub", "music_genre": "salsa"},
369 "wildlife_sanctuary": {"leisure": "nature_reserve"},
370 "stadium_arena": {"leisure": "stadium"},
371 "baseball_stadium": {"leisure": "stadium", "sport": "baseball"},
372 "basketball_stadium": {"leisure": "stadium", "sport": "basketball"},
373 "cricket_ground": {"leisure": "pitch", "sport": "cricket"},
374 "football_stadium": {"leisure": "stadium", "sport": "soccer"},
375 "hockey_arena": {"leisure": "sports_centre", "sport": "hockey"},
376 "rugby_stadium": {"leisure": "stadium", "sport": "rugby"},
377 "soccer_stadium": {"leisure": "stadium", "sport": "football"},
378 "tennis_stadium": {"leisure": "stadium", "sport": "tennis"},
379 "track_stadium": {"leisure": "stadium", "sport": "track"},
380 "studio_taping": {"amenity": "studio"},
381 "theatre": {"amenity": "theatre"},
382 "ticket_sales": {"shop": "ticket"},
383 "virtual_reality_center": {"leisure": "amusement_arcade"},
384 "water_park": {"leisure": "water_park"},
385 "cinema": {"amenity": "cinema"},
386 "drive_in_theatre": {"amenity": "cinema", "drive_in": "yes"},
387 "outdoor_movies": {"amenity": "cinema", "outdoor": "yes"},
388 "farm": {"shop": "farm"},
389 "attraction_farm": {"tourism": "attraction", "attraction": "farm"},
390 "orchard": {"landuse": "orchard"},
391 "pick_your_own_farm": {"tourism": "attraction", "produce": "pick_your_own"},
392 "ranch": {"landuse": "farmland"},
393 "festival": {"amenity": "festival_grounds"},
394 "fair": {"leisure": "festival_grounds"},
395 "general_festivals": {"amenity": "festival_grounds"},
396 "holiday_market": {"amenity": "marketplace", "seasonal": "christmas"},
397 "music_festivals_and_organizations": {"amenity": "events_venue"},
398 "trade_fair": {"amenity": "events_venue"},
399 "social_club": {"amenity": "social_club"},
400 "fraternal_organization": {"amenity": "social_facility"},
401 "veterans_organization": {
402 "office": "social_facility",
403 "social_facility: for": "veterans",
404 },
405 "supernatural_reading": {"shop": "psychic"},
406 "astrologer": {"shop": "psychic", "psychic": "astrologer"},
407 "mystic": {"shop": "psychic", "psychic": "mystic"},
408 "psychic": {"shop": "psychic"},
409 "psychic_medium": {"shop": "psychic"},
410 "attractions_and_activities": {"tourism": "attraction"},
411 "amusement_park": {"tourism": "theme_park"},
412 "aquarium": {"tourism": "aquarium"},
413 "architecture": {"office": "architect"},
414 "art_gallery": {"tourism": "gallery"},
415 "atv_rentals_and_tours": {
416 "shop": "rental",
417 "rental": "atvs",
418 "office": "guide",
419 "guide": "atv_tours",
420 },
421 "axe_throwing": {"leisure": "sports_centre", "sport": "axe_throwing"},
422 "backpacking_area": {"highway": "trailhead"},
423 "beach": {"natural": "beach"},
424 "boat_rental_and_training": {"amenity": "boat_rental"},
425 "boating_places": {"leisure": "marina"},
426 "botanical_garden": {"leisure": "garden", "garden: type": "botanical"},
427 "canyon": {"natural": "valley"},
428 "castle": {"historic": "castle"},
429 "cave": {"natural": "cave_entrance"},
430 "challenge_courses_center": {
431 "leisure": "sports_centre",
432 "sport": "obstacle_course",
433 },
434 "cultural_center": {"amenity": "arts_centre"},
435 "fishing_charter": {"office": "guide", "guide": "fishing "},
436 "flyboarding_rental": {
437 "shop": "rental",
438 "rental": "flyboard",
439 "sport": "flyboarding",
440 },
441 "fort": {"historic": "fort"},
442 "fountain": {"amenity": "fountain"},
443 "go_kart_track": {"highway": "raceway", "sport": "karting"},
444 "haunted_house": {"attraction": "haunted_house"},
445 "high_gliding_center": {"leisure": "sports_centre", "sport": "hang_gliding"},
446 "horseback_riding_service": {"leisure": "horse_riding"},
447 "hot_air_balloons_tour": {"office": "guide", "guide": "hot_air_balloon"},
448 "hot_springs": {"natural": "hot_spring"},
449 "lake": {"natural": "water", "water": "lake"},
450 "landmark_and_historical_building": {"building": "yes"},
451 "lighthouse": {"man_made": "lighthouse"},
452 "lookout": {"tourism": "viewpoint"},
453 "marina": {"leisure": "marina"},
454 "monument": {"historic": "monument"},
455 "mountain_bike_parks": {"leisure": "track", "sport": "mountain_biking"},
456 "observatory": {"man_made": "observatory"},
457 "paddleboard_rental": {
458 "shop": "rental",
459 "rental": "paddleboard",
460 "sport": "paddleboarding",
461 },
462 "palace": {"historic": "castle", "castle_type": "palace"},
463 "plaza": {"place": "square"},
464 "rafting_kayaking_area": {"tourism": "attraction", "sport": "kayak"},
465 "ruin": {"historic": "ruins"},
466 "sand_dune": {"natural": "sand"},
467 "sculpture_statue": {"historic": "memorial", "memorial": "statue"},
468 "ski_area": {"landuse": "winter_sports"},
469 "sledding_rental": {"shop": "rental", "rental": "sledding"},
470 "street_art": {"tourism": "artwork", "artwork_type": "street_art"},
471 "trail": {"highway": "path"},
472 "hiking_trail": {"highway": "path", "sac_scale": "hiking"},
473 "mountain_bike_trails": {"highway": "path", "bicycle": "yes"},
474 "waterfall": {"waterway": "waterfall"},
475 "surfing": {"leisure": "sports_centre", "sport": "surfing"},
476 "zoo": {"tourism": "zoo"},
477 "petting_zoo": {"tourism": "zoo", "zoo": "petting_zoo"},
478 "museum": {"tourism": "museum"},
479 "art_museum": {"tourism": "gallery"},
480 "asian_art_museum": {"tourism": "gallery"},
481 "cartooning_museum": {"tourism": "museum", "museum": "cartooning"},
482 "contemporary_art_museum": {"tourism": "gallery"},
483 "children's_museum": {"tourism": "museum", "museum": "children"},
484 "costume_museum": {"tourism": "museum", "museum": "costume"},
485 "decorative_arts_museum": {"tourism": "gallery"},
486 "design_museum": {"tourism": "museum", "museum": "design"},
487 "modern_art_museum": {"tourism": "gallery"},
488 "photography_museum": {"tourism": "gallery"},
489 "textile_museum": {"tourism": "museum", "museum": "textile"},
490 "history_museum": {"tourism": "museum", "museum": "history"},
491 "civilization_museum": {"tourism": "museum", "museum": "history"},
492 "community_museum": {"tourism": "museum", "museum": "community"},
493 "military_museum": {"tourism": "museum", "museum": "military"},
494 "national_museum": {"tourism": "museum", "museum": "national"},
495 "science_museum": {"tourism": "museum", "museum": "science"},
496 "computer_museum": {"tourism": "museum", "museum": "computer"},
497 "state_museum": {"tourism": "museum"},
498 "aviation_museum": {"tourism": "museum", "museum": "aviation"},
499 "sports_museum": {"tourism": "museum", "museum": "sports"},
500 "park": {"leisure": "park"},
501 "dog_park": {"leisure": "dog_park"},
502 "memorial_park": {"leisure": "park", "historic": "memorial"},
503 "national_park": {"leisure": "nature_reserve"},
504 "state_park": {"leisure": "park", "boundary": "protected_area"},
505 "active_life": {"leisure": "sports_centre"},
506 "sports_and_recreation_venue": {"leisure": "sports_centre"},
507 "adventure_sports_center": {"leisure": "sports_centre", "sport": "adventure"},
508 "american_football_field": {"leisure": "pitch", "sport": "american_football"},
509 "airsoft_fields": {"leisure": "pitch", "sport": "airsoft"},
510 "archery_range": {"leisure": "pitch", "sport": "archery"},
511 "badminton_court": {"leisure": "pitch", "sport": "badminton"},
512 "baseball_field": {"leisure": "pitch", "sport": "baseball"},
513 "basketball_court": {"leisure": "pitch", "sport": "basketball"},
514 "batting_cage": {"leisure": "pitch", "sport": "baseball"},
515 "beach_volleyball_court": {"leisure": "pitch", "sport": "beachvolleyball"},
516 "bicycle_path": {"highway": "cycleway"},
517 "bocce_ball_court": {"leisure": "pitch", "sport": "boules"},
518 "bowling_alley": {"leisure": "bowling_alley"},
519 "bubble_soccer_field": {"leisure": "pitch", "sport": "soccer"},
520 "disc_golf_course": {"leisure": "disc_golf_course"},
521 "futsal_field": {"leisure": "pitch", "sport": "futsal"},
522 "golf_course": {"leisure": "golf_course"},
523 "driving_range": {"golf": "driving_range"},
524 "gym": {"leisure": "fitness_centre"},
525 "gymnastics_center": {"leisure": "sports_centre", "sport": "gymnastics"},
526 "handball_court": {"leisure": "pitch", "sport": "handball"},
527 "hockey_field": {"leisure": "pitch", "sport": "field_hockey"},
528 "horse_riding": {"leisure": "horse_riding"},
529 "equestrian_facility": {"leisure": "horse_riding"},
530 "horse_racing_track": {"leisure": "track", "sport": "horse_racing"},
531 "skate_park": {"leisure": "pitch", "sport": "skateboard"},
532 "skating_rink": {"leisure": "sports_centre", "sport": "skating"},
533 "roller_skating_rink": {"leisure": "pitch", "sport": "roller_skating"},
534 "hang_gliding_center": {"leisure": "sports_centre", "sport": "hang_gliding"},
535 "miniature_golf_course": {"leisure": "miniature_golf"},
536 "playground": {"leisure": "playground"},
537 "pool_billiards": {"leisure": "sports_centre", "sport": "pool;billiards"},
538 "pool_hall": {"leisure": "sports_centre", "sport": "pool"},
539 "racquetball_court": {"leisure": "pitch", "sport": "racquetball"},
540 "rock_climbing_gym": {
541 "leisure": "fitness_centre",
542 "sport": "rock_climbing",
543 "indoor": "yes",
544 },
545 "rugby_pitch": {"leisure": "pitch", "sport": "rugby"},
546 "shooting_range": {"leisure": "pitch", "sport": "shooting"},
547 "soccer_field": {"leisure": "pitch", "sport": "soccer"},
548 "squash_court": {"leisure": "pitch", "sport": "squash"},
549 "swimming_pool": {"leisure": "swimming_pool"},
550 "tennis_court": {"leisure": "pitch", "sport": "tennis"},
551 "trampoline_park": {"leisure": "trampoline_park"},
552 "tubing_provider": {"shop": "wholesale", "wholesale": "tubing"},
553 "volleyball_court": {"leisure": "pitch", "sport": "volleyball"},
554 "wildlife_hunting_range": {"leisure": "nature_reserve", "hunting": "yes"},
555 "race_track": {"leisure": "track"},
556 "rock_climbing_instructor": {"leisure": "sports_hall", "sport": "climbing"},
557 "barre_classes": {"leisure": "fitness_centre", "sport": "barre"},
558 "boot_camp": {"amenity": "fitness_centre"},
559 "boxing_class": {"leisure": "fitness_centre", "sport": "boxing"},
560 "boxing_club": {"leisure": "fitness_centre", "sport": "boxing"},
561 "boxing_gym": {"leisure": "fitness_centre", "sport": "boxing"},
562 "cardio_classes": {"leisure": "fitness_centre", "sport": "cardio"},
563 "dance_school": {"leisure": "dance", "dance: teaching": "yes"},
564 "ems_training": {"amenity": "training", "training": "emergency_medical_services"},
565 "pilates_studio": {"amenity": "gym", "sport": "pilates"},
566 "qi_gong_studio": {"leisure": "fitness_centre", "sport": "qi_gong"},
567 "ski_and_snowboard_school": {"amenity": "school"},
568 "surfing_school": {"amenity": "school"},
569 "yoga_studio": {"leisure": "fitness_centre", "sport": "yoga"},
570 "fencing_club": {"sport": "fencing"},
571 "gymnastics_club": {"leisure": "sports_centre", "sport": "gymnastics"},
572 "professional_sports_league": {"office": "sports", "sport": "professional_sports"},
573 "soccer_club": {"leisure": "sports_centre", "sport": "soccer"},
574 "surf_lifesaving_club": {
575 "emergency": "lifeguard",
576 "club": "sport",
577 "sport": "surfing",
578 },
579 "table_tennis_club": {"leisure": "sports_centre", "sport": "table_tennis"},
580 "volleyball_club": {"leisure": "sports_centre", "sport": "volleyball"},
581 "golf_club": {"leisure": "golf_course"},
582 "indoor_golf_center": {
583 "leisure": "golf_course",
584 "golf: course": "driving_range",
585 "indoor": "yes",
586 },
587 "martial_arts_club": {"amenity": "dojo", "club": "martial_arts"},
588 "brazilian_jiu_jitsu_club": {
589 "leisure": "sports_centre",
590 "sport": "brazilian_jiu_jitsu",
591 },
592 "chinese_martial_arts_club": {"leisure": "sports_centre", "sport": "martial_arts"},
593 "karate_club": {"amenity": "dojo", "sport": "karate"},
594 "kickboxing_club": {"leisure": "sports_centre", "sport": "kickboxing"},
595 "muay_thai_club": {"leisure": "sports_centre", "sport": "muay_thai"},
596 "taekwondo_club": {"club": "sport", "sport": "taekwondo"},
597 "beach_equipment_rentals": {"shop": "rental", "rental": "beach_equipment"},
598 "bike_rentals": {"amenity": "bicycle_rental"},
599 "sport_equipment_rentals": {"shop": "rental", "rental": "sports_equipment"},
600 "beauty_and_spa": {"amenity": "spa"},
601 "aromatherapy": {
602 "healthcare": "alternative",
603 "healthcare: speciality": "aromatherapy",
604 },
605 "beauty_salon": {"shop": "beauty"},
606 "acne_treatment": {"healthcare": "doctor", "healthcare: speciality": "dermatology"},
607 "barber": {"shop": "hairdresser"},
608 "eyebrow_service": {"shop": "beauty", "beauty": "eyebrows"},
609 "eyelash_service": {"shop": "beauty", "beauty": "eyelash"},
610 "foot_care": {"healthcare": "doctor", "healthcare: speciality": "podiatry"},
611 "hair_extensions": {"shop": "hairdresser;beauty", "beauty": "hair_extensions"},
612 "hair_loss_center": {
613 "healthcare": "doctor",
614 "healthcare: speciality": "trichology",
615 },
616 "hair_replacement": {"healthcare": "doctor", "healthcare: speciality": "hair"},
617 "health_spa": {"amenity": "spa"},
618 "massage": {"shop": "massage"},
619 "nail_salon": {"shop": "beauty", "beauty": "nails"},
620 "permanent_makeup": {"shop": "beauty", "beauty": "permanent_makeup"},
621 "tattoo_and_piercing": {"shop": "tattoo"},
622 "piercing": {"shop": "tattoo", "piercing": "yes"},
623 "tattoo": {"shop": "tattoo"},
624 "public_bath_houses": {"amenity": "public_bath"},
625 "teeth_whitening": {
626 "amenity": "dentist",
627 "healthcare": "dentist",
628 "healthcare: speciality": "teeth_whitening",
629 },
630 "hair_removal": {"shop": "beauty", "beauty": "hair_removal"},
631 "laser_hair_removal": {
632 "shop": "beauty",
633 "beauty: salon: waxing": "laser_hair_removal",
634 },
635 "waxing": {"shop": "beauty", "beauty": "waxing"},
636 "hair_salon": {"shop": "hairdresser"},
637 "hair_stylist": {"shop": "hairdresser"},
638 "kids_hair_salon": {"shop": "hairdresser", "hairdresser": "kids"},
639 "spas": {"amenity": "spa"},
640 "medical_spa": {"amenity": "spa"},
641 "day_spa": {"amenity": "spa"},
642 "skin_care": {"shop": "cosmetics"},
643 "esthetician": {"shop": "beauty"},
644 "tanning_salon": {"shop": "beauty", "beauty": "tanning"},
645 "spray_tanning": {"shop": "beauty", "beauty": "tanning"},
646 "tanning_bed": {"leisure": "tanning_salon"},
647 "college_university": {"amenity": "university", "isced: level": "5"},
648 "law_schools": {"amenity": "university", "education": "law"},
649 "medical_sciences_schools": {"amenity": "school", "school": "medical_sciences"},
650 "pharmacy_schools": {"amenity": "college", "education": "pharmacy"},
651 "school": {"amenity": "school"},
652 "charter_school": {"amenity": "school", "school: type": "charter"},
653 "elementary_school": {"amenity": "school", "isced: level": "1"},
654 "high_school": {"amenity": "school", "isced: level": "3"},
655 "middle_school": {"amenity": "school", "isced: level": "2"},
656 "montessori_school": {"amenity": "school"},
657 "preschool": {"amenity": "school", "isced: level": "0"},
658 "private_school": {"amenity": "school", "school: type": "private"},
659 "public_school": {"amenity": "school"},
660 "religious_school": {"amenity": "school"},
661 "waldorf_school": {"amenity": "school", "operator: type": "waldorf"},
662 "specialty_school": {"amenity": "school", "education": "speciality"},
663 "art_school": {"amenity": "school", "school": "art"},
664 "bartending_school": {"amenity": "school", "school": "bartending"},
665 "cheerleading": {"leisure": "sports_centre", "sport": "cheerleading"},
666 "circus_school": {"amenity": "school", "school": "circus"},
667 "cooking_school": {"amenity": "school", "school": "cooking"},
668 "cosmetology_school": {"amenity": "school", "school": "cosmetology"},
669 "cpr_classes": {"amenity": "training", "training": "cpr"},
670 "drama_school": {"amenity": "school", "school": "drama"},
671 "driving_school": {"amenity": "driving_school"},
672 "dui_school": {"amenity": "school"},
673 "firearm_training": {"amenity": "training", "training": "firearm"},
674 "first_aid_class": {"amenity": "training", "training": "first_aid"},
675 "flight_school": {"amenity": "school"},
676 "food_safety_training": {"amenity": "training", "training": "food_safety"},
677 "language_school": {"amenity": "language_school"},
678 "massage_school": {"amenity": "school"},
679 "medical_school": {"amenity": "university", "education": "medicine"},
680 "music_school": {"amenity": "music_school"},
681 "nursing_school": {"amenity": "school"},
682 "parenting_classes": {
683 "amenity": "community_centre",
684 "community_centre": "parenting_classes",
685 },
686 "photography_classes": {"amenity": "training", "training": "photography"},
687 "sports_school": {"amenity": "school"},
688 "traffic_school": {"amenity": "driving_school"},
689 "vocational_and_technical_school": {"amenity": "school"},
690 "tasting_classes": {"office": "guide", "guide": "tasting_classes"},
691 "financial_service": {"office": "financial"},
692 "accountant": {"office": "accountant"},
693 "atms": {"amenity": "atm"},
694 "bank_credit_union": {"amenity": "bank"},
695 "banks": {"amenity": "bank"},
696 "credit_union": {"amenity": "bank"},
697 "business_brokers": {"office": "financial_advisor"},
698 "coin_dealers": {"shop": "collector", "collector": "coins"},
699 "credit_and_debt_counseling": {
700 "amenity": "social_facility",
701 "social_facility: for": "debt_counseling",
702 },
703 "currency_exchange": {"amenity": "bureau_de_change"},
704 "debt_relief_services": {"office": "financial_advisor"},
705 "financial_advising": {"office": "financial_adviser"},
706 "installment_loans": {"shop": "money_lender"},
707 "auto_loan_provider": {"office": "money_lender"},
708 "insurance_agency": {"office": "insurance"},
709 "auto_insurance": {"office": "insurance", "insurance": "car"},
710 "farm_insurance": {"office": "insurance", "insurance": "farm"},
711 "home_and_rental_insurance": {"office": "insurance", "insurance": "home"},
712 "life_insurance": {"office": "insurance", "insurance": "life"},
713 "investing": {"office": "financial_advisor"},
714 "money_transfer_services": {"amenity": "bureau_de_change"},
715 "tax_services": {"office": "tax_advisor"},
716 "trusts": {"office": "accountant"},
717 "private_establishments_and_corporates": {"office": "company"},
718 "private_equity_firm": {"office": "financial"},
719 "retail": {"shop": "yes"},
720 "food": {"amenity": "restaurant"},
721 "bagel_shop": {"amenity": "cafe", "cuisine": "bagel"},
722 "bakery": {"shop": "bakery"},
723 "flatbread": {"shop": "bakery"},
724 "beer_wine_and_spirits": {"shop": "alcohol"},
725 "box_lunch_supplier": {"shop": "caterer"},
726 "patisserie_cake_shop": {"shop": "pastry", "cuisine": "cake"},
727 "chimney_cake_shop": {"shop": "pastry", "cuisine": "chimney_cake"},
728 "cupcake_shop": {"shop": "pastry", "cuisine": "cupcake"},
729 "custom_cakes_shop": {"shop": "pastry"},
730 "coffee_and_tea_supplies": {"shop": "coffee"},
731 "csa_farm": {"landuse": "farm"},
732 "donuts": {"amenity": "fast_food", "cuisine": "donut"},
733 "fishmonger": {"shop": "fishmonger"},
734 "food_stand": {"amenity": "fast_food"},
735 "food_truck": {"amenity": "fast_food"},
736 "friterie": {"amenity": "fast_food", "cuisine": "friterie"},
737 "health_food_store": {"shop": "health_food"},
738 "ice_cream_and_frozen_yoghurt": {"amenity": "ice_cream"},
739 "gelato": {"amenity": "ice_cream", "cuisine": "gelato"},
740 "ice_cream_shop": {"amenity": "ice_cream"},
741 "frozen_yoghurt_shop": {"amenity": "ice_cream"},
742 "imported_food": {"shop": "food"},
743 "kiosk": {"shop": "kiosk"},
744 "liquor_store": {"shop": "alcohol"},
745 "mulled_wine": {"shop": "wine"},
746 "pie_shop": {"shop": "pastry", "cuisine": "pie"},
747 "pretzels": {"shop": "bakery", "cuisine": "pretzel"},
748 "sandwich_shop": {"amenity": "fast_food", "cuisine": "sandwich"},
749 "pizza_delivery_service": {"amenity": "fast_food", "cuisine": "pizza"},
750 "delicatessen": {"shop": "deli"},
751 "indian_sweets_shop": {"shop": "confectionery", "cuisine": "indian"},
752 "winery": {"craft": "winery"},
753 "wine_tasting_room": {"craft": "winery", "amenity": "bar"},
754 "auto_parts_and_supply_store": {"shop": "car_parts"},
755 "beverage_store": {"shop": "alcohol"},
756 "boat_parts_and_supply_store": {"shop": "boat"},
757 "butcher_shop": {"shop": "butcher"},
758 "candy_store": {"shop": "confectionery"},
759 "japanese_confectionery_shop": {"shop": "confectionery", "cuisine": "japanese"},
760 "carpet_store": {"shop": "carpet"},
761 "cheese_shop": {"shop": "cheese"},
762 "chocolatier": {"shop": "chocolate"},
763 "distillery": {"craft": "distillery"},
764 "drugstore": {"shop": "chemist"},
765 "flooring_store": {"shop": "flooring"},
766 "fruits_and_vegetables": {"shop": "greengrocer"},
767 "herb_and_spice_shop": {"shop": "farm", "produce": "herb"},
768 "honey_farm_shop": {"shop": "farm", "produce": "honey"},
769 "meat_shop": {"shop": "butcher"},
770 "olive_oil": {"shop": "farm", "produce": "olive_oil"},
771 "party_supply": {"shop": "party"},
772 "pharmacy": {"amenity": "pharmacy"},
773 "popcorn_shop": {"shop": "confectionery", "cuisine": "popcorn"},
774 "seafood_market": {"amenity": "marketplace", "cuisine": "seafood"},
775 "water_store": {"shop": "water"},
776 "shopping": {"shop": "yes"},
777 "arts_and_crafts": {"shop": "craft"},
778 "art_supply_store": {"shop": "craft"},
779 "costume_store": {"shop": "clothes", "clothes": "costume"},
780 "craft_shop": {"shop": "craft"},
781 "embroidery_and_crochet": {"shop": "sewing"},
782 "fabric_store": {"shop": "fabric"},
783 "framing_store": {"shop": "frame"},
784 "handicraft_shop": {"shop": "craft"},
785 "books_mags_music_and_video": {"shop": "books"},
786 "bookstore": {"shop": "books"},
787 "academic_bookstore": {"shop": "books"},
788 "comic_books_store": {"shop": "books", "books": "comic"},
789 "music_and_dvd_store": {"shop": "music;video"},
790 "newspaper_and_magazines_store": {"shop": "newsagent"},
791 "video_and_video_game_rentals": {"shop": "rental", "rental": "video_games"},
792 "video_game_store": {"shop": "video_games"},
793 "vinyl_record_store": {"shop": "music"},
794 "building_supply_store": {"shop": "doityourself"},
795 "lumber_store": {"shop": "doityourself"},
796 "fashion": {"shop": "clothes"},
797 "clothing_store": {"shop": "clothes"},
798 "ceremonial_clothing": {"shop": "clothes", "clothes": "ceremonial"},
799 "children's_clothing_store": {"shop": "clothes", "clothes": "children"},
800 "clothing_rental": {"shop": "rental", "rental": "clothing"},
801 "denim_wear_store": {"shop": "clothes", "clothes": "denim"},
802 "designer_clothing": {"shop": "clothes", "clothes": "fashion"},
803 "formal_wear_store": {"shop": "clothes", "clothes": "formal_wear"},
804 "fur_clothing": {"shop": "clothes", "clothes": "fur"},
805 "lingerie_store": {"shop": "clothes", "clothes": "underwear"},
806 "maternity_wear": {"shop": "clothes", "clothes": "maternity"},
807 "men's_clothing_store": {"shop": "clothes", "clothes": "men"},
808 "t_shirt_store": {"shop": "clothes", "clothes": "custom_t_shirts"},
809 "custom_t_shirt_store": {"shop": "clothes", "clothes": "custom_t_shirts"},
810 "traditional_clothing": {"shop": "clothes", "clothes": "traditional"},
811 "women's_clothing_store": {"shop": "clothes", "clothes": "women"},
812 "fashion_accessories_store": {"shop": "fashion_accessories"},
813 "hat_shop": {"shop": "clothes", "clothes": "hats"},
814 "leather_goods": {"shop": "leather"},
815 "plus_size_clothing": {"shop": "clothes", "clothes": "plus_size"},
816 "saree_shop": {"shop": "clothes", "clothes": "saree"},
817 "sleepwear": {"shop": "clothes", "clothes": "sleepwear"},
818 "used_vintage_and_consignment": {"shop": "second_hand"},
819 "handbag_stores": {"shop": "bag"},
820 "shoe_store": {"shop": "shoes"},
821 "orthopedic_shoe_store": {"shop": "shoes", "shoes": "orthopaedic"},
822 "cosmetic_and_beauty_supplies": {"shop": "beauty"},
823 "hair_supply_stores": {"shop": "wholesale", "wholesale": "hair_supply"},
824 "eyewear_and_optician": {"shop": "optician"},
825 "sunglasses_store": {"shop": "optician"},
826 "flowers_and_gifts_shop": {"shop": "flowers"},
827 "florist": {"shop": "florist"},
828 "gift_shop": {"shop": "gift"},
829 "grocery_store": {"shop": "convenience"},
830 "specialty_grocery_store": {"shop": "supermarket"},
831 "asian_grocery_store": {"shop": "supermarket", "cuisine": "asian"},
832 "dairy_stores": {"shop": "dairy"},
833 "ethical_grocery": {"shop": "supermarket"},
834 "indian_grocery_store": {"shop": "supermarket", "cuisine": "indian"},
835 "japanese_grocery_store": {"shop": "supermarket", "cuisine": "japanese"},
836 "korean_grocery_store": {"shop": "supermarket", "cuisine": "korean"},
837 "kosher_grocery_store": {"shop": "supermarket", "cuisine": "kosher"},
838 "mexican_grocery_store": {"shop": "supermarket", "cuisine": "mexican"},
839 "organic_grocery_store": {"shop": "supermarket", "organic": "yes"},
840 "russian_grocery_store": {"shop": "supermarket", "cuisine": "russian"},
841 "home_and_garden": {"shop": "hardware"},
842 "hardware_store": {"shop": "hardware"},
843 "appliance_store": {"shop": "appliance"},
844 "candle_store": {"shop": "candles"},
845 "electrical_supply_store": {"shop": "electronics"},
846 "furniture_accessory_store": {"shop": "furniture"},
847 "furniture_store": {"shop": "furniture"},
848 "home_decor": {"shop": "houseware"},
849 "home_goods_store": {"shop": "houseware"},
850 "home_improvement_store": {"shop": "doityourself"},
851 "hot_tubs_and_pools": {"shop": "swimming_pool;hot_tub"},
852 "lighting_store": {"shop": "lighting"},
853 "linen": {"shop": "bedding"},
854 "mattress_store": {"shop": "bed"},
855 "nursery_and_gardening": {"shop": "garden_centre"},
856 "outdoor_furniture_store": {"shop": "outdoor", "product": "furniture"},
857 "paint_store": {"shop": "paint"},
858 "playground_equipment_supplier": {
859 "shop": "wholesale",
860 "wholesale": "playground_equipment",
861 },
862 "pumpkin_patch": {"landuse": "orchard"},
863 "rug_store": {"shop": "carpet"},
864 "tableware_supplier": {"shop": "wholesale", "wholesale": "tableware"},
865 "hydroponic_gardening": {"shop": "garden_centre", "product": "hydroponics"},
866 "medical_supply": {"shop": "medical_supply"},
867 "hearing_aids": {"shop": "hearing_aids"},
868 "pet_store": {"shop": "pet"},
869 "bird_shop": {"shop": "pet", "pet": "bird"},
870 "aquatic_pet_store": {"shop": "pet", "pet": "fish"},
871 "adult_store": {"shop": "erotic"},
872 "antique_store": {"shop": "antiques"},
873 "bazaars": {"amenity": "marketplace"},
874 "bridal_shop": {"shop": "clothes", "clothes": "wedding"},
875 "cards_and_stationery_store": {"shop": "stationery"},
876 "computer_store": {"shop": "computer"},
877 "convenience_store": {"shop": "convenience"},
878 "custom_clothing": {"shop": "clothes", "clothes": "custom"},
879 "customized_merchandise": {"shop": "gift"},
880 "department_store": {"shop": "department_store"},
881 "discount_store": {"shop": "discount"},
882 "do_it_yourself_store": {"shop": "doityourself"},
883 "educational_supply_store": {"shop": "stationery"},
884 "electronics": {"shop": "electronics"},
885 "fitness_exercise_equipment": {"shop": "sports"},
886 "flea_market": {"amenity": "marketplace"},
887 "flower_markets": {"shop": "florist"},
888 "guitar_store": {"shop": "musical_instrument", "musical_instrument": "guitar"},
889 "gun_and_ammo": {"shop": "gun"},
890 "herbal_shop": {"shop": "herbalist"},
891 "audio_visual_equipment_store": {"shop": "electronics"},
892 "international_grocery_store": {"shop": "supermarket", "cuisine": "international"},
893 "jewelry_store": {"shop": "jewelry"},
894 "luggage_store": {"shop": "luggage"},
895 "market_stall": {"shop": "kiosk"},
896 "mobile_phone_store": {"shop": "mobile_phone"},
897 "musical_instrument_store": {"shop": "musical_instrument"},
898 "night_market": {"amenity": "marketplace"},
899 "office_equipment": {"shop": "stationery"},
900 "pawn_shop": {"shop": "pawnbroker"},
901 "pen_store": {"shop": "stationery"},
902 "pool_and_billiards": {"leisure": "sports_centre", "sport": "pool;billiards"},
903 "public_market": {"amenity": "marketplace"},
904 "shopping_center": {"shop": "mall"},
905 "souvenir_shop": {"shop": "gift"},
906 "supermarket": {"shop": "supermarket"},
907 "superstore": {"shop": "supermarket"},
908 "thrift_store": {"shop": "second_hand"},
909 "tobacco_shop": {"shop": "tobacco"},
910 "toy_store": {"shop": "toys"},
911 "uniform_store": {"shop": "clothes", "clothes": "workwear"},
912 "used_bookstore": {"shop": "books", "second_hand": "only"},
913 "e_cigarette_store": {"shop": "tobacco"},
914 "watch_store": {"shop": "watches"},
915 "wholesale_store": {"shop": "wholesale"},
916 "sporting_goods": {"shop": "sports"},
917 "archery_shop": {"shop": "sports", "sport": "archery"},
918 "bicycle_shop": {"shop": "bicycle"},
919 "dive_shop": {"shop": "scuba_diving"},
920 "golf_equipment": {"shop": "sports", "sport": "golf"},
921 "hockey_equipment": {"shop": "sports", "sport": "hockey"},
922 "hunting_and_fishing_supplies": {"shop": "hunting;fishing"},
923 "outdoor_gear": {"shop": "outdoor"},
924 "skate_shop": {"shop": "sports", "sport": "skateboard"},
925 "ski_and_snowboard_shop": {"shop": "sports", "sport": "skiing"},
926 "sports_wear": {"shop": "clothes", "clothes": "sports_wear"},
927 "dance_wear": {"shop": "sports", "sport": "dance"},
928 "surf_shop": {"shop": "sports", "sport": "surfing"},
929 "swimwear_store": {"shop": "clothes", "clothes": "swimwear"},
930 "tire_shop": {"shop": "tyres"},
931 "tire_repair_shop": {"shop": "car_repair"},
932 "health_and_medical": {"healthcare": "yes"},
933 "abuse_and_addiction_treatment": {
934 "healthcare": "counselling",
935 "healthcare: counselling": "addiction",
936 },
937 "alcohol_and_drug_treatment_centers": {
938 "amenity": "clinic",
939 "healthcare": "clinic",
940 "healthcare: speciality": "substance_abuse",
941 },
942 "crisis_intervention_services": {
943 "amenity": "social_facility",
944 "social_facility": "crisis_intervention_services",
945 },
946 "counseling_and_mental_health": {"healthcare": "psychotherapist"},
947 "family_counselor": {
948 "healthcare": "counselling",
949 "healthcare: counselling": "family",
950 },
951 "psychoanalyst": {"healthcare": "psychotherapist"},
952 "psychologist": {"healthcare": "psychotherapist"},
953 "psychotherapist": {"healthcare": "psychotherapist"},
954 "sex_therapist": {"office": "therapist", "healthcare: speciality": "sex_therapist"},
955 "sports_psychologist": {
956 "healthcare": "psychotherapist",
957 "healthcare: speciality": "sports_psychology",
958 },
959 "stress_management_services": {
960 "healthcare": "therapist",
961 "healthcare: speciality": "stress_management",
962 },
963 "suicide_prevention_services": {
964 "healthcare": "counselling",
965 "healthcare: speciality": "suicide_prevention",
966 },
967 "mobile_clinic": {"amenity": "clinic"},
968 "dentist": {"amenity": "dentist"},
969 "cosmetic_dentist": {
970 "amenity": "dentist",
971 "healthcare": "dentist",
972 "healthcare: speciality": "cosmetic_dentistry",
973 },
974 "endodontist": {"healthcare": "doctor", "healthcare: speciality": "endodontics"},
975 "general_dentistry": {"amenity": "dentist"},
976 "oral_surgeon": {"healthcare": "surgeon", "healthcare: speciality": "oral_surgery"},
977 "orthodontist": {"healthcare": "dentist", "healthcare: speciality": "orthodontics"},
978 "pediatric_dentist": {"amenity": "dentist", "dentist.speciality": "pediatric"},
979 "periodontist": {
980 "healthcare": "dentist",
981 "amenity": "dentist",
982 "healthcare: speciality": "periodontics",
983 },
984 "diagnostic_services": {
985 "amenity": "clinic",
986 "healthcare: speciality": "diagnostic_services",
987 },
988 "diagnostic_imaging": {
989 "amenity": "doctors",
990 "healthcare": "doctor",
991 "healthcare: speciality": "radiology",
992 },
993 "laboratory_testing": {"healthcare": "laboratory"},
994 "doctor": {"amenity": "doctors"},
995 "allergist": {"healthcare": "doctor", "healthcare: speciality": "allergist"},
996 "anesthesiologist": {
997 "healthcare": "doctor",
998 "healthcare: speciality": "anesthesiology",
999 },
1000 "audiologist": {"healthcare": "audiologist"},
1001 "cardiologist": {"healthcare": "doctor", "healthcare: speciality": "cardiology"},
1002 "cosmetic_surgeon": {
1003 "healthcare": "doctor",
1004 "healthcare: speciality": "cosmetic_surgery",
1005 },
1006 "dermatologist": {"healthcare": "doctor", "healthcare: speciality": "dermatology"},
1007 "ear_nose_and_throat": {
1008 "healthcare": "doctor",
1009 "healthcare: speciality": "ear_nose_and_throat",
1010 },
1011 "emergency_medicine": {
1012 "amenity": "doctors",
1013 "healthcare": "doctor",
1014 "emergency": "yes",
1015 },
1016 "endocrinologist": {
1017 "healthcare": "doctor",
1018 "healthcare: speciality": "endocrinology",
1019 },
1020 "endoscopist": {"healthcare": "doctor", "healthcare: speciality": "endoscopy"},
1021 "family_practice": {
1022 "amenity": "clinic",
1023 "healthcare": "clinic",
1024 "healthcare: speciality": "family_practice",
1025 },
1026 "fertility": {
1027 "amenity": "clinic",
1028 "healthcare": "clinic",
1029 "healthcare: speciality": "fertility",
1030 },
1031 "gastroenterologist": {
1032 "healthcare": "doctor",
1033 "healthcare: speciality": "gastroenterology",
1034 },
1035 "geneticist": {"healthcare: speciality": "genetics"},
1036 "gerontologist": {"healthcare": "doctor", "healthcare: speciality": "gerontology"},
1037 "hepatologist": {"healthcare": "doctor", "healthcare: speciality": "hepatology"},
1038 "hospitalist": {"amenity": "hospital"},
1039 "immunodermatologist": {
1040 "healthcare": "doctor",
1041 "healthcare: speciality": "immunodermatology",
1042 },
1043 "infectious_disease_specialist": {
1044 "healthcare": "doctor",
1045 "healthcare: speciality": "infectious_diseases",
1046 },
1047 "naturopathic_holistic": {
1048 "healthcare": "alternative",
1049 "healthcare: speciality": "naturopathy",
1050 },
1051 "nephrologist": {"healthcare": "doctor", "healthcare: speciality": "nephrology"},
1052 "neurologist": {"healthcare": "doctor", "healthcare: speciality": "neurology"},
1053 "neurotologist": {"healthcare": "doctor", "healthcare: speciality": "neurotology"},
1054 "neuropathologist": {
1055 "healthcare": "doctor",
1056 "healthcare: speciality": "neuropathology",
1057 },
1058 "obstetrician_and_gynecologist": {
1059 "healthcare": "doctor",
1060 "healthcare: speciality": "obstetrics_gynecology",
1061 },
1062 "oncologist": {"healthcare": "doctor", "healthcare: speciality": "oncology"},
1063 "orthopedist": {"healthcare": "doctor", "healthcare: speciality": "orthopedics"},
1064 "osteopathic_physician": {
1065 "healthcare": "doctor",
1066 "healthcare: speciality": "osteopathic_physician",
1067 },
1068 "otologist": {"healthcare": "doctor", "healthcare: speciality": "otolology"},
1069 "pain_management": {
1070 "healthcare": "doctor",
1071 "healthcare: speciality": "pain_management",
1072 },
1073 "phlebologist": {"healthcare": "doctor", "healthcare: speciality": "phlebology"},
1074 "plastic_surgeon": {
1075 "healthcare": "doctor",
1076 "healthcare: speciality": "plastic_surgery",
1077 },
1078 "podiatrist": {"healthcare": "podiatrist"},
1079 "preventive_medicine": {
1080 "healthcare": "doctor",
1081 "healthcare: speciality": "preventive",
1082 },
1083 "proctologist": {"healthcare": "doctor", "healthcare: speciality": "proctology"},
1084 "pulmonologist": {"healthcare": "doctor", "healthcare: speciality": "pulmonology"},
1085 "radiologist": {"healthcare": "radiologist"},
1086 "rheumatologist": {
1087 "healthcare": "doctor",
1088 "healthcare: speciality": "rheumatology",
1089 },
1090 "spine_surgeon": {
1091 "healthcare": "doctor",
1092 "healthcare: speciality": "spinal_surgery",
1093 },
1094 "sports_medicine": {"healthcare": "sports"},
1095 "toxicologist": {"healthcare": "doctor", "healthcare: speciality": "toxicology"},
1096 "urologist": {"healthcare": "doctor", "healthcare: speciality": "urology"},
1097 "vascular_medicine": {"healthcare": "doctor", "healthcare: speciality": "vascular"},
1098 "geriatric_medicine": {
1099 "healthcare": "doctor",
1100 "healthcare: speciality": "geriatric",
1101 },
1102 "geriatric_psychiatry": {
1103 "healthcare": "psychiatrist",
1104 "healthcare: speciality": "geriatric_psychiatry",
1105 },
1106 "abortion_clinic": {
1107 "amenity": "clinic",
1108 "healthcare": "clinic",
1109 "healthcare: speciality": "abortion",
1110 },
1111 "acupuncture": {
1112 "healthcare": "alternative",
1113 "healthcare: speciality": "acupuncture",
1114 },
1115 "aesthetician": {"shop": "beauty"},
1116 "alcohol_and_drug_treatment_center": {"healthcare": "addiction"},
1117 "assisted_living_facility": {
1118 "amenity": "social_facility",
1119 "social_facility": "assisted_living",
1120 },
1121 "ayurveda": {"healthcare": "alternative", "healthcare: speciality": "ayurveda"},
1122 "behavior_analyst": {"office": "therapist", "therapist": "behavioral"},
1123 "body_contouring": {"shop": "beauty", "beauty": "contouring"},
1124 "cannabis_collective": {"shop": "cannabis"},
1125 "childrens_hospital": {
1126 "healthcare": "hospital",
1127 "healthcare: speciality": "paediatrics",
1128 },
1129 "chiropractor": {
1130 "healthcare": "alternative",
1131 "healthcare: speciality": "chiropractic",
1132 },
1133 "community_health_center": {"amenity": "clinic"},
1134 "cryotherapy": {"healthcare": "cryotherapy"},
1135 "dialysis_clinic": {"amenity": "clinic", "healthcare": "dialysis"},
1136 "emergency_room": {"emergency": "emergency_ward_entrance", "entrance": "yes"},
1137 "environmental_medicine": {
1138 "healthcare": "doctor",
1139 "healthcare: speciality": "environmental",
1140 },
1141 "eye_care_clinic": {"amenity": "clinic", "healthcare": "optometrist"},
1142 "float_spa": {"amenity": "spa"},
1143 "halfway_house": {"amenity": "social_facility", "social_facility": "group_home"},
1144 "halotherapy": {"healthcare: speciality": "halotherapy"},
1145 "health_and_wellness_club": {"leisure": "fitness_centre"},
1146 "health_department": {"office": "government", "government": "health_department"},
1147 "health_insurance_office": {"office": "insurance", "insurance": "health"},
1148 "hospice": {"healthcare": "hospice"},
1149 "hospital": {"amenity": "hospital"},
1150 "hydrotherapy": {
1151 "healthcare": "alternative",
1152 "healthcare: speciality": "hydrotherapy",
1153 },
1154 "laser_eye_surgery_lasik": {
1155 "healthcare": "surgery",
1156 "healthcare: speciality": "ophthalmology",
1157 "ophthalmology: laser_surgery": "yes",
1158 },
1159 "massage_therapy": {"shop": "massage"},
1160 "maternity_centers": {
1161 "amenity": "clinic",
1162 "healthcare": "doctor",
1163 "healthcare: speciality": "obstetrics",
1164 },
1165 "midwife": {"healthcare": "midwife"},
1166 "occupational_medicine": {
1167 "healthcare": "doctor",
1168 "healthcare: speciality": "occupational",
1169 },
1170 "occupational_therapy": {
1171 "healthcare": "occupational_therapist",
1172 "healthcare: speciality": "orthodonticslist",
1173 },
1174 "optometrist": {"healthcare": "optometrist"},
1175 "physical_therapy": {"healthcare": "physiotherapist"},
1176 "podiatry": {"amenity": "doctors", "healthcare: speciality": "podiatry"},
1177 "prenatal_perinatal_care": {"healthcare": "prenatal_perinatal_care"},
1178 "prosthodontist": {
1179 "healthcare": "dentist",
1180 "amenity": "dentist",
1181 "healthcare: speciality": "prosthodontics",
1182 },
1183 "public_health_clinic": {"amenity": "clinic"},
1184 "reflexology": {
1185 "healthcare": "alternative",
1186 "healthcare: speciality": "reflexology",
1187 },
1188 "sauna": {"leisure": "sauna"},
1189 "sleep_specialist": {
1190 "healthcare": "doctor",
1191 "healthcare: speciality": "sleep_specialist",
1192 },
1193 "speech_therapist": {"healthcare": "speech_therapist"},
1194 "surgical_center": {"amenity": "hospital", "healthcare: speciality": "surgery"},
1195 "urgent_care_clinic": {
1196 "amenity": "clinic",
1197 "healthcare": "clinic",
1198 "emergency": "yes",
1199 },
1200 "women's_health_clinic": {
1201 "amenity": "clinic",
1202 "healthcare": "clinic",
1203 "healthcare: speciality": "women",
1204 },
1205 "internal_medicine": {"healthcare": "doctor", "healthcare: speciality": "internal"},
1206 "hematology": {"healthcare": "laboratory", "healthcare: speciality": "hematology"},
1207 "medical_center": {"amenity": "clinic"},
1208 "walk_in_clinic": {"amenity": "clinic"},
1209 "pediatrician": {"amenity": "doctors", "healthcare: speciality": "pediatric"},
1210 "pediatric_anesthesiology": {
1211 "healthcare": "doctor",
1212 "healthcare: speciality": "anesthesiology",
1213 },
1214 "pediatric_cardiology": {
1215 "healthcare": "doctor",
1216 "healthcare: speciality": "paediatric_cardiology",
1217 },
1218 "pediatric_endocrinology": {
1219 "healthcare": "doctor",
1220 "healthcare: speciality": "pediatric_endocrinology",
1221 },
1222 "pediatric_gastroenterology": {
1223 "healthcare": "doctor",
1224 "healthcare: speciality": "pediatric_gastroenterology",
1225 },
1226 "pediatric_infectious_disease": {
1227 "healthcare": "doctor",
1228 "healthcare: speciality": "pediatric_infectious_disease",
1229 },
1230 "pediatric_nephrology": {
1231 "healthcare": "doctor",
1232 "healthcare: speciality": "pediatric_nephrology",
1233 },
1234 "pediatric_neurology": {
1235 "healthcare": "doctor",
1236 "healthcare: speciality": "pediatric_neurology",
1237 },
1238 "pediatric_oncology": {
1239 "healthcare": "doctor",
1240 "healthcare: speciality": "pediatric_oncology",
1241 },
1242 "pediatric_orthopedic_surgery": {
1243 "healthcare": "doctor",
1244 "healthcare: speciality": "pediatric_orthopedic_surgery",
1245 },
1246 "pediatric_pulmonology": {
1247 "healthcare": "doctor",
1248 "healthcare: speciality": "pediatric_pulmonology",
1249 },
1250 "pediatric_radiology": {
1251 "healthcare": "doctor",
1252 "healthcare: speciality": "paediatric_radiology",
1253 },
1254 "pediatric_surgery": {
1255 "healthcare": "doctor",
1256 "healthcare: speciality": "pediatric_surgery",
1257 },
1258 "psychiatrist": {"amenity": "doctors", "healthcare: speciality": "psychiatry"},
1259 "surgeon": {
1260 "amenity": "doctors",
1261 "healthcare": "doctor",
1262 "healthcare: speciality": "surgery",
1263 },
1264 "traditional_chinese_medicine": {
1265 "healthcare": "alternative",
1266 "healthcare: speciality": "traditional_chinese",
1267 },
1268 "pets": {"shop": "pet"},
1269 "animal_hospital": {"amenity": "veterinary"},
1270 "animal_physical_therapy": {
1271 "amenity": "veterinary",
1272 "veterinary": "physiotherapist",
1273 },
1274 "emergency_pet_hospital": {"amenity": "veterinary", "emergency": "yes"},
1275 "pet_cemetery_and_crematorium_services": {
1276 "amenity": "crematorium",
1277 "landuse": "cemetery",
1278 },
1279 "pet_groomer": {"shop": "pet_grooming"},
1280 "pet_insurance": {"office": "insurance", "insurance": "pet"},
1281 "pet_sitting": {"amenity": "animal_boarding"},
1282 "pet_boarding": {"amenity": "animal_boarding"},
1283 "pet_training": {"amenity": "animal_training"},
1284 "dog_trainer": {"amenity": "animal_training", "animal_training": "dog"},
1285 "horse_trainer": {"amenity": "animal_training", "animal_training": "horse"},
1286 "animal_rescue_service": {"amenity": "animal_shelter"},
1287 "animal_shelter": {"amenity": "animal_shelter"},
1288 "horse_boarding": {"amenity": "animal_boarding", "animal_boarding": "horse"},
1289 "pet_adoption": {"amenity": "animal_shelter"},
1290 "veterinarian": {"amenity": "veterinary"},
1291 "business_to_business": {"office": "yes"},
1292 "airline": {"office": "airline"},
1293 "tobacco_company": {"shop": "tobacco"},
1294 "occupational_safety": {
1295 "amenity": "social_facility",
1296 "social_facility": "occupational_safety",
1297 },
1298 "agriculture": {"landuse": "farmland"},
1299 "apiaries_and_beekeepers": {"craft": "beekeeper"},
1300 "b2b_dairies": {"shop": "wholesale", "wholesale": "dairy"},
1301 "b2b_food_products": {"shop": "wholesale", "wolesale": "food"},
1302 "glass_manufacturer": {"man_made": "works", "product": "glass"},
1303 "aircraft_manufacturer": {"man_made": "works", "product": "aircraft"},
1304 "auto_manufacturers_and_distributors": {"man_made": "works", "product": "car"},
1305 "furniture_manufacturers": {"man_made": "works", "product": "furniture"},
1306 "furniture_wholesalers": {"shop": "furniture"},
1307 "aluminum_supplier": {"shop": "wholesale", "wholesale": "aluminum"},
1308 "b2b_electronic_equipment": {"shop": "electronics"},
1309 "plastic_manufacturer": {"man_made": "works", "product": "plastic"},
1310 "cosmetic_products_manufacturer": {"man_made": "works", "product": "cosmetics"},
1311 "drinking_water_dispenser": {"amenity": "drinking_water"},
1312 "hvac_supplier": {"shop": "trade", "trade": "hvac"},
1313 "jewelry_manufacturer": {"man_made": "works", "product": "jewelry"},
1314 "leather_products_manufacturer": {"man_made": "works", "product": "leather"},
1315 "lighting_fixture_manufacturers": {
1316 "man_made": "works",
1317 "product": "lighting_fixture",
1318 },
1319 "pipe_supplier": {"shop": "wholesale", "wholesale": "pipes"},
1320 "plastic_fabrication_company": {"man_made": "works", "product": "plastic"},
1321 "printing_equipment_and_supply": {"shop": "copyshop"},
1322 "sand_and_gravel_supplier": {"shop": "wholesale", "wholesale": "sand_and_gravel"},
1323 "shoe_factory": {"man_made": "works", "product": "shoes"},
1324 "turnery": {"craft": "carpenter"},
1325 "scrap_metals": {"industrial": "scrap_yard", "landuse": "industrial"},
1326 "cotton_mill": {"man_made": "works", "product": "cotton"},
1327 "textile_mill": {"man_made": "works", "product": "textile"},
1328 "wood_and_pulp": {"man_made": "works", "product": "wood_and_pulp"},
1329 "research_institute": {"amenity": "research_institute"},
1330 "fabric_wholesaler": {"shop": "wholesale", "wholesale": "fabric"},
1331 "greengrocer": {"shop": "greengrocer"},
1332 "pharmaceutical_products_wholesaler": {
1333 "shop": "wholesale",
1334 "wholesale": "pharmaceuticals",
1335 },
1336 "wine_wholesaler": {"shop": "wholesale", "wholesale": "wine"},
1337 "railroad_freight": {"office": "logistics"},
1338 "warehouses": {"building": "warehouse"},
1339 "freight_and_cargo_service": {"office": "logistics"},
1340 "distribution_services": {"office": "logistics"},
1341 "freight_forwarding_agency": {"office": "logistics"},
1342 "coworking_space": {"amenity": "coworking_space"},
1343 "information_technology_company": {"office": "it"},
1344 "telecommunications_company": {"office": "telecommunication"},
1345 "exporters": {"office": "export"},
1346 "importers": {"office": "importer"},
1347 "mining": {"landuse": "industrial", "industrial": "mine"},
1348 "coal_and_coke": {"industrial": "mine"},
1349 "quarries": {"landuse": "quarry"},
1350 "oil_refiners": {"industrial": "refinery"},
1351 "public_service_and_government": {"office": "yes"},
1352 "law_enforcement": {"amenity": "police"},
1353 "non_governmental_association": {"office": "ngo"},
1354 "public_and_government_association": {"office": "yes"},
1355 "charity_organization": {"office": "charity"},
1356 "food_banks": {"amenity": "social_facility", "social_facility": "food_bank"},
1357 "homeless_shelter": {
1358 "amenity": "social_facility",
1359 "social_facility": "shelter",
1360 "social_facility: for": "homeless",
1361 },
1362 "community_services_non_profits": {"amenity": "community_centre"},
1363 "government_services": {"office": "government"},
1364 "jail_and_prison": {"amenity": "prison"},
1365 "juvenile_detention_center": {"amenity": "prison"},
1366 "post_office": {"amenity": "post_office"},
1367 "shipping_collection_services": {"amenity": "post_office"},
1368 "public_toilet": {"amenity": "toilets", "access": "yes"},
1369 "central_government_office": {"office": "government"},
1370 "children_hall": {"amenity": "childcare"},
1371 "civic_center": {"amenity": "community_centre"},
1372 "community_center": {"amenity": "community_centre"},
1373 "courthouse": {"amenity": "courthouse"},
1374 "department_of_motor_vehicles": {
1375 "office": "government",
1376 "government": "transportation",
1377 },
1378 "embassy": {"office": "diplomatic", "diplomatic": "embassy"},
1379 "federal_government_offices": {"office": "government"},
1380 "fire_department": {"amenity": "fire_station"},
1381 "library": {"amenity": "library"},
1382 "police_department": {"amenity": "police"},
1383 "retirement_home": {
1384 "amenity": "social_facility",
1385 "social_facility": "assisted_living",
1386 "social_facility: for": "senior_citizen",
1387 },
1388 "scout_hall": {"amenity": "social_facility", "social_facility: for": "scouts"},
1389 "town_hall": {"amenity": "townhall"},
1390 "weather_station": {"man_made": "monitoring_station", "monitoring: weather": "yes"},
1391 "religious_organization": {"amenity": "place_of_worship"},
1392 "church_cathedral": {"amenity": "place_of_worship", "religion": "christian"},
1393 "anglican_church": {
1394 "amenity": "place_of_worship",
1395 "religion": "christian",
1396 "denomination": "anglican",
1397 },
1398 "baptist_church": {
1399 "amenity": "place_of_worship",
1400 "religion": "christian",
1401 "denomination": "baptist",
1402 },
1403 "catholic_church": {
1404 "amenity": "place_of_worship",
1405 "religion": "christian",
1406 "denomination": "catholic",
1407 },
1408 "episcopal_church": {
1409 "amenity": "place_of_worship",
1410 "religion": "christian",
1411 "denomination": "episcopal",
1412 },
1413 "evangelical_church": {
1414 "amenity": "place_of_worship",
1415 "religion": "christian",
1416 "denomination": "evangelical",
1417 },
1418 "jehovahs_witness_kingdom_hall": {
1419 "amenity": "place_of_worship",
1420 "religion": "jehovahs_witness",
1421 },
1422 "pentecostal_church": {
1423 "amenity": "place_of_worship",
1424 "religion": "christian",
1425 "denomination": "pentecostal",
1426 },
1427 "buddhist_temple": {"amenity": "place_of_worship", "religion": "buddhist"},
1428 "convents_and_monasteries": {"amenity": "monastery"},
1429 "hindu_temple": {"amenity": "place_of_worship", "religion": "hindu"},
1430 "mosque": {"amenity": "place_of_worship", "religion": "muslim"},
1431 "religious_destination": {"tourism": "attraction", "amenity": "place_of_worship"},
1432 "shinto_shrines": {"amenity": "place_of_worship", "religion": "shinto"},
1433 "sikh_temple": {"amenity": "place_of_worship", "religion": "sikh"},
1434 "synagogue": {"amenity": "place_of_worship", "religion": "jewish"},
1435 "temple": {"amenity": "place_of_worship"},
1436 "real_estate": {"office": "estate_agent"},
1437 "real_estate_investment": {"office": "estate_agent"},
1438 "apartments": {"building": "apartments"},
1439 "commercial_real_estate": {"office": "real_estate"},
1440 "condominium": {"building": "apartments"},
1441 "property_management": {"office": "property_management"},
1442 "real_estate_agent": {"office": "estate_agent"},
1443 "rental_services": {"shop": "rental"},
1444 "airport": {"aeroway": "aerodrome"},
1445 "airport_terminal": {"aeroway": "terminal"},
1446 "domestic_airports": {"aeroway": "aerodrome", "aerodrome: type": "regional"},
1447 "heliports": {"aeroway": "heliport"},
1448 "major_airports": {"aeroway": "aerodrome", "aerodrome: type": "international"},
1449 "travel_agents": {"shop": "travel_agency"},
1450 "visitor_center": {"tourism": "information", "information": "visitor_centre"},
1451 "rest_areas": {"highway": "services"},
1452 "toll_stations": {"barrier": "toll_booth"},
1453 "train_station": {"railway": "station", "public_transport": "station"},
1454 "bicycle_sharing_location": {"amenity": "bicycle_rental"},
1455 "bike_parking": {"amenity": "bicycle_parking"},
1456 "bike_sharing": {"amenity": "bicycle_rental"},
1457 "bus_station": {"amenity": "bus_station", "public_transport": "station"},
1458 "car_sharing": {"amenity": "car_sharing"},
1459 "light_rail_and_subway_stations": {
1460 "railway": "station",
1461 "public_transport": "station",
1462 },
1463 "metro_station": {"railway": "station", "public_transport": "station"},
1464 "motorcycle_parking": {"amenity": "motorcycle_parking"},
1465 "parking": {"amenity": "parking"},
1466 "rental_service": {"shop": "rental"},
1467 "car_rental_agency": {"amenity": "car_rental"},
1468 "motorcycle_rentals": {"shop": "rental", "rental": "motorcycle"},
1469 "rv_rentals": {"shop": "rental", "rental": "rv"},
1470 "trailer_rentals": {"shop": "rental", "rental": "trailer"},
1471 "truck_rentals": {"shop": "rental", "rental": "truck"},
1472 "rest_stop": {"highway": "services"},
1473 "broadcasting_media_production": {"office": "media"},
1474 "home_service": {"craft": "yes"},
1475 "roofing": {"craft": "roofer"},
1476 "chimney_service": {"craft": "chimney_sweeper"},
1477 "chimney_sweep": {"craft": "chimney_sweeper"},
1478 "flooring_contractors": {"craft": "floorer"},
1479 "carpenter": {"craft": "carpenter"},
1480 "electrician": {"craft": "electrician"},
1481 "insulation_installation": {"craft": "insulation"},
1482 "key_and_locksmith": {"shop": "locksmith"},
1483 "painting": {"craft": "painter"},
1484 "plasterer": {"craft": "plasterer"},
1485 "tiling": {"craft": "tiler"},
1486 "landscaping": {"craft": "gardener"},
1487 "gardener": {"craft": "gardener"},
1488 "landscape_architect": {"craft": "gardener"},
1489 "lawn_service": {"craft": "gardener"},
1490 "tree_services": {"craft": "arborist"},
1491 "plumbing": {"craft": "plumber"},
1492 "professional_services": {"craft": "yes"},
1493 "welders": {"craft": "welder"},
1494 "stone_and_masonry": {"craft": "stonemason"},
1495 "masonry_contractors": {"craft": "stonemason"},
1496 "lawyer": {"office": "lawyer"},
1497 "estate_planning_law": {"office": "lawyer", "lawyer": "estate_planning"},
1498 "bankruptcy_law": {"office": "lawyer", "lawyer": "bankruptcy"},
1499 "business_law": {"office": "lawyer", "lawyer": "business"},
1500 "contract_law": {"office": "lawyer", "lawyer": "contract"},
1501 "criminal_defense_law": {"office": "lawyer", "lawyer": "criminal_defense"},
1502 "disability_law": {"office": "lawyer", "lawyer": "disability"},
1503 "divorce_and_family_law": {"office": "lawyer", "lawyer": "divorce_and_family"},
1504 "dui_law": {"office": "lawyer", "lawyer": "dui"},
1505 "employment_law": {"office": "lawyer", "lawyer": "employment"},
1506 "entertainment_law": {"office": "lawyer", "lawyer": "entertainment"},
1507 "immigration_law": {"office": "lawyer", "lawyer": "immigration"},
1508 "ip_and_internet_law": {"office": "lawyer", "lawyer": "ip_and_internet"},
1509 "medical_law": {"office": "lawyer", "lawyer": "medical"},
1510 "personal_injury_law": {"office": "lawyer", "lawyer": "personal_injury"},
1511 "real_estate_law": {"office": "lawyer", "lawyer": "real_estate"},
1512 "social_security_law": {"office": "lawyer", "lawyer": "social_security"},
1513 "tax_law": {"office": "tax_advisor"},
1514 "traffic_ticketing_law": {"office": "lawyer", "lawyer": "traffic_ticketing"},
1515 "workers_compensation_law": {"office": "lawyer", "lawyer": "workers_compensation"},
1516 "caterer": {"craft": "caterer"},
1517 "photographer": {"craft": "photographer"},
1518 "session_photography": {"craft": "photographer"},
1519 "funeral_services_and_cemeteries": {"amenity": "funeral_hall"},
1520 "cremation_services": {"amenity": "crematorium"},
1521 "mortuary_services": {"amenity": "mortuary"},
1522 "laundry_services": {"shop": "laundry"},
1523 "dry_cleaning": {"shop": "laundry", "dry_cleaning": "yes"},
1524 "laundromat": {"shop": "laundry"},
1525 "advertising_agency": {"office": "advertising_agency"},
1526 "architect": {"office": "architect"},
1527 "architectural_designer": {"office": "architect"},
1528 "bail_bonds_service": {"office": "bail_bond_agent"},
1529 "bike_repair_maintenance": {"service: bicycle: repair": "yes"},
1530 "car_broker": {"shop": "car"},
1531 "day_care_preschool": {"amenity": "school"},
1532 "computer_hardware_company": {"shop": "computer"},
1533 "electronics_repair_shop": {"craft": "electronics_repair"},
1534 "junkyard": {"industrial": "scrap_yard"},
1535 "machine_and_tool_rentals": {"shop": "rental", "rental": "machines"},
1536 "notary_public": {"office": "lawyer", "lawyer": "notary"},
1537 "patent_law": {"office": "lawyer", "lawyer": "patent"},
1538 "shipping_center": {"amenity": "post_office"},
1539 "shoe_repair": {"shop": "shoe_repair"},
1540 "software_development": {"office": "software"},
1541 "tenant_and_eviction_law": {"office": "lawyer", "lawyer": "tenant_and_eviction"},
1542 "self_storage_facility": {"shop": "storage_rental"},
1543 "public_phones": {"amenity": "telephone"},
1544 "public_restrooms": {"amenity": "toilets", "access": "yes"},
1545 "structure_and_geography": {"place": "yes"},
1546 "bridge": {"man_made": "bridge"},
1547 "canal": {"waterway": "canal"},
1548 "dam": {"waterway": "dam"},
1549 "desert": {"natural": "desert"},
1550 "forest": {"natural": "wood"},
1551 "island": {"place": "island"},
1552 "mountain": {"natural": "peak"},
1553 "nature_reserve": {"leisure": "nature_reserve"},
1554 "pier": {"man_made": "pier"},
1555 "public_plaza": {"place": "square"},
1556 "quay": {"man_made": "quay"},
1557 "river": {"waterway": "river"},
1558 "skyscraper": {"building": "yes"},
1559 "tower": {"man_made": "tower"},
1560 "weir": {"waterway": "weir"},
1561}
1562"""dict[str, dict[str, str]]: A mapping of Overture to OSM place tags,
1563excluding blank values. This is downstream from the `scripts/tag.json`
1564file."""