@@ -214,7 +214,7 @@ class SpatVector {
214
214
SpatVector set_holes (SpatVector x, size_t i);
215
215
SpatVector remove_duplicate_nodes (int digits);
216
216
217
- bool read (std::string fname, std::string layer, std::string query, std::vector<double > extent , SpatVector filter, bool as_proxy, std::string what, std::vector<std::string> options);
217
+ bool read (std::string fname, std::string layer, std::string query, std::vector<double > ext , SpatVector filter, bool as_proxy, std::string what, std::vector<std::string> options);
218
218
219
219
bool write (std::string filename, std::string lyrname, std::string driver, bool append, bool overwrite, std::vector<std::string>);
220
220
@@ -223,7 +223,7 @@ class SpatVector {
223
223
#ifdef useGDAL
224
224
GDALDataset* write_ogr (std::string filename, std::string lyrname, std::string driver, bool append, bool overwrite, std::vector<std::string> options);
225
225
GDALDataset* GDAL_ds ();
226
- bool read_ogr (GDALDataset *&poDS, std::string layer, std::string query, std::vector<double > extent , SpatVector filter, bool as_proxy, std::string what);
226
+ bool read_ogr (GDALDataset *&poDS, std::string layer, std::string query, std::vector<double > ext , SpatVector filter, bool as_proxy, std::string what);
227
227
SpatVector fromDS (GDALDataset *poDS);
228
228
bool ogr_geoms (std::vector<OGRGeometryH> &ogrgeoms, std::string &message);
229
229
bool delete_layers (std::string filename, std::vector<std::string> layers, bool return_error);
0 commit comments