Skip to content

Commit

Permalink
Increased shield distances (part of #3295) (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Penegal authored and kocio-pl committed Jul 23, 2018
1 parent 654ea38 commit 9b60c51
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@
@shield-size-z18: 12;
@shield-line-spacing-z18: -1.80; // -0.15 em
@shield-spacing: 760;
@shield-min-distance: 40;
@shield-repeat-distance: 400;
@shield-margin: 40;
@shield-font: @book-fonts;
@shield-clip: false;

Expand Down Expand Up @@ -2665,7 +2666,8 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
shield-line-spacing: @shield-line-spacing;
shield-placement: line;
shield-spacing: @shield-spacing;
shield-min-distance: @shield-min-distance;
shield-repeat-distance: @shield-repeat-distance;
shield-margin: @shield-margin;
shield-face-name: @shield-font;
shield-clip: @shield-clip;

Expand Down Expand Up @@ -2713,7 +2715,8 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */

shield-placement: line;
shield-spacing: @shield-spacing;
shield-min-distance: @shield-min-distance;
shield-repeat-distance: @shield-repeat-distance;
shield-margin: @shield-margin;
shield-face-name: @shield-font;
shield-clip: @shield-clip;

Expand Down

0 comments on commit 9b60c51

Please sign in to comment.