Skip to content

segment name mismatch in HighwayGraphCollapsedEdgeInfo error report #178

Description

@yakra

ifedge1.segment_name!=edge2.segment_name:
print("ERROR: segment name mismatch in HighwayGraphCollapsedEdgeInfo: edge1 named "+edge1.segment_name+" edge2 named "+edge2.segment_name+"\n")

Example output:
ERROR: segment name mismatch in HighwayGraphCollapsedEdgeInfo: edge1 named OR18,OR99W edge2 named OR99W

This could be added as a fatal error to the ErrorList.
To more easily find the highway data that needs to be fixed, we can print out a list of all waypoints colocated at that vertex.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions