aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2012-03-13 22:47:22 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2012-03-13 22:47:22 +0000
commit13690064a99c255e7bc2ed49593e3ed114e397e8 (patch)
tree57f27a79ff68db48bd7f3e53ccd267dd1740e3e6 /NEWS
parent29b20788202fecc804fcbee137ed23cb31483a26 (diff)
downloadPROJ-13690064a99c255e7bc2ed49593e3ed114e397e8.tar.gz
PROJ-13690064a99c255e7bc2ed49593e3ed114e397e8.zip
add some missing items of 4.8.0 news
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2195 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 99ecdc5f..865c494b 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,11 @@
o nad2bin now produces "CTable2" format grid shift files by default which
are platform independent.
+ o nad2nad removed, use cs2cs for datum shift operations.
+
+ o projects.h no longer installed as a public include file. Please try to
+ only use proj_api.h.
+
o Add pj_get_spheroid_defn() accessor.
o Added an alternate version of pj_init() that takes a projCtx (execution
@@ -27,6 +32,9 @@
o Added support for the +axis= option for alternate axis orientations as
part of a coordinate system (used for TM South Orientated support).
+ o +proj=omerc implementatioin replaced with code from libproj4. +rot_conv
+ flag no longer works, and some coordinate systems (ie. Malaysian) will
+ need to use +gamma instead. "epsg" init file updated accordingly.
4.7.0 Release Notes