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

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