diff --git a/brouter-map-creator/src/main/java/btools/mapcreator/WayLinker.java b/brouter-map-creator/src/main/java/btools/mapcreator/WayLinker.java index a7aaeeb..9c99ed8 100644 --- a/brouter-map-creator/src/main/java/btools/mapcreator/WayLinker.java +++ b/brouter-map-creator/src/main/java/btools/mapcreator/WayLinker.java @@ -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 nodesMapFrozen = new FrozenLongMap( nodesMap );