Module type for ol.format.XMLFeature

This commit is contained in:
Frederic Junod
2018-03-21 17:12:45 +01:00
parent 83dcc82cf7
commit 06bd5b4423
6 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ import {makeArrayPusher, makeStructureNS, pushParseAndPop} from '../xml.js';
* {@link ol.format.GML2} to read features.
*
* @constructor
* @extends {ol.format.XMLFeature}
* @extends {module:ol/format/XMLFeature~XMLFeature}
* @param {module:ol/format/WMSGetFeatureInfo~Options=} opt_options Options.
* @api
*/