Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagenbrenner committed Jul 8, 2024
1 parent a4c5fe2 commit 5078dbb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ninja/gdal_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -902,12 +902,6 @@ bool GDALWarpToUtm (const char* filename, GDALDatasetH& hSrcDS, GDALDatasetH& hD
oDstSRS.importFromEPSG(nUtmZone);
oDstSRS.exportToWkt((char**)&pszDstWKT);

//#ifdef GDAL_COMPUTE_VERSION
//#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,0,0)
// OSRSetAxisMappingStrategy(oDstSRS, OAMS_TRADITIONAL_GIS_ORDER);
//#endif /* GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,0,0) */
//#endif /* GDAL_COMPUTE_VERSION */

void *hTransformArg;

hTransformArg =
Expand Down

0 comments on commit 5078dbb

Please sign in to comment.