harvester-d4science/public/ckanext/harvest/js/openlayers
Adrià Mercader 0ebe3c7a07 Update README and license notices 2011-03-23 10:20:40 +00:00
..
img First version of the WMS viewer. The viewer is based on OpenLayers, which is used to parse the GetCapabilities response and build a map with the layers found. 2011-03-22 17:33:58 +00:00
theme/default First version of the WMS viewer. The viewer is based on OpenLayers, which is used to parse the GetCapabilities response and build a map with the layers found. 2011-03-22 17:33:58 +00:00
OpenLayers_ckan.js Update README and license notices 2011-03-23 10:20:40 +00:00
README.txt Update README and license notices 2011-03-23 10:20:40 +00:00
ckan.cfg First version of the WMS viewer. The viewer is based on OpenLayers, which is used to parse the GetCapabilities response and build a map with the layers found. 2011-03-22 17:33:58 +00:00

README.txt

This is a custom build of the OpenLayers Javascript mapping library,
slimmed down to only the features we need.

The file ckan.cfg contains the build profile used to build OpenLayers.
In order to add more functionality, new classes must be added in the
build profile, and then run the build command from the OpenLayers
distribution:

1. svn co http://svn.openlayers.org/trunk/openlayers

2. Modify ckan.cfg

3. Go to build/ and execute::

    python build.py {path-to-ckan.cfg} {output-file}

The theme used for the OpenLayers controls is the "dark" theme made available
by Development Seed under the BSD License:

https://github.com/developmentseed/openlayers_themes/blob/master/LICENSE.txt