Merge pull request #5566 from fredj/5253

Fix ol.style.Image#getAnchor documentation
This commit is contained in:
Frédéric Junod
2016-07-05 16:23:20 +02:00
committed by GitHub

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.
*/