Skip to content

Releases: locationtech/proj4j

1.3.0

31 May 01:43
1fd7758
Compare
Choose a tag to compare

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
be8f382
Compare
Choose a tag to compare

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
e490815
Compare
Choose a tag to compare

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
f28d176
Compare
Choose a tag to compare

1.2.1 - 2022-12-12

Fixed

  • Fix maven pom.xml release metadata

1.2.0

04 Dec 22:39
33381c0
Compare
Choose a tag to compare

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
abd3dde
Compare
Choose a tag to compare

1.1.5 - 2022-03-25

Fixed

  • Fix Grid equals #78

1.1.4

03 Nov 15:59
45fa5a1
Compare
Choose a tag to compare

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
7b3468a
Compare
Choose a tag to compare

Fixed

  • Problem with omerc projection e.g. EPSG: 3375 #21

Lot's of thanks to @bosborn for fixing omerc projection.

1.1.2

12 Apr 20:11
f5a026e
Compare
Choose a tag to compare

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

09 Mar 13:53
Compare
Choose a tag to compare

Changed

  • A projection may have a radius, support +R= parameter