Add line string collections to ol.source.VectorSource2

This commit is contained in:
Tom Payne
2013-05-01 16:22:14 +02:00
parent 1690cb9cae
commit 8f86288614
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -465,6 +465,8 @@
* @typedef {Object} ol.source.VectorSource2Options
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {ol.Extent|undefined} extent Extent.
* @property {Array.<ol.geom2.LineStringCollection>|undefined}
* lineStringCollections Line string collections.
* @property {Array.<ol.geom2.PointCollection>|undefined} pointCollections
* Point collections.
* @property {ol.ProjectionLike} projection Projection.