Fix typos in map rendering rules for service roads (#10708)

This commit is contained in:
Boris Verkhovskiy
2025-01-29 08:23:11 -07:00
committed by GitHub
parent c827a7a8d6
commit ea911936ed

View File

@@ -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;
}