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