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
+1 -1
View File
@@ -21,7 +21,7 @@ import {pushParseAndPop, makeStructureNS} from '../xml.js';
* [OSMXML format](http://wiki.openstreetmap.org/wiki/OSM_XML).
*
* @constructor
* @extends {ol.format.XMLFeature}
* @extends {module:ol/format/XMLFeature~XMLFeature}
* @api
*/
const OSMXML = function() {