Skip to content

Commit

Permalink
Merge pull request #2181 from matkoniecz/placename_without_dots
Browse files Browse the repository at this point in the history
larger labels for placenames
  • Loading branch information
pnorman authored Jun 21, 2016
2 parents 2af08b0 + cb69b80 commit d34fe46
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions placenames.mss
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,29 @@
[zoom >= 4][score >= 3000000],
[zoom >= 5][score >= 400000] {
text-name: "[name]";
text-size: 8;
text-size: 11;
text-fill: @placenames;
text-face-name: @book-fonts;
text-halo-radius: 1.5;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: 30;
text-min-distance: 10;
[zoom >= 5] {
text-size: 10;
text-size: 11;
text-wrap-width: 45;
}
[zoom >= 6] {
text-size: 12;
text-wrap-width: 60;
}
[zoom >= 8] {
text-size: 13;
text-wrap-width: 60;
}
[zoom >= 9] {
text-size: 14;
text-wrap-width: 65;
}
[zoom >= 11] {
text-size: 15;
text-wrap-width: 75;
Expand All @@ -94,15 +102,15 @@
[zoom >= 6][score >= 70000],
[zoom >= 7] {
text-name: "[name]";
text-size: 9;
text-size: 10;
text-fill: @placenames;
text-face-name: @book-fonts;
text-halo-radius: 1.5;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: 30;
text-min-distance: 10;
[zoom >= 9] {
text-size: 11;
text-size: 12;
text-wrap-width: 60;
}
[zoom >= 11] {
Expand All @@ -121,7 +129,7 @@
[category = 2] {
[zoom >= 9][zoom < 16] {
text-name: "[name]";
text-size: 9;
text-size: 10;
text-fill: @placenames;
text-face-name: @book-fonts;
text-halo-radius: 1.5;
Expand Down

0 comments on commit d34fe46

Please sign in to comment.