performance fix

This commit is contained in:
Arndt Brenschede 2018-09-13 13:07:16 +02:00
parent d7578fee03
commit 89b60cc54c
3 changed files with 3 additions and 3 deletions

View file

@ -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 )
{