deegree / deegree3

Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
https://www.deegree.org
GNU Lesser General Public License v2.1
150 stars 100 forks source link

xlink:title is being removed on WFS (using a memory store from GML 3.2) #841

Open df-git opened 7 years ago

df-git commented 7 years ago

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?

df-git commented 7 years ago

Is there anyone here who has already had this problem? Is it a known bug?

tfr42 commented 7 years ago

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.

df-git commented 7 years ago

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

EULF_EP_UC1.zip

Thank you in advance for your support

df-git commented 7 years ago

I think this a BUG, can you please change the label from question to bug or add bug as label?

tfr42 commented 7 years ago

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.

tfr42 commented 7 years ago

We would greatly appreciate if PR are created for master (3.4) and maintenance branch of 3.3-master.