forked from organicmaps/organicmaps
[generator] Add 4wd_only to replaced_tags.
This commit is contained in:
parent
55c7cca4f3
commit
a842369146
1 changed files with 2 additions and 0 deletions
|
@ -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()))
|
||||
|
|
Loading…
Add table
Reference in a new issue