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 -1
View File
@@ -114,7 +114,7 @@ export function behaviorHover(context) {
} else if (datum instanceof krError) {
entity = datum;
selector = '.error-' + datum.id;
selector = '.kr_error-' + datum.id;
} else if (datum instanceof osmNote) {
entity = datum;