add parsing of NogoPolygons to ServerHandler
This commit is contained in:
parent
32a49bfa32
commit
f30ba74ac1
2 changed files with 36 additions and 3 deletions
|
|
@ -67,7 +67,7 @@ public class BRouterWorker
|
|||
}
|
||||
|
||||
readNogos( params ); // add interface provided nogos
|
||||
rc.prepareNogoPoints( nogoList );
|
||||
RoutingContext.prepareNogoPoints( nogoList );
|
||||
rc.nogopoints = nogoList;
|
||||
|
||||
waypoints = readPositions(params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue