From 4380b67e5e41ace201da51ea875073bdd1046ab2 Mon Sep 17 00:00:00 2001 From: mrwojo Date: Mon, 9 Dec 2013 12:36:52 -0800 Subject: [PATCH] Remove halos from highway link names Part of #1 and #168. The halos came from the catchall at the end of #roads-text-name. --- roads.mss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/roads.mss b/roads.mss index d33ac63986..9a4ca41c72 100644 --- a/roads.mss +++ b/roads.mss @@ -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; @@ -2323,7 +2325,8 @@ text-size: 10; } } - [highway = 'secondary'] { + [highway = 'secondary'], + [highway = 'secondary_link'] { [zoom >= 13] { text-name: "[name]"; text-size: 8; @@ -2341,7 +2344,8 @@ text-size: 10; } } - [highway = 'tertiary'] { + [highway = 'tertiary'], + [highway = 'tertiary_link'] { [zoom >= 15] { text-name: "[name]"; text-size: 9;