Open df-git opened 7 years ago
Is there anyone here who has already had this problem? Is it a known bug?
In case you have a question how to configure deegree please post it to the deegree-users mailing list.
In case you want to report a bug please provide the complete configuration (deegree workspace) and further information how to reproduce the issue, e.g. the GetFeature
request.
This is not a question. We have succesfully set up the system, but it has the bug described above. Example request: http://localhost/deegree-webservices-3.3.20/services/UC1_WFS?service=WFS&request=GetFeature&version=2.0.0&typeNames=uc1:Building&count=30
Thank you in advance for your support
I think this a BUG, can you please change the label from question to bug or add bug as label?
We have done a short analysis on the code level. Issue can be fixed with reasonable effort. Funding and contribution is welcome. The fix will effect the MemoryFeatureStore and the function to parse, save attributes, and write the XML output.
We would greatly appreciate if PR are created for master (3.4) and maintenance branch of 3.3-master.
Using Deegree 3.3.20 server with an in memory storage (GML 3.2 file), there is a problem when a request for the feature is made using the WFS request. The response is translated correctly in the WFS format, but all the xlink:title are removed. Note also that all the xlink:href are kept. How can I fix this?