More precise olx.source.GeoJSONOptions#object type

This commit is contained in:
Frederic Junod
2015-01-27 11:48:47 +01:00
parent d219a8ef22
commit f1c0072bd0

View File

@@ -3564,7 +3564,7 @@ olx.source.FormatVectorOptions.prototype.projection;
* @typedef {{attributions: (Array.<ol.Attribution>|undefined), * @typedef {{attributions: (Array.<ol.Attribution>|undefined),
* defaultProjection: ol.proj.ProjectionLike, * defaultProjection: ol.proj.ProjectionLike,
* logo: (string|olx.LogoOptions|undefined), * logo: (string|olx.LogoOptions|undefined),
* object: (GeoJSONObject|undefined), * object: (GeoJSONFeature|GeoJSONFeatureCollection|undefined),
* projection: ol.proj.ProjectionLike, * projection: ol.proj.ProjectionLike,
* text: (string|undefined), * text: (string|undefined),
* url: (string|undefined), * url: (string|undefined),
@@ -3599,8 +3599,8 @@ olx.source.GeoJSONOptions.prototype.logo;
/** /**
* Object. * GeoJSON feature or feature collection.
* @type {GeoJSONObject|undefined} * @type {GeoJSONFeature|GeoJSONFeatureCollection|undefined}
* @api * @api
*/ */
olx.source.GeoJSONOptions.prototype.object; olx.source.GeoJSONOptions.prototype.object;