Locate impossible way issues at the questionable node, not at the center of the way's extent

This commit is contained in:
Quincy Morgan
2019-10-10 15:08:54 +02:00
parent cdcf5c4606
commit d7bde50649
+2 -1
View File
@@ -195,7 +195,8 @@ export function validationImpossibleOneway() {
},
reference: getReference(referenceID),
entityIds: [way.id, node.id],
fixes: fixes
fixes: fixes,
loc: node.loc
})];
function getReference(referenceID) {