+ should work correctly now (mapnik::value_null)

This commit is contained in:
artemp 2013-01-03 15:08:11 +00:00
parent b7f463514d
commit 9ad4f91780

View file

@ -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"))