From d7bde5064918a6b7c41c423f585d9ae7ee5d51c5 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 10 Oct 2019 15:08:54 +0200 Subject: [PATCH] Locate impossible way issues at the questionable node, not at the center of the way's extent --- modules/validations/impossible_oneway.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/validations/impossible_oneway.js b/modules/validations/impossible_oneway.js index 007d3f437..eaabdb4d0 100644 --- a/modules/validations/impossible_oneway.js +++ b/modules/validations/impossible_oneway.js @@ -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) {