From 63abf440b1da0ff179a1a207682570d25f65fd97 Mon Sep 17 00:00:00 2001 From: der-stefan Date: Tue, 15 Sep 2015 23:29:30 +0200 Subject: [PATCH] Please use true/false instead of yes/no --- TextSymbolizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TextSymbolizer.md b/TextSymbolizer.md index 948e739..437308c 100644 --- a/TextSymbolizer.md +++ b/TextSymbolizer.md @@ -182,7 +182,7 @@ If some of your text depends on the line direction you need to supply different * upright="auto/left/right" (See table above) * dx is also used for line placements * Multi-line support for line placements -* New parameter ``rotate-displacement="yes/no"`` +* New parameter ``rotate-displacement="true/false"`` * 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.