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()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return $"EDGE WayID: {wayId} NeighborID: {neighborId} {neighborRegion}";
|
return $"EDGE WayID: {wayId} StartID: {startId} NeighborID: {neighborId} in {neighborRegion}";
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user