Hi Andrés, You can download the trunk version
$ svn co http://svn.openlayers.org/trunk/openlayers/ 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. Hope this can help Andrés :) Best regards, Xurxo Méndez Pérez http://www.sonxurxo.com 2011/2/7 Andrés Maneiro <[email protected]> > Hello, > > I'm through the process of understanding how a WFS request is formed. I > think I have a bug on my code and it will be useful to debug the process all > along. So, I need to go through OL code step by step and understand what it > does. > > For that, I'm using the utilities chrome browser provides. But, the > OpenLayers script is minified [1], so it's a mess to debug and understand. > I've tried the OL code from svn and also the tarball of the stable release. > Both seem to be minified. > > So, my question is: is there a version of OL not minified "for debugging"? > How do you debug step-by-step OL code? > > best, > amaneiro > > [1] http://www.crockford.com/javascript/jsmin.html > > _______________________________________________ > 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
