Skip to content

Commit

Permalink
insert new pattern for admin level 5+
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Dec 27, 2018
1 parent fec6ab9 commit 05c48a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions admin.mss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ overlapping borders correctly.
line-width: 2;
line-simplify: @admin-simplify;
line-simplify-algorithm: @admin-simplify-algorithm;
line-dasharray: 6,3,2,3,2,3;
line-dasharray: 12,3,2,3,2,3,2,3;
line-clip: false;
}
[admin_level = '6'][zoom >= 11] {
Expand All @@ -150,23 +150,23 @@ overlapping borders correctly.
line-width: 2;
line-simplify: @admin-simplify;
line-simplify-algorithm: @admin-simplify-algorithm;
line-dasharray: 6,3,2,3;
line-dasharray: 6,3,2,3,2,3;
line-clip: false;
}
[admin_level = '7'],
[admin_level = '8'] {
[zoom >= 12] {
background/line-join: bevel;
background/line-color: white;
background/line-width: 1.5;
background/line-width: 2;
background/line-simplify: @admin-simplify;
background/line-simplify-algorithm: @admin-simplify-algorithm;
line-join: bevel;
line-color: @admin-boundaries;
line-width: 1.5;
line-width: 2;
line-simplify: @admin-simplify;
line-simplify-algorithm: @admin-simplify-algorithm;
line-dasharray: 5,2;
line-dasharray: 6,3,2,3;
line-clip: false;
}
}
Expand All @@ -180,15 +180,15 @@ overlapping borders correctly.
[zoom >= 13] {
background/line-join: bevel;
background/line-color: white;
background/line-width: 2;
background/line-width: 1.5;
background/line-simplify: @admin-simplify;
background/line-simplify-algorithm: @admin-simplify-algorithm;
line-join: bevel;
line-color: @admin-boundaries;
line-width: 2;
line-width: 1.5;
line-simplify: @admin-simplify;
line-simplify-algorithm: @admin-simplify-algorithm;
line-dasharray: 2,3;
line-dasharray: 5,2;
line-clip: false;
}
}
Expand Down

0 comments on commit 05c48a9

Please sign in to comment.