aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/crs.cpp
AgeCommit message (Expand)Author
2019-05-13identify(): take into account the authority passed in (fixes #1465)Even Rouault
2019-03-29Add proj_normalize_for_visualization()Even Rouault
2019-03-26crs.cpp: make it clear to analyzer that buffer will not overflow. Coverity CI...Even Rouault
2019-03-25WKT2_2018: always export ID in base crs node, even if there is one on upper nodeEven Rouault
2019-03-25WKT2_2018: export ID in base crs node, when there is none on top of upper nodeEven Rouault
2019-03-25crs.cpp: remove non-intented (harmless here) pass by reference of a pointerEven Rouault
2019-03-17Fix some issues raised by latest cppcheckEven Rouault
2019-03-01Doc: rename to ISO-19111:2019Even Rouault
2019-02-20CoordinateOperation: add a hasBallparkTransformation() method that can be use...Even Rouault
2019-02-17Modify the default strategy of researching intermediate CRS to do it only if ...Even Rouault
2019-01-22Coordinate operation computation with CRS with extension string: replace datu...Even Rouault
2019-01-22Coordinate operation computation with boundcrs / wktext: drop useless early b...Even Rouault
2019-01-18Merge pull request #1223 from rouault/unify_proj_createKristian Evers
2019-01-17Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...Even Rouault
2019-01-17import/export PROJ strings from ISO19111 code: require/output +type=crs for C...Even Rouault
2019-01-09createOperations(): fix a particular case of boundcrs to boundcrs transformat...Even Rouault
2019-01-08Fix export of BoundCRS as with PROJ_5 conventionEven Rouault
2019-01-08ISO19111: remove PROJ.5 specific format for CRS (refs #1214)Even Rouault
2019-01-04WKT export: no longer export Geographic 3D CRS in WKT1, unless strict mode is...Even Rouault
2019-01-02Typo fixesEven Rouault
2018-12-26cpp conversion: move source files in apps/ iso19111/ conversions/ projections...Even Rouault