deegree3 icon indicating copy to clipboard operation
deegree3 copied to clipboard

Deegree skips XLink-Attributes

Open 4DFuchs opened this issue 7 months ago • 5 comments

I am currently using the following repository: https://github.com/JuergenWeichand/deegree-cli-utility to generate the database configuration (DDL) and the Deegree configuration.

However, I’ve noticed that some XML attributes are consistently being skipped. I came across this line of code and would like to understand why all XLink attributes are excluded:

https://github.com/deegree/deegree3/blob/deegree-3.5.0/deegree-datastores/deegree-featurestores/deegree-featurestore-sql/src/main/java/org/deegree/feature/persistence/sql/mapper/AppSchemaMapper.java#L670

Thank you for your help!

4DFuchs avatar Mar 13 '25 16:03 4DFuchs