Yes it is, absolutely. If you look at Firebug (or Developer's options window in Chrome) you'll find a lot of requests when linking lib/OpenLayers.js file, one per file included. Using the minified one it's just one request (plus Css and/or images).
Best regards, Xurxo Méndez Pérez http://www.sonxurxo.com 2011/2/7 Andrés Maneiro <[email protected]> > On 07/02/11 17:30, Xurxo Mendez wrote: > >> >> or the tarball, but your html code should link to >> $OL_HOME/lib/OpenLayers.js, rather than $OL_HOME/OpenLayers.js. This >> file is a kind of loader script that loads (take a look at that file) >> the others. You might want to see how downloaded examples (at >> $OL_HOME/examples) include the script. >> >> > That was definitively helpful! > > So, just one more question now: is it recommended for production > environments to link $OL_HOME/OpenLayers.js instead of > $OL_HOME/lib/OpenLayers.js? > > By the way, thanks for your quick and very good feedback. > > best, > amaneiro > > _______________________________________________ > Dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/openlayers-dev >
_______________________________________________ Dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-dev
