Remove references to ImproveOSM

This commit is contained in:
arch0345
2024-07-01 23:42:31 -07:00
parent 49492a0e06
commit 14794ee992
20 changed files with 18 additions and 1310 deletions

View File

@@ -33,8 +33,7 @@
/* No interactivity except what we specifically allow */
.data-layer.osm *,
.data-layer.notes *,
.data-layer.keepRight *,
.data-layer.improveOSM * {
.data-layer.keepRight * {
pointer-events: none;
}

View File

@@ -3,7 +3,6 @@
.qa-header-icon .qaItem-fill,
.layer-keepRight .qaItem .qaItem-fill,
.layer-improveOSM .qaItem .qaItem-fill,
.layer-osmose .qaItem .qaItem-fill {
stroke: #333;
stroke-width: 1.3px; /* NOTE: likely a better way to scale the icon stroke */
@@ -127,30 +126,6 @@
color: #c35;
}
/* ImproveOSM Issues
------------------------------------------------------- */
.improveOSM.itemType-ow { /* missing one way */
color: #1E90FF;
}
.improveOSM.itemType-mr-road { /* missing road */
color: #B452CD;
}
.improveOSM.itemType-mr-path { /* missing path */
color: #A0522D;
}
.improveOSM.itemType-mr-parking { /* missing parking */
color: #EEEE00;
}
.improveOSM.itemType-mr-both { /* missing road+parking */
color: #FFA500;
}
.improveOSM.itemType-tr { /* missing turn restriction */
color: #EC1C24;
}
/* Custom Map Data (geojson, gpx, kml, vector tile) */
.layer-mapdata {
pointer-events: none;