Implement getImageSize in ol.style.Circle and RegularShape

This commit is contained in:
Éric Lemoine
2014-11-06 09:35:47 +01:00
parent 9029c0fdad
commit 64a7cdf372
4 changed files with 22 additions and 1 deletions
+8
View File
@@ -147,6 +147,14 @@ ol.style.RegularShape.prototype.getImage = function(pixelRatio) {
};
/**
* @inheritDoc
*/
ol.style.RegularShape.prototype.getImageSize = function() {
return this.size_;
};
/**
* @inheritDoc
*/