| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-11 | Add Web Mercator test case | Kristian Evers | |
| 2018-03-11 | Add section about autogen.sh to README | Kristian Evers | |
| 2018-03-11 | Merge pull request #850 from kbevers/disable-mingw32-travis-tests | Kristian Evers | |
| Allow failure of ming32 travis tests | |||
| 2018-03-09 | Allow failure of ming32 travis tests | Kristian Evers | |
| 2018-03-09 | Repair PR #845: Scale vertical coords properly. (#848) | Thomas Knudsen | |
| Thanks to Bas Couwenberg <sebastic@debian.org> for spotting this horrible bug! | |||
| 2018-03-09 | Merge pull request #844 from kbevers/tidy-proj_trans | Kristian Evers | |
| Use consistent names for PJ_COORD's in declarations | |||
| 2018-03-09 | Refactor pj_transform, reintroduce support for vertical scaling (#845) | Thomas Knudsen | |
| * Refactor pj_transform, reintroduce support for vertical scaling | |||
| 2018-03-08 | Use consistent names for PJ_COORD's in declarations | Kristian Evers | |
| Changes use of 'PJ_COORD coo' to 'PJ_COORD coord' so that variable names in public function prototypes are consistent. Closes #842. | |||
| 2018-03-06 | Remove angle brackets in include proj.h | Thomas Knudsen | |
| The #include <proj.h> in proj_internal.h has been changed to #include "proj.h" in order to avoid accidentally including an old installed proj.h file while building a new version of libproj. | |||
| 2018-03-06 | Merge pull request #839 from kbevers/remove-html | Kristian Evers | |
| Remove html folder | |||
| 2018-03-06 | Remove html folder | Kristian Evers | |
| 2018-03-06 | Merge pull request #840 from mwtoews/typos | Kristian Evers | |
| Fix a few typos (again) | |||
| 2018-03-06 | fix a few typos (again) | Mike Toews | |
| 2018-03-05 | Merge pull request #822 from sebastic/travis-proj-datumgrid | Kristian Evers | |
| Update travis to use proj-datumgrid-1.7. | |||
| 2018-03-05 | Update Travis & AppVeyor configuration to use proj-datumgrid-1.7. | Bas Couwenberg | |
| 2018-03-05 | Merge pull request #832 from awulkiew/fix/parameters | Kristian Evers | |
| Improve consistency of parameters | |||
| 2018-03-05 | Merge pull request #830 from kbevers/revert-issue-22-fix | Kristian Evers | |
| Revert fix to #22 | |||
| 2018-03-02 | Improve consistency of parameters in omerc and tpers projections. | Adam Wulkiewicz | |
| 2018-03-02 | Add test cases for omerc with +no_rot and tpers with +tilt. | Adam Wulkiewicz | |
| 2018-03-01 | Update download links | Kristian Evers | |
| 2018-03-01 | Merge pull request #577 from OSGeo/docs-release-4.10.0 | Kristian Evers | |
| Docs for the upcoming release | |||
| 2018-03-01 | Update release date5.0.0 | Kristian Evers | |
| 2018-03-01 | Revert fix to #22 | Kristian Evers | |
| The fix in #22 solved the problem at hand and doing what was expected from the specified parameters. Unfortunately it also removed the slightly hacky "feature" that makes the web mercator work in pj_transform. The web mercator is special since the latitude is computed on the ellipsoid, but behaves as if if was defined on a sphere. Hence it is problematic to change the ellipsoid parameters when using the web mercator, even though that is the geodetically correct thing to do. The web mercator is used in more or less any web mapping application and is thus one of the most frequently used transformations in PROJ. This justifies re-introducing the minor bug reported in #22. The problem will have to be taken care of properly when pj_transform is removed from the library in favour of the transformation pipelines based API. | |||
| 2018-02-28 | Move 'Coordinate operations' to top level of docs [skip ci] | Kristian Evers | |
| 2018-02-28 | Fix links in doc pages [skip ci] | Kristian Evers | |
| 2018-02-28 | Add section on PROJ resource files to docs [skip ci] | Kristian Evers | |
| Added new section on PROJ resource files to the top level of the documentation. Moved information on init-file from the 'usage' chapter to the new section. Also moved pages on grids and HTPD to the new resource files section. Finally links and information on the new regional datumgrids packages is added. | |||
| 2018-02-27 | Merge pull request #828 from kbevers/news-readme-updates | Kristian Evers | |
| Updates to NEWS and README | |||
| 2018-02-27 | Updates to NEWS and README dealing with datum-grid installation, tests and ↵ | Kristian Evers | |
| ABI version. | |||
| 2018-02-27 | Add cct description to index | Thomas Knudsen | |
| 2018-02-27 | Add usage description for the cct program | Thomas Knudsen | |
| 2018-02-27 | Wrong URL for i-cubed | Thomas Knudsen | |
| 2018-02-27 | Merge pull request #827 from mwtoews/bugreport | Kristian Evers | |
| Modify project bugreport (autoconf) | |||
| 2018-02-27 | Modify project bugreport (autoconf) | Mike Toews | |
| 2018-02-26 | Update AppVeyor to use proj-datumgrid-1.7RC2. | Bas Couwenberg | |
| 2018-02-26 | Update travis to use proj-datumgrid-1.7RC2. | Bas Couwenberg | |
| 2018-02-24 | Merge pull request #824 from cffk/geod-1.49.2-fix1 | Charles Karney | |
| Relax some the tests in geodtest. | |||
| 2018-02-24 | Relax some the tests in geodtest. | Charles Karney | |
| This attempts to address the geodtest failures noted in #819. @sebastic can you re-run your tests? | |||
| 2018-02-24 | Merge pull request #823 from sebastic/travis-without-egm96_15 | Kristian Evers | |
| Rerun tests without grids not included in proj-datumgrid. | |||
| 2018-02-24 | Rerun tests without grids not included in proj-datumgrid. | Bas Couwenberg | |
| 2018-02-23 | Merge pull request #820 from kbevers/fix-ignored-gie-test-cases | Kristian Evers | |
| Don't reset errno when skipping tests. | |||
| 2018-02-23 | Update travis to use proj-datumgrid-1.7RC1. | Bas Couwenberg | |
| 2018-02-23 | Don't reset errno when skipping tests. | Kristian Evers | |
| The error number should not be reset until a new instance of "operation ..." is reached. The ignore-feature initially worked by accident since pj_errno was not being reset when calling proj_errno_reset. This was fixed in #808, which subsequently caused ignored tests to fail. | |||
| 2018-02-23 | Merge pull request #816 from cffk/geod-1.49.2 | Charles Karney | |
| Fix issue #812 | |||
| 2018-02-23 | Add tests to improve the code coverage. | Charles Karney | |
| Now all of geodesic.c is covered except for 3 lines (and 2 of these are intentionally dead code). This corresponds to tag v1.49.2-c in the GeographicLib code base. While testing polygons which encircle the globe multiple times, I uncovered a problem where the range of the area was not reduced to the allowed range (either [0, area0) or (-area0/2, area0/2]) correctly. Since the documentation explicity restricted the calculation of polygon areas to simple polygons, we'll defer fixing this for now. (However the intention was always to handle the area "algebraically" so that, for example, a "bowtie" has zero area. So I will plan on fixing this for 1.50.) Update copyright dates + NEWS. | |||
| 2018-02-23 | Merge pull request #818 from kbevers/beta2007-ci-fix | Kristian Evers | |
| Download BETA2007 grid from proj-datumgrid package in CI scripts. | |||
| 2018-02-23 | Download BETA2007 grid from proj-datumgrid package in CI scripts. | Kristian Evers | |
| Following PR #806 which removed various grids from nad/, we now have to download the BETA2007 grid before that DHDN_ETRS89 test can pass successfully. | |||
| 2018-02-23 | Merge pull request #806 from sebastic/proj-datumgrid-duplicates | Kristian Evers | |
| Remove .gsb files included in proj-datumgrid. | |||
| 2018-02-23 | datatypes.rst: linuistics + INFO datatypes | Thomas Knudsen | |
| Some minor linguistic corrections + general update to make the documentation reflect the updates in PR #775 | |||
| 2018-02-23 | Merge remote-tracking branch 'osgeo/master' into docs-release-4.10.0 | Kristian Evers | |
| 2018-02-23 | Merge pull request #815 from mwtoews/typos | Kristian Evers | |
| Tidy a few typos | |||
