aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-03WKTParser: fix to avoid creation of empty nodesEven Rouault
2018-12-02importFromWKT: add another alias of WebMercatorEven Rouault
2018-12-02identify: improve GeographicCRS identification when the CRS name has no matchEven Rouault
2018-12-02improve identify() for projected and bound CRSEven Rouault
2018-12-01C API: rename parameter to reflect its output statusEven Rouault
2018-12-01Add testing of projinfo utilityEven Rouault
2018-12-01Fix PROJ_GRID_AVAILABILITY_IGNOREDEven Rouault
2018-12-01Rename test/old/ to test/cli/ to better reflect their natureEven Rouault
2018-12-01importFromWKT: deal with uncommon formulation of EPSG:3857Even Rouault
2018-12-01Add ESRI 'Central_Parallel' as an alias of other similar parametersEven Rouault
2018-12-01projinfo: add a --single-line optionEven Rouault
2018-12-01importFromWKT: morph GDAL_WKT1 datum names into their EPSG spellingEven Rouault
2018-11-30API: move all advanced PJ_OBJ creation functions in a dedicated proj_experime...Even Rouault
2018-11-30C API: more camel_casification of parametersEven Rouault
2018-11-30C API: do not 'cache' PROJ context in PJ_OBJ objectsEven Rouault
2018-11-29C API: rename output parameters to have a out_ prefixEven Rouault
2018-11-29C API: replace ctxt by ctxEven Rouault
2018-11-29importFromWKT v1: properly handle latitude_of_origin=0 for Mercator_1SPEven Rouault
2018-11-29proj_create_crs_to_crs(): rename arguments, update doc, and add a few test casesEven Rouault
2018-11-29C API extensions and renamingEven Rouault
2018-11-29Preserve EPSG code when importFromWKT WKT1_GDAL of EPSG:3857Even Rouault
2018-11-29exportToWKT WKT1_GDAL: export axis by default for GeocentricCRSEven Rouault
2018-11-29importFromWKT: check we have a valid unit where we need oneEven Rouault
2018-11-29Build: change back link-time-optimization default to offEven Rouault
2018-11-29Update proj_symbol_rename.hEven Rouault
2018-11-29Remove data/esri and data/esri.extra filesEven Rouault
2018-11-29Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t...Even Rouault
2018-11-29Add unit test for pj_tranform() now that cs2cs no longer use itEven Rouault
2018-11-29Reformat test .cpp filesEven Rouault
2018-11-29cs2cs: upgrade to use proj_create_crs_to_crs()Even Rouault
2018-11-26test/fuzzers/build_google_oss_fuzzers.sh: statically link against sqlite3Even Rouault
2018-11-26test/fuzzers/build_google_oss_fuzzers.sh: link against libsqlite3Even Rouault
2018-11-22Run reformat_cpp.sh on cs2cs.cppEven Rouault
2018-11-22Rename cs2cs.c to cs2cs.cpp with minimal changes to make it compileEven Rouault
2018-11-22Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o...Even Rouault
2018-11-22Fix transformation between geographic CRS that differ by axis order and unitsEven Rouault
2018-11-21Move 'builtins' test of src/gie.c to test/unit/gie_self_tests.cppEven Rouault
2018-11-21rtodms(): make it output decimal point when locale has comma decimal insteadEven Rouault
2018-11-21createFromUserInput("authname:code"): make it case insensitive regarding auth...Even Rouault
2018-11-21Merge pull request #1181 from rouault/database_from_IGNF_xmlEven Rouault
2018-11-20Database: use official IGNF.xml registry to create content from the IGNF auth...Even Rouault
2018-11-20Add grid alternatives for French vertical grids added per https://github.com/...Even Rouault
2018-11-19Assorted set of fixes for PROJString to ISO19111 model:Even Rouault
2018-11-19Database: add mapping to GEOID12B height models added per https://github.com/...Even Rouault
2018-11-19Doc: fix geos projection explanation about the appropriate value for the swee...Even Rouault
2018-11-15Merge pull request #1176 from rouault/cond_test_buildEven Rouault
2018-11-15appveyor.yml: test --target installEven Rouault
2018-11-15include/proj/CMakeLists.txt: install C++ header in /projEven Rouault
2018-11-15autoconf / cmake: build test/ only if neededEven Rouault
2018-11-15Fix clang warningsEven Rouault