Skip to content

Commit e27f4e5

Browse files
committed
h
1 parent 51b74ac commit e27f4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spatVector.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class SpatVector {
214214
SpatVector set_holes(SpatVector x, size_t i);
215215
SpatVector remove_duplicate_nodes(int digits);
216216

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);
218218

219219
bool write(std::string filename, std::string lyrname, std::string driver, bool append, bool overwrite, std::vector<std::string>);
220220

@@ -223,7 +223,7 @@ class SpatVector {
223223
#ifdef useGDAL
224224
GDALDataset* write_ogr(std::string filename, std::string lyrname, std::string driver, bool append, bool overwrite, std::vector<std::string> options);
225225
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);
227227
SpatVector fromDS(GDALDataset *poDS);
228228
bool ogr_geoms(std::vector<OGRGeometryH> &ogrgeoms, std::string &message);
229229
bool delete_layers(std::string filename, std::vector<std::string> layers, bool return_error);

0 commit comments

Comments
 (0)