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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-10-28 13:39:42 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2015-10-28 13:39:42 +0300
commitcb543fdd404edc6dcde57e88b802fcc72b69287f (patch)
tree2f5679037bb58fc949ef8c8cfebb3784ca270d0a /indexer/ftypes_matcher.cpp
parent1846bcd40b60df5972d45a8206d45390319e9233 (diff)
[routing] Highway classes ferry fix.
Diffstat (limited to 'indexer/ftypes_matcher.cpp')
-rw-r--r--indexer/ftypes_matcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp
index b453836636..2f65c2fc6c 100644
--- a/indexer/ftypes_matcher.cpp
+++ b/indexer/ftypes_matcher.cpp
@@ -354,6 +354,7 @@ HighwayClass GetHighwayClass(feature::TypesHolder const & types)
{HighwayClass::Trunk, c.GetTypeByPath({"highway", "motorway_link"})},
{HighwayClass::Trunk, c.GetTypeByPath({"highway", "trunk"})},
{HighwayClass::Trunk, c.GetTypeByPath({"highway", "trunk_link"})},
+ {HighwayClass::Trunk, c.GetTypeByPath({"route", "ferry"})},
{HighwayClass::Primary, c.GetTypeByPath({"highway", "primary"})},
{HighwayClass::Primary, c.GetTypeByPath({"highway", "primary_link"})},
{HighwayClass::Secondary, c.GetTypeByPath({"highway", "secondary"})},