Module type for ol.format.TextFeature
This commit is contained in:
@@ -32,7 +32,7 @@ const IGCZ = {
|
|||||||
* Feature format for `*.igc` flight recording files.
|
* Feature format for `*.igc` flight recording files.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.TextFeature}
|
* @extends {module:ol/format/TextFeature~TextFeature}
|
||||||
* @param {module:ol/format/IGC~Options=} opt_options Options.
|
* @param {module:ol/format/IGC~Options=} opt_options Options.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ import {get as getProjection} from '../proj.js';
|
|||||||
* Polyline Algorithm Format.
|
* Polyline Algorithm Format.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.TextFeature}
|
* @extends {module:ol/format/TextFeature~TextFeature}
|
||||||
* @param {module:ol/format/Polyline~Options=} opt_options Optional configuration object.
|
* @param {module:ol/format/Polyline~Options=} opt_options Optional configuration object.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -538,7 +538,7 @@ Parser.prototype.formatErrorMessage_ = function() {
|
|||||||
* format.
|
* format.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.format.TextFeature}
|
* @extends {module:ol/format/TextFeature~TextFeature}
|
||||||
* @param {module:ol/format/WKT~Options=} opt_options Options.
|
* @param {module:ol/format/WKT~Options=} opt_options Options.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user