This commit is contained in:
Arndt Brenschede 2015-10-16 19:42:25 +02:00
parent 13ac896b2f
commit 11871ee4d7
3 changed files with 63 additions and 5 deletions

View file

@ -363,13 +363,8 @@ public class RoutingEngine extends Thread
MatchedWaypoint mwp = unmatchedWaypoints.get(i);
if ( mwp.crosspoint == null )
{
System.out.println( "name=" + mwp.waypoint.name + " NOT matched r=" + mwp.radius * 111894. );
unmatchedWaypoints.set(i, matchNodeForPosition( mwp.waypoint ) );
}
else
{
System.out.println( "name=" + mwp.waypoint.name + " matched r=" + mwp.radius * 111894. );
}
}
}