The GeoJSON FeatureCollection to convert.
The name of the layer to create.
The format to convert to (among the following values: 'TopoJSON', 'ESRI Shapefile', 'KML', 'GML', 'GPKG', 'GPX' and 'FlatGeoBuf').
Optional
crs: string = 'EPSG:4326'The coordinate reference system to use for the output file (can be a EPSG code, a PROJ string or a WKT string).
The resulting layer, either as a String for textual formats (TopoJSON, KML, GML and GPX) or as a File for binary formats (ESRI Shapefile, GPKG, FlatGeobuf).
Convert a GeoJSON FeatureCollection to another vector format.
This is a wrapper around 'ogr2ogr'.