<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    If your intent is to use Google Maps as a backdrop, your target map
    projection must be Spherical Mercator.&nbsp; There are a few ways to
    specify this; here's one way:<br>
    <br>
    MAP<br>
    &nbsp;&nbsp; :<br>
    &nbsp; PROJECTION<br>
    &nbsp; &nbsp; &nbsp; "proj=merc"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "a=6378137"<br>
    &nbsp;&nbsp; &nbsp;&nbsp; "b=6378137"<br>
    &nbsp; &nbsp; &nbsp; "lat_ts=0.0"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "lon_0=0.0"<br>
    &nbsp;&nbsp; &nbsp;&nbsp; "x_0=0.0"<br>
    &nbsp; &nbsp; &nbsp; "y_0=0"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "k=1.0"<br>
    &nbsp;&nbsp; &nbsp;&nbsp; "units=m"<br>
    &nbsp; &nbsp; &nbsp; "nadgrids=@null"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "no_defs"<br>
    &nbsp; END<br>
    <br>
    Next you must tell mapserver the coordinate system of each of the
    source layers.&nbsp; It looks like your layers are in "British National
    Grid" so use:<br>
    <br>
    &nbsp; LAYER<br>
    &nbsp;&nbsp;&nbsp; :<br>
    &nbsp;&nbsp;&nbsp; &nbsp; PROJECTION<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; "EPSG:27700"<br>
    &nbsp;&nbsp;&nbsp; &nbsp; END<br>
    &nbsp;&nbsp;&nbsp; <b></b>
    <pre class="moz-signature" cols="72">Best Regards,
Brent Fraser</pre>
    <br>
    On 9/8/2011 11:18 AM, vaibhavgarg wrote:
    <blockquote cite="mid:1315502291047-6772798.post@n2.nabble.com"
      type="cite">
      <pre wrap="">Thanks for your reply. I will post in the mapserver list.

Can you help me in identifying the right projection types? (extents are easy
but not the rest)

The example data is attached to the first message, which I am hoping is
helpful. I am not so well versed in projections and it is only part I am
having trouble with.

With regards,

Vaibhav G



--
View this message in context: <a class="moz-txt-link-freetext" href="http://osgeo-org.1803224.n2.nabble.com/Getting-blank-tiles-in-google-maps-tp6746323p6772798.html">http://osgeo-org.1803224.n2.nabble.com/Getting-blank-tiles-in-google-maps-tp6746323p6772798.html</a>
Sent from the ms4w-users mailing list archive at Nabble.com.
_______________________________________________
MS4W-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:MS4W-Users@lists.maptools.org">MS4W-Users@lists.maptools.org</a>
<a class="moz-txt-link-freetext" href="http://lists.maptools.org/mailman/listinfo/ms4w-users">http://lists.maptools.org/mailman/listinfo/ms4w-users</a>

</pre>
    </blockquote>
  </body>
</html>