Use GeoAlchemy2? #3632
adrien-berchet
started this conversation in
General
Replies: 1 comment
-
The custom That said it's still awesome that you managed to find and fix the issues around caching. I have other projects using GeoAlchemy2 that will profit from it and I'm looking forward to test the new version there. I did a quick test against the last version of Nominatim that did have GeoAlchemy2 and it runs fine with 0.17.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
At some point you used GeoAlchemy2 to handle spatial data but then you reported trouble with the cache featured by
SQLAlchemy
. Thus in #3101 you chose to redefine your ownGeometry
type. I don't know if it's relevant for you because yourGeometry
type is quite simpler than the one fromGeoAlchemy2
, but I just wanted to let you know that we were able to re-enable the cache mechanism for all spatial types in the last release (0.17.0). So you may be interested.Beta Was this translation helpful? Give feedback.
All reactions