Merge branch 'master' of https://github.com/abrensch/brouter
This commit is contained in:
commit
92508de947
1 changed files with 3 additions and 6 deletions
|
@ -66,13 +66,10 @@ public class BRouterWorker
|
||||||
rc.startDirection = Integer.valueOf( params.getInt( "direction" ) );
|
rc.startDirection = Integer.valueOf( params.getInt( "direction" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( nogoList != null )
|
readNogos( params ); // add interface provided nogos
|
||||||
{
|
|
||||||
rc.prepareNogoPoints( nogoList );
|
rc.prepareNogoPoints( nogoList );
|
||||||
rc.nogopoints = nogoList;
|
rc.nogopoints = nogoList;
|
||||||
}
|
|
||||||
|
|
||||||
readNogos( params ); // add interface provided nogos
|
|
||||||
waypoints = readPositions(params);
|
waypoints = readPositions(params);
|
||||||
|
|
||||||
RoutingEngine cr = new RoutingEngine( null, null, segmentDir, waypoints, rc );
|
RoutingEngine cr = new RoutingEngine( null, null, segmentDir, waypoints, rc );
|
||||||
|
|
Loading…
Reference in a new issue