Module type for ol.format.TextFeature

This commit is contained in:
Frederic Junod
2018-03-21 17:16:56 +01:00
parent 5aee26633c
commit 8ac387f42c
3 changed files with 3 additions and 3 deletions

View File

@@ -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
*/

View File

@@ -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
*/

View File

@@ -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
*/