Don't zoom to the end vertex when continuing a disconnected highway if it is already visible

Add separate fixes for continuing a disconnected highway from the start and end vertices
Highlight the vertex that will be continued
This commit is contained in:
Quincy Morgan
2019-02-11 11:29:34 -05:00
parent 01b0c618d1
commit 47ec58e5fc
5 changed files with 50 additions and 25 deletions
+3
View File
@@ -229,6 +229,9 @@ export function validationIssueFix(attrs) {
this.title = attrs.title;
this.onClick = attrs.onClick;
// IDs of fix-specific entities. Used for hover-higlighting.
this.entityIds = attrs.entityIds || [];
// the issue this fix is for
this.issue = null;
}