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

View File

@@ -13,9 +13,8 @@ goog.require('ol.geom.flat.simplify');
/**
* @classdesc
* Abstract base class; only used for creating subclasses; do not instantiate
* in apps, as cannot be rendered.
* Linear ring geometry.
* Linear ring geometry. Only used as part of polygon; cannot be rendered
* on its own.
*
* @constructor
* @extends {ol.geom.SimpleGeometry}