From cb543fdd404edc6dcde57e88b802fcc72b69287f Mon Sep 17 00:00:00 2001 From: Lev Dragunov Date: Wed, 28 Oct 2015 13:39:42 +0300 Subject: [PATCH] [routing] Highway classes ferry fix. --- indexer/ftypes_matcher.cpp | 1 + 1 file changed, 1 insertion(+) 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"})},