You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 notFrom
becausepostgis
supports non-WGS84 (4326) srsids. So you'd want to throw an error if they weren't 4326, (or perhaps even None).The text was updated successfully, but these errors were encountered: