reverting tmp-file deletetion change

This commit is contained in:
Arndt Brenschede 2014-02-02 17:25:49 +01:00
parent b4aa961f2d
commit 702c614dd3

View file

@ -92,7 +92,7 @@ public class WayLinker extends MapCreatorBase
// read this tile's nodes
readingBorder = false;
new NodeIterator( this, false ).processFile( nodeFile );
new NodeIterator( this, true ).processFile( nodeFile );
// freeze the nodes-map
FrozenLongMap<OsmNodeP> nodesMapFrozen = new FrozenLongMap<OsmNodeP>( nodesMap );