-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with rust-geo/geo #11
Comments
Hi Kevin, |
Thanks for the quick feedback. I'll track those issues. |
Any news on this ? |
Since rust-geo/geo 0.7.0 there is a postgis-integration feature flag. See also https://github.com/georust/geo/blob/master/geo/src/algorithm/from_postgis.rs |
Greetings,
What are your thoughts on a possible feature-flag (or just straight use) that supports the crate https://github.com/georust/rust-geo for the rust-postgis extension?
In general, I like the design of the https://github.com/georust projects, because they use a single crate which defines the base geometric types and then have other projects to convert between specific formats (eg. https://github.com/georust/rust-geojson, https://github.com/georust/rust-wkt).
The text was updated successfully, but these errors were encountered: