The Python script, build.py, is a copy of OpenLayers' script.  It is used
to build the GeoMOOSE.js library.  You will need the Python interpreter in order to
use this script. Python can be downloaded at http://www.python.org/download/

To run this script (from a shell/command prompt):
   cd build
   python build.py  (or simply, ./build.py, if using a Unix Bash shell)

In order to use the output file, GeoMOOSE.js, copy it to a web accessible directory
in your server.  To use with the GeoMOOSE demo package set, copy GeoMOOSE.js to
GeoMOOSE/webdocs/lib.

The build.py script uses the "geomoose.cfg" configuration file to specify which JavaScript files to include or exclude during the building process.  Feel free to edit this configuration file to see how it works.

The build script also uses the "license.txt" file to append a copyright notice to the GeoMOOSE.js JavaScript library.  If you add a JavaScript file copyrighted by someone else, please make sure to add a notice of that copyright to this file.  You may say something like:
  Portions of this library
  copyright (c) Copyright Holder
  ...

---
Last update:
27 March, 2007