Module type for ol.format.GML2

This commit is contained in:
Frederic Junod
2018-04-24 16:57:14 +02:00
parent 2c98e35d1a
commit 4dc1f719c0
+2 -2
View File
@@ -18,7 +18,7 @@ import {makeArrayPusher, makeStructureNS, pushParseAndPop} from '../xml.js';
/** /**
* @classdesc * @classdesc
* Format for reading WMSGetFeatureInfo format. It uses * Format for reading WMSGetFeatureInfo format. It uses
* {@link ol.format.GML2} to read features. * {@link module:ol/format/GML2~GML2} to read features.
* *
* @constructor * @constructor
* @extends {module:ol/format/XMLFeature~XMLFeature} * @extends {module:ol/format/XMLFeature~XMLFeature}
@@ -38,7 +38,7 @@ const WMSGetFeatureInfo = function(opt_options) {
/** /**
* @private * @private
* @type {ol.format.GML2} * @type {module:ol/format/GML2~GML2}
*/ */
this.gmlFormat_ = new GML2(); this.gmlFormat_ = new GML2();