aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-18Remove obsolete Solaris defineedechaux
2019-07-08CRS JSON: export GeographicCRS and Projected CRSEven Rouault
2019-07-06Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545)Even Rouault
2019-07-02Merge pull request #1537 from rouault/add_scope_remarks_for_coordinate_operationEven Rouault
2019-07-01C API: add proj_concatoperation_get_step_count() and proj_concatoperation_get...Even Rouault
2019-06-30Database: import scope/remarks for coordinate operation and add C APIEven Rouault
2019-06-25geos.cpp: Update pdf_cgms_03.pdf location (Fixes #1532)Kurt Schwehr
2019-06-23+proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as t...Kristian Evers
2019-06-22+proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as t...Even Rouault
2019-06-11Merge pull request #1513 from rouault/fix_gcc493_compilationEven Rouault
2019-06-11Code formatting fixEven Rouault
2019-06-11Fix compilation error with gcc 4.9.3 (fixes #1512)Even Rouault
2019-06-06Merge pull request #1509 from rouault/wkt1_direction_case_insensitiveEven Rouault
2019-06-06Merge pull request #1505 from rouault/ogc_urn_projectedCRSEven Rouault
2019-06-06WKT1 importer: do case insensitive comparison for axis directionEven Rouault
2019-06-06createFromUserInput(): support OGC URN to create projectedCRS, for example to...Even Rouault
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