forked from organicmaps/organicmaps
Merge pull request #405 from gardster/ferry_ftype
[routing] Highway classes ferry fix.
This commit is contained in:
commit
9dd8bd7db2
1 changed files with 1 additions and 0 deletions
|
@ -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"})},
|
||||
|
|
Loading…
Add table
Reference in a new issue