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:
authorYuri Gorshenin <y@maps.me>2016-01-08 15:38:51 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:03:27 +0300
commit18e5f966178a348538b9e9d87c489a6c232f1ac5 (patch)
tree344ae27c555cb9878453da3fc1f67bcb200256b1 /indexer/ftypes_matcher.cpp
parent7342d2a825aa4f7bc05fa6a554551924558b438e (diff)
[search] Added highway-path to IsStreetChecker.
Diffstat (limited to 'indexer/ftypes_matcher.cpp')
-rw-r--r--indexer/ftypes_matcher.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp
index 11b2f7da35..6067857465 100644
--- a/indexer/ftypes_matcher.cpp
+++ b/indexer/ftypes_matcher.cpp
@@ -114,8 +114,10 @@ IsStreetChecker::IsStreetChecker()
// file.
Classificator const & c = classif();
char const * arr[][2] = {{"highway", "living_street"},
+ {"highway", "footway"},
{"highway", "motorway"},
{"highway", "motorway_link"},
+ {"highway", "path"},
{"highway", "pedestrian"},
{"highway", "primary"},
{"highway", "primary_link"},