| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
[Backport 8.2] Document in the tagline dat lat_0 is required for labrd
|
|
|
|
Fix doc generation with Doxygen 1.9.3
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
|
|
[Backport 8.2] news.rst: add hints about usage changes in PROJ 8.2.0 for Windows users (fixes #2999)
|
|
news.rst: add hints about usage changes in PROJ 8.2.0 for Windows users (fixes #2999)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Backport 8.2] Fix build with Intel C++ compiler
|
|
Fix build with Intel C++ compiler
|
|
[Backport 8.2] bertin1953.rst: fix formatting
|
|
bertin1953.rst: fix formatting
|
|
[Backport 8.2] Fix and additional options for Peirce Quincuncial projections
|
|
This fixes the current forward implementation of Peirce Quincuncial proj to correctly flip/reflect out the southern hemisphere to four triangles, and rotate entire result to a square or diamond. (It there resolves the issues identified with pull request https://github.com/OSGeo/PROJ/pull/2230 , where southern hemisphere was wrongly projected over northern, and reverses the restriction to northern hemisphere introduced there). It also adds additional lateral projection of the hemispheres.
- This PR adds an optional parameter `+type` which allows selection of projection. The `+type=square` and `+type=diamond` types match in principle ESRI's twin implementations of square and diamond PQ projs. The **default** if not specified is `+type=diamond`.
- The previous behaviour restricted to the northern hemisphere can be reproduced using the `+type=nhemisphere`, though this is an edge case only.
- An additional `+type=horizontal` and `+type=vertical` rectangular lateral versions have been added that place each hemisphere side-by-side. This is primarily to allow creation of projections such as Greiger Triptychial, which also require the additional optional params `scrollx` or `scrolly` in order to shift parts of the projection from one side of the map to the other.
- Additional documentation has been added to proj description, including quoting the usual meridian used in common usage of projection, and images showing the different types.
|
|
* Update website for 8.2 release
* update "Edit on GitHub" button branch
|
|
[Backport 8.2] WKT1 import: correctly deal with missing rectified_grid_angle parameter
|
|
WKT1 import: correctly deal with missing rectified_grid_angle parameter
|
|
Remove git stash holdover in news.rst
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
|
|
[Backport 8.2] createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height"
|
|
createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height"
|
|
[Backport 8.2] Database: update to EPSG v10.041
|
|
Database: update to EPSG v10.041
|
|
Refactor proj.pc to use EXTRA_LIBS; add -lpthread to Libs.private
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
|
|
[Backport 8.2] Fix github path for crs2crs2grid.py in HTDP
|
|
Fix github path for crs2crs2grid.py in HTDP
|
|
[Backport 8.2] Cache result of proj_get_type() to help for performance of proj_factors() (fixes #2965)
|
|
Cache result of proj_get_type() to help for performance of proj_factors() (fixes #2965)
|
|
[Backport 8.2] Fix windows.h conflict with Criterion::STRICT
|
|
[Backport 8.2] Docs: Add new Ellipsoids page to explain ellipsoidal parameters.
|
|
Co-authored-by: Rohit <rohitpingale103@gmail.com>
Co-authored-by: Brendan Jurd <brendan.jurd@geoplex.com.au>
Co-authored-by: Mike Taves <mwtoews@gmail.com>
|
|
Fix windows.h conflict with Criterion::STRICT
|
|
[Backport 8.2] DOCS: Remove LATEX_SOURCE_CODE setting from Doxyfile.
|
|
[Backport 8.2] DOCS: Add doxygen entry for proj_context_set_search_paths.
|
|
DOCS: Add doxygen entry for proj_context_set_search_paths.
|
|
DOCS: Remove LATEX_SOURCE_CODE setting from Doxyfile.
|
|
|
|
division by zero. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41045
|
|
[Backport 8.2] createOperationsCompoundToCompound(): fix null pointer dereference when connection to proj.db doesn't exist.
|
|
[Backport 8.2] createOperations(): do not stop at the first operation in the PROJ namespace for vertical transformations
|
|
createOperationsCompoundToCompound(): fix null pointer dereference when connection to proj.db doesn't exist.
|
|
createOperations(): do not stop at the first operation in the PROJ namespace for vertical transformations
|
|
[Backport 8.2] test: Make CApi test cross-platform
|
|
test: Make CApi test cross-platform
|