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:
authorIlya Zverev <zverik@textual.ru>2017-04-04 20:24:23 +0300
committerIlya Zverev <zverik@textual.ru>2017-04-04 20:24:23 +0300
commit327c077b96114bf2a2112b91e5f404c53bcc3d04 (patch)
tree21b4601c205e01dbb2943c877409746206a64fa3 /feature_list/feature_list.cpp
parentb5b35c2f3ca0e575506c3cba2b2879d5a16276b6 (diff)
[feature_list] Add sport and office categories to POI
Diffstat (limited to 'feature_list/feature_list.cpp')
-rw-r--r--feature_list/feature_list.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/feature_list/feature_list.cpp b/feature_list/feature_list.cpp
index be290dc201..ef38c56afc 100644
--- a/feature_list/feature_list.cpp
+++ b/feature_list/feature_list.cpp
@@ -65,8 +65,8 @@ m2::PointD FindCenter(FeatureType const & f)
size_t const kLangCount = StringUtf8Multilang::GetSupportedLanguages().size();
-set<string> const kPoiTypes = {"amenity", "shop", "tourism", "leisure",
- "craft", "place", "man_made", "emergency",
+set<string> const kPoiTypes = {"amenity", "shop", "tourism", "leisure", "sport",
+ "craft", "place", "man_made", "emergency", "office",
"historic", "railway", "highway", "aeroway"};
string GetReadableType(FeatureType const & f)