Add ol.source.RemoteVector
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user