Add Osmose issues UI and filtering

Filters out errors not present in the data .json file to enable
selective support since Osmose has a wide variety of errors which may be
too advanced for iD.

Also added processing for the elements associated with an error for
forced visibility and highlighting.
This commit is contained in:
SilentSpike
2019-12-07 19:07:53 +00:00
parent e11d97b38c
commit 09e7b23665
9 changed files with 468 additions and 22 deletions
+4
View File
@@ -159,6 +159,10 @@
color: #FFFFFF;
}
.osmose.category-structure {
color: #F9C700;
}
/* Custom Map Data (geojson, gpx, kml, vector tile) */
.layer-mapdata {
pointer-events: none;