Change ol.style.Image.anchor property type to ol.Pixel

This commit is contained in:
Frederic Junod
2013-11-21 13:47:00 +01:00
parent 04b91f3627
commit c715764680
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ goog.provide('ol.style.Image');
ol.style.Image = function(options) {
/**
* @type {Array.<number>}
* @type {ol.Pixel}
*/
this.anchor = options.anchor;