Folks on the WW forum are using this script to proxy GMaps:<br>
<br>
&lt;?<br>
<br>
$v_TileL = (int) $_GET['L'];<br>
$v_TileX = (int) $_GET['X'];<br>
$v_TileY = (int) $_GET['Y'];<br>
<br>
$x = (int) $v_TileX;<br>
$y = (int) (48 * (1 &lt;&lt; $v_TileL) - $v_TileY - 1);<br>
$tid = 't';<br>
for ($i = 0, $l = 32 * (1 &lt;&lt; $v_TileL); $i &lt; ($v_TileL + 6); ++$i, $l &gt;&gt;= 1) {<br>
 &nbsp; &nbsp;if ($x &amp; $l) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if ($y &amp; $l) $tid .= 's';<br>
 &nbsp; &nbsp; &nbsp; &nbsp;else $tid .= 'r';<br>
 &nbsp; &nbsp;} else {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if ($y &amp; $l) $tid .= 't';<br>
 &nbsp; &nbsp; &nbsp; &nbsp;else $tid .= 'q';<br>
 &nbsp; &nbsp;}<br>
}<br>
header('Location: <a href="http://kh.google.com/kh?v=1&amp;t=">http://kh.google.com/kh?v=1&amp;t=</a>' . $tid);<br>
<br>
?&gt;<br>
<br>
See the full thread at <a href="http://forum.worldwind.arc.nasa.gov/index.php?showtopic=2661&amp;hl=google+maps">http://forum.worldwind.arc.nasa.gov/index.php?showtopic=2661&amp;hl=google+maps</a><br>
<br>
Let's see who's the first figuring out a WMS!<br>
<br>
&nbsp;-C<br>
<br><br><div><span class="gmail_quote">On 5/3/05, <b class="gmail_sendername">Jeffrey Johnson</b> &lt;<a href="mailto:ortelius@gmail.com">ortelius@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Has anyone figured out how to use Google Maps as a WMS server. I heard<br>from a classmate that had, but we were unable to find any info online.<br><br><br>On 5/3/05, Giridhar Manepalli &lt;<a href="mailto:gmanepal@gmail.com">
gmanepal@gmail.com</a>&gt; wrote:<br>&gt; Thanks Andy. I liked it. I still have to think about using that<br>&gt; somehow in the mapserver context.<br>&gt;<br>&gt; On 5/3/05, Andy Canfield &lt;<a href="mailto:andy.canfield@gmail.com">
andy.canfield@gmail.com</a>&gt; wrote:<br>&gt; &gt; To all,<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; I have created an example of how to use Google Maps in your own web<br>&gt; &gt; pages for routing, geocoding, directions etc. I have a sample web page and
<br>&gt; &gt; all the code is within that page. I'm sure once folks see what I'm doing<br>&gt; &gt; they will be able to add it to their own Mapserver pages fairly easily. I am<br>&gt; &gt; going to try and add the page to this e-mail as a .zip file. If my gmail
<br>&gt; &gt; strips it out please feel free to e-mail me and I will send you a copy of<br>&gt; &gt; the zip file from another account. The source will show you how to feed an<br>&gt; &gt; address to Google Maps and get back the Lat, Lon of that address. It will
<br>&gt; &gt; also show how to feed Google Maps a from and to route request and get back<br>&gt; &gt; the directions and the polyline coordinates of the route. The source code is<br>&gt; &gt; intended as example only and I leave it up to you to how you want to add
<br>&gt; &gt; that data to your Mapserver implementations. Google Maps does have<br>&gt; &gt; restrictions to using their API so you must abide by them if you decide to<br>&gt; &gt; implement this example. If there are any errors in the source please let me
<br>&gt; &gt; know so I can fix them. So far I have only tested this with Mozilla and IE6.<br>&gt; &gt; Thank you,<br>&gt; &gt; Andy<br>&gt; &gt;<br>&gt;<br></blockquote></div><br><br><br>-- <br>Cristiano Giovando<br>Department of Geography
<br>San Diego State University