-
Notifications
You must be signed in to change notification settings - Fork 204
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
Extension: PostGIS #11
Comments
If this extension support is added, there will be great user interest. |
I noticed on the homepage (https://pglite.dev/) that support for loading PostGIS is mentioned. However, I could not find any further information. Is there any information about setting this up and managing the required dependencies such as GEOS and GDAL? Has anyone managed to get this working? I wouldn't mind helping with testing or documentation, but it would be great to know what has been done already. |
Hey @John-P We are very close, it wasn't quite read for lunch yesterday, but is looking like it could happen this week. |
@samwillis Oh amazing work! 🚀 That is very exciting to hear. |
Can't wait to fiddle around with this extension. Amazing work ❤️ |
Hi @samwillis, any update on this? Nevertheless, this library was one of my best finds this year. Keep on the great work 💪 |
Hi @samwillis , any feedback on this one please? |
Hey, PostGIS has proved a little complex to get working (it's a very late codebase with a lot of dependencies). Each time we think we've made progress another issue comes up. We know it's a much sought after extension, and so we keep pushing forward. I'm confident we will get it working, but I don't have an ETA. |
Thanks for the update @samwillis and for all the awesome work you guys are doing. |
Thank you so much @samwillis for the hard work. Or maybe I'm missing something and I can already load postgis point geometry data? |
We'd be happy with a few functions like ST_AsGeoJSON. Thanks for the hard work so far. Know what I do know about PostGIS and its dependency on GEOS, seems like a complicated task. |
Its possible to make postgre with the postgis extension in wasm?
The text was updated successfully, but these errors were encountered: