Merge pull request #1456 from twpayne/vector-api-style-function

[vector-api] Add StyleFunction types
This commit is contained in:
Tom Payne
2014-01-03 08:30:24 -08:00
7 changed files with 54 additions and 43 deletions

View File

@@ -475,7 +475,7 @@
* @property {number|undefined} opacity Opacity. 0-1. Default is `1`.
* @property {number|undefined} saturation Saturation.
* @property {ol.source.Vector} source Source.
* @property {ol.style.StyleFunction|undefined} styleFunction Style function.
* @property {ol.feature.StyleFunction|undefined} styleFunction Style function.
* @property {boolean|undefined} visible Visibility. Default is `true` (visible).
* @todo stability experimental
*/