Skip to content

Latest commit

 

History

History
116 lines (83 loc) · 5.11 KB

CHANGELOG.md

File metadata and controls

116 lines (83 loc) · 5.11 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.

1.3.0 - 2023-05-30

Added

  • Parsing NTv2 Improvement #99
  • GH-89: initial support for NTv2 #98

1.2.3 - 2023-01-25

Fixed

  • Fix the inverse Krovak transformation #97

1.2.2 - 2022-12-12

Fixed

  • Move all core resources to epsg submodule #95

1.2.1 - 2022-12-12

Fixed

  • Fix maven pom.xml release metadata

1.2.0 - 2022-12-04

Fixed

  • Fix EquidistantAzimuthalProjection through add geodesic package #84
  • Fix RobinsonProjection #87
  • Backport: Stop after successfully applying grid #91

Added

  • Added support for EPSG:9054 #93
  • Split projects into proj4j and proj4j-epsg #92

1.1.5 - 2022-03-25

Fixed

  • Fix Grid equals #78

1.1.4 - 2021-11-03

Fixed

  • Adjustment to OSGB36 datum transform e.g. EPSG: 27700
  • GeocentricConverter equality check after grid shift WGS param override 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