We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75946c1 commit 96008b2Copy full SHA for 96008b2
1 file changed
demo/python/rundemo.py
@@ -292,15 +292,7 @@
292
293
# TODO - currently broken: https://github.com/mapnik/mapnik/issues/2324
294
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]"
+popplaces_text_sym = mapnik.TextSymbolizer()
304
305
popplaces_text_sym.placement_finder = mapnik.PlacementFinder()
306
popplaces_text_sym.placement_finder.face_name = 'DejaVu Sans Book'
0 commit comments