Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-03-28 17:51:32 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-03-29 11:54:48 +0300
commitae6a10477b7b6ccf1b0ccc9d1120a57e8e153d14 (patch)
tree0241d80fefd3f568c08279013f84a97f71f0ac5c /partners_api/mopub_ads.cpp
parentc132055c5dd06859b53d7fbc90d0ea016108d378 (diff)
Added hotel type to PP, remove banner from hotels
Diffstat (limited to 'partners_api/mopub_ads.cpp')
-rw-r--r--partners_api/mopub_ads.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/partners_api/mopub_ads.cpp b/partners_api/mopub_ads.cpp
index e407df5830..ae147a5b77 100644
--- a/partners_api/mopub_ads.cpp
+++ b/partners_api/mopub_ads.cpp
@@ -38,12 +38,6 @@ Mopub::Mopub()
{"amenity", "pub"},
{"shop"}, // shops
{"amenity", "marketplace"},
- {"tourism", "hotel"}, // hotels
- {"tourism", "hostel"},
- {"tourism", "motel"},
- {"tourism", "apartment"},
- {"tourism", "resort"},
- {"tourism", "chalet"},
{"tourism", "zoo"}, // sights
{"tourism", "artwork"},
{"tourism", "information"},
@@ -79,7 +73,7 @@ Mopub::Mopub()
{"amenity", "hospital"},
{"amenity", "pharmacy"},
{"amenity", "veterinary"},
- {"amenity", "bank"}, // finansial
+ {"amenity", "bank"}, // financial
{"amenity", "atm"},
{"amenity", "bureau_de_change"}},
kNonTourismPlacementId);