Module type for ol.format.GMLBase

This commit is contained in:
Frederic Junod
2018-04-04 16:53:29 +02:00
parent 44b19cb2e3
commit f0da3c7ef0
4 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ import GML3 from '../format/GML3.js';
* @constructor
* @param {module:ol/format/GMLBase~Options=} opt_options
* Optional configuration object.
* @extends {ol.format.GMLBase}
* @extends {module:ol/format/GMLBase~GMLBase}
* @api
*/
const GML = GML3;