mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Add generic QA error
I've converted the improveOSM errors to use this new generic QA error structure which should allow for more general code to be used in behaviour and UI. Sidebar preview is currently broken, but will be fixed shortly.
This commit is contained in:
+4
-4
@@ -131,7 +131,7 @@
|
||||
/* ImproveOSM Errors
|
||||
------------------------------------------------------- */
|
||||
|
||||
.iOSM.error_type-ow- { /* missing one way */
|
||||
.iOSM.error_type-ow { /* missing one way */
|
||||
color: #1E90FF;
|
||||
}
|
||||
|
||||
@@ -148,10 +148,11 @@
|
||||
color: #FFA500;
|
||||
}
|
||||
|
||||
.iOSM.error_type-tr- { /* missing turn restriction */
|
||||
.iOSM.error_type-tr { /* missing turn restriction */
|
||||
color: #EC1C24;
|
||||
}
|
||||
|
||||
|
||||
/* Custom Map Data (geojson, gpx, kml, vector tile) */
|
||||
.layer-mapdata {
|
||||
pointer-events: none;
|
||||
@@ -210,5 +211,4 @@
|
||||
stroke: #000;
|
||||
stroke-width: 5px;
|
||||
stroke-miterlimit: 1;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user