Changes between Version 4 and Version 5 of DevGuide
- Timestamp:
- 06/19/13 07:08:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevGuide
v4 v5 5 5 This page is targeted at developers wishing to delve deeper into Proj4js internals. 6 6 7 == Subversionaccess ==7 == Git access == 8 8 9 The subversion repository for Proj4js can be found at http://svn.osgeo.org/metacrs/proj4js.9 The git repository for Proj4js can be found at http://github.com/proj4js/proj4js. 10 10 11 11 Due to difficulties encountered extracting the code from the [http://docs.codehaus.org/display/MAP/Home/ MapBuilder] project, we were unable to preserve the SVN history. However, the history will continue to be available through the MapBuilder SVN. The relevant directories are: … … 15 15 16 16 == Building custom versions of Proj4js == 17 18 NOTE: The following instructions apply to the latest Proj4js release. The build system on master is currently being rewritten. 17 19 18 20 The proj4js/build directory contains some scripts that can be use to build a single file (buildUncompressed.py) and compressed (build.py) versions of the Proj4js library. The build process is controlled by the file library.cfg. To build the library: