Merge pull request #1739 from twpayne/rotate-with-map

Allow icons to be rotated with the map
This commit is contained in:
Tom Payne
2014-02-24 13:06:48 +01:00
10 changed files with 119 additions and 65 deletions
+1
View File
@@ -941,6 +941,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.