More precise olx.source.GeoJSONOptions#object type
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user