Skip to content

Releases: proj4js/proj4js

2.11.0

23 Mar 08:39
76693cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.0...2.11.0

2.9.2

25 Oct 10:30
a71d2db
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.9.1...2.9.2

2.9.1

13 Oct 08:14
9f29c04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.0...2.9.1

2.9.0

10 Mar 08:19
685b444
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.1...2.9.0

2.8.1

12 Jan 17:01
a1d6d29
Compare
Choose a tag to compare

What's Changed

  • Remove the third parameter for running the qsfnz function by @Oleksiy99 in #410
  • Bugfix/306 - proj4 modify the input object after a transformation by @oobayly in #415
  • Bump shelljs and grunt-contrib-jshint by @dependabot in #419
  • Only output z when we had an input z by @ahocevar in #335
  • Do not skip datum transform when gridshift is configured by @ahocevar in #424

New Contributors

Full Changelog: 2.8.0...2.8.1

2.8.0

13 Mar 11:08
c1d44a3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.5...2.8.0

2.7.5

22 Jul 11:27
9ab9c09
Compare
Choose a tag to compare

To undo a breaking change that was not properly documented, this release restores handling of axis order to what it was before v2.6.1. Users who want axis order handling as specified in the proj or wkt string need to use the forward() and inverse() functions of the object returned by proj4(projection1, projection2) with true as 2nd argument. This is described in full detail in the README.

2.7.2

03 Mar 21:58
36229ed
Compare
Choose a tag to compare
  • Increased accuracy for omerc projection (#350)
  • Add support for Lambert Conformal Conic 1SP (#337)
  • Respect datum params from WKT for Lambert Conformal Conic (#378)

2.7.0

16 Jan 21:04
af8a032
Compare
Choose a tag to compare
  • Switch to a more accurate default Transverse Mercator algorithm (#373)
  • Add support for grid based datum adjustments (+nadgrids parameter) (#363)

2.6.3

18 Nov 10:27
908b6d9
Compare
Choose a tag to compare

Replaces 2.6.2, where the package was accidently published with outdated artifacts.