Skip to content

Commit

Permalink
Tertiary turning circle widths.
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Jul 11, 2013
1 parent 35e755d commit 92adea5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@

#turning-circle-casing {
[int_tc_type = 'tertiary'][zoom >= 15] {
marker-width: 18;
marker-height: 18;
marker-width: @tertiary-width-z15 * 1.8 + 1.8;
marker-height: @tertiary-width-z15 * 1.8 + 1.8;
marker-allow-overlap: true;
marker-ignore-placement: true;
marker-line-width: 0;
marker-fill: @tertiary-casing;
[zoom >= 17] {
marker-width: 24;
marker-height: 24;
marker-width: @tertiary-width-z17 * 1.8 + 2.5;
marker-height: @tertiary-width-z17 * 1.8 + 2.5;
}
}

Expand Down Expand Up @@ -130,15 +130,15 @@

#turning-circle-fill {
[int_tc_type = 'tertiary'][zoom >= 15] {
marker-width: 16;
marker-height: 16;
marker-width: @tertiary-width-z15 * 1.8;
marker-height: @tertiary-width-z15 * 1.8;
marker-allow-overlap: true;
marker-ignore-placement: true;
marker-line-width: 0;
marker-fill: @tertiary-fill;
[zoom >= 17] {
marker-width: 22;
marker-height: 22;
marker-width: @tertiary-width-z17 * 1.8;
marker-width: @tertiary-width-z17 * 1.8;
}
}

Expand Down

0 comments on commit 92adea5

Please sign in to comment.