Skip to content

Commit

Permalink
line by line
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jun 6, 2024
1 parent 9813e22 commit 30e5ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/gdallibrary/gdallibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ inline List gdal_read_geometry(CharacterVector dsn,
}

inline CharacterVector gdal_proj_to_wkt(CharacterVector proj_str) {
// OGRSpatialReference oSRS;
OGRSpatialReference oSRS;
// char *pszWKT = nullptr;
// oSRS.SetFromUserInput(proj_str[0]);
// #if GDAL_VERSION_MAJOR >= 3
Expand Down

0 comments on commit 30e5ef5

Please sign in to comment.