Changes between Version 7 and Version 8 of Download


Ignore:
Timestamp:
Oct 3, 2008, 1:14:53 PM (16 years ago)
Author:
madair
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v7 v8  
    11== Download the latest version of Proj4js here ==
    22
    3 The library will eventually be distributed as a .zip file, unzip this file in a web-accessible directory and then include the file proj4js-combined.js in your web page.  See the UserGuide for more details. Coming soon! 
     3The library is distributed as a .zip file and is available from the attachment below.  Unzip this file in a web-accessible directory and then include the file proj4js-compressed.js in your web page.  See the [wiki:UserGuide] for more details.
    44
    5 In the meantime, please use the trunk version out of the [http://docs.codehaus.org/display/MAP/Home/ MapBuilder] SVN repository at:
     5The SVN repository for Proj4js is at: [http://svn.osgeo.org/metacrs/proj4js metacrs/proj4js]
    66
    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 
     7Some example Proj4js definition files can be found in the proj4jslib/defs subdirecotry.