<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">Hi Community,</p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"> </p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">I have discovered a problem relate to the output of an ogr2ogr command
line call. My resulting polygon features are 12 miles (.18 degrees) due north
of where they should be, but the longitude is correct. The polygon dimensions
are also preserved.</p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"> </p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">The desired output is a shape file that has been projected using EPSG
4326.<span>  </span>The input comes from a postgres
database with postgis where the polygon were digitized in EPSG 900913 (the
google mercator prj).</p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"> </p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">Below is the command line call that I am using:</p>

<p class="MsoNormal">ogr2ogr -where &quot; gid = 3 &quot; -f &quot;ESRI
Shapefile&quot; E:\Web_Data_Storage\dfr_map_shapes\DFRmap_Tract_3_4326.shp
-t_srs EPSG:4326 PG:&quot;user=dfr_webmap dbname=denr host=ipaddress password=xxx
port=5433&quot; Tracts2</p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">If I convert the coordinates of a corner of a polygon using
gdaltransform I get the correct coordinates.</p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">gdaltransform -s_srs EPSG:900913 -t_srs EPSG:4326 -8853154 4197094.5</p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"> </p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"> </p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">Why is this happening and how do I fix it?</p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"> </p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">Thanks,</p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">Stacy</p>