pre-processor memory squeezing (dense map)
This commit is contained in:
parent
bd5dfb0b2e
commit
4933d91a82
6 changed files with 142 additions and 64 deletions
|
|
@ -53,7 +53,7 @@ public class WayCutter5 extends MapCreatorBase
|
|||
String nodefilename = name.substring( 0, name.length()-3 ) + "tlf";
|
||||
File nodefile = new File( nodeTilesIn, nodefilename );
|
||||
|
||||
tileIndexMap = Boolean.getBoolean( "useDenseMaps" ) ? new DenseLongMap( 6 ) : new TinyDenseLongMap();
|
||||
tileIndexMap = Boolean.getBoolean( "useDenseMaps" ) ? new DenseLongMap() : new TinyDenseLongMap();
|
||||
lonoffset = -1;
|
||||
latoffset = -1;
|
||||
new NodeIterator( this, false ).processFile( nodefile );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue