package.format.OSMXML.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ol Show documentation
Show all versions of ol Show documentation
OpenLayers mapping library
The newest version!
export default OSMXML;
/**
* @classdesc
* Feature format for reading data in the
* [OSMXML format](https://wiki.openstreetmap.org/wiki/OSM_XML).
*
* @api
*/
declare class OSMXML extends XMLFeature {
}
import XMLFeature from './XMLFeature.js';
//# sourceMappingURL=OSMXML.d.ts.map