From f637ed6cf8140c65461c1988840fad89660a163a Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 27 Sep 2009 02:55:31 +0000 Subject: [PATCH] fix typo in rundemo.py found by szotsak - closes #419 --- demo/python/rundemo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/python/rundemo.py b/demo/python/rundemo.py index e2559371c..e5093f5db 100644 --- a/demo/python/rundemo.py +++ b/demo/python/rundemo.py @@ -295,7 +295,7 @@ popplaces_text_symbolizer = mapnik.TextSymbolizer('GEONAME', # We set a "halo" around the text, which looks like an outline if thin enough, # or an outright background if large enough. -popplaces_text_symbolizer.set_label_placement= mapnik.label_placement.POINT_PLACEMENT +popplaces_text_symbolizer.label_placement= mapnik.label_placement.POINT_PLACEMENT popplaces_text_symbolizer.halo_fill = mapnik.Color('white') popplaces_text_symbolizer.halo_radius = 1 popplaces_text_symbolizer.avoid_edges = True