You are here

README.txt in Proj4JS 7

## HowTo: Build & deploy "Shrunk" Single File Library version of proj4js ##

 * Build:

     cd build
     ./build.py
     cd ..

 * Upload the result to the server: e.g.

  scp build/proj4js.js openlayers@openlayers.org:openlayers.org/htdocs/code/


File

lib/proj4js/build/README.txt
View source
  1. ## HowTo: Build & deploy "Shrunk" Single File Library version of proj4js ##
  2. * Build:
  3. cd build
  4. ./build.py
  5. cd ..
  6. * Upload the result to the server: e.g.
  7. scp build/proj4js.js openlayers@openlayers.org:openlayers.org/htdocs/code/