Improvements to the merging of source image datasets into the destination

tiles which ensure that gaps don't appear.

Made the elevation properly scaled relative to the having the x & y in
degrees.
This commit is contained in:
Robert Osfield
2004-02-01 10:27:19 +00:00
parent 4714f93054
commit cec8dd54ed
2 changed files with 180 additions and 124 deletions

View File

@@ -115,12 +115,12 @@ int main( int argc, char **argv )
}
if (false)
if (false)
{
// set up the coordinate system
OGRSpatialReference oSRS;
oSRS.SetProjCS( "UTM 47 (WGS84) in southern hemisphere." );
oSRS.SetProjCS( "WGS 84 / UTM zone 47S" );
oSRS.SetWellKnownGeogCS( "WGS84" );
oSRS.SetUTM( 47, FALSE );