mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 11:21:33 +00:00
Update ImproveOSM error colouring
Fix similar orange colours by using the same zoomed in colours as ImproveOSM for missing geometry (i.e. pink for roads). This frees up red for turn restrictions (as they are typically signed in red) and therefore blue for one-ways (as they tend to be signed blue or black).
This commit is contained in:
@@ -120,11 +120,11 @@
|
||||
------------------------------------------------------- */
|
||||
|
||||
.iOSM.error_type-ow- { /* missing one way */
|
||||
color: #EE7600;
|
||||
color: #1E90FF;
|
||||
}
|
||||
|
||||
.iOSM.error_type-mr-road { /* missing road */
|
||||
color: #B0171F;
|
||||
color: #B452CD;
|
||||
}
|
||||
.iOSM.error_type-mr-path { /* missing path */
|
||||
color: #A0522D;
|
||||
@@ -137,7 +137,7 @@
|
||||
}
|
||||
|
||||
.iOSM.error_type-tr- { /* missing turn restriction */
|
||||
color: #1E90FF;
|
||||
color: #B0171F;
|
||||
}
|
||||
|
||||
/* Custom Map Data (geojson, gpx, kml, vector tile) */
|
||||
|
||||
Reference in New Issue
Block a user