forked from organicmaps/organicmaps
Adding as town boundary relation:boundary.
This commit is contained in:
parent
07a0448dc4
commit
8319c92904
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void TranslatorPlanet::EmitElement(OsmElement * p)
|
|||
case OsmElement::EntityType::Relation:
|
||||
{
|
||||
// Check if this is our processable relation. Here we process only polygon relations.
|
||||
if (!p->HasTagValue("type", "multipolygon"))
|
||||
if (!p->HasTagValue("type", "multipolygon") && !p->HasTagValue("type", "boundary"))
|
||||
break;
|
||||
|
||||
if (!ParseType(p, params))
|
||||
|
|
Loading…
Add table
Reference in a new issue