mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Don't use the issue loc as a differentiator for all issues
This commit is contained in:
@@ -494,6 +494,8 @@ export function validationCrossingWays() {
|
||||
edges: crossing.edges,
|
||||
connectionTags: connectionTags
|
||||
},
|
||||
// differentiate based on the loc since two ways can cross multiple times
|
||||
hash: JSON.stringify(crossing.crossPoint),
|
||||
loc: crossing.crossPoint,
|
||||
fixes: fixes
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user