Skip to content

Tags: felt/geo

Tags

v4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cut 4.0.1 release with bug fix (#222)

v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Default decoded GeoJSON to SRID 4326 (WGS 84) per the spec (#219)

* Default decoded GeoJSON to SRID 4326 (WGS 84) per the spec

The GeoJSON spec [indicates](https://tools.ietf.org/html/rfc7946#section-4) that all GeoJSON should be assumed to use the WGS 84 datum by default. We should be permissive and allow overriding that datum (as we did previously), but I think the correct behavior here is to make the datum explicit in our decoded `Geo.Geometry.t()` values.

This is a breaking change, but one which I expect to have quite little impact on users. (See the CHANGELOG.md for more.)

Resolves #129

* Prepare the rest of the v4.0.0 release notes

* Add final release date

v3.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare to release v3.6.0 (#189)

* Prepare to release v3.6.0

* Add release date

v3.5.1

Prep for release

v3.5.0

Prepare for release

v3.4.3

Update Changelog and version

v3.4.2

Update version and changelog

v3.4.1

Update deps and version

v3.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #156 from bryanjos/faster_encode_decode

Encoding and Decoding Well-known Binaries (WKB) using IOData

v3.3.8

Use github link