SpatialDataWriteOptions interface

Base options for writing spatial data.

Properties

format

The spatial data format to write the shapes to. Default: "GeoJSON"

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"