aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/coordinateoperation.cpp
AgeCommit message (Expand)Author
2019-02-20PROJStringFormatting: change order of emission of push/pop w.r.t axis swap/un...Even Rouault
2019-02-20Operation sorting: tweakEven Rouault
2019-02-20Vertical CRS transformation: synthetize a vertical unit change transformation...Even Rouault
2019-02-20compoundCRS to compoundCRS: avoid emitting dummy 'Null geographic offset from...Even Rouault
2019-02-20Add VERTCON grid name alternatives in database, and handle filename substitut...Even Rouault
2019-02-17Modify the default strategy of researching intermediate CRS to do it only if ...Even Rouault
2019-02-14Coordinate operations where a grid is present, but not in grid_alternatives t...Even Rouault
2019-02-13EPSG Helmert and Molodensky-Badekas methods in the Geographic 2D domain: use ...Even Rouault
2019-02-13PROJ string parsing: no longer attempt to build a CoordinateOperation object ...Even Rouault
2019-02-11Make tmerc an alias for etmerc. (#1234)Kristian Evers
2019-02-03WKT1 export: avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fu...Even Rouault
2019-01-22Coordinate operation computation with boundcrs / wktext: drop useless early b...Even Rouault
2019-01-19typo fixesEven Rouault
2019-01-17Remove wrong use of PROJ_CONST_DECL and replace it with PROJ_PURE_DECL (fixes...Even Rouault
2019-01-16PROJBasedOperation: write it as a conformant CONVERSION WKT, and make it pars...Even Rouault
2019-01-08ISO19111: remove PROJ.5 specific format for CRS (refs #1214)Even Rouault
2019-01-02WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati...Even Rouault
2019-01-02Typo fixesEven Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s...Even Rouault
2018-12-29Operation filtering: do not remove Null transformation that may be usefulEven Rouault
2018-12-28Operation computation: better take into account when candidate operations hav...Even Rouault
2018-12-28ISO19111: fix export to PROJ string of vgridshift to explictly use multiplier=1Even Rouault
2018-12-28createOperations(): allow looking for geographic CRS by name (helps with WKT ...Even Rouault
2018-12-28Make createOperation() better work with BoundCRS (to take into account the ex...Even Rouault
2018-12-26cpp conversion: move source files in apps/ iso19111/ conversions/ projections...Even Rouault