mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Locate impossible way issues at the questionable node, not at the center of the way's extent
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user