forked from organicmaps/organicmaps
[generator:geo_objects] Fix StreetsBuilder::IsStreet()
This commit is contained in:
parent
705807bce9
commit
639eb6471f
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ bool StreetsBuilder::IsStreet(OsmElement const & element)
|
|||
if (element.HasTag("highway") && (element.IsWay() || element.IsRelation()))
|
||||
return true;
|
||||
|
||||
if (element.HasTag("highway", "square"))
|
||||
if (element.HasTag("place", "square"))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue