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

@@ -39,7 +39,7 @@ const schemaLocation = GMLNS +
* @constructor
* @param {module:ol/format/GMLBase~Options=} opt_options
* Optional configuration object.
* @extends {ol.format.GMLBase}
* @extends {module:ol/format/GMLBase~GMLBase}
* @api
*/
const GML3 = function(opt_options) {