Skip to content

Releases: matafokka/geotiff-geokeys-to-proj4

Fixed ellipsoid being used instead of a sphere in EPSG:3857 (Web Mercator)

13 Apr 07:54
Compare
Choose a tag to compare
Fixed ellipsoid being used instead of a sphere in EPSG:3857 (Web Merc…

…ator)

Fixes #7

Added +lat_0 > +lat_ts override for Mercator, updated data

12 Apr 17:28
Compare
Choose a tag to compare
2024.04.12

Updated data, bumped version

[BREAKING] Better types, different bundle structure

09 Apr 18:06
Compare
Choose a tag to compare
  1. BREAKING: Different file (main-dist-iife.js) for <script> import.
  2. Fixed TypeScript support.
  3. Switched from Browserify to ESBuild.
  4. Fixed dependencies versions.

[BREAKING] Added Z coordinates support

09 Mar 10:31
f29f7bb
Compare
Choose a tag to compare
  1. Added Z coordinates support.
  2. [BREAKING] convertCoordinates() now accepts Z coordinate as a third argument.
  3. Added GeoTIFF 1.1 geokeys support.
  4. Fixed docs.

Data sources update

14 Jan 13:54
Compare
Choose a tag to compare
  1. Switched from epsg.io and epsg-index to using epsg-database + additional sources.
  2. Added support for more conversion parameters and units.
  3. Fixed ensemble datums not being processed.
  4. Fixed incorrect units mapping.
  5. Fixed +towgs84 mapping for datum 6135.
  6. Updated data.

Better docs on errors

07 Sep 17:36
Compare
Choose a tag to compare
  • Added suggestions for error handling.
  • Better wording for broken geokeys.

Added an error message when both GeographicTypeGeoKey and ProjectedCSTypeGeoKey are set

07 Sep 06:47
Compare
Choose a tag to compare

See #4 for the context.

Also updated data from EPSG registry.

And also sorry for the yesterday's date, forgot to publish :D

Fixed trailing comma in +towgs84, made output numbers prettier

27 May 15:07
Compare
Choose a tag to compare

Thanks, Otfried! See #3 for the context.

Also sorry for bumping the version to the tomorrow's date.

Fixed missing source file

27 May 11:50
Compare
Choose a tag to compare

The build was fine but one source file was missing

Fixed using radians instead of degrees

26 May 17:03
Compare
Choose a tag to compare

Whoa, it's been a while since the last update. Anyway, changelist:

  • Fixed using radians instead of degrees for lon and lat parameters.
  • Fixed using degrees instead of radians for GeogAngularUnitSizeGeoKey.
  • Did a little refactoring, mainly merged angular and linear (miscalled, actually all) units.