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