Skip to content

Commit

Permalink
Fixed erroneous deletion of line for tiepoint lon
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarkramer committed Nov 15, 2018
1 parent 934460f commit cb1480e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/support_data/ossimGeoTiff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ bool ossimGeoTiff::writeTags(TIFF *tifPtr,
falseNorthing = ossim::mtrs2usft(falseNorthing);
break;
case ANGULAR_DEGREE:
tiePoints[3] = projectionInfo->ulGroundPt().lond();
tiePoints[4] = projectionInfo->ulGroundPt().latd();
pixScale[0] = projectionInfo->getDecimalDegreesPerPixel().x;
pixScale[1] = projectionInfo->getDecimalDegreesPerPixel().y;
Expand Down

0 comments on commit cb1480e

Please sign in to comment.