UNPKG

@npm9912/s-gml

Version:

TypeScript library for parsing, converting, and validating GML 2.1.2/3.0/3.2

3 lines (2 loc) 260 B
import type { GmlGeometry, GmlFeature, GmlFeatureCollection, GmlOutputVersion } from './types.js'; export declare function generateGml(gmlObject: GmlGeometry | GmlFeature | GmlFeatureCollection, outputVersion: GmlOutputVersion, prettyPrint?: boolean): string;