Merge pull request #2496 from probins/linear

Correct wrong docs for LinearRing.

Closes #2495.
This commit is contained in:
Tim Schaub
2014-08-05 11:22:59 -06:00
+2 -3
View File
@@ -13,9 +13,8 @@ goog.require('ol.geom.flat.simplify');
/** /**
* @classdesc * @classdesc
* Abstract base class; only used for creating subclasses; do not instantiate * Linear ring geometry. Only used as part of polygon; cannot be rendered
* in apps, as cannot be rendered. * on its own.
* Linear ring geometry.
* *
* @constructor * @constructor
* @extends {ol.geom.SimpleGeometry} * @extends {ol.geom.SimpleGeometry}