Add missing format option to TileVector docs
This commit is contained in:
@@ -2818,6 +2818,7 @@ olx.source.TileImageOptions.prototype.tileUrlFunction;
|
|||||||
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
|
* @typedef {{attributions: (Array.<ol.Attribution>|undefined),
|
||||||
* defaultProjection: ol.proj.ProjectionLike,
|
* defaultProjection: ol.proj.ProjectionLike,
|
||||||
* extent: (ol.Extent|undefined),
|
* extent: (ol.Extent|undefined),
|
||||||
|
* format: ol.format.Feature,
|
||||||
* logo: (string|undefined),
|
* logo: (string|undefined),
|
||||||
* object: (GeoJSONObject|undefined),
|
* object: (GeoJSONObject|undefined),
|
||||||
* projection: ol.proj.ProjectionLike,
|
* projection: ol.proj.ProjectionLike,
|
||||||
@@ -2851,6 +2852,13 @@ olx.source.TileVectorOptions.prototype.defaultProjection;
|
|||||||
olx.source.TileVectorOptions.prototype.extent;
|
olx.source.TileVectorOptions.prototype.extent;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Format.
|
||||||
|
* @type {ol.format.Feature}
|
||||||
|
*/
|
||||||
|
olx.source.TileVectorOptions.prototype.format;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logo.
|
* Logo.
|
||||||
* @type {string|undefined}
|
* @type {string|undefined}
|
||||||
|
|||||||
Reference in New Issue
Block a user