<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1"><tt>I have a shape file with the following projection
info in the .prj file:<br>
<br>
GEOGCS["WGS84_ds",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Second",0.00000484813681109536]]<br>
<br>
I'm using qgis 1.5.0 on fedora core 12.  I have set enable reprojection
in the project properties and I'm using the google mercator projection
to view some google satellite images overlayed by my shape but it
doesn't work!  If I run ogr2ogr -f "ESRI Shapefile" -t_srs EPSG:4326
newshape oldshape I can display newshape overlayed onto the google
images.  The prj file for the newshape is:<br>
<br>
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]<br>
<br>
So the only difference is that the UNITS seem to be ignored by qgis
even though ogr2ogr uses them properly.  So is this a bug?  I searched
the tickets but couldn't find one like this but maybe I didn't get the
correct search parameters?<br>
</tt></font>
</body>
</html>