diff --git a/OSMDatastructure/OsmWay.cs b/OSMDatastructure/OsmWay.cs index 7557a66..dd8e8da 100644 --- a/OSMDatastructure/OsmWay.cs +++ b/OSMDatastructure/OsmWay.cs @@ -19,6 +19,6 @@ public class OsmWay public override string ToString() { - return $"EDGE WayID: {wayId} NeighborID: {neighborId} {neighborRegion}"; + return $"EDGE WayID: {wayId} StartID: {startId} NeighborID: {neighborId} in {neighborRegion}"; } } \ No newline at end of file