Releases: locationtech/proj4j
Releases · locationtech/proj4j
1.4.1
16 Jun 01:28
Compare
Sorry, something went wrong.
No results found
1.4.1 - 2025-06-15
Fixed
External GridDefinition read fix #121
1.4.0
31 Mar 14:48
Compare
Sorry, something went wrong.
No results found
This release contains a new proj4j-geoapi module, lots of thanks to @desruisseaux for making this contribution 🎉
1.4.0 - 2025-03-31
Fixed
LCC ProjectInverse adjustment, BasicCoordinateTransform.transform cleanup #117
Added
GeoAPI wrappers for PROJ4J #115
1.3.0
31 May 01:43
Compare
Sorry, something went wrong.
No results found
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
26 Jan 01:39
Compare
Sorry, something went wrong.
No results found
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
13 Dec 04:53
Compare
Sorry, something went wrong.
No results found
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
12 Dec 19:19
Compare
Sorry, something went wrong.
No results found
1.2.1 - 2022-12-12
Fixed
Fix maven pom.xml release metadata
1.2.0
04 Dec 22:39
Compare
Sorry, something went wrong.
No results found
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.5
25 Mar 22:56
Compare
Sorry, something went wrong.
No results found
1.1.4
03 Nov 15:59
Compare
Sorry, something went wrong.
No results found
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
17 Jun 21:18
Compare
Sorry, something went wrong.
No results found
Fixed
Problem with omerc projection e.g. EPSG: 3375 #21
Lot's of thanks to @bosborn for fixing omerc projection.