Skip to content

Commit

Permalink
Wider end dashes/gaps for z14-15 pipelines, wider z16 line
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisenbe committed Mar 27, 2020
1 parent e38d448 commit 74e101e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions style/aerialways.mss
Original file line number Diff line number Diff line change
Expand Up @@ -109,26 +109,25 @@

[man_made = 'pipeline'] {
[zoom >= 14] {
line/line-width: .67;
line/line-width: .7;
line/line-join: round;
line/line-color: #909090;
line/line-dasharray: 0,.67,14,.67;
line/line-dasharray: 0,.7,14,.7;
dash/line-width: 2;
dash/line-join: round;
dash/line-color: #909090;
dash/line-dasharray: 0,.67,.5,13,.5,.67;
dash/line-dasharray: 0,.7,.7,12.6,.7,.7;
[zoom >= 15] {
line/line-width: .67;
line/line-dasharray: 0,.67,16,.67;
dash/line-width: 2;
dash/line-dasharray: 0,.67,.5,15,.5,.67;
line/line-width: 1;
line/line-dasharray: 0,.7,16,.7;
dash/line-width: 2.5;
dash/line-dasharray: 0,.7,.7,14.6,.7,.7;
}
[zoom >= 16] {
line/line-width: 1;
line/line-width: 1.5;
line/line-dasharray: 0,1,20,1;
dash/line-width: 2.5;
dash/line-width: 3;
dash/line-dasharray: 0,1,1,18,1,1;

}
[zoom >= 17] {
line/line-width: 2;
Expand Down

0 comments on commit 74e101e

Please sign in to comment.