OpenLayers
From ResourceSpace Documentation Wiki
Use
The OpenLayers library is used for the map functions (e.g. in the Geographic Search page).
Updating
- Downloaded the library (as a tar.gz or zip file) from http://www.openlayers.org/
- Unpack it in a temporary folder.
- Open the file build/full.cfg in a text editor.
Remove the line:OpenLayers/Lang
under the section [exclude] and save the changes. - Run this command from the build folder:
python build.py full.cfg
- Copy the resulting file OpenLayers.js to the directory lib/OpenLayers.
- Test the new library and commit the update when you have made sure that it's working.
