Adjusted ToString() to include startId
This commit is contained in:
parent
e2a50250b8
commit
cd1584eee7
@ -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}";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user