fix typo in rundemo.py found by szotsak - closes #419
This commit is contained in:
parent
8fd907f8fc
commit
f637ed6cf8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue