Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jan 5, 2025
1 parent 007b9f4 commit ecf095c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ std::vector<std::vector<double>> SpatRaster::extractCell(std::vector<double> &ce
} else {
#ifdef useGDAL
size_t pos = source[src].filename.find("https://");
if ((pos != std::string::npos)) && (rc[0].size() > 200)) {
if ((pos != std::string::npos) && (rc[0].size() > 200)) {
if (win) {
readRowColBlock(src, out, lyr, wrc[0], wrc[1]);
} else {
Expand Down

0 comments on commit ecf095c

Please sign in to comment.