forked from organicmaps/organicmaps
[generator] don't mix ways with relations
This commit is contained in:
parent
12b3a58dd7
commit
d4f7329a83
1 changed files with 2 additions and 1 deletions
|
@ -74,8 +74,9 @@ protected:
|
|||
string const & role = p->childs[i].attrs["role"];
|
||||
if (type == "node")
|
||||
e.nodes.push_back(make_pair(ref, role));
|
||||
else
|
||||
else if (type == "way")
|
||||
e.ways.push_back(make_pair(ref, role));
|
||||
// we just ignore type == "relation"
|
||||
}
|
||||
else if (p->childs[i].name == "tag")
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue