Fix routing with needles
This commit is contained in:
parent
96199c4a3f
commit
da7f23b4ac
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class BinaryRoutePlanner {
|
|||
protected static final Log log = PlatformUtil.getLog(BinaryRoutePlanner.class);
|
||||
|
||||
private static final int ROUTE_POINTS = 11;
|
||||
private static final boolean TRACE_ROUTING = true;
|
||||
private static final boolean TRACE_ROUTING = false;
|
||||
|
||||
|
||||
public static double squareRootDist(int x1, int y1, int x2, int y2) {
|
||||
|
|
Loading…
Reference in a new issue