From 8957e618a55f910a394f78368ffbb00e9d09ebb2 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 5 Jul 2016 14:51:33 +0200 Subject: [PATCH] Fix ol.style.Image#getAnchor documentation --- src/ol/style/imagestyle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */