| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-18 | Remove obsolete Solaris define | edechaux | |
| sys_errlist has been remove from Solaris 8 and after and is replaced by strerror | |||
| 2019-07-08 | CRS JSON: export GeographicCRS and Projected CRS | Even Rouault | |
| 2019-07-06 | Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545) | Even Rouault | |
| 2019-07-02 | Merge pull request #1537 from rouault/add_scope_remarks_for_coordinate_operation | Even Rouault | |
| Database: import scope/remarks for coordinate operation and add C API | |||
| 2019-07-01 | C API: add proj_concatoperation_get_step_count() and ↵ | Even Rouault | |
| proj_concatoperation_get_step() | |||
| 2019-06-30 | Database: import scope/remarks for coordinate operation and add C API | Even Rouault | |
| - Import scope and remarks for coordinate operations of the EPSG dataset. Database size goes from 5.2 MB to 5.55 MB - Add proj_get_scope() and proj_get_remarks() | |||
| 2019-06-25 | geos.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 ↵ | Kristian Evers | |
| to be able to chain with unitconvert (fixes #1525) (#1526) +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 #1513 from rouault/fix_gcc493_compilation | Even Rouault | |
| Fix compilation error with gcc 4.9.3 (fixes #1512) | |||
| 2019-06-11 | Code formatting fix | Even Rouault | |
| 2019-06-11 | Fix compilation error with gcc 4.9.3 (fixes #1512) | Even Rouault | |
| 2019-06-06 | Merge pull request #1509 from rouault/wkt1_direction_case_insensitive | Even Rouault | |
| WKT1 importer: do case insensitive comparison for axis direction | |||
| 2019-06-06 | Merge pull request #1505 from rouault/ogc_urn_projectedCRS | Even Rouault | |
| createFromUserInput(): support OGC URN to create projectedCRS, for example to instanciate a projected 3D CRS | |||
| 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 | createFromUserInput(): support OGC URN to create projectedCRS, for example ↵ | Even Rouault | |
| to instanciate a projected 3D CRS | |||
| 2019-06-05 | createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ↵ | Even Rouault | |
| ID[] node | |||
| 2019-06-04 | Fix incorrect delimator ";" used to separate proj_info().searchpath entries ↵ | Kristian Evers | |
| (#1497) Fix incorrect delimator ";" used to separate proj_info().searchpath entries | |||
| 2019-06-03 | Fix incorrect delimator ";" used to separate proj_info().searchpath | Nyall Dawson | |
| entries on non-windows platforms, should be ":" | |||
| 2019-06-03 | 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 | Merge pull request #1496 from mwtoews/rename | Even Rouault | |
| Update website: proj4.org -> proj.org | |||
| 2019-06-01 | Merge pull request #1494 from nyalldawson/get_grid | Kristian Evers | |
| Add proj_grid_get_info_from_database | |||
| 2019-06-01 | Update website: proj4.org -> proj.org | Mike Taves | |
| 2019-06-01 | Add proj_grid_get_info_from_database to allow retrieval of grid | Nyall Dawson | |
| metadata from a grid filename | |||
| 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-29 | pj_open_lib() doc: specify that short_filename must not be null (refs #1489) | Even Rouault | |
| 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-21 | createOperations(): avoid exception when transforming from NAD83 to ↵ | Even Rouault | |
| projected CRS using NAD83(2011) (fixes #1474) | |||
| 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.0 | Kristian Evers | |
| 2019-05-08 | proj_normalize_for_visualization(): fix crash when ctx == nullptr | Even Rouault | |
| 2019-05-08 | proj_normalize_for_visualization(): fix when there are coordinate operation ↵ | Even Rouault | |
| alternatives | |||
| 2019-05-06 | createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ↵ | Even Rouault | |
| ETRS89 (EPSG:4937), make sure that the vgridshift is applied first (ie on Amersfoort datum) before the hgridshift | |||
| 2019-05-06 | createOperations(): fix case of ETRS89 3D to proj string with nadgrids and ↵ | Even Rouault | |
| geoidgrids Fixes https://lists.osgeo.org/pipermail/proj/2019-May/008519.html | |||
| 2019-05-06 | Fix spelling errors. | Bas Couwenberg | |
| * unknow -> unknown | |||
| 2019-05-06 | Update ABI version number for 6.1.0 | Kristian Evers | |
| 2019-05-05 | geos: avoid division by zero | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14602 Credit to OSS Fuzz | |||
| 2019-05-03 | cs2cs: set time value to HUGE_VAL if not explicitly specified | Even Rouault | |
| 2019-05-02 | lagrng: avoid division by zero when latitude is very close to 90 | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14477 Credit to OSS Fuzz | |||
| 2019-05-01 | Reduce database size (#1438) | Kristian Evers | |
| Reduce database size | |||
| 2019-05-01 | Merge pull request #1444 from rouault/disambguish_forward_inverse_names | Kristian Evers | |
| Prefix inverse and forward functions by their projection names | |||
| 2019-05-01 | Merge pull request #1437 from mwtoews/cmake | Kristian Evers | |
| CMake: enable LTO/IPO using a manual flag or property method | |||
| 2019-05-01 | Merge pull request #1425 from mwtoews/define | Kristian Evers | |
| Remove `PROJ_COMPILATION=1` definition | |||
| 2019-04-30 | WKT importer: accepts PROJ-based COORDINATEOPERATION | Even Rouault | |
| 2019-04-30 | createOperations(): in SourceTargetCRSExtentUse::INTERSECTION mode, early ↵ | Even Rouault | |
| return if the intersection of the areas is empty | |||
| 2019-04-30 | Propagate ballpark transformation flag to inverse coordinate operations | Even Rouault | |
| 2019-04-28 | Fix false-positive -Wnull-dereference GCC 8 warning | Even Rouault | |
| 2019-04-26 | Prefix inverse and forward functions by their projection names | Even Rouault | |
| This is mostly to have better OSSFuzz report. Currently a lot of bug summaries are like `proj4/standard_fuzzer: Divide-by-zero in s_inverse` By prefixing the projection name, we will get better reports, like `Divide-by-zero in airy_s_inverse` This also makes it slightly easier to set a breakpoint by function name. | |||
