<div>Hi Lennox,</div>
<div>&nbsp;</div>
<div><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://local.live.com/default.aspx?v=2&amp;cp=0~0&amp;style=h&amp;lvl=1&amp;scene=1875974" target="_blank">http://local.live.com/default.aspx?v=2&amp;cp=0~0&amp;style=h&amp;lvl=1&amp;scene=1875974
</a>,</div>
<div>&nbsp;</div>
<div>is this an application using ka-map?</div>
<div>&nbsp;</div>
<div>zhonghai<br>&nbsp;</div>
<div><span class="gmail_quote">On 6/2/06, <b class="gmail_sendername">Lennox Antoine</b> &lt;<a href="mailto:lxnyce@gmail.com">lxnyce@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I believe this is the same projection used in VirtualEarth<br>(<a href="http://local.live.com/default.aspx?v=2&amp;cp=0~0&amp;style=h&amp;lvl=1&amp;scene=1875974">
http://local.live.com/default.aspx?v=2&amp;cp=0~0&amp;style=h&amp;lvl=1&amp;scene=1875974</a>),<br>so you can check out the projection they used to get it into<br>Geographic LL coordinates.<br><br><a href="http://www.brains-n-brawn.com/default.aspx?vDir=veworldwind">
http://www.brains-n-brawn.com/default.aspx?vDir=veworldwind</a><br><br>I'll paste the reprojection area of the code here :<br><br>//NOTE tiles did not line up properly with ellps=WGS84<br>//string [] projectionParameters = new string[]{&quot;proj=merc&quot;,
<br>&quot;ellps=WGS84&quot;, &quot;no.defs&quot;};<br>//+proj=longlat +ellps=sphere +a=6370997.0 +es=0.0<br>string [] projectionParameters = new string[]{&quot;proj=merc&quot;,<br>&quot;ellps=sphere&quot;, &quot;a=&quot; + 
earthRadius.ToString(), &quot;es=0.0&quot;, &quot;no.defs&quot;};<br>proj = new Projection(projectionParameters);<br><br>I have also had luck estimating it with tangent and log functions<br>without using proj.4.<br><br>-Lennox
<br><br><br>On 6/1/06, Joaquim Luis &lt;<a href="mailto:jluis@ualg.pt">jluis@ualg.pt</a>&gt; wrote:<br>&gt; I don't know what is the projection of&nbsp;&nbsp;the Google image. Maybe a Miller<br>&gt; cylindrical.<br>&gt; I don't know either the proj string to do it.
<br>&gt; You can look at the GMT cookbook to see many example maps of different<br>&gt; projections.<br>&gt; (the site seams to be having some problems right now)<br>&gt;<br>&gt; Joaquim<br>&gt; &gt;<br>&gt; &gt; Ah, thank you!&nbsp;&nbsp;That helps, but I still can't figure it out.
<br>&gt; &gt;<br>&gt; &gt; Basically what I'm trying to do is convert this:<br>&gt; &gt;<br>&gt; &gt; <a href="http://veimages.gsfc.nasa.gov/7107/world.topo.bathy.200408.3x5400x2700.jpg">http://veimages.gsfc.nasa.gov/7107/world.topo.bathy.200408.3x5400x2700.jpg
</a><br>&gt; &gt; &lt;<a href="http://veimages.gsfc.nasa.gov/7107/world.topo.bathy.200408.3x5400x2700.jpg">http://veimages.gsfc.nasa.gov/7107/world.topo.bathy.200408.3x5400x2700.jpg</a>&gt;<br>&gt; &gt;<br>&gt; &gt; Into something that looks like this:
<br>&gt; &gt;<br>&gt; &gt; <a href="http://maps.google.com/?ll=4.915833,56.25&amp;spn=179.778788,360&amp;t=k&amp;om=1">http://maps.google.com/?ll=4.915833,56.25&amp;spn=179.778788,360&amp;t=k&amp;om=1</a><br>&gt; &gt; &lt;
<a href="http://maps.google.com/?ll=4.915833,56.25&amp;spn=179.778788,360&amp;t=k&amp;om=1">http://maps.google.com/?ll=4.915833,56.25&amp;spn=179.778788,360&amp;t=k&amp;om=1</a>&gt;<br>&gt; &gt;<br>&gt;<br>&gt; _______________________________________________
<br>&gt; Gdal-dev mailing list<br>&gt; <a href="mailto:Gdal-dev@lists.maptools.org">Gdal-dev@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/gdal-dev">http://lists.maptools.org/mailman/listinfo/gdal-dev
</a><br>&gt;<br>_______________________________________________<br>Gdal-dev mailing list<br><a href="mailto:Gdal-dev@lists.maptools.org">Gdal-dev@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/gdal-dev">
http://lists.maptools.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br>