Skip to content

Commit

Permalink
Remove no longer needed link references
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsmelissen committed Aug 1, 2014
1 parent bc730dc commit b9c02d0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
.roads-casing, .bridges-casing, .tunnels-casing {
::casing {
[zoom >= 12] {
[feature = 'highway_motorway_link'],
[feature = 'highway_motorway'] {
line-width: @motorway-width-z12;
[zoom >= 13] { line-width: @motorway-width-z13; }
Expand All @@ -161,7 +160,6 @@
}
}

[feature = 'highway_trunk_link'],
[feature = 'highway_trunk'] {
[zoom >= 12] {
line-color: @trunk-casing;
Expand All @@ -183,7 +181,6 @@
}
}

[feature = 'highway_primary_link'],
[feature = 'highway_primary'] {
[zoom >= 12] {
line-color: @primary-casing;
Expand All @@ -205,7 +202,6 @@
}
}

[feature = 'highway_secondary_link'],
[feature = 'highway_secondary'] {
[zoom >= 12] {
line-color: @secondary-casing;
Expand All @@ -229,7 +225,6 @@
}
}

[feature = 'highway_tertiary_link'],
[feature = 'highway_tertiary'] {
[zoom >= 13] {
line-color: @tertiary-casing;
Expand Down Expand Up @@ -786,7 +781,6 @@
}
}

[feature = 'highway_motorway_link'],
[feature = 'highway_motorway'] {
[zoom >= 12] {
line-width: @motorway-width-z12 - 2 * @casing-width-z12;
Expand Down Expand Up @@ -822,7 +816,6 @@
}
}

[feature = 'highway_trunk_link'],
[feature = 'highway_trunk'] {
[zoom >= 12] {
line-width: @trunk-width-z12 - 2 * @casing-width-z12;
Expand All @@ -846,7 +839,6 @@
}
}

[feature = 'highway_primary_link'],
[feature = 'highway_primary'] {
[zoom >= 12] {
line-width: @primary-width-z12 - 2 * @casing-width-z12;
Expand All @@ -870,7 +862,6 @@
}
}

[feature = 'highway_secondary_link'],
[feature = 'highway_secondary'] {
[zoom >= 12] {
line-width: @secondary-width-z12 - 2 * @casing-width-z12;
Expand All @@ -894,7 +885,6 @@
}
}

[feature = 'highway_tertiary_link'],
[feature = 'highway_tertiary'] {
[zoom >= 13] {
line-width: @tertiary-width-z13 - 2 * @casing-width-z13;
Expand Down

0 comments on commit b9c02d0

Please sign in to comment.