Fix routing with needles

This commit is contained in:
Victor Shcherb 2014-11-28 00:58:02 +01:00
parent 96199c4a3f
commit da7f23b4ac

View file

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