Switch KeepRight markers to use touch targets

This makes it easier to select the KeepRight issue and avoid selecting
the OSM geometry underneath them
This commit is contained in:
Bryan Housel
2019-01-04 21:17:38 -05:00
parent 0582faff1d
commit fadd8e2e8a
6 changed files with 128 additions and 72 deletions
+1
View File
@@ -73,6 +73,7 @@ export function modeSelectError(context, selectedErrorID) {
} else {
selection
.classed('selected', true);
context.selectedErrorID(selectedErrorID);
}
}