Dan I queried your geotif using the utility "listgeo", here is the result:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
H:\fs_design_projects\dicks example\test\SourceData>listgeo wtf1.tif
wtf1.tif: Warning, wrong data type 1 for "XMLPacket"; tag ignored.
wtf1.tif: Warning, unknown field with tag 34665 (0x8769) encountered.
wtf1.tif: Warning, invalid TIFF directory; tags are not sorted in ascending orde
r.
Geotiff_Information:
Version: 1
Key_Revision: 1.0
Tagged_Information:
ModelTiepointTag (2,3):
0 0 0
-111.000998 32.248459 0
ModelPixelScaleTag (1,3):
0.3 0.3 0
End_Of_Tags.
Keyed_Information:
End_Of_Keys.
End_Of_Geotiff.
Corner Coordinates:
Upper Left ( -111.001, 32.248)
Lower Left ( -111.001, -1455.752)
Upper Right ( 1370.999, 32.248)
Lower Right ( 1370.999, -1455.752)
Center ( 629.999, -711.752)
_____________________________________________________
It looks to me like you have an incorrect scaling factor, as your longitude for upper right and lower right wraps around the world a few times.
Under "model pixel scale" tag, you have .3, .3, 0
I queried one of my own geotifs, here is the result of listgeo for my file:
___________________________________________________________
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
H:\fs_design_projects\harvey_fsx>listgeo sno1.tif
Geotiff_Information:
Version: 1
Key_Revision: 1.0
Tagged_Information:
ModelTiepointTag (2,3):
0 0 0
-122.202029 47.9632241 0
ModelPixelScaleTag (1,3):
2.66121067e-005 2.66121067e-005 1
End_Of_Tags.
Keyed_Information:
GTModelTypeGeoKey (Short,1): ModelTypeGeographic
GTRasterTypeGeoKey (Short,1): RasterPixelIsArea
GeographicTypeGeoKey (Short,1): GCS_WGS_84
GeogAngularUnitsGeoKey (Short,1): Angular_Degree
End_Of_Keys.
End_Of_Geotiff.
GCS: 4326/WGS 84
Datum: 6326/World Geodetic System 1984
Ellipsoid: 7030/WGS 84 (6378137.00,6356752.31)
Prime Meridian: 8901/Greenwich (0.000000/ 0d 0' 0.00"E)
Corner Coordinates:
Upper Left (122d12' 7.30"W, 47d57'47.61"N)
Lower Left (122d12' 7.30"W, 47d49'32.49"N)
Upper Right (121d59' 5.55"W, 47d57'47.61"N)
Lower Right (121d59' 5.55"W, 47d49'32.49"N)
Center (122d 5'36.43"W, 47d53'40.05"N)
___________________________________________________
See how all the coordinates make sense, and the scale is on the order of 10e-5 for x and y, with 1 for z.
You also are getting some error messages, the first two I have seen before and it didn't appear to hurt the validity of the geotif, but the third one I haven't seen.
Hope this helps
Bob