Skip to content

Commit

Permalink
Render wall features blockier (close #6865)
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Sep 18, 2019
1 parent 0c50376 commit 416e98e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/50_misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 416e98e

Please sign in to comment.