From bed71db1096349c1bd50f7c294d0ac835152d1ff Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 22 Jun 2012 09:44:21 +0200 Subject: [PATCH] Export the LineString constructor. --- src/ol/geom/LineString.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/geom/LineString.js b/src/ol/geom/LineString.js index 54b07295d5..af8a857659 100644 --- a/src/ol/geom/LineString.js +++ b/src/ol/geom/LineString.js @@ -8,6 +8,7 @@ goog.require('ol.Projection'); /** * Creates ol.geom.LineString objects. * + * @export * @extends {ol.geom.Geometry} * @param {Array.} vertices An array of points building the * linestrings vertices.