Add ol.style.Image.size property
This commit is contained in:
@@ -25,6 +25,11 @@ ol.style.Image = function(options) {
|
||||
*/
|
||||
this.rotation = options.rotation;
|
||||
|
||||
/**
|
||||
* @type {ol.Size}
|
||||
*/
|
||||
this.size = options.size;
|
||||
|
||||
/**
|
||||
* @type {boolean|undefined}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user