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 srid in created SQL for blob mode and PostgreSQL #1601

Merged

Conversation

lgoltz
Copy link
Contributor

@lgoltz lgoltz commented Nov 30, 2023

Fixes #1578
The SQL created with java -jar deegree-tools-gml-3.5.4-SNAPSHOT.jar SqlFeatureStoreConfigCreator -schemaUrl=https://inspire.ec.europa.eu/schemas/ps/4.0/ProtectedSites.xsd -format=all -srid=25833 -idtype=uuid -mapping=blob contains the srid as expected:

SELECT ADDGEOMETRYCOLUMN('public', 'feature_types','bbox','25833','GEOMETRY',2);
...
SELECT ADDGEOMETRYCOLUMN('public', 'gml_objects','gml_bounded_by','25833','GEOMETRY',2);

@stephanr stephanr merged commit 29461e1 into deegree:main Nov 30, 2023
1 check passed
@tfr42 tfr42 deleted the fix/sridInCreatedSqlPostgresqlBlob-1578 branch November 30, 2023 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core deegree core modules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WMS GetFeatureInfo and WFS GetFeature request with BBOX filter returns error in blob mode
4 participants