mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Add non-actionable fix recommendation to move very close points apart
This commit is contained in:
@@ -86,6 +86,10 @@ export function validationCloseNodes() {
|
||||
operation = operationMerge([entityIds[0], entityIds[1]], context);
|
||||
operation();
|
||||
}
|
||||
}),
|
||||
new validationIssueFix({
|
||||
icon: 'iD-operation-disconnect',
|
||||
title: t('issues.fix.move_points_apart.title')
|
||||
})
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user