diff --git a/map/local_ads_supported_types.cpp b/map/local_ads_supported_types.cpp index 18eb30e1df..94e40b3db3 100644 --- a/map/local_ads_supported_types.cpp +++ b/map/local_ads_supported_types.cpp @@ -55,100 +55,25 @@ void LocalAdsManager::FillSupportedTypes() {"amenity", "veterinary"}, {"amenity", "waste_disposal"}, - {"craft", "brewery"}, - {"craft", "carpenter"}, - {"craft", "electrician"}, - {"craft", "gardener"}, - {"craft", "hvac"}, - {"craft", "metal_construction"}, - {"craft", "painter"}, - {"craft", "photographer"}, - {"craft", "plumber"}, - {"craft", "shoemaker"}, - {"craft", "tailor"}, + {"craft"}, {"historic", "castle"}, {"historic", "museum"}, {"historic", "ship"}, - {"office", "company"}, - {"office", "estate_agent"}, - {"office", "government"}, - {"office", "lawyer"}, - {"office", "telecommunication"}, + {"leisure", "fitness_centre"}, + {"leisure", "sauna"}, + {"leisure", "sports_centre"}, - {"shop", "alcohol"}, - {"shop", "bakery"}, - {"shop", "beauty"}, - {"shop", "beverages"}, - {"shop", "bicycle"}, - {"shop", "bookmaker"}, - {"shop", "books"}, - {"shop", "butcher"}, - {"shop", "car"}, - {"shop", "car_parts"}, - {"shop", "car_repair"}, - {"shop", "chemist"}, - {"shop", "clothes"}, - {"shop", "computer"}, - {"shop", "confectionery"}, - {"shop", "convenience"}, - {"shop", "copyshop"}, - {"shop", "cosmetics"}, - {"shop", "department_store"}, - {"shop", "doityourself"}, - {"shop", "dry_cleaning"}, - {"shop", "electronics"}, - {"shop", "florist"}, - {"shop", "furniture"}, - {"shop", "garden_centre"}, - {"shop", "gift"}, - {"shop", "greengrocer"}, - {"shop", "hairdresser"}, - {"shop", "hardware"}, - {"shop", "jewelry"}, - {"shop", "kiosk"}, - {"shop", "laundry"}, - {"shop", "mall"}, - {"shop", "mobile_phone"}, - {"shop", "optician"}, - {"shop", "outdoor"}, - {"shop", "pet"}, - {"shop", "photo"}, - {"shop", "seafood"}, - {"shop", "shoes"}, - {"shop", "sports"}, - {"shop", "supermarket"}, - {"shop", "ticket"}, - {"shop", "toys"}, - {"shop", "travel_agency"}, - {"shop", "tyres"}, - {"shop", "wine"}, + {"man_made", "lighthouse"}, + + {"office"}, + + {"shop"}, {"sponsored", "booking"}, - {"sport", "american_football"}, - {"sport", "archery"}, - {"sport", "athletics"}, - {"sport", "australian_football"}, - {"sport", "baseball"}, - {"sport", "basketball"}, - {"sport", "bowls"}, - {"sport", "cricket"}, - {"sport", "curling"}, - {"sport", "diving"}, - {"sport", "equestrian"}, - {"sport", "football"}, - {"sport", "golf"}, - {"sport", "gymnastics"}, - {"sport", "handball"}, - {"sport", "multi"}, - {"sport", "scuba_diving"}, - {"sport", "shooting"}, - {"sport", "skiing"}, - {"sport", "soccer"}, - {"sport", "swimming"}, - {"sport", "tennis"}, + {"sport"}, {"tourism", "alpine_hut"}, {"tourism", "apartment"}, @@ -157,6 +82,7 @@ void LocalAdsManager::FillSupportedTypes() {"tourism", "camp_site"}, {"tourism", "caravan_site"}, {"tourism", "chalet"}, + {"tourism", "gallery"}, {"tourism", "guest_house"}, {"tourism", "hostel"}, {"tourism", "hotel"},