mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Fix typos in map rendering rules for service roads (#10708)
This commit is contained in:
committed by
GitHub
parent
c827a7a8d6
commit
ea911936ed
@@ -408,12 +408,10 @@ path.line.casing.tag-road {
|
||||
}
|
||||
|
||||
/* service roads */
|
||||
path.line.stroke.tag-highway-service,
|
||||
path.line.stroke.tag-service {
|
||||
path.line.stroke.tag-highway-service {
|
||||
stroke: #fff;
|
||||
}
|
||||
path.line.casing.tag-highway-service,
|
||||
path.line.casing.tag-service {
|
||||
path.line.casing.tag-highway-service {
|
||||
stroke: #666;
|
||||
}
|
||||
|
||||
@@ -421,12 +419,12 @@ path.line.casing.tag-service {
|
||||
/* 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.tag-service {
|
||||
path.line.stroke.tag-service {
|
||||
stroke: #dca;
|
||||
}
|
||||
path.line.casing.tag-highway-bus_guideway,
|
||||
path.line.casing.tag-highway-service.tag-service,
|
||||
path.line.casing.tag-service.tag-service {
|
||||
path.line.casing.tag-service {
|
||||
stroke: #666;
|
||||
}
|
||||
|
||||
@@ -515,7 +513,7 @@ path.line.stroke.tag-highway-path.tag-bridge-boardwalk {
|
||||
fill: #fff;
|
||||
}
|
||||
path.line.stroke.tag-highway-footway,
|
||||
path.line.stroke.tag-highway_bus_stop,
|
||||
path.line.stroke.tag-highway-bus_stop,
|
||||
.preset-icon-container path.casing.tag-highway-footway {
|
||||
stroke: #988;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user