Fix ol.style.Image#getAnchor documentation

This commit is contained in:
Frederic Junod
2016-07-05 14:51:33 +02:00
parent c49fbf9070
commit 8957e618a5
+2 -2
View File
@@ -109,8 +109,8 @@ ol.style.Image.prototype.getSnapToPixel = function() {
/** /**
* Get the anchor point. The anchor determines the center point for the * Get the anchor point in pixels. The anchor determines the center point for the
* symbolizer. Its units are determined by `anchorXUnits` and `anchorYUnits`. * symbolizer.
* @function * @function
* @return {Array.<number>} Anchor. * @return {Array.<number>} Anchor.
*/ */