Module type for ol.format.GML2
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user