diff --git a/TextSymbolizer.md b/TextSymbolizer.md index 53349d7..f74614c 100644 --- a/TextSymbolizer.md +++ b/TextSymbolizer.md @@ -73,7 +73,7 @@ ``` -### Python +### Python (Mapnik 2) ```python t = TextSymbolizer(Expression('[FIELD_NAME]'), 'DejaVu Sans Book', 10, Color('black')) @@ -83,6 +83,10 @@ t.label_placement = label_placement.LINE_PLACEMENT # POINT_PLACEMENT is default dir(t) # for the rest of the attributes ``` +#### Python (Mapnik 3) + +*No support.* + ### C++ ```cpp