From b138a4154fcb1ae5136e967db11c4b144dc804fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kom=D1=8Fpa?= Date: Tue, 4 May 2010 23:44:25 +0300 Subject: [PATCH] Nicer halo --- src/style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.py b/src/style.py index b2a57aa..de628c2 100644 --- a/src/style.py +++ b/src/style.py @@ -53,7 +53,7 @@ class Styling(): self.Selectors["way"].append(StyleSelector( ( [ ( ("highway",),("footway","pedestrian","path" )) ] ),{"width":2.5, "color":"#655", "z-index":3} )) self.Selectors["way"].append(StyleSelector( ( [ ( ("bridge",),("yes") ) ] ),{"casing-width":10} )) self.Selectors["way"].append(StyleSelector( ( [ ( ("power",),("line",)) ] ),{"width": 1, "color":"#ccc",} )) - self.Selectors["way"].append(StyleSelector( ( [ ( ("building",),(None) ) ] ),{"fill-color": "#522","z-index": 1, "text": "addr:housenumber"} )) + self.Selectors["way"].append(StyleSelector( ( [ ( ("building",),(None) ) ] ),{"fill-color": "#522","z-index": 1, "text": "addr:housenumber","text-halo-radius":2} )) self.stylefile = stylefile self.useful_keys = set(["layer"])