| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-01 | Fix release date for 6.1.16.1.1 | Kristian Evers | |
| 2019-07-01 | Update website for 6.1.1 release | Kristian Evers | |
| 2019-06-23 | update version numbers for upcomming patch release | Kristian Evers | |
| 2019-06-23 | Update NEWS for 6.1.1 release | Kristian Evers | |
| 2019-06-23 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2019-06-23 | [Backport 6.1] +proj=ob_tran +o_proj=longlat: set right unit to ↵ | Kristian Evers | |
| PJ_IO_UNITS_WHATEVER so as to be able to chain with unitconvert (fixes #1525) (#1527) [Backport 6.1] +proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as to be able to chain with unitconvert (fixes #1525) | |||
| 2019-06-22 | +proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as ↵ | Even Rouault | |
| to be able to chain with unitconvert (fixes #1525) | |||
| 2019-06-11 | Merge pull request #1514 from OSGeo/backport-1513-to-6.1 | Even Rouault | |
| [Backport 6.1] Fix compilation error with gcc 4.9.3 (fixes #1512) | |||
| 2019-06-11 | Fix compilation error with gcc 4.9.3 (fixes #1512) | Even Rouault | |
| 2019-06-07 | Merge pull request #1510 from OSGeo/backport-1509-to-6.1 | Even Rouault | |
| [Backport 6.1] WKT1 importer: do case insensitive comparison for axis direction | |||
| 2019-06-06 | WKT1 importer: do case insensitive comparison for axis direction | Even Rouault | |
| Fixes https://github.com/OSGeo/gdal/issues/1623 http://portal.opengeospatial.org/files/?artifact_id=999 is not explicit if string comparisons should be case sensitive or not, but WKT2 allows for case differences in keyword and enumerated value, so follow this relaxed interpretation for WKT1 as well. | |||
| 2019-06-06 | [Backport 6.1] createFromUserInput()/guessDialect(): do not confuse 'ID74' ↵ | Kristian Evers | |
| CRS with WKT2 ID[] node (#1507) [Backport 6.1] createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[] node | |||
| 2019-06-06 | Merge pull request #1504 from OSGeo/backport-1501-to-6.1 | Even Rouault | |
| [Backport 6.1] Update GitHub references: proj.4 -> PROJ | |||
| 2019-06-05 | createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ↵ | Even Rouault | |
| ID[] node | |||
| 2019-06-05 | [Backport 6.1] Fix incorrect delimator ";" used to separate ↵ | Kristian Evers | |
| proj_info().searchpath entries (#1500) [Backport 6.1] Fix incorrect delimator ";" used to separate proj_info().searchpath entries | |||
| 2019-06-05 | [Backport 6.1] proj_info().searchpath should not include PROJ_LIB path (#1499) | Kristian Evers | |
| [Backport 6.1] proj_info().searchpath should not include PROJ_LIB path | |||
| 2019-06-04 | Update GitHub references: proj.4 -> PROJ | Mike Taves | |
| 2019-06-03 | Fix incorrect delimator ";" used to separate proj_info().searchpath | Nyall Dawson | |
| entries on non-windows platforms, should be ":" | |||
| 2019-06-02 | proj_info().searchpath should not include PROJ_LIB path if | Nyall Dawson | |
| the context search_paths is not empty The logic used when actually searching for files is that if the context search_paths are set, these completely override the PROJ_LIB variable. So we should make proj_info().searchpath correctly reflect this, and not include the PROJ_LIB path in searchpath if the context has search_paths manually set. | |||
| 2019-06-01 | Update website: proj4.org -> proj.org | Mike Taves | |
| 2019-06-01 | Docs: rename project to PROJ | Even Rouault | |
| 2019-05-29 | pj_open_lib_ex(): avoid off-by-one reading of name argument if strlen(name) ↵ | Even Rouault | |
| == 1 (fixes #1489) | |||
| 2019-05-27 | doc:Update cs2cs return values to reflect PROJ 6 changes | Kristian Evers | |
| 2019-05-25 | [Backport 6.1] Database: update to EPSG v9.6.3 (#1486) | Kristian Evers | |
| [Backport 6.1] Database: update to EPSG v9.6.3 | |||
| 2019-05-25 | Database: update to EPSG v9.6.3 | Even Rouault | |
| 2019-05-24 | Merge pull request #1482 from OSGeo/backport-1481-to-6.1 | Even Rouault | |
| [Backport 6.1] createOperations(): fix GeogCRS to GeogCRS when there is a axis reversal and vertical unit change (relates to https://github.com/OSGeo/gdal/issues/1561) | |||
| 2019-05-23 | createOperations(): fix GeogCRS to GeogCRS when there is a axis reversal and ↵ | Even Rouault | |
| vertical unit change (relates to https://github.com/OSGeo/gdal/issues/1561) | |||
| 2019-05-22 | UTM doc: Move +south and +approx parameters to optional section | Kristian Evers | |
| 2019-05-21 | Merge pull request #1478 from OSGeo/backport-1477-to-6.1 | Even Rouault | |
| [Backport 6.1] createOperations(): avoid exception when transforming from NAD83 to projected CRS using NAD83(2011) (fixes #1474) | |||
| 2019-05-21 | createOperations(): avoid exception when transforming from NAD83 to ↵ | Even Rouault | |
| projected CRS using NAD83(2011) (fixes #1474) | |||
| 2019-05-20 | [Backport 6.1] update doc building Docker container to Python3 for Sphinx ↵ | Kristian Evers | |
| 2.0 support (#1476) [Backport 6.1] update doc building Docker container to Python3 for Sphinx 2.0 support | |||
| 2019-05-15 | \u is a python3 thing | Howard Butler | |
| 2019-05-15 | update doc building Docker container to Python3 for Sphinx 2.0 support | Howard Butler | |
| 2019-05-15 | Publish website from 6.1 branch | Kristian Evers | |
| 2019-05-15 | Update website news and download for 6.1.0 release | Kristian Evers | |
| 2019-05-15 | Add file reference language. | Andrew Bell | |
| 2019-05-13 | Merge pull request #1467 from OSGeo/backport-1466-to-6.1 | Even Rouault | |
| [Backport 6.1] identify(): take into account the authority passed in (fixes #1465) | |||
| 2019-05-13 | identify(): take into account the authority passed in (fixes #1465) | Even Rouault | |
| When identifying an object that has already a code with authority A but the authority of interest passed was B, then it was not checking that A != B, and did not try to search in the objects of B. | |||
| 2019-05-12 | Fix doc of proj_identify() | Even Rouault | |
| 2019-05-12 | Fix identification of GeodeticCRS expressed by PROJ string for EPSG authority | Even Rouault | |
| 2019-05-09 | pj_release: Use correct release date for 6.1.06.1.0 | Kristian Evers | |
| 2019-05-09 | Merge pull request #1463 from OSGeo/backport-1462-to-6.1 | Even Rouault | |
| [Backport 6.1] Update to EPSG 9.6.2 | |||
| 2019-05-08 | NEWS: update for EPSG v9.6.2 mention | Even Rouault | |
| 2019-05-08 | Database: update to EPSG 9.6.2 | Even Rouault | |
| 2019-05-08 | scripts/build_db.py: update to reflect new proj.db structure | Even Rouault | |
| 2019-05-08 | Database: add bd72lb72_etrs89lb08.gsb grid in grid_alternatives (added in ↵ | Even Rouault | |
| proj-datumgrid-europe package per https://github.com/OSGeo/proj-datumgrid/pull/50) | |||
| 2019-05-08 | proj_normalize_for_visualization(): fix crash when ctx == nullptr | Even Rouault | |
| 2019-05-08 | Merge pull request #1460 from OSGeo/backport-1459-to-6.1 | Even Rouault | |
| [Backport 6.1] proj_normalize_for_visualization(): fix when there are coordinate operation alternatives | |||
| 2019-05-08 | proj_normalize_for_visualization(): fix when there are coordinate operation ↵ | Even Rouault | |
| alternatives | |||
| 2019-05-07 | Merge pull request #1458 from OSGeo/backport-1454-to-6.1 | Even Rouault | |
| [Backport 6.1] createOperations(): fix case of ETRS89 3D to proj string with nadgrids and geoidgrids | |||
