Correct wrong docs for LinearRing

This commit is contained in:
Peter Robins
2014-08-05 11:08:44 +00:00
parent 1bd522d96f
commit d3683fcab9

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}