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.
- 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
- 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