Differentiate driveway, parking aisle, and emergency access road styling (close #7961)

This commit is contained in:
Quincy Morgan
2020-09-23 13:33:16 -04:00
parent 809155ecbc
commit 21623532eb

View File

@@ -241,6 +241,12 @@ path.line.stroke.tag-highway-track,
path.line.stroke.tag-highway-road {
stroke-width: 5;
}
path.line.casing.tag-highway-service.tag-service-driveway {
stroke-width: 6.25;
}
path.line.stroke.tag-highway-service.tag-service-driveway {
stroke-width: 4.25;
}
path.line.shadow.tag-highway-path,
path.line.shadow.tag-highway-footway,
@@ -288,6 +294,12 @@ path.line.stroke.tag-highway-steps {
.low-zoom path.line.stroke.tag-highway-road {
stroke-width: 3;
}
.low-zoom path.line.casing.tag-highway-service.tag-service-driveway {
stroke-width: 4.25;
}
.low-zoom path.line.stroke.tag-highway-service.tag-service-driveway {
stroke-width: 2.25;
}
.low-zoom path.line.shadow.tag-highway-path,
.low-zoom path.line.shadow.tag-highway-footway,
@@ -412,6 +424,16 @@ path.line.casing.tag-service.tag-service {
stroke: #666;
}
path.line.stroke.tag-highway-service.tag-service-parking_aisle {
stroke: #cccac7;
}
path.line.stroke.tag-highway-service.tag-service-driveway {
stroke: #fff3db;
}
path.line.stroke.tag-highway-service.tag-service-emergency_access {
stroke: #ddb2aa;
}
/* unmaintained track roads */
path.line.stroke.tag-highway-track,
path.line.stroke.tag-track {