Skip to content

Commit a2a3ec4

Browse files
committed
ignore
1 parent 9d0a21c commit a2a3ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gdal.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ Rcpp::List CPL_crs_from_input(Rcpp::CharacterVector input) {
508508
OGRSpatialReference *ref = new OGRSpatialReference;
509509
handle_axis_order(ref);
510510
Rcpp::List crs;
511+
// const char *options[3] = {"ALLOW_NETWORK_ACCESS=YES", "ALLOW_FILE_ACCESS=YES", NULL}; -> defaults
511512
if (ref->SetFromUserInput(input[0]) == OGRERR_NONE) {
512513
crs = create_crs(ref, false);
513514
crs(0) = input;

0 commit comments

Comments
 (0)