bugfix for restriction-splitting
This commit is contained in:
parent
cc78f68069
commit
231f55c64d
2 changed files with 4 additions and 2 deletions
|
@ -82,7 +82,5 @@ public class OsmFastCutter extends MapCreatorBase
|
|||
|
||||
wayCut5.process( nodeDir, wayDir, way55Dir, borderFile );
|
||||
|
||||
wayCut5.restrictionCutter5.finish();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -174,6 +174,10 @@ public class WayCutter5 extends MapCreatorBase
|
|||
{
|
||||
nodeCutter.nodeFileEnd( null );
|
||||
}
|
||||
if ( restrictionCutter5 != null )
|
||||
{
|
||||
restrictionCutter5.finish();
|
||||
}
|
||||
}
|
||||
|
||||
public int getTileIndexForNid( long nid )
|
||||
|
|
Loading…
Reference in a new issue