Tags: felt/geo
Tags
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
PreviousNext