It would be great if this implemented support for the postgis crate. If welcomed, I can provided a patch. Note, this would likely have to be TryFrom and not From because postgis supports non-WGS84 (4326) srsids. So you'd want to throw an error if they weren't 4326, (or perhaps even None).
It would be great if this implemented support for the postgis crate. If welcomed, I can provided a patch. Note, this would likely have to be
TryFromand notFrombecausepostgissupports non-WGS84 (4326) srsids. So you'd want to throw an error if they weren't 4326, (or perhaps even None).