| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-05 | Revise pc file construction | Kai Pastor | |
| Use sqlite3, libtiff-4 and libcurl modules instead of plain libs Allow opt out by setting 'USE_PKGCONFIG_MODULES' off. Link native system libs on Windows, and implicit C++ libraries on other systems (e.g. libstc++/libc++). | |||
| 2022-02-04 | Merge pull request #3037 from direvus/2529-err-code-unknown-format | Even Rouault | |
| Set more precise error code for parsing errors in proj_create(). | |||
| 2022-02-04 | Set more precise error code for parsing errors in proj_create(). | Brendan Jurd | |
| If proj_create() catches a ParsingException, and the error code hasn't otherwise been set internally, set the error code to PROJ_ERR_INVALID_OP_WRONG_SYNTAX instead of allowing it to default to the generic PROJ_ERR_OTHER. Ref #2529 | |||
| 2022-02-03 | Allow PROJ_LIB paths wrapped with double quotes (#3031) | Mateusz Łoskot | |
| This improvement is mostly useful on Windows, where users are used to wrapping paths with whitespaces with double quotes. For example, these should now be allowed (correctly concatenated): PROJ_LIB="C:\Program Files\PROJ";C:\Users\mloskot\PROJ | |||
| 2022-02-04 | DOC: remove content for Autotools; assume CMake only | Mike Taves | |
| 2022-02-02 | Merge pull request #3035 from rouault/use_external_gtest_when_possible | Even Rouault | |
| Use external gtest by default when possible | |||
| 2022-02-01 | Use external gtest by default when detected | Even Rouault | |
| 2022-02-01 | Merge pull request #3030 from mwtoews/rfc-7-howto-release | Even Rouault | |
| Update HOWTO-RELEASE using only CMake (without autotools) | |||
| 2022-01-31 | DOCS: clarify that GTG is lossless (#3033) | Valerii Zapodovnikov | |
| 2022-01-31 | Drop autotools; move remaining useful m4 macros (#3027) | Mike Taves | |
| 2022-01-30 | Update HOWTO-RELEASE using only CMake (without autotools) [ci skip] | Mike Taves | |
| 2022-01-27 | Merge pull request #3028 from rouault/epsg_10_051 | Even Rouault | |
| Database: update to EPSG 10.051 | |||
| 2022-01-26 | Database: update to EPSG 10.051 | Even Rouault | |
| 2022-01-24 | Merge pull request #2954 from nyalldawson/esri_p3 | Even Rouault | |
| Add some more direct method mapping during ESRI projection engine ingestion | |||
| 2022-01-24 | Merge pull request #3024 from rouault/fix_cygwin_build | Even Rouault | |
| filemanager.cpp: fix build issue with Cygwin | |||
| 2022-01-24 | [esri] Add special case when importing ESRI:102113 | Nyall Dawson | |
| See https://github.com/OSGeo/PROJ/pull/2954#issuecomment-977771912 for rationale | |||
| 2022-01-24 | Add some additional method mapping during ESRI db import | Nyall Dawson | |
| 2022-01-24 | Refactor out some more common code in build_db_from_esri.py | Nyall Dawson | |
| 2022-01-24 | Map ESRI Cassini method to EPSG:9806 during ESRI projection engine db ingestion | Nyall Dawson | |
| 2022-01-24 | Map ESRI Equidistant_Cylindrical method to EPSG:1029 during ESRI projection ↵ | Nyall Dawson | |
| engine db ingestion | |||
| 2022-01-24 | Map ESRI IGAC_Plano_Cartesiano method to EPSG:1052 during ESRI projection ↵ | Nyall Dawson | |
| engine db ingestion | |||
| 2022-01-24 | Map ESRI Albers method to EPSG:9822 during ESRI projection engine db ingestion | Nyall Dawson | |
| 2022-01-23 | Merge pull request #3026 from rouault/epsg_10_048 | Even Rouault | |
| Database: update to EPSG 10.048 | |||
| 2022-01-24 | CI: transition tests from autotools to cmake (#3023) | Mike Taves | |
| 2022-01-21 | Database: update to EPSG 10.048 | Even Rouault | |
| Ultra minor update | |||
| 2022-01-21 | Merge pull request #3025 from rouault/fix_qgis_45470 | Even Rouault | |
| lookForGridInfo(): make it work properly when passed the old PROJ name | |||
| 2022-01-20 | lookForGridInfo(): make it work properly when passed the old PROJ name | Even Rouault | |
| Fixes https://github.com/qgis/QGIS/issues/45470 That is, if the file for the old PROJ name is not found, but the file for the new PROJ name is found, then use the later for fullFilename and gridAvailable. | |||
| 2022-01-20 | CITATION: add doi to BibTex entry | Even Rouault | |
| 2022-01-20 | Add DOI to README.md and CITATION [ci skip] | Even Rouault | |
| 2022-01-18 | networkfilemanager.cpp: fix build issue with Cygwin | Even Rouault | |
| 2022-01-18 | filemanager.cpp: fix build issue with Cygwin | Even Rouault | |
| 2022-01-13 | Add .zenodo.json (#3019) | Even Rouault | |
| 2022-01-13 | Specify CMAKE_INSTALL_RPATH for macOS; use -rpath LDFLAGS for tests (#3009) | Mike Taves | |
| 2022-01-12 | Merge pull request #3018 from rouault/Dockerfile_cmake | Even Rouault | |
| Dockerfile: build PROJ with cmake (refs #2688) | |||
| 2022-01-12 | Dockerfile: build PROJ with cmake (refs #2688) | Even Rouault | |
| 2022-01-12 | Conversion::_exportToPROJString(): fix potential crash introduced in recent ↵ | Even Rouault | |
| commit. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=43546 | |||
| 2022-01-12 | Merge pull request #3010 from rouault/fix_2739 | Even Rouault | |
| Implement Geographic3D to Depth/Geog2D+Depth as used by ETRS89 to CD Norway depth | |||
| 2022-01-11 | Merge pull request #3014 from rouault/fix_3011 | Even Rouault | |
| peirce_q: rename +type parameter wrongly introduced in 8.2.1 to +shape (fixes #3011) | |||
| 2022-01-09 | Merge pull request #3017 from rouault/cppcheck_fixes | Even Rouault | |
| Minor cppcheck fixes | |||
| 2022-01-09 | Minor cppcheck fixes | Even Rouault | |
| 2022-01-09 | peirce_q: add inversion of +shape=square and diamond through generic ↵ | Even Rouault | |
| inversion method | |||
| 2022-01-08 | Merge pull request #3016 from rouault/epsg_10_047 | Even Rouault | |
| Database: update to EPSG 10.047 | |||
| 2022-01-08 | Database: update to EPSG 10.047 | Even Rouault | |
| 2022-01-07 | Map peirce_q to pseudo WKT2 and ESRI WKT | Even Rouault | |
| 2022-01-07 | peirce_q: rename +type parameter wrongly introduced in 8.2.1 to +shape ↵ | Even Rouault | |
| (fixes #3011) | |||
| 2022-01-07 | labrd: document in the tagline and documentation that lat_0 is required (#2997) | Bert Huijben | |
| 2022-01-07 | Merge pull request #3013 from rouault/fix_3012 | Even Rouault | |
| proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for IAU_2015 -ocentric geodetic CRS (fixes #3012) | |||
| 2022-01-06 | proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for ↵ | Even Rouault | |
| IAU_2015 -ocentric geodetic CRS (fixes #3012) | |||
| 2022-01-06 | Implement Geographic3D to Depth/Geog2D+Depth as used by ETRS89 to CD Norway ↵ | Even Rouault | |
| depth Fixes #2739 Verified with example from IOGP Guidance Note 7-2 (ver 62, Dec 2021) page 169, with 38 = h_obs - D_obs = 50 - 12. $ echo 60.0015 4.9960 38 | PROJ_LIB=data PROJ_NETWORK=ON bin/cs2cs -d 4 EPSG:4937 EPSG:9883 60.0015 4.9960 5.8827 $ echo 60.0015 4.9960 38 | PROJ_LIB=data PROJ_NETWORK=ON bin/cs2cs -d 4 EPSG:4937 EPSG:4258+9672 60.0015 4.9960 5.8827 $ echo 60.0015 4.9960 5.8827 | PROJ_LIB=data PROJ_NETWORK=ON bin/cs2cs -d 4 EPSG:9883 EPSG:4937 60.0015 4.9960 38.0000 $ echo 60.0015 4.9960 5.8827 | PROJ_LIB=data PROJ_NETWORK=ON bin/cs2cs -d 4 EPSG:4258+9672 EPSG:4937 60.0015 4.9960 38.0000 | |||
| 2022-01-05 | Merge pull request #3005 from rouault/epsg_10_044 | Even Rouault | |
| Dabase: update to EPSG 10.044 (fixes #3004) | |||
