Skip to content

Commit

Permalink
Remove halos from highway link names
Browse files Browse the repository at this point in the history
Part of #1 and gravitystorm#168. The halos came from the catchall at the end of
#roads-text-name.
  • Loading branch information
mrwojo committed Dec 9, 2013
1 parent 0ca8047 commit 4380b67
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,9 @@

#roads-text-name {
[highway = 'trunk'],
[highway = 'primary'] {
[highway = 'trunk_link'],
[highway = 'primary'],
[highway = 'primary_link'] {
[zoom >= 13] {
text-name: "[name]";
text-size: 8;
Expand All @@ -2323,7 +2325,8 @@
text-size: 10;
}
}
[highway = 'secondary'] {
[highway = 'secondary'],
[highway = 'secondary_link'] {
[zoom >= 13] {
text-name: "[name]";
text-size: 8;
Expand All @@ -2341,7 +2344,8 @@
text-size: 10;
}
}
[highway = 'tertiary'] {
[highway = 'tertiary'],
[highway = 'tertiary_link'] {
[zoom >= 15] {
text-name: "[name]";
text-size: 9;
Expand Down

0 comments on commit 4380b67

Please sign in to comment.