remove mismatched pts array

This commit is contained in:
afischerdev 2025-05-09 16:46:28 +02:00
parent 8528276ffb
commit dbaab10377
6 changed files with 34 additions and 21 deletions

View file

@ -16,6 +16,7 @@ public final class MatchedWaypoint {
public OsmNode node2;
public OsmNode crosspoint;
public OsmNode waypoint;
public OsmNode correctedpoint;
public String name; // waypoint name used in error messages
public double radius; // distance in meter between waypoint and crosspoint
public boolean direct; // from this point go direct to next = beeline routing