Test TURN_DEGREE_MIN = 35 to see if this fixes some missing turn instructions on motorway intersections
This commit is contained in:
parent
738f011e99
commit
fde8d65208
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import org.apache.commons.logging.Log;
|
|||
public class RouteResultPreparation {
|
||||
|
||||
public static boolean PRINT_TO_CONSOLE_ROUTE_INFORMATION_TO_TEST = false;
|
||||
private static final float TURN_DEGREE_MIN = 45;
|
||||
private static final float TURN_DEGREE_MIN = 35;
|
||||
private Log log = PlatformUtil.getLog(RouteResultPreparation.class);
|
||||
/**
|
||||
* Helper method to prepare final result
|
||||
|
|
Loading…
Reference in a new issue