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

Remove WFS namespace prefix in the title of a FeatureType #1485

Merged
merged 2 commits into from
May 12, 2023

Conversation

julianzz98
Copy link
Contributor

With this pull request, the WFS namespace prefix in the title of a FeatureType is removed.

As example, an excerpt of a FeatureType description in the WFS 2.0.0 capabilities with the proposed changes:

<FeatureType>
  <Name xmlns:xplan="http://www.deegree.org/xplanung/1/0">xplan:BP_Plan</Name>
  <Title>BP_Plan</Title>
  <DefaultCRS>EPSG:25832</DefaultCRS> 

Additionally, this is how the FeatureTypes titles are displayed with a WFS connection in QGIS:

Screenshot from 2023-04-17 12-55-46

This pull requests closes #1481

@lgoltz lgoltz added the WFS deegree Web Feature Service label Apr 17, 2023
@tfr42 tfr42 added this to the 3.5 milestone May 12, 2023
@copierrj copierrj merged commit 08b4618 into deegree:main May 12, 2023
@lgoltz lgoltz deleted the removePrefix-1908-1481 branch August 17, 2023 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WFS deegree Web Feature Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WFS sets namespace prefix in title of a FeatureType
5 participants