mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
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:
+8
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user