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

Enhance SqlFeatureStoreConfigCreator to apply useRefDataProps to complex xml elements (3.5) #1726

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

Conversation

lgoltz
Copy link
Contributor

@lgoltz lgoltz commented Aug 6, 2024

Using the SqlFeatureStoreConfigCreator with the following command results in an uncomplete mapping:

java -jar deegree-tools-gml-3.5.8.jar SqlFeatureStoreConfigCreator -format=all -srid=25833 -idtype=uuid -mapping=relational -dialect=postgis -schemaUrl=https://inspire.ec.europa.eu/schemas/lcv/5.0/LandCoverVector.xsd -referenceData=refData.gml -useRefDataProps=true

The elements, e.g. lcv:extent und lcv:nomenclatureDocumentation are missing because of their complexity.
This PR applies useRefDataProps=true to complex xml elements.

@lgoltz lgoltz changed the base branch from main to 3.5-main August 6, 2024 08:15
@lgoltz lgoltz added enhancement enhancement or improvement tools deegree command line tools (CLI) labels Aug 6, 2024
@lgoltz lgoltz added this to the 3.5.9 milestone Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement or improvement tools deegree command line tools (CLI)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant