SpatialDataWriteOptions interface
Base options for writing spatial data.
Properties
format | The spatial data format to write the shapes to.
Default: |
Property Details
format
The spatial data format to write the shapes to.
Default: "GeoJSON"
format?: "KML" | "GPX" | "GeoRSS" | "GML" | "GeoJSON" | "CSV"
Property Value
"KML" | "GPX" | "GeoRSS" | "GML" | "GeoJSON" | "CSV"