aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111
AgeCommit message (Expand)Author
2019-03-26c_api.cpp: avoid mixing enum types. Coverity CID 193542Even Rouault
2019-03-26factory.cpp: avoid warning about int truncation. Coverity CID 193544Even Rouault
2019-03-26Merge pull request #1369 from rouault/grid_fixesEven Rouault
2019-03-25lookForGridInfo(): correctly return that a grid is present, if present on the...Even Rouault
2019-03-25Database: add operation_version column to coordinate operation tablesEven Rouault
2019-03-25WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPsEven 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-24WKT2 parser: update to OGC 18-010r6Even Rouault
2019-03-23Fix GCC 9 warning about useless std::move()Even Rouault
2019-03-19Doc: impove doc about OGC URNEven Rouault
2019-03-17Fix some issues raised by latest cppcheckEven Rouault
2019-03-16createOperations(): fix nadgrids -> nadgrids+geoidgridsEven Rouault
2019-03-16createOperations(): fix nadgrids+geoidgrids -> nadgrids+geoidgridsEven Rouault
2019-03-16createOperation(): fix geocent <--> nadgrids+geoidgrids case (fixes #1323)Even Rouault
2019-03-16Run scripts/reformat_cpp.shEven Rouault
2019-03-16Fix doc generation with Breathe 4.12.0Even Rouault
2019-03-01Doc: rename to ISO-19111:2019Even Rouault
2019-02-26Rename internal constant to avoid conflict with macro in Solaris system headersEven Rouault
2019-02-26io.cpp: cast to 'unsigned char' before isspace() to avoid undefined behaviour...Even Rouault
2019-02-24ParameterValue::_exportToWKT(): fix null pointer dereference with -D_GLIBCXX_...Even Rouault
2019-02-21Transformation: reintroduce the term of 'Null geographic offset' for transfor...Even Rouault
2019-02-21Geog2D+Height -> Geog3D of same datum: avoid inserting a useless ballpark hor...Even Rouault
2019-02-20typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/Even Rouault
2019-02-20CoordinateOperation: add a hasBallparkTransformation() method that can be use...Even Rouault
2019-02-20CompoundCRS to Geog3DCRS: in synthetised transformation, document in the name...Even Rouault
2019-02-20PROJStringFormatting: change order of emission of push/pop w.r.t axis swap/un...Even Rouault
2019-02-20PROJStringFormatter: remove useless push/pop in another caseEven 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-18Fix a few issues with i386 buildsEven Rouault
2019-02-17Modify the default strategy of researching intermediate CRS to do it only if ...Even Rouault
2019-02-16Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' PJ...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-12Merge remote-tracking branch 'osgeo/master' into pipestackKristian Evers
2019-02-11Make tmerc an alias for etmerc. (#1234)Kristian Evers
2019-02-11Use pj_new()Even Rouault
2019-02-07Rename proj_crs_list_destroy() to proj_crs_info_list_destroy()Even Rouault
2019-02-07Add proj_get_crs_info_list_from_database()Even Rouault
2019-02-06Shut up pj_create_internal when varifying validity of generated proj-stringKristian Evers
2019-02-06ISO19111: Handle database area objects with no bounding boxEven Rouault
2019-02-05PROJStringParser::createFromPROJString(): avoid potential infinite loop. Fixe...Even Rouault
2019-02-03typo fixJürgen Fischer
2019-02-03Avoid division by zero in Ellipsoid::computeSemiMinorAxis(). Fixes https://bu...Even Rouault
2019-02-03WKT1 export: avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fu...Even Rouault