Doesn&#39;t look like you have SRS on the shapefiles.<div><br></div><div>ogrinfo info shows you what you need to know about the shapefiles:</div><div><br></div><div>ogrinfo -so -al HampshireLines.shp</div><div>ogrinfo -so -al HampshirePoints.shp</div>
<div>ogrinfo -so -al HampshireAreas.shp<br><div>All three currently have:<br><div>Layer SRS WKT:</div><div>(unknown)</div></div><div><br></div><div>I&#39;ve had good luck using ogr2ogr to add SRS. For example to add EPSG:4326 (What google uses)</div>
<div>ogr2ogr -a_srs EPSG:4326 HampshireAreas2 HampshireAreas.shp</div><div>ogr2ogr -a_srs EPSG:4326 HampshirePoints2 HampshirePoints.shp</div><div>ogr2ogr -a_srs EPSG:4326 HampshireLines2 HampshireLines.shp</div><div><br>
</div><div>Ends up with:</div><div><div>Layer SRS WKT:</div><div>GEOGCS[&quot;GCS_WGS_1984&quot;,</div><div>    DATUM[&quot;WGS_1984&quot;,</div><div>        SPHEROID[&quot;WGS_84&quot;,6378137,298.257223563]],</div><div>
    PRIMEM[&quot;Greenwich&quot;,0],</div><div>    UNIT[&quot;Degree&quot;,0.017453292519943295]]</div><div><br></div>Hope that helps.</div><div><br></div><div><br><div class="gmail_quote">On Thu, Sep 8, 2011 at 1:41 PM, vaibhavgarg <span dir="ltr">&lt;<a href="mailto:vaibhavkumargarg@gmail.com">vaibhavkumargarg@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Thanks for replying. I am new to mapserver so I did now know we can do that.<br>
<br>
Anyway, yes I was able to use that url to generate the map:<br>
<a href="http://osgeo-org.1803224.n2.nabble.com/file/n6773174/MapImage.png" target="_blank">http://osgeo-org.1803224.n2.nabble.com/file/n6773174/MapImage.png</a><br>
<br>
It looks just like the result of shp2img.exe<br>
<br>
How do I identify and specify the right projections, which really confuses<br>
me and I am guessing that that is the problem..<br>
<br>
Can you have a look at the sample .SHP data please?<br>
<font color="#888888"><br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Getting-blank-tiles-in-google-maps-tp6772814p6773174.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Getting-blank-tiles-in-google-maps-tp6772814p6773174.html</a><br>

</font><div><div></div><div class="h5">Sent from the Mapserver - User mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>A computer without Windows is like chocolate cake without mustard.<br>
</div></div>