diff --git a/src/ol/style/imagestyle.js b/src/ol/style/imagestyle.js index 2311b0abb1..0d1da7b0fb 100644 --- a/src/ol/style/imagestyle.js +++ b/src/ol/style/imagestyle.js @@ -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.} Anchor. */