Add ol.style.Image.size property

This commit is contained in:
Frederic Junod
2013-11-21 13:55:14 +01:00
parent c715764680
commit db8f476098
5 changed files with 45 additions and 10 deletions
+5
View File
@@ -25,6 +25,11 @@ ol.style.Image = function(options) {
*/
this.rotation = options.rotation;
/**
* @type {ol.Size}
*/
this.size = options.size;
/**
* @type {boolean|undefined}
*/