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
I saw there's some support for 'PostGIS' using the geozero crate, but my use case isn't that complex and I just want to use the point type without needing the full 'PostGIS' support. Is this planned/possible? Thanks!
The error I get:
unsupported type POINT of column #2 ("origin_point")
The text was updated successfully, but these errors were encountered:
There is currently no plans to add support for either of these, though, but we will always accept a PR. I'd suggest keeping the discussion in #166 however.
I saw there's some support for 'PostGIS' using the
geozero
crate, but my use case isn't that complex and I just want to use thepoint
type without needing the full 'PostGIS' support. Is this planned/possible? Thanks!The error I get:
The text was updated successfully, but these errors were encountered: