[routing] Highway classes ferry fix.

This commit is contained in:
Lev Dragunov 2015-10-28 13:39:42 +03:00
parent 1846bcd40b
commit cb543fdd40

View file

@ -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"})},