aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-26Merge pull request #361 from YannChemin/patch-1Howard Butler
Added scientific ref + info on params
2016-02-26Added scientific ref + info on paramsYann Chemin
2016-02-24Merge pull request #347 from bastik/laea-fixEven Rouault
unnecessary assignment in Lambert Azimuthal Equal Area
2016-02-24Merge pull request #343 from OSGeo/cmake-shared-325Howard Butler
adapt patch for #325 to fix static-only library building
2016-02-24Merge pull request #356 from micahcochran/man-updatesHoward Butler
Man Page Updates
2016-02-19man page update. cs2cs header was updated. HOME PAGE links were changed. ↵Micah Cochran
Converted man pages to html using man2html program. [ci skip]
2016-02-16Merge pull request #355 from cffk/geod-1.46Charles Karney
Upgrade geodesic library from GeographicLib 1.46.
2016-02-16Update man pages.Charles Karney
2016-02-16Fix typo in proj.defCharles Karney
2016-02-16Increment version for geodesic library to 1.46.1.Charles Karney
2016-02-16Preserve original numbering in proj.def (not sure whether this matters).Charles Karney
2016-02-16Finish the geod_ additions to proj.def.Charles Karney
2016-02-15Update proj.def to include new geod_ functions. Suppress warning from etmerc.Charles Karney
2016-02-15Fix warning in geod_set. Set include files for geodtest to null.Charles Karney
2016-02-15geodesic.c: move declarations to beginings of functions.Charles Karney
2016-02-15Upgrade geodesic library from GeographicLib 1.46.Charles Karney
* upgrade geodesic.[ch3] * add test suite geodtest.c and invoke via cmake's add_test * increment version to 4.9.3 and library version to 11.0.0
2016-02-04fixed #347 - unnecessary assignment in Lambert Azimuthal Equal AreaPaul Hartmann
2016-02-02Merge pull request #349 from rouault/ignore_big_values_in_gtxHoward Butler
GTX grids: ignore shift values whose abs value is > 1000
2016-02-02GTX grids: ignore shift values whose abs value is > 1000Even Rouault
This partially reverts https://github.com/OSGeo/proj.4/commit/338ea581 (#271) to solve issue with naptrans2008.gtx grid mentioned in http://lists.maptools.org/pipermail/proj/2016-February/007327.html
2016-01-26Merge pull request #348 from OrdnanceSurvey/bugfix/nadgrid-loading-iosHoward Butler
Increase maximum path size for grid shift loading
2016-01-26Use #define for max path lengthdrhaynes
2016-01-26Use const int for array sizedrhaynes
2016-01-26Increase maximum path size for grid shift loadingdrhaynes
On systems with long paths (e.g. iOS, which uses UUIDs for bundle directories), the existing maximum path length of 128 resulted in path truncation, and caused the grid shift file loading to fail. This change increases the buffer size for the path to 1024 chars, enabling the nadgrids file to be loaded on such systems.
2016-01-24Add support for big-endian NTv2 grids (#345)Even Rouault
2016-01-13nad/epsg: update to EPSG database v8.8Even Rouault
2016-01-06adapt patch for #325 to fix static-only library buildingHoward Butler
2016-01-06Merge pull request #342 from micahcochran/patch-1Howard Butler
#warning pragma fix for VC++ for pj_strtod.c
2016-01-06#warning pragma fix for Visual C++Micah Cochran
This is to address PR #341 in which Visual C++ stops compile due to encountering a #warning.
2015-12-16Merge pull request #332 from bartoli/masterHoward Butler
Missing FL.lla -> Fl generation in windows build
2015-12-16Missing FL.lla -> Fl generation in windows buildbartoli
2015-12-13Merge pull request #329 from jswhit/masterHoward Butler
inverse for hammer projection
2015-12-13add Changelog entryJeff Whitaker
2015-12-13add test for hammer projection (forward and inverse)Jeff Whitaker
2015-12-13fix typoJeff Whitaker
2015-12-13changed spaces to tabs (to match rest of code)Jeff Whitaker
2015-12-12inverse for hammer projectionJeff Whitaker
2015-12-05Merge pull request #327 from sebastic/manpage-typosHoward Butler
Fix unmatched ')' in man page.
2015-12-06Fix unmatched ')' in man page.Bas Couwenberg
Bugreport and patch by Dan Jacobson <jidanni@jidanni.org>.
2015-10-30Merge pull request #324 from piyushrpt/masterHoward Butler
Order of lat/lon is interpreted correctly for SCH
2015-10-30Order of lat/lon is interpreted correctly for SCHPiyush Agram
2015-10-27Tests: Test nzmg forward and inverseEven Rouault
2015-10-27Fix compiler warnings with gcc 4.4Even Rouault
2015-10-27Merge branch 'master' of https://github.com/piyushrpt/proj.4Even Rouault
Conflicts: nad/tv_out.dist
2015-10-24Merge pull request #323 from cffk/utm-uses-etmercHoward Butler
Switch utm to use etmerc to address issue #316.
2015-10-24Switch utm to use etmerc to address issue #316.Charles Karney
Add a test to check this. Output of an existing test changed in 7th decimal place.
2015-10-23- API Extension to include fwd3d / inv3dPiyush Agram
- New SCH coordinate system for radar imaging systems
2015-10-22Merge pull request #321 from OSGeo/issues/269-attempt-number-2Howard Butler
Don't fail when reading small GTX files #269
2015-10-21Don't fail when reading small GTX files #269Howard Butler
2015-10-17Fix configure.ac to add config.guess / config.subEven Rouault
On my system (Ubuntu 10.04), ./autogen.sh doesn't copy config.guess and config.sub, which cause ./configure to fail
2015-10-17Merge remote branch 'QuLogic/travis-osx'Even Rouault