preprocessor speedup
This commit is contained in:
parent
ba34488447
commit
365d52db22
2 changed files with 28 additions and 17 deletions
|
|
@ -141,10 +141,10 @@ public class OsmCutter extends MapCreatorBase
|
|||
if ( tileIndex >= 0 )
|
||||
{
|
||||
n.writeTo( getOutStreamForTile( tileIndex ) );
|
||||
}
|
||||
if ( wayCutter != null )
|
||||
{
|
||||
wayCutter.nextNode( n );
|
||||
if ( wayCutter != null )
|
||||
{
|
||||
wayCutter.nextNode( n );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue