Add stroke support for text symbolizers

This commit is contained in:
Tim Schaub
2013-10-07 16:10:06 -06:00
parent 5e86ffcca5
commit 539ecbdd9c
5 changed files with 94 additions and 3 deletions

View File

@@ -748,6 +748,7 @@
* @property {number|ol.expr.Expression|undefined} fontSize Font size in pixels.
* @property {string|ol.expr.Expression} text Text for the label.
* @property {number|ol.expr.Expression|undefined} opacity Opacity (0-1).
* @property {ol.style.Stroke|undefined} stroke Stroke symbolizer for text.
* @property {number|ol.expr.Expression|undefined} zIndex Stack order.
*/