Skip to content

1.2.0

Compare
Choose a tag to compare
@pomadchin pomadchin released this 04 Dec 22:39
· 26 commits to master since this release
33381c0

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