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:
authorMaksim Andrianov <maksimandrianov1@gmail.com>2018-12-18 16:36:55 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-12-21 13:32:21 +0300
commit0182e3134d2352c8e19f1cad0786735ca4280b6c (patch)
tree1934b684d3a1158952901acc1b228d9cc0fac09f /indexer
parentc19ba80a7a5618335d354ba87d04afd3d900a81a (diff)
[generator] Review fixes
Diffstat (limited to 'indexer')
-rw-r--r--indexer/ftypes_matcher.cpp27
1 files changed, 13 insertions, 14 deletions
diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp
index 1684415b60..033b4572c7 100644
--- a/indexer/ftypes_matcher.cpp
+++ b/indexer/ftypes_matcher.cpp
@@ -405,21 +405,20 @@ unsigned IsHotelChecker::GetHotelTypesMask(FeatureType & ft) const
IsPopularityPlaceChecker::IsPopularityPlaceChecker()
{
vector<pair<string, string>> const popularityPlaceTypes = {
-
{"amenity", "bar"},
{"amenity", "biergarten"},
{"amenity", "cafe"},
+ {"amenity", "casino"},
{"amenity", "cinema"},
{"amenity", "fast_food"},
{"amenity", "fountain"},
+ {"amenity", "grave_yard"},
+ {"amenity", "marketplace"},
+ {"amenity", "nightclub"},
+ {"amenity", "place_of_worship"},
{"amenity", "pub"},
{"amenity", "restaurant"},
- {"amenity", "place_of_worship"},
- {"amenity", "grave_yard"},
{"amenity", "theatre"},
- {"amenity", "nightclub"},
- {"amenity", "marketplace"},
- {"amenity", "casino"},
{"amenity", "townhall"},
{"highway", "pedestrian"},
{"historic", "archaeological_site"},
@@ -430,21 +429,21 @@ IsPopularityPlaceChecker::IsPopularityPlaceChecker()
{"historic", "ruins"},
{"historic", "ship"},
{"historic", "tomb"},
- {"tourism", "artwork"},
- {"tourism", "attraction"},
- {"tourism", "museum"},
- {"tourism", "gallery"},
- {"tourism", "viewpoint"},
- {"tourism", "zoo"},
- {"tourism", "theme_park"},
+ {"landuse", "cemetery"},
{"leisure", "garden"},
{"leisure", "park"},
{"leisure", "water_park"},
- {"landuse", "cemetery"},
{"man_made", "lighthouse"},
{"natural", "geyser"},
{"natural", "peak"},
{"shop", "bakery"},
+ {"tourism", "artwork"},
+ {"tourism", "attraction"},
+ {"tourism", "gallery"},
+ {"tourism", "museum"},
+ {"tourism", "theme_park"},
+ {"tourism", "viewpoint"},
+ {"tourism", "zoo"},
{"waterway", "waterfall"}
};