Skip to content

Added srid in created SQL for blob mode and PostgreSQL#1601

Merged
stephanr merged 1 commit into
deegree:mainfrom
lat-lon:fix/sridInCreatedSqlPostgresqlBlob-1578
Nov 30, 2023
Merged

Added srid in created SQL for blob mode and PostgreSQL#1601
stephanr merged 1 commit into
deegree:mainfrom
lat-lon:fix/sridInCreatedSqlPostgresqlBlob-1578

Conversation

@lgoltz

@lgoltz lgoltz commented Nov 30, 2023

Copy link
Copy Markdown
Contributor

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
@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