Skip to content

Commit

Permalink
Ensure a small gap between adjacent placenames.
Browse files Browse the repository at this point in the history
This becomes very apparent where localities have been mapped 10-20m apart!
  • Loading branch information
gravitystorm committed Jan 9, 2014
1 parent f08aa09 commit 8a270f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions placenames.mss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
text-fill: @placenames;
text-face-name: @book-fonts;
text-halo-radius: 1.5;
text-min-distance: 10;
[zoom >= 6] {
text-size: 12;
}
Expand All @@ -55,6 +56,7 @@
text-fill: @placenames;
text-face-name: @book-fonts;
text-halo-radius: 1.5;
text-min-distance: 10;
[zoom >= 9] {
text-size: 12;
}
Expand All @@ -74,6 +76,7 @@
text-face-name: @book-fonts;
text-halo-radius: 1.5;
text-wrap-width: 20;
text-min-distance: 10;
}
[zoom >= 11] {
text-size: 11;
Expand All @@ -92,6 +95,7 @@
text-fill: @placenames;
text-face-name: @book-fonts;
text-halo-radius: 1.5;
text-min-distance: 10;
[zoom >= 14] {
text-size: 14;
text-fill: @placenames-light;
Expand All @@ -107,6 +111,7 @@
text-fill: @placenames;
text-face-name: @book-fonts;
text-halo-radius: 1.5;
text-min-distance: 10;
[zoom >= 15] {
text-size: 13;
text-fill: @placenames-light;
Expand All @@ -127,6 +132,7 @@
text-fill: @placenames;
text-face-name: @book-fonts;
text-halo-radius: 1.5;
text-min-distance: 10;
}
[zoom >= 16] {
text-size: 12;
Expand Down

0 comments on commit 8a270f7

Please sign in to comment.