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

Allow pg source to perform the coordinate transformation/projection #117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jampukka
Copy link
Collaborator

@jampukka jampukka commented Oct 8, 2024

Currently hakunapi handles all coordinate transformations inside Java code. While this is originally by-design (when the amount of calculation doesn't change, do it in application level instead of db) some might prefer postgis handle them for you (for precision etc).

This is also a step towards dropping hakunapi-proj-gt from .war files generated by hakunapi-simple-webapp-* projects for smaller war packages and startup time.

This partially handles #58 as all geometries in Filters are still transformed to storage SRID by hakunapi itself. Changing that in the future shouldn't be a big deal.

@nls-jajuko nls-jajuko added this to the 1.5.0 milestone Oct 9, 2024
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.

2 participants