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
Some support of GML 3.2.2 was implemented in #1108 but we currently do not allow for everything that's allowed by the application schema.
For example:
<gml:Ring srsName="urn:ogc:def:crs:EPSG::28992" gml:id="ring.geom.0"> <gml:curveMember> <gml:LinearRing> <gml:posList>183013.056486463 362487.654078821 181957.877648035 361625.924694105 183206.505940175 359796.94804083 184666.17 360711.436367467 183013.056486463 362487.654078821</gml:posList> </gml:LinearRing> </gml:curveMember> </gml:Ring>
Results in error message: '{http://www.opengis.net/gml/3.2}LinearRing' is not a valid substitution for 'gml:_Curve'.
We should extent deegree to accept all valid GML 3.2.2 geometries.
The text was updated successfully, but these errors were encountered:
deegree#1115 (#8683) - support of Ring with LinearRing
8c1f6be
deegree#1019, deegree#1115 (#8683) - support of Ring with LinearRing
5dbd3c4
deegree#1019, deegree#1115 (#8683) - support of Ring/curveMember/Lin…
89d78f1
…earRing and Ring/curveMember/Ring
Successfully merging a pull request may close this issue.
Some support of GML 3.2.2 was implemented in #1108 but we currently do not allow for everything that's allowed by the application schema.
For example:
Results in error message: '{http://www.opengis.net/gml/3.2}LinearRing' is not a valid substitution for 'gml:_Curve'.
We should extent deegree to accept all valid GML 3.2.2 geometries.
The text was updated successfully, but these errors were encountered: