From fa51e1f1d5186e6fb16552d80ecbbe6e65cca920 Mon Sep 17 00:00:00 2001 From: alexandervlpl Date: Sat, 5 May 2018 13:03:02 +0300 Subject: [PATCH] Updated TextSymbolizer (markdown) --- TextSymbolizer.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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