Open devanshubisht opened 1 year ago
export interface DownloadOptions {
folder?: string;
filename?: string;
prj?: string;
types?: {
point?: string;
polygon?: string;
polyline?: string;
multipolygon?: string;
multiline?: string;
};
}
Changing this would work, isit possible to add such changes?
When a geojson with linestring is being added, the shp type returned is polyline. But there is no option to edit the polyline name under shpwritedownloadoptions/zip optiosn