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
1.2.3 - 2023-01-25
- Fix the inverse Krovak transformation #97
1.2.2 - 2022-12-12
- Move all core resources to epsg submodule #95
1.2.1 - 2022-12-12
- Fix maven pom.xml release metadata
1.2.0 - 2022-12-04
- Fix EquidistantAzimuthalProjection through add geodesic package #84
- Fix RobinsonProjection #87
- Backport: Stop after successfully applying grid #91
1.1.5 - 2022-03-25
- Fix Grid equals #78
1.1.4 - 2021-11-03
- 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
- Problem with omerc projection e.g. EPSG: 3375 #21
1.1.2 - 2021-04-12
- 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
- Geocent projection support #60
1.1.1 - 2020-03-08
- A projection may have a radius, support
+R=
parameter #54
1.1.0 - 2019-09-05
- Added
GeostationarySatelliteProjection
/geos
projection #27 - Registry.getProjections exposes all available projects #31
- OSGi compatibility #44
- 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 support for Extended Transverse Mercator #6