Changes between Version 9 and Version 10 of SphericalMercator

Show
Ignore:
Timestamp:
01/14/08 18:46:49 (5 years ago)
Author:
crschmidt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SphericalMercator

    v9 v10  
    3030See http://proj.maptools.org/faq.html#sphere_as_wgs84 for more information on why this is. 
    3131 
     32This can be added to /usr/share/epsg/proj by adding the following line to the file: 
     33 
     34 
     35{{{ 
     36   <900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs 
     37}}} 
     38 
     39 
     40 
    3241and in [http://geoserver.org GeoServer] as: 
    3342