From f2dd6f0395cbda4b3a789edb70c37ebf1fe34457 Mon Sep 17 00:00:00 2001 From: Quentin Lampin Date: Wed, 4 Jan 2017 14:51:43 +0100 Subject: [PATCH] ol.geom.polygon documentation update on the coordinates format --- src/ol/geom/polygon.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/geom/polygon.js b/src/ol/geom/polygon.js index ac463fbd23..55a437c19c 100644 --- a/src/ol/geom/polygon.js +++ b/src/ol/geom/polygon.js @@ -26,7 +26,8 @@ goog.require('ol.math'); * * @constructor * @extends {ol.geom.SimpleGeometry} - * @param {Array.>} coordinates Coordinates. + * @param {Array.>} coordinates Coordinates of the + * vertices of the polygon where the first coordinate and the last are equivalent. * @param {ol.geom.GeometryLayout=} opt_layout Layout. * @api stable */