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

Patched Geoalchemy for PostGIS 2 #92

Closed
wants to merge 1 commit into from

Conversation

florianm
Copy link

To get CKAN 2.3 master (Dec 2014) to work with ckanext-spatial on a PostGIS 2.1.2 db (Ubuntu 14.04 FWIW), this patch uses a GelAlchemy version by @chokoswitch as I mentioned in #5
@amercader is of course right to suggest upgrading CKAN's SQLAlchemy - in the mean time, here's a patch that works at least for me.

@clementmouchet
Copy link

I'm running the branch 5-postgis-2-support https://github.com/ckan/ckanext-spatial/tree/5-postgis-2-support in Docker containers based on Ubuntu 9.3 & PostGIS 2.
The only edit is pip-requirements where you need to replace GeoAlchemy by GeoAlchemy2>=0.2.4
You will have to remove GeoAlchemy because at the moment the changes rely on import errors.

@amercader
Copy link
Member

Thanks @florianm, I think that the safest and more future-proof way of dealing with this is upgrading to GeoAlchemy2, rather than relying on this fork See #97

Edit: I stand corrected, it may support PostGIS 2.x as you mention

@amercader
Copy link
Member

This has been dealt with in #97

@amercader amercader closed this Apr 17, 2015
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

Successfully merging this pull request may close these issues.

None yet

3 participants