Skip to content

Commit

Permalink
let place shields avoid metatile boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Sep 2, 2016
1 parent 5da5e67 commit 0a45eb7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions placenames.mss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
shield-face-name: @book-fonts;
shield-fill: @placenames;
shield-size: 11;
shield-min-distance: 5;
shield-margin: 5;
shield-avoid-edges: true;
shield-wrap-width: 30;
shield-halo-fill: @standard-halo-fill;
shield-halo-radius: @standard-halo-radius * 1.5;
Expand Down Expand Up @@ -114,7 +115,8 @@
shield-face-name: @book-fonts;
shield-fill: @placenames;
shield-size: 11;
shield-min-distance: 5;
shield-margin: 5;
shield-avoid-edges: true;
shield-wrap-width: 30;
shield-halo-fill: @standard-halo-fill;
shield-halo-radius: @standard-halo-radius * 1.5;
Expand Down Expand Up @@ -172,7 +174,8 @@
shield-halo-fill: @standard-halo-fill;
shield-halo-radius: @standard-halo-radius * 1.5;
shield-wrap-width: 30;
shield-min-distance: 5;
shield-margin: 5;
shield-avoid-edges: true;
shield-placement-type: simple;
shield-placements: 'S,N,E,W';
[dir = 1] {
Expand Down

0 comments on commit 0a45eb7

Please sign in to comment.