Add ol.source.Vector

This commit is contained in:
Tom Payne
2013-11-06 22:18:22 +01:00
parent 07ef8e774d
commit db40842487
3 changed files with 253 additions and 0 deletions
+10
View File
@@ -531,6 +531,16 @@
* @todo stability experimental
*/
/**
* @typedef {Object} ol.source.VectorOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {ol.Extent|undefined} extent Extent.
* @property {Array.<ol.Feature>|undefined} features Features.
* @property {string|undefined} logo Logo.
* @property {ol.proj.ProjectionLike} projection Projection.
* @property {ol.source.State|undefined} state State.
*/
/**
* @typedef {Object} ol.source.WMTSOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.