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
The current implementation relies on https://github.com/andelf/rust-postgis. There is an idea there to support geo's types, but IIRC it depends on development that hasn't been designed yet.
If that was worked through, it'd be very easy to support geo types here as well.
(See maybe georust/geo#67 to help push that forward)
Alternatively, we could implement our own traits in vectortile that abstracts of postgis and geo crate types. Generally, I'd prefer if we could implement those traits in geo rather than vectortile however, as they'll be more widely applicable.
Would be great to be able to use geo type with this lib
The text was updated successfully, but these errors were encountered: