You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
380 B
14 lines
380 B
export default GML;
|
|
/**
|
|
* Feature format for reading and writing data in the GML format
|
|
* version 3.1.1.
|
|
* Currently only supports GML 3.1.1 Simple Features profile.
|
|
*
|
|
* @class
|
|
* @param {import("./GMLBase.js").Options} [options]
|
|
* Optional configuration object.
|
|
* @api
|
|
*/
|
|
declare const GML: typeof GML3;
|
|
import GML3 from "./GML3.js";
|
|
//# sourceMappingURL=GML.d.ts.map
|