Type alias FormatOptions

FormatOptions: GeoJSONOptions & GMLOptions & Record<string, unknown> & {
    gmlFormat?: keyof typeof gmlFormats;
}

Type declaration

  • Optional gmlFormat?: keyof typeof gmlFormats

Generated using TypeDoc