Add Osmose QA layer and service

Initial implementation - need to add UI for the errors and correctly set
up support for the desired error types provided by osmose.
This commit is contained in:
SilentSpike
2019-12-07 15:35:51 +00:00
parent dff56c17d5
commit e11d97b38c
11 changed files with 556 additions and 21 deletions
+8 -2
View File
@@ -3,7 +3,8 @@
.error-header-icon .qa_error-fill,
.layer-keepRight .qa_error .qa_error-fill,
.layer-improveOSM .qa_error .qa_error-fill {
.layer-improveOSM .qa_error .qa_error-fill,
.layer-osmose .qa_error .qa_error-fill {
stroke: #333;
stroke-width: 1.3px; /* NOTE: likely a better way to scale the icon stroke */
}
@@ -152,6 +153,11 @@
color: #EC1C24;
}
/* Osmose Errors
------------------------------------------------------- */
.osmose {
color: #FFFFFF;
}
/* Custom Map Data (geojson, gpx, kml, vector tile) */
.layer-mapdata {
@@ -211,4 +217,4 @@
stroke: #000;
stroke-width: 5px;
stroke-miterlimit: 1;
}
}