aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-06README.md: update badges [ci skip]Even Rouault
2019-06-06Merge pull request #1506 from rouault/do_not_confuse_ID74_with_WKTEven Rouault
createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[] node
2019-06-05createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ↵Even Rouault
ID[] node
2019-06-05Update GitHub references: proj.4 -> PROJ (#1501)Kristian Evers
Update GitHub references: proj.4 -> PROJ
2019-06-05Merge pull request #1502 from snowman2/patch-1Kristian Evers
Catch a couple more PROJ.4 stragglers
2019-06-04Catch a couple more PROJ.4 stragglersAlan D. Snow
2019-06-05Update GitHub references: proj.4 -> PROJMike Taves
2019-06-04Fix incorrect delimator ";" used to separate proj_info().searchpath entries ↵Kristian Evers
(#1497) Fix incorrect delimator ";" used to separate proj_info().searchpath entries
2019-06-04Merge pull request #1498 from nyalldawson/fix_searchpath_logicKristian Evers
proj_info().searchpath should not include PROJ_LIB path
2019-06-03Fix incorrect delimator ";" used to separate proj_info().searchpathNyall Dawson
entries on non-windows platforms, should be ":"
2019-06-03proj_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-01Merge pull request #1496 from mwtoews/renameEven Rouault
Update website: proj4.org -> proj.org
2019-06-01Docs: rename project to PROJEven Rouault
2019-06-01Merge pull request #1494 from nyalldawson/get_gridKristian Evers
Add proj_grid_get_info_from_database
2019-06-01Update website: proj4.org -> proj.orgMike Taves
2019-06-01Add proj_grid_get_info_from_database to allow retrieval of gridNyall Dawson
metadata from a grid filename
2019-05-30Add information about proj.db. (#1491)Andrew Bell
2019-05-29pj_open_lib_ex(): avoid off-by-one reading of name argument if strlen(name) ↵Even Rouault
== 1 (fixes #1489)
2019-05-29pj_open_lib() doc: specify that short_filename must not be null (refs #1489)Even Rouault
2019-05-27doc:Update cs2cs return values to reflect PROJ 6 changesKristian Evers
2019-05-25Merge pull request #1485 from rouault/update_to_epsg_9.6.3Kristian Evers
Database: update to EPSG v9.6.3
2019-05-25Database: update to EPSG v9.6.3Even Rouault
2019-05-23Merge pull request #1480 from mloskot/ml/remove-ProjSystemInfo.cmakeKristian Evers
Remove ProjSystemInfo.cmake module as unused
2019-05-23Merge pull request #1481 from ↵Even Rouault
rouault/fix_geog_to_geog_with_axis_reversal_and_unit_change 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-23Remove ProjSystemInfo.cmake module as unusedMateusz Łoskot
None of variables calculated by the module are currently used. Besides, this is legacy module which should not be necessary for anything. Related to #1263
2019-05-22docs/docbuild/Dockerfile: add wget and unzipEven Rouault
2019-05-22Merge remote-tracking branch 'origin/docker-build-updates'Even Rouault
2019-05-22UTM doc: Move +south and +approx parameters to optional sectionKristian Evers
2019-05-21Merge pull request #1477 from rouault/fix_1474Even Rouault
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-19more updates to satisfy GDAL latex buildingdocker-build-updatesHoward Butler
2019-05-18customizations.sql: remove the removal of the deprecation entry of RAF09 by ↵Even Rouault
RAF18
2019-05-16update doc building Docker container to Python3 for Sphinx 2.0 support (#1473)Kristian Evers
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-15Merge pull request #1472 from abellgithub/masterEven Rouault
projinfo doc addition
2019-05-15Merge remote-tracking branch 'origin/master'Andrew Bell
2019-05-15Add file reference language.Andrew Bell
2019-05-13Merge pull request #1466 from rouault/fix_identify_1465Even Rouault
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.0Kristian Evers
2019-05-08Update to EPSG 9.6.2 (#1462)Kristian Evers
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