aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-05createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[...Even Rouault
2019-06-04Fix incorrect delimator ";" used to separate proj_info().searchpath entries (...Kristian Evers
2019-06-03Fix incorrect delimator ";" used to separate proj_info().searchpathNyall Dawson
2019-06-03proj_info().searchpath should not include PROJ_LIB path ifNyall Dawson
2019-06-01Merge pull request #1496 from mwtoews/renameEven Rouault
2019-06-01Merge pull request #1494 from nyalldawson/get_gridKristian Evers
2019-06-01Update website: proj4.org -> proj.orgMike Taves
2019-06-01Add proj_grid_get_info_from_database to allow retrieval of gridNyall Dawson
2019-05-29pj_open_lib_ex(): avoid off-by-one reading of name argument if strlen(name) =...Even Rouault
2019-05-29pj_open_lib() doc: specify that short_filename must not be null (refs #1489)Even Rouault
2019-05-23createOperations(): fix GeogCRS to GeogCRS when there is a axis reversal and ...Even Rouault
2019-05-21createOperations(): avoid exception when transforming from NAD83 to projected...Even Rouault
2019-05-13identify(): take into account the authority passed in (fixes #1465)Even Rouault
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-08proj_normalize_for_visualization(): fix crash when ctx == nullptrEven Rouault
2019-05-08proj_normalize_for_visualization(): fix when there are coordinate operation a...Even Rouault
2019-05-06createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...Even Rouault
2019-05-06createOperations(): fix case of ETRS89 3D to proj string with nadgrids and ge...Even Rouault
2019-05-06Fix spelling errors.Bas Couwenberg
2019-05-06Update ABI version number for 6.1.0Kristian Evers
2019-05-05geos: avoid division by zeroEven Rouault
2019-05-03cs2cs: set time value to HUGE_VAL if not explicitly specifiedEven Rouault
2019-05-02lagrng: avoid division by zero when latitude is very close to 90Even Rouault
2019-05-01Reduce database size (#1438)Kristian Evers
2019-05-01Merge pull request #1444 from rouault/disambguish_forward_inverse_namesKristian Evers
2019-05-01Merge pull request #1437 from mwtoews/cmakeKristian Evers
2019-05-01Merge pull request #1425 from mwtoews/defineKristian Evers
2019-04-30WKT importer: accepts PROJ-based COORDINATEOPERATIONEven Rouault
2019-04-30createOperations(): in SourceTargetCRSExtentUse::INTERSECTION mode, early ret...Even Rouault
2019-04-30Propagate ballpark transformation flag to inverse coordinate operationsEven Rouault
2019-04-28Fix false-positive -Wnull-dereference GCC 8 warningEven Rouault
2019-04-26Prefix inverse and forward functions by their projection namesEven Rouault
2019-04-26aitof: fix division by zeroEven Rouault
2019-04-26aitoff.cpp: fix indentationEven Rouault
2019-04-25gs50 and other mod_ster projections: avoid divison by zeroEven Rouault
2019-04-23Merge pull request #1441 from rouault/support_compound_crs_urnEven Rouault
2019-04-23Merge pull request #1434 from rouault/valid_format_stringEven Rouault
2019-04-22Merge pull request #1440 from rouault/ossfuzz_14410Even Rouault
2019-04-22proj_create(): add support for compoundCRS and concatenatedOperation named fr...Even Rouault
2019-04-22code format fixEven Rouault
2019-04-22airy: avoid division by zeroEven Rouault
2019-04-22Tweak morphNameToESRI() to reflect current ESRI practice regarding a few '(fo...Even Rouault
2019-04-22Database: import common projections from ESRI projected CRS in structured formEven Rouault
2019-04-22ESRI_WKT: preserve Gauss_Kruger in conversion name for round-trippingEven Rouault
2019-04-22Database: make conversion & helmert_transformation updatable viewsEven Rouault
2019-04-21CMake: enable LTO using a flag or property methodMike Taves
2019-04-20omerc: validate lat_1 and lat_2 to avoid divison by zeroEven Rouault
2019-04-20proj/cs2cs: validate value of -f parameter to avoid potential crashes (fixes ...Even Rouault