Added pbf-parser + mapcreation-scripts

This commit is contained in:
Arndt Brenschede 2014-01-19 11:22:32 +01:00
parent eebba6eb8d
commit 309b9b3bbc
17 changed files with 612 additions and 164 deletions

View file

@ -88,7 +88,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 );