Module type for ol.format.JSONFeature

This commit is contained in:
Frederic Junod
2018-03-21 17:11:48 +01:00
parent d5cb21932f
commit 83dcc82cf7
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ import {get as getProjection} from '../proj.js';
* Feature format for reading data in the TopoJSON format.
*
* @constructor
* @extends {ol.format.JSONFeature}
* @extends {module:ol/format/JSONFeature~JSONFeature}
* @param {module:ol/format/TopoJSON~Options=} opt_options Options.
* @api
*/