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