| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-26 | Update API numbers in preparation for 6.2.0 release | Kristian Evers | |
| 2019-08-26 | Update ABI numbers in preparation for 6.2.0 release | Kristian Evers | |
| 2019-08-25 | Import WebMercator from PROJ string: make sure the WGS84 datum is set | Even Rouault | |
| 2019-08-24 | Add osgeo community logo, part of incubation (#1568) | Michael D. Smith | |
| 2019-08-24 | createFromUserInput(): speed-up instanciation with +init=epsg: prefix in ↵ | Even Rouault | |
| lowercase. This showed in MapServer use cases | |||
| 2019-08-23 | Add proj_create_crs_to_crs_from_pj() (#1567) | Kristian Evers | |
| Add proj_create_crs_to_crs_from_pj() | |||
| 2019-08-23 | Add proj_create_crs_to_crs_from_pj() | Even Rouault | |
| I've been frustrated a number of times with proj_create_crs_to_crs() not accepting a PJ* object for the source and target CRS. And thus constraining to go back to WKT2 in a artificial way. | |||
| 2019-08-22 | Merge pull request #1566 from rouault/add_proj_context_set_autoclose_database | Even Rouault | |
| C API: add proj_context_set_autoclose_database() to automatically close database (fixes #1565) | |||
| 2019-08-20 | C API: add proj_context_set_autoclose_database() to automatically close ↵ | Even Rouault | |
| database (fixes #1565) | |||
| 2019-08-20 | Merge pull request #1547 from rouault/json_export | Even Rouault | |
| Add CRS JSON export (refs #1545) | |||
| 2019-08-17 | PROJJSON: rename file as projjson.schema.json, and add versionning to it and ↵ | Even Rouault | |
| to exported PROJJSON strings | |||
| 2019-08-12 | PROJJSON: add support for importing 'ids' | Even Rouault | |
| 2019-08-10 | PROJJSON: a few fixes, and add import of DerivedCRS, EngineeringCRS, ↵ | Even Rouault | |
| ParametricCRS and TemporalCRS | |||
| 2019-08-10 | PROJJSON: add support for DatumEnsemble and ↵ | Even Rouault | |
| Dynamic[Geodetic|Vertical]ReferenceFrame | |||
| 2019-08-09 | Exclude include/proj/internal/nlohmann from coveralls analysis | Even Rouault | |
| 2019-08-09 | Doxyfile: Remove obsolete options that Mac doesn't like | Even Rouault | |
| 2019-08-09 | C API: add proj_as_projjson() | Even Rouault | |
| 2019-08-09 | projinfo: document PROJJSON output, and add single-line output capability | Even Rouault | |
| 2019-08-09 | PROJSJON: add import/export of VerticalCRS, CompoundCRS, BoundCRS, ↵ | Even Rouault | |
| Transformation and ConcatenatedOperation | |||
| 2019-08-09 | createFromUserInput(): add capability to import PROJJSON | Even Rouault | |
| 2019-08-09 | PROJJSON export: use more compact form | Even Rouault | |
| 2019-08-09 | projinfo: rename JSON to PROJJSON | Even Rouault | |
| 2019-08-08 | Merge pull request #1560 from rouault/update_howto_release | Even Rouault | |
| HOWTO-RELEASE: add instructions to avoid website to be erased by an older version | |||
| 2019-08-08 | Merge pull request #1562 from rouault/fix_issue_vcpkg_vs2015 | Even Rouault | |
| appveyor.yml: manually build vcpkg so as to avoid issue with VS2015 | |||
| 2019-08-08 | appveyor.yml: manually build vcpkg so as to avoid issue with VS2015 | Even Rouault | |
| 2019-08-06 | HOWTO-RELEASE: add instructions to avoid website to be erased by an older ↵ | Even Rouault | |
| version | |||
| 2019-07-27 | Merge pull request #1558 from rouault/epsg_9_7_0 | Kristian Evers | |
| Database: update to EPSG 9.7.0 | |||
| 2019-07-25 | Database: update to EPSG 9.7.0 | Even Rouault | |
| 2019-07-19 | Add set discard superseded method to api (#1534) | Matt Littlemore | |
| Closes #1519 | |||
| 2019-07-18 | Merge pull request #1554 from edechaux/obsolete-sys_errlist | Even Rouault | |
| Remove obsolete Solaris define | |||
| 2019-07-18 | Remove obsolete Solaris define | edechaux | |
| sys_errlist has been remove from Solaris 8 and after and is replaced by strerror | |||
| 2019-07-08 | Travis: add testing of JSON output against schema and upgrade everything to ↵ | Even Rouault | |
| Python3 | |||
| 2019-07-08 | Add data/crsjson.schema.json | Even Rouault | |
| 2019-07-08 | CRS JSON: export GeographicCRS and Projected CRS | Even Rouault | |
| 2019-07-06 | Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545) | Even Rouault | |
| 2019-07-06 | Formatting fix | Even Rouault | |
| 2019-07-02 | Merge pull request #1537 from rouault/add_scope_remarks_for_coordinate_operation | Even Rouault | |
| Database: import scope/remarks for coordinate operation and add C API | |||
| 2019-07-01 | C API: add proj_concatoperation_get_step_count() and ↵ | Even Rouault | |
| proj_concatoperation_get_step() | |||
| 2019-07-01 | docs: Fix malformed link in news.rst | Kristian Evers | |
| 2019-07-01 | Slight update to release procedure | Kristian Evers | |
| 2019-07-01 | Fix release date for 6.1.1 | Kristian Evers | |
| 2019-07-01 | Update website for 6.1.1 release | Kristian Evers | |
| 2019-06-30 | Database: import scope/remarks for coordinate operation and add C API | Even 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-26 | Merge pull request #1533 from schwehr/geos-doc | Kristian Evers | |
| geos.cpp: Update pdf_cgms_03.pdf location (Fixes #1532) | |||
| 2019-06-25 | geos.cpp: Update pdf_cgms_03.pdf location (Fixes #1532) | Kurt Schwehr | |
| 2019-06-25 | grid_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-25 | grid_alternatives.sql: add the two Swisstopo grids (refs ↵ | Even Rouault | |
| https://github.com/OSGeo/proj-datumgrid/pull/53) | |||
| 2019-06-23 | Update NEWS for 6.1.1 release | Kristian 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) | |||
