Unfortunately Bing&#39;s resolution is not as good as Gogle&#39;s.<br><br><div class="gmail_quote">2011/12/1 Frederic Junod <span dir="ltr">&lt;<a href="mailto:frederic.junod@camptocamp.com">frederic.junod@camptocamp.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">See <a href="http://openlayers.org/dev/examples/bing.html" target="_blank">http://openlayers.org/dev/examples/bing.html</a><br>

<br>
Aerial layers with:<br>
<br>
new OpenLayers.Layer.Bing({<br>
  name: &quot;Aerial&quot;,<br>
  key: apiKey,<br>
  type: &quot;Aerial&quot;<br>
});<br>
<br>
Is that what you&#39;re looking for?<br>
<br>
fredj<br>
<div class="HOEnZb"><div class="h5"><br>
On Thu, Dec 1, 2011 at 10:14 AM, Alex &lt;<a href="mailto:zeitalex@googlemail.com">zeitalex@googlemail.com</a>&gt; wrote:<br>
&gt; Sorry forgot to mention that I am looking for the satellite imagery.<br>
&gt;<br>
&gt; 2011/12/1 Frederic Junod &lt;<a href="mailto:frederic.junod@camptocamp.com">frederic.junod@camptocamp.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Dec 1, 2011 at 9:55 AM, Alex &lt;<a href="mailto:zeitalex@googlemail.com">zeitalex@googlemail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Thanks a lot for your answer it saved me a lot of time. May be you can<br>
&gt;&gt; &gt; suggest an alternative to Google Layer that works well on Mobile? Thanks<br>
&gt;&gt; &gt; a<br>
&gt;&gt; &gt; lot in advance.<br>
&gt;&gt;<br>
&gt;&gt; Most of the mobile examples (<a href="http://m.openlayers.org" target="_blank">http://m.openlayers.org</a>) uses Bing or OSM<br>
&gt;&gt; layers.<br>
&gt;&gt;<br>
&gt;&gt; fredj<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; 2011/12/1 Eric Lemoine &lt;<a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Wednesday, November 30, 2011, Alex &lt;<a href="mailto:zeitalex@googlemail.com">zeitalex@googlemail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; Dear all,<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; I tried to migrate OL 2.10 PC aimed version to OL 2.11 Mobile one<br>
&gt;&gt; &gt;&gt;&gt; &gt; with<br>
&gt;&gt; &gt;&gt;&gt; &gt; Google Layer v3. The major problem is the panning. It is not smooth<br>
&gt;&gt; &gt;&gt;&gt; &gt; especially for Google Layer. While panning my WMS layer is moving<br>
&gt;&gt; &gt;&gt;&gt; &gt; independently from Google Layer. Only after Panning is finished they<br>
&gt;&gt; &gt;&gt;&gt; &gt; fit<br>
&gt;&gt; &gt;&gt;&gt; &gt; together again. Another problem is that the loading takes longer. I<br>
&gt;&gt; &gt;&gt;&gt; &gt; created<br>
&gt;&gt; &gt;&gt;&gt; &gt; custom OL build but it did not really help.<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Anyone have similar issues?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I don&#39;t think the Google layer has received much testing (and interest<br>
&gt;&gt; &gt;&gt;&gt; up<br>
&gt;&gt; &gt;&gt;&gt; to now) on mobile. OpenLayers doesn&#39;t itself move Google layers, but<br>
&gt;&gt; &gt;&gt;&gt; relies<br>
&gt;&gt; &gt;&gt;&gt; on the Google Maps API for that. That may explain why your WMS and<br>
&gt;&gt; &gt;&gt;&gt; Google<br>
&gt;&gt; &gt;&gt;&gt; layers aren&#39;t aligned while dragging. Another issue you&#39;ll have is<br>
&gt;&gt; &gt;&gt;&gt; with<br>
&gt;&gt; &gt;&gt;&gt; pinch zoom. OpenLayers&#39; pinch zoom only works for<br>
&gt;&gt; &gt;&gt;&gt; non-fixed/non-commercial<br>
&gt;&gt; &gt;&gt;&gt; layers. So at this point I wouldn&#39;t recommend having Google layers in<br>
&gt;&gt; &gt;&gt;&gt; OpenLayers mobile applications. Sorry.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt;&gt; Eric Lemoine<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Camptocamp France SAS<br>
&gt;&gt; &gt;&gt;&gt; Savoie Technolac, BP 352<br>
&gt;&gt; &gt;&gt;&gt; 73377 Le Bourget du Lac, Cedex<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Tel : 00 33 4 79 44 44 96<br>
&gt;&gt; &gt;&gt;&gt; Mail : <a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://www.camptocamp.com" target="_blank">http://www.camptocamp.com</a><br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
&gt;&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Frédéric Junod<br>
&gt;&gt; Camptocamp SA<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Frédéric Junod<br>
Camptocamp SA<br>
</div></div></blockquote></div><br>