Merge pull request #2202 from probins/tvformat

Add missing format option to TileVector docs
This commit is contained in:
Andreas Hocevar
2014-06-16 11:03:43 +02:00
+8
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}