Add ol.source.VectorSource2

This commit is contained in:
Tom Payne
2013-04-23 18:32:09 +02:00
parent 93ba55d357
commit ac48fae0af
3 changed files with 47 additions and 0 deletions
+9
View File
@@ -461,6 +461,15 @@
* of `url` when the WMS supports multiple urls for GetMap requests.
*/
/**
* @typedef {Object} ol.source.VectorSource2Options
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {ol.Extent|undefined} extent Extent.
* @property {Array.<ol.geom2.PointCollection>|undefined} pointCollections
* Point collections.
* @property {ol.ProjectionLike} projection Projection.
*/
/**
* @typedef {Object} ol.source.WMTSOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.