Skip to content

Commit 96008b2

Browse files
committed
cleanup
1 parent 75946c1 commit 96008b2

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

demo/python/rundemo.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,7 @@
292292

293293
# TODO - currently broken: https://github.com/mapnik/mapnik/issues/2324
294294

295-
popplaces_text_sym = mapnik.TextSymbolizer() #mapnik.Expression("[GEONAME]"),
296-
297-
# finder = mapnik.PlacementFinder()
298-
# finder.face_name = 'DejaVu Sans Book'
299-
# finder.text_size = 10
300-
# finder.halo_fill = mapnik.Color(255,255,200)
301-
# finder.halo_radius = 1.0
302-
# finder.fill = mapnik.Color("black")
303-
# finder.format_expression = "[GEONAME]"
295+
popplaces_text_sym = mapnik.TextSymbolizer()
304296

305297
popplaces_text_sym.placement_finder = mapnik.PlacementFinder()
306298
popplaces_text_sym.placement_finder.face_name = 'DejaVu Sans Book'

0 commit comments

Comments
 (0)