aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-09PROJJSON export: use more compact formEven Rouault
2019-08-09projinfo: rename JSON to PROJJSONEven Rouault
2019-08-08Merge pull request #1560 from rouault/update_howto_releaseEven Rouault
HOWTO-RELEASE: add instructions to avoid website to be erased by an older version
2019-08-08Merge pull request #1562 from rouault/fix_issue_vcpkg_vs2015Even Rouault
appveyor.yml: manually build vcpkg so as to avoid issue with VS2015
2019-08-08appveyor.yml: manually build vcpkg so as to avoid issue with VS2015Even Rouault
2019-08-06HOWTO-RELEASE: add instructions to avoid website to be erased by an older ↵Even Rouault
version
2019-07-27Merge pull request #1558 from rouault/epsg_9_7_0Kristian Evers
Database: update to EPSG 9.7.0
2019-07-25Database: update to EPSG 9.7.0Even Rouault
2019-07-19Add set discard superseded method to api (#1534)Matt Littlemore
Closes #1519
2019-07-18Merge pull request #1554 from edechaux/obsolete-sys_errlistEven Rouault
Remove obsolete Solaris define
2019-07-18Remove obsolete Solaris defineedechaux
sys_errlist has been remove from Solaris 8 and after and is replaced by strerror
2019-07-08Travis: add testing of JSON output against schema and upgrade everything to ↵Even Rouault
Python3
2019-07-08Add data/crsjson.schema.jsonEven Rouault
2019-07-08CRS JSON: export GeographicCRS and Projected CRSEven Rouault
2019-07-06Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545)Even Rouault
2019-07-06Formatting fixEven Rouault
2019-07-02Merge pull request #1537 from rouault/add_scope_remarks_for_coordinate_operationEven Rouault
Database: import scope/remarks for coordinate operation and add C API
2019-07-01C API: add proj_concatoperation_get_step_count() and ↵Even Rouault
proj_concatoperation_get_step()
2019-07-01docs: Fix malformed link in news.rstKristian Evers
2019-07-01Slight update to release procedureKristian Evers
2019-07-01Fix release date for 6.1.1Kristian Evers
2019-07-01Update website for 6.1.1 releaseKristian Evers
2019-06-30Database: import scope/remarks for coordinate operation and add C APIEven Rouault
- Import scope and remarks for coordinate operations of the EPSG dataset. Database size goes from 5.2 MB to 5.55 MB - Add proj_get_scope() and proj_get_remarks()
2019-06-26Merge pull request #1533 from schwehr/geos-docKristian Evers
geos.cpp: Update pdf_cgms_03.pdf location (Fixes #1532)
2019-06-25geos.cpp: Update pdf_cgms_03.pdf location (Fixes #1532)Kurt Schwehr
2019-06-25grid_alternatives.sql: add the two Swisstopo grids (refs https:… (#1531)Kristian Evers
grid_alternatives.sql: add the two Swisstopo grids (refs https://github.com/OSGeo/proj-datumgrid/pull/53)
2019-06-25grid_alternatives.sql: add the two Swisstopo grids (refs ↵Even Rouault
https://github.com/OSGeo/proj-datumgrid/pull/53)
2019-06-23Update NEWS for 6.1.1 releaseKristian Evers
2019-06-23+proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as ↵Kristian Evers
to be able to chain with unitconvert (fixes #1525) (#1526) +proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as to be able to chain with unitconvert (fixes #1525)
2019-06-22+proj=ob_tran +o_proj=longlat: set right unit to PJ_IO_UNITS_WHATEVER so as ↵Even Rouault
to be able to chain with unitconvert (fixes #1525)
2019-06-21Use HTTPS URLs for download.osgeo.org (#1522)Kristian Evers
Use HTTPS URLs for download.osgeo.org
2019-06-21Use HTTPS URLs for download.osgeo.orgPaul Menzel
Change all occurrences with the command below. git grep -l http://download.osgeo.org/ | xargs sed -i 's,http://download.osgeo.org/,https://download.osgeo.org/,g' Fixes: https://github.com/OSGeo/PROJ/issues/1521
2019-06-11Merge pull request #1513 from rouault/fix_gcc493_compilationEven Rouault
Fix compilation error with gcc 4.9.3 (fixes #1512)
2019-06-11Code formatting fixEven Rouault
2019-06-11Fix compilation error with gcc 4.9.3 (fixes #1512)Even Rouault
2019-06-06Merge pull request #1509 from rouault/wkt1_direction_case_insensitiveEven Rouault
WKT1 importer: do case insensitive comparison for axis direction
2019-06-06Merge pull request #1505 from rouault/ogc_urn_projectedCRSEven Rouault
createFromUserInput(): support OGC URN to create projectedCRS, for example to instanciate a projected 3D CRS
2019-06-06WKT1 importer: do case insensitive comparison for axis directionEven Rouault
Fixes https://github.com/OSGeo/gdal/issues/1623 http://portal.opengeospatial.org/files/?artifact_id=999 is not explicit if string comparisons should be case sensitive or not, but WKT2 allows for case differences in keyword and enumerated value, so follow this relaxed interpretation for WKT1 as well.
2019-06-06createFromUserInput(): support OGC URN to create projectedCRS, for example ↵Even Rouault
to instanciate a projected 3D CRS
2019-06-06README.md: update badges [ci skip]Even Rouault
2019-06-06Merge pull request #1506 from rouault/do_not_confuse_ID74_with_WKTEven Rouault
createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ID[] node
2019-06-05createFromUserInput()/guessDialect(): do not confuse 'ID74' CRS with WKT2 ↵Even Rouault
ID[] node
2019-06-05Update GitHub references: proj.4 -> PROJ (#1501)Kristian Evers
Update GitHub references: proj.4 -> PROJ
2019-06-05Merge pull request #1502 from snowman2/patch-1Kristian Evers
Catch a couple more PROJ.4 stragglers
2019-06-04Catch a couple more PROJ.4 stragglersAlan D. Snow
2019-06-05Update GitHub references: proj.4 -> PROJMike Taves
2019-06-04Fix incorrect delimator ";" used to separate proj_info().searchpath entries ↵Kristian Evers
(#1497) Fix incorrect delimator ";" used to separate proj_info().searchpath entries
2019-06-04Merge pull request #1498 from nyalldawson/fix_searchpath_logicKristian Evers
proj_info().searchpath should not include PROJ_LIB path
2019-06-03Fix incorrect delimator ";" used to separate proj_info().searchpathNyall Dawson
entries on non-windows platforms, should be ":"
2019-06-03proj_info().searchpath should not include PROJ_LIB path ifNyall Dawson
the context search_paths is not empty The logic used when actually searching for files is that if the context search_paths are set, these completely override the PROJ_LIB variable. So we should make proj_info().searchpath correctly reflect this, and not include the PROJ_LIB path in searchpath if the context has search_paths manually set.