Add ol.source.VectorFile

This commit is contained in:
Tom Payne
2013-12-04 18:36:33 +01:00
parent 514ebb752b
commit 28c7ecc014
3 changed files with 140 additions and 0 deletions

View File

@@ -617,6 +617,20 @@
* @property {ol.source.State|undefined} state State.
*/
/**
* @typedef {Object} ol.source.VectorFileOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {Document|undefined} doc Document.
* @property {ol.Extent|undefined} extent Extent.
* @property {ol.format.Format} format Format.
* @property {string|undefined} logo Logo.
* @property {Node|undefined} node Node.
* @property {Object|undefined} object Object.
* @property {ol.proj.ProjectionLike} projection Projection.
* @property {string|undefined} text Text.
* @property {string|undefined} url URL.
*/
/**
* @typedef {Object} ol.source.WMTSOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.