Add non-actionable fix recommendation to move very close points apart

This commit is contained in:
Quincy Morgan
2019-05-03 12:15:26 -07:00
parent f786056503
commit dbc3978d71
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -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')
})
]
});