From 3c32bbdce38f72c7ab6976f2445c88d406a4546b Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Fri, 21 Feb 2014 14:32:15 +0100 Subject: [PATCH] Document rotateWithView option --- src/objectliterals.jsdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index b8c3cf296b..ebc0c225c8 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -938,6 +938,7 @@ * `'fraction'`. * @property {null|string|undefined} crossOrigin crossOrigin setting for image. * @property {number|undefined} scale Scale. + * @property {boolean|undefined} rotateWithView Whether to rotate the icon with the view. Default is `false`. * @property {number|undefined} rotation Rotation. * @property {ol.Size|undefined} size Icon size in pixel. * @property {string} src Image source URI.