Changes between Version 9 and Version 10 of SphericalMercator
- Timestamp:
- 01/14/08 18:46:49 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SphericalMercator
v9 v10 30 30 See http://proj.maptools.org/faq.html#sphere_as_wgs84 for more information on why this is. 31 31 32 This 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 32 41 and in [http://geoserver.org GeoServer] as: 33 42
