You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
FloatingEdgeCheck is supposed to ignore edges inside of airports. It currently does this by checking for overlap with areas that have an aeroway tag. This leaves out the many airports that are modeled are multipolygon relations. The check should be enhanced to test for overlap with multipolygon airports.
Describe the bug
FloatingEdgeCheck is supposed to ignore edges inside of airports. It currently does this by checking for overlap with areas that have an aeroway tag. This leaves out the many airports that are modeled are multipolygon relations. The check should be enhanced to test for overlap with multipolygon airports.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It is expected that FloatingEdgeCheck will not flag any Edge inside an airport Area or Relation.
The text was updated successfully, but these errors were encountered: