Skip to content

Commit

Permalink
CT_HotineObliqueMercatorAzimuthCenter case is gdal 1.11+
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 22, 2014
1 parent 0fcad76 commit 87d308c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gt_wkt_srs.cpp
Expand Up @@ -714,12 +714,13 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIFDefn * psDefn )
break;

case CT_HotineObliqueMercatorAzimuthCenter:
#if GDAL_VERSION_MINOR >= 11
oSRS.SetHOMAC( adfParm[0], adfParm[1],
adfParm[2], adfParm[3],
adfParm[4],
adfParm[5], adfParm[6] );
break;

#endif
case CT_EquidistantConic:
oSRS.SetEC( adfParm[0], adfParm[1],
adfParm[2], adfParm[3],
Expand Down

0 comments on commit 87d308c

Please sign in to comment.