Add ol.source.RemoteVector

This commit is contained in:
Tom Payne
2014-03-04 16:02:23 +01:00
parent 2842d1b254
commit 50c4961b9f
3 changed files with 110 additions and 0 deletions
+12
View File
@@ -904,6 +904,18 @@
* @property {string} url Url.
*/
/**
* @typedef {Object} olx.source.RemoteVectorOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {ol.Extent|undefined} extent Extent.
* @property {function(ol.Extent, number): string} extentUrlFunction Extent URL function.
* @property {Object.<string, string>|undefined} headers Headers.
* @property {ol.format.Feature} format Format.
* @property {function(ol.Extent, number): Array.<ol.Extent>} loadingFunction Loading function.
* @property {string|undefined} logo Logo.
* @property {ol.proj.ProjectionLike} projection Projection.
*/
/**
* @typedef {Object} olx.source.TileJSONOptions
* @property {null|string|undefined} crossOrigin crossOrigin setting for image