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:
SilentSpike
2019-01-22 18:15:40 +00:00
parent fe73b3df5a
commit 6483c54ca4

View File

@@ -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) */