[generator] Add 4wd_only to replaced_tags.

This commit is contained in:
Olga Khlopkova 2019-10-16 11:54:53 +03:00 committed by Vladimir Byko-Ianko
parent 55c7cca4f3
commit a842369146

View file

@ -479,6 +479,8 @@ string DetermineSurface(OsmElement * p)
surface_grade = tag.m_value;
else if (tag.m_key == "highway")
isHighway = true;
else if (tag.m_key == "4wd_only" && (tag.m_value == "yes" || tag.m_value == "recommended"))
return "unpaved_bad";
}
if (!isHighway || (surface.empty() && smoothness.empty()))