-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Add option to remove duplicate nodes and edges. For this to work we need the osmid of nodes and edges.
Removing an edge depends on the notion of equality:
Two edges are equal iff
- they have the same osmId
- they have the same end points
- they have the same properties (end points, distance, speed, etc.)