Export ol.source.ImageVector's styleFunction option

This commit is contained in:
Éric Lemoine
2014-01-12 11:28:00 +01:00
parent d5b7527f1f
commit babd133cf6
2 changed files with 6 additions and 2 deletions

View File

@@ -651,6 +651,8 @@
* new canvases will be created for these resolutions only.
* @property {ol.source.Vector} source The vector source from which the vector
* features drawn in canvas elements are read.
* @property {ol.feature.StyleFunction|undefined} styleFunction Style function
* providing the styles to use when rendering features to the canvas.
*/
/**