7 | | [https://svn.codehaus.org/mapbuilder/cscs/trunk/proj4js/lib/proj4js-compressed.js proj4js-compressed.js] compressed version |
8 | | |
9 | | [https://svn.codehaus.org/mapbuilder/cscs/trunk/proj4js/lib/proj4js-combined.js proj4js-combined.js] un-compressed version (better for debugging) |
10 | | |
11 | | Some example Proj4js definition files are available at: [https://svn.codehaus.org/mapbuilder/cscs/trunk/proj4js/lib/defs lib/defs]. |
12 | | |
13 | | '''Note:''' Proj4js currently depends on some core [http://openlayers.org/ OpenLayers] classes which are compiled into the file [https://svn.codehaus.org/mapbuilder/cscs/trunk/proj4js/lib/OLprotoype.js OLprotoype.js]. If you are using Proj4js in a page that already includes the !OpenLayers library, there is no need to include this file, otherwise you must also include OLprototype.js in a <script> tag. The development plan for Proj4js is to factor out this requirement so that the !OpenLayers classes will only be required for dynamic lookup of the CRS definitions (see [wiki:UserGuide]). |
14 | | |
| 7 | Some example Proj4js definition files can be found in the proj4jslib/defs subdirecotry. |