Proj4js Versions Save

JavaScript library to transform coordinates from one coordinate system to another, including datum transformations

2.11.0

1 month ago

What's Changed

Full Changelog: https://github.com/proj4js/proj4js/compare/2.10.0...2.11.0

2.9.2

6 months ago

What's Changed

Full Changelog: https://github.com/proj4js/proj4js/compare/2.9.1...2.9.2

2.9.1

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/proj4js/proj4js/compare/2.9.0...2.9.1

2.9.0

1 year ago

What's Changed

Full Changelog: https://github.com/proj4js/proj4js/compare/2.8.1...2.9.0

2.8.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/proj4js/proj4js/compare/2.8.0...2.8.1

2.8.0

2 years ago

What's Changed

  • Add more "lcc" aliases (@romaintriboutsamsys)
  • Add "geos" projection (@djhoese)

New Contributors

Full Changelog: https://github.com/proj4js/proj4js/compare/v2.7.5...2.8.0

2.7.5

2 years ago

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

3 years ago
  • 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

3 years ago
  • Switch to a more accurate default Transverse Mercator algorithm (#373)
  • Add support for grid based datum adjustments (+nadgrids parameter) (#363)

2.6.3

3 years ago

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