fixed interface provided nogos
This commit is contained in:
parent
2c4c21ad7c
commit
7f9221673d
@ -66,13 +66,10 @@ public class BRouterWorker
|
|||||||
rc.startDirection = Integer.valueOf( params.getInt( "direction" ) );
|
rc.startDirection = Integer.valueOf( params.getInt( "direction" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( nogoList != null )
|
|
||||||
{
|
|
||||||
rc.prepareNogoPoints( nogoList );
|
|
||||||
rc.nogopoints = nogoList;
|
|
||||||
}
|
|
||||||
|
|
||||||
readNogos( params ); // add interface provided nogos
|
readNogos( params ); // add interface provided nogos
|
||||||
|
rc.prepareNogoPoints( nogoList );
|
||||||
|
rc.nogopoints = nogoList;
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user