Changes between Version 17 and Version 18 of UserGuide


Ignore:
Timestamp:
Mar 17, 2013, 12:08:12 PM (11 years ago)
Author:
Tjeu
Comment:

Changed the source EPSG to WGS84, 4326 instead of 4236.

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide

    v17 v18  
    1919// creating source and destination Proj4js objects
    2020// once initialized, these may be re-used as often as needed
    21 var source = new Proj4js.Proj(‘EPSG:4236’);    //source coordinates will be in Longitude/Latitude
     21var source = new Proj4js.Proj(‘EPSG:4326’);    //source coordinates will be in Longitude/Latitude
    2222var dest = new Proj4js.Proj(‘EPSG:27563’);     //destination coordinates in LCC, south of France
    2323