Render wall features blockier (close #6865)

This commit is contained in:
Quincy Morgan
2019-09-18 09:37:12 -04:00
parent 0c503768c6
commit 416e98eb29
+14
View File
@@ -218,6 +218,20 @@ path.line.stroke.tag-man_made-breakwater {
.preset-icon-container path.line.stroke.tag-man_made-breakwater {
stroke-dasharray: 1, 4, 6, 4;
}
path.line.stroke.tag-barrier-wall,
path.line.stroke.tag-barrier-retaining_wall,
path.line.stroke.tag-barrier-city_wall {
stroke-linecap: butt;
stroke-dasharray: 16, 3, 9, 3;
}
.low-zoom path.line.stroke.tag-barrier-wall,
.low-zoom path.line.stroke.tag-barrier-retaining_wall,
.low-zoom path.line.stroke.tag-barrier-city_wall,
.preset-icon-container path.line.stroke.tag-barrier-wall,
.preset-icon-container path.line.stroke.tag-barrier-retaining_wall,
.preset-icon-container path.line.stroke.tag-barrier-city_wall {
stroke-dasharray: 8, 1, 4, 1;
}
/* bridges */