reverting tmp-file deletetion change
This commit is contained in:
parent
b4aa961f2d
commit
702c614dd3
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue