On Wed, Jun 22, 2011 at 3:03 AM, Noli Sicad <[email protected]> wrote: > Hi Eric, > >>> Any advice on how to improve the performance? >> >> >> You can try <http://www.openlayers.org/dev/OpenLayers.mobile.js>. But >> as Andreas said you'd be better off creating your own build. >> > > What is in this OpenLayers.mobile.js aside from TouchNavigation > control to compare to the regular OpenLayers.js?
The mobile build profile is in the source tree. See <http://trac.osgeo.org/openlayers/browser/trunk/openlayers/build/mobile.cfg>. > Is any version of > this that is not minified? You can use the buildUncompressed.py script to create a non-minified build. > > Is TouchNavigation control also in the regular Openlayers.js? What do you mean by "regular OpenLayers.js"? If you're talking about <http://www.openlayers.org/dev/OpenLayers.js> or any other OpenLayers.js build hosted on www.openlayers.org then yes, it includes TouchNavigation.js, it is a full build actually, made with this profile: <http://trac.osgeo.org/openlayers/browser/trunk/openlayers/build/full.cfg>. That is why it is highly recommended to create one's own profiles and builds. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
