From 3a169b52b3ab7015630e77e0afe185b0b989544b Mon Sep 17 00:00:00 2001 From: springmeyer Date: Wed, 15 Oct 2014 10:06:17 -0700 Subject: [PATCH] Updated TextSymbolizer (markdown) --- TextSymbolizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TextSymbolizer.md b/TextSymbolizer.md index 4c80f1e..0dd05d7 100644 --- a/TextSymbolizer.md +++ b/TextSymbolizer.md @@ -183,7 +183,7 @@ If some of your text depends on the line direction you need to supply different * dx is also used for line placements * Multi-line support for line placements * New parameter ``rotate_displacement="yes/no"`` -* justify-alignment, vertical-alignment, text-ratio, wrap-width, wrap-before supported for line placements +* Parameters now supported for `line` placement (that only previously supported for `point` placement): justify-alignment, vertical-alignment, text-ratio, wrap-width, wrap-before * Line offsets are real offsets instead of fake offsets imitated by calculating the average angle * If dy!="0" you have to set vertical-alignment="middle" to get the same behavior as in previous versions.