mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
add dedicated rule for railway=* + service=*
and drop respective "wildcard" rule in highways.css see https://github.com/openstreetmap/iD/pull/10708#discussion_r1934085735
This commit is contained in:
@@ -418,13 +418,11 @@ path.line.casing.tag-highway-service {
|
||||
/* special service roads and bus guideways */
|
||||
/* with `service=* tag` (e.g. parking_aisle, alley, drive-through) */
|
||||
path.line.stroke.tag-highway-bus_guideway,
|
||||
path.line.stroke.tag-highway-service.tag-service,
|
||||
path.line.stroke.tag-service {
|
||||
path.line.stroke.tag-highway-service.tag-service {
|
||||
stroke: #dca;
|
||||
}
|
||||
path.line.casing.tag-highway-bus_guideway,
|
||||
path.line.casing.tag-highway-service.tag-service,
|
||||
path.line.casing.tag-service {
|
||||
path.line.casing.tag-highway-service.tag-service {
|
||||
stroke: #666;
|
||||
}
|
||||
|
||||
|
||||
@@ -76,3 +76,11 @@ path.line.casing.tag-railway-subway {
|
||||
path.line.stroke.tag-railway-subway {
|
||||
stroke: #bbb;
|
||||
}
|
||||
|
||||
/* railways with `service=* tag` (e.g. sidings, crossovers, etc.) */
|
||||
path.line.stroke.tag-railway.tag-service {
|
||||
stroke: #dca;
|
||||
}
|
||||
path.line.casing.tag-railway.tag-service {
|
||||
stroke: #666;
|
||||
}
|
||||
Reference in New Issue
Block a user