forked from organicmaps/organicmaps
PR fixes.
This commit is contained in:
parent
e12bd7134e
commit
5de85b36d1
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ uint8_t GetWarningRank(FeatureType const & ft)
|
|||
if (types.Has(c.GetTypeByPath({"highway", "primary"})) ||
|
||||
types.Has(c.GetTypeByPath({"highway", "primary_link"})) ||
|
||||
types.Has(c.GetTypeByPath({"highway", "secondary"})) ||
|
||||
types.Has(c.GetTypeByPath({"highway", "road"})) ||
|
||||
types.Has(c.GetTypeByPath({"highway", "secondary_link"})))
|
||||
return 2;
|
||||
return 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue