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

Support for GML 3.2.2 is still limited #1115

Closed
copierrj opened this issue Jan 15, 2021 · 0 comments · Fixed by #1443
Closed

Support for GML 3.2.2 is still limited #1115

copierrj opened this issue Jan 15, 2021 · 0 comments · Fixed by #1443
Labels
enhancement enhancement or improvement

Comments

@copierrj
Copy link
Member

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.

@tfr42 tfr42 added the enhancement enhancement or improvement label Jan 15, 2021
lgoltz added a commit to lat-lon/deegree3 that referenced this issue Dec 21, 2022
lgoltz added a commit to lat-lon/deegree3 that referenced this issue Dec 22, 2022
lgoltz added a commit to lat-lon/deegree3 that referenced this issue Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants