aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-01Fix release date for 6.1.16.1.1Kristian Evers
2019-07-01Update website for 6.1.1 releaseKristian Evers
2019-06-23update version numbers for upcomming patch releaseKristian Evers
2019-06-23Update NEWS for 6.1.1 releaseKristian Evers
2019-06-23Update man-pages from Sphinx-docsKristian 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-11Merge pull request #1514 from OSGeo/backport-1513-to-6.1Even Rouault
[Backport 6.1] Fix compilation error with gcc 4.9.3 (fixes #1512)
2019-06-11Fix compilation error with gcc 4.9.3 (fixes #1512)Even Rouault
2019-06-07Merge pull request #1510 from OSGeo/backport-1509-to-6.1Even Rouault
[Backport 6.1] WKT1 importer: do case insensitive comparison for axis direction
2019-06-06WKT1 importer: do case insensitive comparison for axis directionEven 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-06Merge pull request #1504 from OSGeo/backport-1501-to-6.1Even Rouault
[Backport 6.1] Update GitHub references: proj.4 -> PROJ
2019-06-05createFromUserInput()/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-04Update GitHub references: proj.4 -> PROJMike Taves
2019-06-03Fix incorrect delimator ";" used to separate proj_info().searchpathNyall Dawson
entries on non-windows platforms, should be ":"
2019-06-02proj_info().searchpath should not include PROJ_LIB path ifNyall 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-01Update website: proj4.org -> proj.orgMike Taves
2019-06-01Docs: rename project to PROJEven Rouault
2019-05-29pj_open_lib_ex(): avoid off-by-one reading of name argument if strlen(name) ↵Even Rouault
== 1 (fixes #1489)
2019-05-27doc:Update cs2cs return values to reflect PROJ 6 changesKristian 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-25Database: update to EPSG v9.6.3Even Rouault
2019-05-24Merge pull request #1482 from OSGeo/backport-1481-to-6.1Even 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-23createOperations(): 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-22UTM doc: Move +south and +approx parameters to optional sectionKristian Evers
2019-05-21Merge pull request #1478 from OSGeo/backport-1477-to-6.1Even Rouault
[Backport 6.1] createOperations(): avoid exception when transforming from NAD83 to projected CRS using NAD83(2011) (fixes #1474)
2019-05-21createOperations(): 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 thingHoward Butler
2019-05-15update doc building Docker container to Python3 for Sphinx 2.0 supportHoward Butler
2019-05-15Publish website from 6.1 branchKristian Evers
2019-05-15Update website news and download for 6.1.0 releaseKristian Evers
2019-05-15Add file reference language.Andrew Bell
2019-05-13Merge pull request #1467 from OSGeo/backport-1466-to-6.1Even Rouault
[Backport 6.1] identify(): take into account the authority passed in (fixes #1465)
2019-05-13identify(): 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-12Fix doc of proj_identify()Even Rouault
2019-05-12Fix identification of GeodeticCRS expressed by PROJ string for EPSG authorityEven Rouault
2019-05-09pj_release: Use correct release date for 6.1.06.1.0Kristian Evers
2019-05-09Merge pull request #1463 from OSGeo/backport-1462-to-6.1Even Rouault
[Backport 6.1] Update to EPSG 9.6.2
2019-05-08NEWS: update for EPSG v9.6.2 mentionEven Rouault
2019-05-08Database: update to EPSG 9.6.2Even Rouault
2019-05-08scripts/build_db.py: update to reflect new proj.db structureEven Rouault
2019-05-08Database: 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-08proj_normalize_for_visualization(): fix crash when ctx == nullptrEven Rouault
2019-05-08Merge pull request #1460 from OSGeo/backport-1459-to-6.1Even Rouault
[Backport 6.1] proj_normalize_for_visualization(): fix when there are coordinate operation alternatives
2019-05-08proj_normalize_for_visualization(): fix when there are coordinate operation ↵Even Rouault
alternatives
2019-05-07Merge pull request #1458 from OSGeo/backport-1454-to-6.1Even Rouault
[Backport 6.1] createOperations(): fix case of ETRS89 3D to proj string with nadgrids and geoidgrids