Skip to content

Commit

Permalink
Improve rendering of text labels on admin and nature-reserve borders (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisenbe authored and kocio-pl committed Jan 27, 2019
1 parent 3e751b4 commit d9f5fdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions admin.mss
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,11 @@ overlapping borders correctly.
text-fill: @admin-boundaries;
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
text-largest-bbox-only: false;
text-placement: line;
text-spacing: 750;
text-repeat-distance: 250;
text-margin: 10;
text-clip: true;
text-vertical-alignment: middle;
text-dy: -10;
Expand All @@ -222,7 +226,11 @@ overlapping borders correctly.
text-fill: green;
text-halo-radius: @standard-halo-radius;
text-halo-fill: @standard-halo-fill;
text-largest-bbox-only: false;
text-placement: line;
text-spacing: 750;
text-repeat-distance: 250;
text-margin: 10;
text-clip: true;
text-vertical-alignment: middle;
text-dy: -10;
Expand Down

0 comments on commit d9f5fdf

Please sign in to comment.