SHA256
1
0
forked from pool/proj

update to version 4.8.0

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=10
This commit is contained in:
Otto Dassau
2012-03-14 09:04:29 +00:00
committed by Git OBS Bridge
parent 7c07728e74
commit 9f55ccdf2c
4 changed files with 34 additions and 5 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Mar 14 08:57:02 UTC 2012 - dassau@gbd-consult.de
- update to version 4.8.0
- Added the Natural Earth projection.
- Added HEALPIX, rHEALPIX and Icosahedral Snyder Equal Area projections.
- nad2bin now produces "CTable2" format grid shift files by default which
are platform independent.
- nad2nad removed, use cs2cs for datum shift operations.
- projects.h no longer installed as a public include file. Please try to
only use proj_api.h.
- Add pj_get_spheroid_defn() accessor.
- Added an alternate version of pj_init() that takes a projCtx (execution
context) structure to address multithreading issues with error management
and to provide a support for application hookable error reporting and
logging.
- Upgrade to EPSG 7.9. Some changes in ideal datum selection.
- JNI bindings reworked, org.proj4.Projections deprecated in favor of
org.proj4.PJ.
- Added preliminary vertical datum support.
- Fix various multithreading issues, particular in datum grid handling code.
- Added support for the +axis= option for alternate axis orientations as
part of a coordinate system (used for TM South Orientated support).
- +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.
-------------------------------------------------------------------
Thu Aug 18 11:25:37 UTC 2011 - idonmez@novell.com