| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-06 | README.md: update badges [ci skip] | Even Rouault | |
| 2019-06-06 | Merge pull request #1506 from rouault/do_not_confuse_ID74_with_WKT | Even Rouault | |
| createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[] node | |||
| 2019-06-05 | createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ↵ | Even Rouault | |
| ID[] node | |||
| 2019-06-05 | Update GitHub references: proj.4 -> PROJ (#1501) | Kristian Evers | |
| Update GitHub references: proj.4 -> PROJ | |||
| 2019-06-05 | Merge pull request #1502 from snowman2/patch-1 | Kristian Evers | |
| Catch a couple more PROJ.4 stragglers | |||
| 2019-06-04 | Catch a couple more PROJ.4 stragglers | Alan D. Snow | |
| 2019-06-05 | Update GitHub references: proj.4 -> PROJ | Mike Taves | |
| 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-04 | Merge pull request #1498 from nyalldawson/fix_searchpath_logic | Kristian Evers | |
| proj_info().searchpath should not include PROJ_LIB path | |||
| 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 | Docs: rename project to PROJ | Even Rouault | |
| 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-30 | Add information about proj.db. (#1491) | Andrew Bell | |
| 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-27 | doc:Update cs2cs return values to reflect PROJ 6 changes | Kristian Evers | |
| 2019-05-25 | Merge pull request #1485 from rouault/update_to_epsg_9.6.3 | Kristian Evers | |
| Database: update to EPSG v9.6.3 | |||
| 2019-05-25 | Database: update to EPSG v9.6.3 | Even Rouault | |
| 2019-05-23 | Merge pull request #1480 from mloskot/ml/remove-ProjSystemInfo.cmake | Kristian Evers | |
| Remove ProjSystemInfo.cmake module as unused | |||
| 2019-05-23 | Merge 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-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-23 | Remove ProjSystemInfo.cmake module as unused | Mateusz Ł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-22 | docs/docbuild/Dockerfile: add wget and unzip | Even Rouault | |
| 2019-05-22 | Merge remote-tracking branch 'origin/docker-build-updates' | Even Rouault | |
| 2019-05-22 | UTM doc: Move +south and +approx parameters to optional section | Kristian Evers | |
| 2019-05-21 | Merge pull request #1477 from rouault/fix_1474 | Even Rouault | |
| createOperations(): avoid exception when transforming from NAD83 to projected CRS using NAD83(2011) (fixes #1474) | |||
| 2019-05-21 | createOperations(): avoid exception when transforming from NAD83 to ↵ | Even Rouault | |
| projected CRS using NAD83(2011) (fixes #1474) | |||
| 2019-05-19 | more updates to satisfy GDAL latex buildingdocker-build-updates | Howard Butler | |
| 2019-05-18 | customizations.sql: remove the removal of the deprecation entry of RAF09 by ↵ | Even Rouault | |
| RAF18 | |||
| 2019-05-16 | update 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 thing | Howard Butler | |
| 2019-05-15 | update doc building Docker container to Python3 for Sphinx 2.0 support | Howard Butler | |
| 2019-05-15 | Publish website from 6.1 branch | Kristian Evers | |
| 2019-05-15 | Update website news and download for 6.1.0 release | Kristian Evers | |
| 2019-05-15 | Merge pull request #1472 from abellgithub/master | Even Rouault | |
| projinfo doc addition | |||
| 2019-05-15 | Merge remote-tracking branch 'origin/master' | Andrew Bell | |
| 2019-05-15 | Add file reference language. | Andrew Bell | |
| 2019-05-13 | Merge pull request #1466 from rouault/fix_identify_1465 | Even Rouault | |
| identify(): take into account the authority passed in (fixes #1465) | |||
| 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 | |
