mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Differentiate driveway, parking aisle, and emergency access road styling (close #7961)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user