Files
coopgo/node_modules/ol/format/OSMXML.d.ts
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

16 lines
417 B
TypeScript

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 {
/**
* @type {import("../proj/Projection.js").default}
*/
dataProjection: import("../proj/Projection.js").default;
}
import XMLFeature from "./XMLFeature.js";
//# sourceMappingURL=OSMXML.d.ts.map