Page 1 of 1

Latest development version of Therion 5.4.4 released

PostPosted: Nov 28, 2019 6:38 am
by Martin Sluka
Latest development version of Therion 5.4.4 released at November 14, 2019.
Changes:

Therion 5.4.4 (2019-05-01):

therion:
* support for Proj 5.0 and newer API (proj.h)
* bugs fixed:
- segfault while generating SVG when compiled by newer g++
- incorrect EPSG projections handling if more than one EPSG codes are used
- custom projection name missing
- missing Proj4 human readable projection names

--------------------------------------------------------------------------------

Therion 5.4.3 (2019-02-01):

therion:
* input line length increased to allow reading larger elevation datasets
* built-in Proj.4 removed; internal mapping of EPSG and ESRI codes replaced
by +init=epsg|esri:... libproj initialization string
* bugs fixed:
- add and use PROJ grid files in the windows distribution
- fix comment and code typos [PR#127]