fixed jsdoc problems
This commit is contained in:
@@ -55,7 +55,7 @@ import Units from '../proj/Units.js';
|
||||
* Abstract base class; normally only used for creating subclasses and not
|
||||
* instantiated in apps.
|
||||
* Base class for feature formats.
|
||||
* {FeatureFormat} subclasses provide the ability to decode and encode
|
||||
* {@link module:ol/format/Feature~FeatureFormat} subclasses provide the ability to decode and encode
|
||||
* {@link module:ol/Feature~Feature} objects from a variety of commonly used geospatial
|
||||
* file formats. See the documentation for each format for more details.
|
||||
*
|
||||
|
||||
@@ -40,8 +40,8 @@ import {assert} from '../asserts.js';
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object<string,string|number|Array<number|string|IiifProfile>|Object<string, number>
|
||||
* |TileInfo>} ImageInformationResponse
|
||||
* @typedef {Object<string,string|number|Array<number|string|IiifProfile>|Object<string, number>|TileInfo>}
|
||||
* ImageInformationResponse
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user