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

Added calculation of the bounding box across multiple geometry columns for PostgreSQL (3.5) #1729

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

Conversation

julianzz98
Copy link
Contributor

With this PR, the functionality of deegree was enhanced so the bounding box (BBOX) can be calculated across multiple geometry columns (PostgreSQL) when the REST API request /deegree-webservices/config/update/bboxcache is used.

Prior to the change the functionality behind the mentioned REST API request would only consider the first fitting geometry column for its calculation, even if it was supposedly empty.

@julianzz98 julianzz98 marked this pull request as ready for review August 13, 2024 09:45
@julianzz98 julianzz98 changed the title [DRAFT] Added calculation of the bounding box across multiple geometry columns for PostgreSQL Added calculation of the bounding box across multiple geometry columns for PostgreSQL (3.5) Aug 13, 2024
@julianzz98 julianzz98 added the enhancement enhancement or improvement label Aug 13, 2024
@tfr42 tfr42 added this to the 3.5.9 milestone Aug 14, 2024
@tfr42
Copy link
Member

tfr42 commented Aug 14, 2024

Since the interface of SQLDialect has been changed by adding new methods and an implementation is provided for PostGIS only it requires further testing if this change affects the other dialects.

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

Successfully merging this pull request may close these issues.

3 participants