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