| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-23 | Merge pull request #1686 from ffontaine/master | Even Rouault | |
| proj.pc.in: add SQLITE3_LIBS to Libs.Private | |||
| 2019-10-23 | Fix errors running gie-based tests in Debug mode on Windows | Asa Packer | |
| 2019-10-22 | Fix test tolerance to run on powerpc architecture | Even Rouault | |
| 2019-10-20 | proj.pc.in: add SQLITE3_LIBS to Libs.Private | Fabrice Fontaine | |
| Add @SQLITE3_LIBS@ to Libs.Private so applications linking statically with proj (such as libgeotiff) will know that they have to link with -lsqlite3 Fixes: - http://autobuild.buildroot.org/results/737db533c16f285a02118ab048e8427d3e35803d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | |||
| 2019-10-19 | createFromPROJString(): do not loop forever on malformed string. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17923. master only | |||
| 2019-10-18 | Merge pull request #1683 from rouault/fix_double_vertical_unit_conversion | Even Rouault | |
| createOperations(): fix double vertical unit conversion from CompoundCRS to other CRS when the horizontal part of the projected CRS uses non-metre unit | |||
| 2019-10-18 | Fix segfaults in case of out-of-memory situations (fixes #1678) (#1679) | yonarw | |
| 2019-10-18 | createOperations(): fix double vertical unit conversion from CompoundCRS to ↵ | Even Rouault | |
| other CRS when the horizontal part of the projected CRS uses non-metre unit Fix issue reported on https://lists.osgeo.org/pipermail/proj/2019-October/008939.html | |||
| 2019-10-18 | Merge pull request #1682 from Geomatys/master | Even Rouault | |
| Fix two sentences that seem to be copy-and-paste forgotten. | |||
| 2019-10-18 | Fix two sentences that seem to be copy-and-paste forgotten. | Martin Desruisseaux | |
| 2019-10-16 | Use dedicated logo for website (#1675) | Kristian Evers | |
| Use dedicated logo for website | |||
| 2019-10-16 | Use dedicated logo for website | Kristian Evers | |
| Fixes #1670 | |||
| 2019-10-16 | Merge pull request #1673 from rouault/update_epsg_9_8_3 | Even Rouault | |
| Database: update to EPSG v9.8.3 | |||
| 2019-10-16 | Merge pull request #1674 from kbevers/improve-doxygen-script | Kristian Evers | |
| doxygen build script: don't output to /tmp | |||
| 2019-10-15 | grid_alternatives.sql: link EPSG grid names to PROJ ones for the the 2 ↵ | Even Rouault | |
| 'RGSPM06 to Danger 1950 height' grids | |||
| 2019-10-15 | doxygen build script: don't output to /tmp | Kristian Evers | |
| The doxygen log-files was previously put in /tmp. This is usually fine on UNIX-type systems but when building the docs on Windows with Cygwin/MSYS2 tools the script can fail since that path is guaranteed to exist. This commit makes sure that the doxygen script outputs its files in a path relative to the current working directory. | |||
| 2019-10-15 | Database: update to EPSG v9.8.3 | Even Rouault | |
| Note: a hack has been added into customizations.sql to cancel deprecatation of USA geoid2012 grids by geoid2018 grids, as the later are not yet available in proj-datumgrid-northamerica (https://github.com/OSGeo/proj-datumgrid/issues/55) | |||
| 2019-10-15 | formatting change | Even Rouault | |
| 2019-10-15 | include/proj/util.hpp: avoid warnings with older gcc | Even Rouault | |
| 2019-10-13 | Merge pull request #1669 from Geomatys/master | Even Rouault | |
| Remove sentence saying that coordinate system might by null | |||
| 2019-10-13 | Remove the sentence in documentation saying that CRS::coordinateSystem() may ↵ | Martin Desruisseaux | |
| return null. It is true for datum(), but does not apply to coordinateSystem(). | |||
| 2019-10-13 | Merge pull request #1653 from rouault/doc_ob_tran | Even Rouault | |
| ob_tran doc: fix/clarify semantics of o_lat_p/o_lon_p | |||
| 2019-10-12 | Merge pull request #1664 from ffontaine/master | Kristian Evers | |
| proj.pc.in: add Libs.Private | |||
| 2019-10-12 | Merge pull request #1665 from ↵ | Kristian Evers | |
| rouault/fix_custom_compound_crs_with_NAD83_2011_and_geoidgrid_to_WGS84_G1762 proj_create_crs_to_crs(): remove elimination of Ballpark operations that caused transformation failures in some cases | |||
| 2019-10-12 | createOperations(): allow transforming from a compoundCRS of a bound ↵ | Even Rouault | |
| verticalCRS to a 2D CRS | |||
| 2019-10-12 | proj_create_crs_to_crs(): remove elimination of Ballpark operations that ↵ | Even Rouault | |
| caused transformation failures in some cases | |||
| 2019-10-09 | proj.pc.in: add Libs.Private | Fabrice Fontaine | |
| Add -lstdc++ to Libs.Private to allow packages such as libgeotiff to retrieve this dependency when linking statically with proj Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | |||
| 2019-10-07 | Add logo to website (#1659) | Kristian Evers | |
| Add logo to website | |||
| 2019-10-07 | Add logo to website | Kristian Evers | |
| 2019-10-07 | Add PROJ log | Kristian Evers | |
| Courtesy of Sylvain Beorchia. The logo is put under the CC-0 license. | |||
| 2019-10-04 | Doc: Update conda install procedure | Kristian Evers | |
| The PROJ Conda package is now simply called "proj". Also mention that the grid packages can be installed with Conda. | |||
| 2019-10-04 | Merge pull request #1656 from rouault/demote_to_2D | Even Rouault | |
| Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best approximate as WKT1 that doesn't support it | |||
| 2019-10-04 | Merge pull request #1655 from rouault/aeqd_obliq_sphere | Even Rouault | |
| aeqd: for spherical forward path, go to higher precision ellipsoidal case when the point coordinates are super close to the origin (fixes #1654) | |||
| 2019-10-04 | Add a proj_crs_demote_to_2D(). Useful if forced to export a 3D CRS to a best ↵ | Even Rouault | |
| approximate as WKT1 that doesn't support it | |||
| 2019-10-04 | proj_normalize_for_visualization(): make it work with CRS objects | Even Rouault | |
| 2019-10-03 | aeqd: for spherical forward path, go to higher precision ellipsoidal case ↵ | Even Rouault | |
| when the point coordinates are super close to the origin (fixes #1654) | |||
| 2019-10-03 | DerivedGeographicCRS: allow exporting +proj=ob_tran +o_proj=longlat to PROJ ↵ | Even Rouault | |
| string | |||
| 2019-10-03 | ob_tran.cpp: add comment to link maths with Snyder's formulas | Even Rouault | |
| 2019-10-03 | ob_tran doc: fix/clarify semantics of o_lat_p/o_lon_p | Even Rouault | |
| This is a super confusing topic, but from experiments, and in particular with the example of Fairgrieve projection, o_lat_p and o_lon_p are the coordinates of the North pole of the unrotated geographic CRS expressed in the rotated geographic CRS. This is different from defining a 'new pole', which would be the coordinates of the rotated North pole expressed in the unrotated CRS. | |||
| 2019-10-03 | Merge pull request #1651 from jakob/patch-1 | Even Rouault | |
| Only call pkg-config in configure when necessary | |||
| 2019-10-03 | Only call pkg-config in configure when necessary | Jakob Egger | |
| Only call pkg-config in the configure script when the variables $SQLITE3_CFLAGS and $SQLITE3_LIBS are not set. This allows building PROJ when pkg-config is not available. | |||
| 2019-10-02 | Merge pull request #1650 from rouault/map_nsper_to_vertical_perspective | Even Rouault | |
| Add API and WKT mapping for 'nsper' to EPSG Vertical Perspective method | |||
| 2019-10-02 | Add API and WKT mapping for 'nsper' to EPSG Vertical Persepective method | Even Rouault | |
| Relates to https://github.com/OSGeo/gdal/issues/1856 | |||
| 2019-10-02 | nsper: add a comment to relate it to EPSG Vertical Perspective | Even Rouault | |
| 2019-10-02 | Reformat file | Even Rouault | |
| 2019-10-01 | Merge pull request #1649 from cffk/geod-1.50-fix | Charles Karney | |
| Fix some Cppcheck complaints in geodesic routines | |||
| 2019-10-01 | Fix some Cppcheck complaints in geodesic routines | Charles Karney | |
| 2019-10-01 | Add rotation support to the HEALPix projection (#1638) | Simon Schneegans | |
| 2019-09-30 | Merge pull request #1642 from rouault/improve_compound_to_geog | Even Rouault | |
| Improve vertical transformation support | |||
| 2019-09-30 | Merge pull request #1645 from rouault/improve_proj_string_parsing | Even Rouault | |
| PROJ string CRS ingester: recognize more unit-less parameters, and general handling of +key=string_value parameters | |||
