+ should work correctly now (mapnik::value_null)
This commit is contained in:
parent
b7f463514d
commit
9ad4f91780
1 changed files with 0 additions and 2 deletions
|
@ -64,8 +64,6 @@ void osmparser::startElement(xmlTextReaderPtr reader, const xmlChar *name)
|
|||
assert(xid);
|
||||
way->id = atol((char*)xid);
|
||||
cur_item = way;
|
||||
// Prevent ways with no name being assigned a name of "true"
|
||||
cur_item->keyvals["name"] = "";
|
||||
xmlFree(xid);
|
||||
}
|
||||
else if (xmlStrEqual(name,BAD_CAST "nd"))
|
||||
|
|
Loading…
Reference in a new issue