replace hashmap with a dummy vector based implementation as the number of tags per object is tiny
This commit is contained in:
parent
b06a73e893
commit
1231847a3c
@ -55,7 +55,7 @@ ExternalMemoryNode ExternalMemoryNode::max_value()
|
|||||||
|
|
||||||
void ImportNode::Clear()
|
void ImportNode::Clear()
|
||||||
{
|
{
|
||||||
keyVals.clear();
|
keyVals.Clear();
|
||||||
lat = 0;
|
lat = 0;
|
||||||
lon = 0;
|
lon = 0;
|
||||||
node_id = 0;
|
node_id = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user