Skip to content

Commit

Permalink
Merge branch 'mapnik_3_vertical-alignment' of https://github.com/pnor…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsmelissen committed Jul 19, 2015
2 parents 8a05d60 + ad81802 commit d01355e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin.mss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ overlapping borders correctly.
text-halo-radius: 1.0;
text-halo-fill: rgba(255,255,255,0.6);
text-placement: line;
text-clip: true;
text-vertical-alignment: middle;
text-dy: -10;
}

Expand All @@ -133,6 +135,8 @@ overlapping borders correctly.
text-halo-radius: 1.0;
text-halo-fill: rgba(255,255,255,0.6);
text-placement: line;
text-clip: true;
text-vertical-alignment: middle;
text-dy: -10;
}

Expand Down
1 change: 1 addition & 0 deletions landcover.mss
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@
text-face-name: @book-fonts;
text-placement: line;
text-dy: 8;
text-vertical-alignment: middle;
text-spacing: 400;
}
}
2 changes: 2 additions & 0 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2429,6 +2429,7 @@ residential is rendered from z10 and is not included in osm_planet_roads. */
text-clip: false;
text-placement: line;
text-face-name: @book-fonts;
text-vertical-alignment: middle;
text-dy: 5;
}
[zoom >= 16] {
Expand Down Expand Up @@ -2456,6 +2457,7 @@ residential is rendered from z10 and is not included in osm_planet_roads. */
text-clip: false;
text-placement: line;
text-face-name: @book-fonts;
text-vertical-alignment: middle;
text-dy: 7;
}
[zoom >= 17] {
Expand Down
1 change: 1 addition & 0 deletions water.mss
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
text-halo-fill: rgba(255,255,255,0.6);
text-spacing: 600;
text-placement: line;
text-vertical-alignment: middle;
text-dy: 8;
}

Expand Down

0 comments on commit d01355e

Please sign in to comment.