Releases: locationtech/proj4j
Releases · locationtech/proj4j
1.3.0
1.3.0 - 2023-05-30
Added
- Parsing NTv2 Improvement #99
- GH-89: initial support for NTv2 #98
Lots of thanks to @barthanssens and @ea23del for an incredible work on adding the NTv2 support 🎉
1.2.3
1.2.3 - 2023-01-25
!Important! Since 1.2.0 release proj4j is released as two separate packages: proj4j
and proj4j-epsg
.
Fixed
- Fix the inverse Krovak transformation #97
Lots of thanks to @rhuitl for improving Krovak projection! 🎉
1.2.2
1.2.2 - 2022-12-12
!Important! This release ensures that proj4-core contains no EPSG files. Please use the most up to date proj4 release.
Fixed
- Move all core resources to epsg submodule #95
Thanks @bchapuis for catching this really quick and making the first proj4j contribution! 🎉
1.2.1
1.2.1 - 2022-12-12
Fixed
- Fix maven pom.xml release metadata
1.2.0
1.2.0 - 2022-12-04
!Important!: Starting this release, proj4j
is released as two separate packages:
proj4j
- core, only neccessary files; released under the Apache 2 License
proj4j-epsg
- contains EPSG resource files and released under the Apache 2 License + EPSG License
For more details read the LICENSE file in the root of this repository and the related discussion topic.
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.4
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
This release was only possible due to great contributions by @bosborn! 🎉 🎉 🎉
1.1.3
Fixed
- Problem with omerc projection e.g. EPSG: 3375 #21
Lot's of thanks to @bosborn for fixing omerc
projection.
1.1.2
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
Changed
- A projection may have a radius, support
+R=
parameter