Releases: matafokka/geotiff-geokeys-to-proj4
Releases · matafokka/geotiff-geokeys-to-proj4
Fixed ellipsoid being used instead of a sphere in EPSG:3857 (Web Mercator)
2024.04.13 Fixed ellipsoid being used instead of a sphere in EPSG:3857 (Web Merc…
Added +lat_0 > +lat_ts override for Mercator, updated data
2024.04.12 Updated data, bumped version
[BREAKING] Better types, different bundle structure
- BREAKING: Different file (
main-dist-iife.js
) for<script>
import. - Fixed TypeScript support.
- Switched from Browserify to ESBuild.
- Fixed dependencies versions.
[BREAKING] Added Z coordinates support
- Added Z coordinates support.
- [BREAKING]
convertCoordinates()
now accepts Z coordinate as a third argument. - Added GeoTIFF 1.1 geokeys support.
- Fixed docs.
Data sources update
- Switched from epsg.io and epsg-index to using epsg-database + additional sources.
- Added support for more conversion parameters and units.
- Fixed ensemble datums not being processed.
- Fixed incorrect units mapping.
- Fixed +towgs84 mapping for datum 6135.
- Updated data.
Better docs on errors
- Added suggestions for error handling.
- Better wording for broken geokeys.
Added an error message when both GeographicTypeGeoKey and ProjectedCSTypeGeoKey are set
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
Thanks, Otfried! See #3 for the context.
Also sorry for bumping the version to the tomorrow's date.
Fixed missing source file
The build was fine but one source file was missing
Fixed using radians instead of degrees
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.