index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
iso19111
Age
Commit message (
Expand
)
Author
2019-05-13
identify(): take into account the authority passed in (fixes #1465)
Even Rouault
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-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 a...
Even Rouault
2019-05-06
createOperations(): for 'Amersfoort / RD New + NAP height' (EPSG:7415) to ETR...
Even Rouault
2019-05-06
createOperations(): fix case of ETRS89 3D to proj string with nadgrids and ge...
Even Rouault
2019-05-01
Reduce database size (#1438)
Kristian Evers
2019-04-30
WKT importer: accepts PROJ-based COORDINATEOPERATION
Even Rouault
2019-04-30
createOperations(): in SourceTargetCRSExtentUse::INTERSECTION mode, early ret...
Even Rouault
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-22
proj_create(): add support for compoundCRS and concatenatedOperation named fr...
Even Rouault
2019-04-22
code format fix
Even Rouault
2019-04-22
Tweak morphNameToESRI() to reflect current ESRI practice regarding a few '(fo...
Even Rouault
2019-04-22
Database: import common projections from ESRI projected CRS in structured form
Even Rouault
2019-04-22
ESRI_WKT: preserve Gauss_Kruger in conversion name for round-tripping
Even Rouault
2019-04-22
Database: make conversion & helmert_transformation updatable views
Even Rouault
2019-04-18
Merge pull request #1427 from rouault/fix_geog2D_to_geog3D_same_datum
Even Rouault
2019-04-18
Improve doc of proj_coordoperation_get_towgs84_values() (fixes #1430)
Even Rouault
2019-04-16
createOperations(): do not attempt using a unrelated datum intermediate when ...
Even Rouault
2019-04-05
_buildUnit(): avoid later division by zero
Even Rouault
2019-04-02
Make sure that ISO19111 C++ code sets pj_errno on errors
Kristian Evers
2019-04-02
Merge pull request #1391 from kbevers/noop
Kristian Evers
2019-03-29
createOperations(): improve behaviour with input CRS from WKT that lacks inte...
Even Rouault
2019-03-29
Adopt use of the noop conversion in ISO19111 code
Kristian Evers
2019-03-29
Merge pull request #1390 from rouault/createoperation_boundcrs_more_aggresive
Even Rouault
2019-03-29
Add proj_normalize_for_visualization()
Even Rouault
2019-03-28
createOperations(): improve BoundCRS<-->non-bound-CRS case
Even Rouault
2019-03-28
Objet -> Object
Nyall Dawson
2019-03-27
factory.cpp: silence false positive warning. Coverity CID 193544
Even Rouault
2019-03-26
io.cpp: avoid error about unchecked return value. Coverity CID 193541
Even Rouault
2019-03-26
io.cpp: make it obvious that nullptr deref cannot happen. Coverity CID 193523
Even Rouault
2019-03-26
factory.cpp: make closeDB() noexcept so that DatabaseContext::Private destruc...
Even Rouault
2019-03-26
crs.cpp: make it clear to analyzer that buffer will not overflow. Coverity CI...
Even Rouault
2019-03-26
coordinateoperation.cpp: remove dead code. Coverity CID 193522
Even Rouault
2019-03-26
coordinateoperation.cpp: silent false positive about copy paste error. Coveri...
Even Rouault
2019-03-26
c_api.cpp: avoid mixing enum types. Coverity CID 193542
Even Rouault
2019-03-26
factory.cpp: avoid warning about int truncation. Coverity CID 193544
Even Rouault
2019-03-26
Merge pull request #1369 from rouault/grid_fixes
Even Rouault
2019-03-25
lookForGridInfo(): correctly return that a grid is present, if present on the...
Even Rouault
2019-03-25
Database: add operation_version column to coordinate operation tables
Even Rouault
2019-03-25
WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPs
Even Rouault
2019-03-25
WKT2_2018: always export ID in base crs node, even if there is one on upper node
Even Rouault
2019-03-25
WKT2_2018: export ID in base crs node, when there is none on top of upper node
Even Rouault
2019-03-25
crs.cpp: remove non-intented (harmless here) pass by reference of a pointer
Even Rouault
2019-03-24
WKT2 parser: update to OGC 18-010r6
Even Rouault
2019-03-23
Fix GCC 9 warning about useless std::move()
Even Rouault
2019-03-19
Doc: impove doc about OGC URN
Even Rouault
2019-03-17
Fix some issues raised by latest cppcheck
Even Rouault
[next]