Optional zIndex for shape symbolizers

This commit is contained in:
Tim Schaub
2013-08-26 15:33:42 -06:00
parent b7cb21dc4a
commit b9a44d2db5
5 changed files with 87 additions and 10 deletions

View File

@@ -721,6 +721,7 @@
* @property {number|ol.expr.Expression|undefined} size Size in pixels.
* @property {ol.style.Fill|undefined} fill Fill symbolizer for shape.
* @property {ol.style.Stroke|undefined} stroke Stroke symbolizer for shape.
* @property {number|ol.expr.Expression|undefined} zIndex Stack order.
*/
/**