We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The WFS is configured for GML 3.1 with disabled dynamic schema and static schema location:
<GMLFormat gmlVersion="GML_31"> <MimeType>text/xml; subtype=gml/3.1.1</MimeType> <MimeType>text/xml; subtype="gml/3.1.1"</MimeType> <MimeType>application/gml+xml; version=3.1</MimeType> <GenerateBoundedByForFeatures>false</GenerateBoundedByForFeatures> <GetFeatureResponse> <DisableDynamicSchema>true</DisableDynamicSchema> <SchemaLocation>../appschemas/test_gml311.xsd</SchemaLocation> </GetFeatureResponse> <!-- Genauigkeit auf 6 Stellen testweise aktiviert --> <DecimalCoordinateFormatter places="6"/> </GMLFormat>
The referenced SchemaLocation test_gml311.xsd imports the GML 3.1 schema:
<import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
The DescribeFeaturetype response [1] contains a wrappper schema instead of the original schema:
<schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://geobasis-bb.de/forstfoerderung/wald"> <include schemaLocation="http://localhost:8081/deegree-webservices/appschemas/test_gml311.xsd"/> <import namespace="http://www.w3.org/2001/SMIL20/" schemaLocation="http://schemas.opengis.net/gml/3.1.1/smil/smil20.xsd"/> <import namespace="http://www.w3.org/2001/SMIL20/Language" schemaLocation="http://schemas.opengis.net/gml/3.1.1/smil/smil20-language.xsd"/> </schema>
SMIL 2.0 is imported in https://schemas.opengis.net/gml/3.1.1/base/defaultStyle.xsd.
Expected behavior: The DescribeFeaturetype request returns the original schema test_gml311.xsd.
[1] http://localhost:8081/deegree-webservices/services/test?service=WFS&request=DescribeFeaturetype&version=1.1.0
The text was updated successfully, but these errors were encountered:
deegree#1537 (deegree#171) - removed SMIL 2.0 and SMIL 2.0 language f…
9502132
…rom appNamespaces to avoid a wrapper schema
deegree#1537 (#9048) - removed SMIL 2.0 and SMIL 2.0 language from a…
96558c1
…ppNamespaces to avoid a wrapper schema
deegree#1537 (#9048) - added missing NS
5972635
Successfully merging a pull request may close this issue.
The WFS is configured for GML 3.1 with disabled dynamic schema and static schema location:
The referenced SchemaLocation test_gml311.xsd imports the GML 3.1 schema:
The DescribeFeaturetype response [1] contains a wrappper schema instead of the original schema:
SMIL 2.0 is imported in https://schemas.opengis.net/gml/3.1.1/base/defaultStyle.xsd.
Expected behavior: The DescribeFeaturetype request returns the original schema test_gml311.xsd.
[1] http://localhost:8081/deegree-webservices/services/test?service=WFS&request=DescribeFeaturetype&version=1.1.0
The text was updated successfully, but these errors were encountered: