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

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