Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

69 lines (51 loc) · 3.48 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Fixed

  • Adjustment to OSGB36 datum transform e.g. EPSG: 27700
  • Datum toWGS84 transformations of non geographic Coordinate Reference Systems e.g. EPSG: 27700 #32
  • +nadgrids=@null support e.g. EPSG: 3857

1.1.3 - 2021-06-17

Fixed

  • Problem with omerc projection e.g. EPSG: 3375 #21

1.1.2 - 2021-04-12

Fixed

  • Fix NZ Map projection and add a test for it #62
  • Update OrthographicAzimuthalProjection #63
  • Fix UTM, LCC, Krovak and Stere projections #71
  • *2 in stereographic projection near the equator #58
  • WebMercator EPSG code retrieved from proj4 parameters returns a legacy value #61

Added

  • Geocent projection support #60

1.1.1 - 2020-03-08

Added

  • A projection may have a radius, support +R= parameter #54

1.1.0 - 2019-09-05

Added

  • Added GeostationarySatelliteProjection/geos projection #27
  • Registry.getProjections exposes all available projects #31
  • OSGi compatibility #44

Changed

  • Parse geos (Geostationary Satellite Projection) proj4 strings #27
  • Projection units reported as meters by default #28
  • BasicCoordinateTransform now thread-safe #29
  • Improve CRS Caching performance #33, #34, #36
  • CoordinateReferenceSystem.equals considered logical equality #45
  • Projection.equals considered logical equality #45

1.0.0 - 2019-12-12

Added

  • Added support for Extended Transverse Mercator #6

Changed

  • Update EPSG DB v9.2 #7
  • Increasing accuracy of etmerc projection #14

Fixed

  • Fix possible null dereference #16
  • Fix cea (Cylindrical Equal Area) projection #10