mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 11:29:12 +02:00
* include/javascript/OpenLayers/*: include the OpenLayers library into the Pandora file system for GIS use. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2278 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
15 lines
258 B
Plaintext
Executable File
15 lines
258 B
Plaintext
Executable File
|
|
## HowTo: Build & deploy "Shrunk" Single File Library version of OpenLayers ##
|
|
|
|
* Build:
|
|
|
|
cd build
|
|
./build.py
|
|
cd ..
|
|
|
|
* Upload the result to the server: e.g.
|
|
|
|
scp build/OpenLayers.js openlayers@openlayers.org:openlayers.org/htdocs/code/
|
|
|
|
|