The GeoJSON spec indicates 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.)
The GeoJSON spec indicates 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