[OpenLayers-Users] OpenLayer & iPhone
    Mohammed Malaka 
    MMalaka at imgs.ie
       
    Tue Jun 21 11:10:10 EDT 2011
    
    
  
Hi All,
 
I am working on a .Net Mapping web application for Mobile that use
OpenLayers. 
 
I created the following simple page
 
<html><body>
  <div id="demoMap"></div>
  <script src="http://www.openlayers.org/api/OpenLayers.js"></script>
  <script>
      map = new OpenLayers.Map("demoMap");
      map.addLayer(new OpenLayers.Layer.OSM());
      map.zoomToMaxExtent();
  </script>
</body></html
 
This pages take about 10s to load on the iPhone 4.3.3 (using Safari
browser) and about 3-4s to load on Andriod 2.3 HTC desire HD (using the
default browser).
 
why it is slow on the iPhone?  
Any advice on how to improve the performance?
 
I tried the 2.11 release and I get the same results.
 
Regards
 
Mohammed Malaka
Sr. Applications Engineer, IMGS
8b Keypoint, Rosemount Business Park, Dublin 11
t:   +353 1 885 3839  
w:  www.imgs.ie <http://www.imgs.ie/>         e:  mmalaka at imgs.ie
<mailto:mmalaka at imgs.ie>  
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20110621/cc509a28/attachment.html
    
    
More information about the Users
mailing list