Add missing format option to TileVector docs

This commit is contained in:
Peter Robins
2014-06-15 08:19:33 -04:00
parent 4925ac9339
commit 4a52333d9f

View File

@@ -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}