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

View File

@@ -109,8 +109,8 @@ ol.style.Image.prototype.getSnapToPixel = function() {
/**
* Get the anchor point. The anchor determines the center point for the
* symbolizer. Its units are determined by `anchorXUnits` and `anchorYUnits`.
* Get the anchor point in pixels. The anchor determines the center point for the
* symbolizer.
* @function
* @return {Array.<number>} Anchor.
*/