Skip to content
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

Interface with geo #2

Open
Farkal opened this issue Apr 4, 2019 · 2 comments
Open

Interface with geo #2

Farkal opened this issue Apr 4, 2019 · 2 comments

Comments

@Farkal
Copy link
Contributor

Farkal commented Apr 4, 2019

Would be great to be able to use geo type with this lib

@kestred
Copy link
Collaborator

kestred commented Apr 7, 2019

@Farkal - Definitely that would be great!

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.

@Farkal
Copy link
Contributor Author

Farkal commented Apr 8, 2019

Yeah would be great to just use geotype for all lib interacting with geo products.
I just ask about the state of the issue you give me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants