PR fixes.

This commit is contained in:
Lev Dragunov 2015-12-02 14:59:08 +03:00
parent e12bd7134e
commit 5de85b36d1

View file

@ -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;