Skip to content
Snippets Groups Projects
Commit ed784942 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: error in gdal patch

parent b469f3b2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ diff -burN gdal-2.2.1-orig/frmts/raw/envidataset.cpp gdal-2.2.1/frmts/raw/envida
oSRS.SetLocalCS(papszFields[0]);
+ // Arbitrary : assume that the Y axis isn't flipped
+ if( STARTS_WITH_CI(papszFields[0], "Arbitrary" )
+ if( STARTS_WITH_CI(papszFields[0], "Arbitrary" ) )
+ {
+ adfGeoTransform[2] *= -1.0;
+ adfGeoTransform[5] *= -1.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment