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

@@ -27,7 +27,7 @@ const schemaLocation = GMLNS + ' http://schemas.opengis.net/gml/2.1.2/feature.xs
*
* @constructor
* @param {module:ol/format/GMLBase~Options=} opt_options Optional configuration object.
* @extends {ol.format.GMLBase}
* @extends {module:ol/format/GMLBase~GMLBase}
* @api
*/
const GML2 = function(opt_options) {