From 327c077b96114bf2a2112b91e5f404c53bcc3d04 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Tue, 4 Apr 2017 20:24:23 +0300 Subject: [PATCH] [feature_list] Add sport and office categories to POI --- feature_list/feature_list.cpp | 4 ++-- 1 file 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 const kPoiTypes = {"amenity", "shop", "tourism", "leisure", - "craft", "place", "man_made", "emergency", +set const kPoiTypes = {"amenity", "shop", "tourism", "leisure", "sport", + "craft", "place", "man_made", "emergency", "office", "historic", "railway", "highway", "aeroway"}; string GetReadableType(FeatureType const & f)