Add opacity property to ol.style.Image

This commit is contained in:
Frederic Junod
2014-02-13 11:09:46 +01:00
parent a734c8a6ff
commit 430ff9c850
3 changed files with 23 additions and 1 deletions
+1
View File
@@ -69,6 +69,7 @@ ol.style.Circle = function(opt_options) {
this.size_ = [size, size];
goog.base(this, {
opacity: 1,
rotation: 0,
scale: 1,
snapToPixel: undefined,