uups-fix
This commit is contained in:
parent
13ac896b2f
commit
11871ee4d7
3 changed files with 63 additions and 5 deletions
|
|
@ -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. );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue