performance fix
This commit is contained in:
parent
d7578fee03
commit
89b60cc54c
3 changed files with 3 additions and 3 deletions
|
|
@ -114,6 +114,7 @@ public class BRouter
|
|||
re = new RoutingEngine( "mytrack", "mylog", args[0], wplist, rc );
|
||||
re.boundary = boundary;
|
||||
re.airDistanceCostFactor = rc.trafficDirectionFactor;
|
||||
rc.countTraffic = true;
|
||||
re.doSearch();
|
||||
if ( re.getErrorMessage() != null )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue