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

anderZaakObject gml is not translated #235

Open
EduardWitteveen opened this issue Aug 24, 2021 · 1 comment
Open

anderZaakObject gml is not translated #235

EduardWitteveen opened this issue Aug 24, 2021 · 1 comment
Assignees

Comments

@EduardWitteveen
Copy link

The next part is not translated:

                          <anderZaakObject xmlns:gml=http://www.opengis.net/gml xmlns:xlink=http://www.w3.org/1999/xlink>
                               <omschrijving>Geometie omschrijving</omschrijving>
                               <aanduiding>Geometie aanduiding</aanduiding>
                               <lokatie>
                                     <gml:Polygon srsDimension="2" srsName="urn:ogc:def:crs:EPSG::28992" xmlns=http://www.opengis.net/gml>
                                          <gml:exterior>
                                               <gml:LinearRing>
                                                    <gml:posList>155585.652 562933.451 155585.81 562933.05 155632.91 562951.56 155632.752 562951.961 155618.093 562989.251 155575.61 562972.55 155579.816 562961.915 155575.15 562960.07 155585.652 562933.451</gml:posList>
                                               </gml:LinearRing>
                                          </gml:exterior>
                                     </gml:Polygon>
                               </lokatie>
                               <registratie>Geometrie registratie</registratie>
                          </anderZaakObject>

Or

                          <anderZaakObject xmlns:gml=http://www.opengis.net/gml xmlns:xlink=http://www.w3.org/1999/xlink>
                               <omschrijving>Geometie omschrijving</omschrijving>
                               <aanduiding>Geometie aanduiding</aanduiding>
                               <lokatie>
                                     <gml:MultiSurface srsDimension="2" srsName="urn:ogc:def:crs:EPSG::28992" xmlns=http://www.opengis.net/gml>
                                          <gml:surfaceMembers>
                                               <gml:Polygon>
                                                    <gml:exterior>
                                                          <gml:LinearRing>
                                                               <gml:posList>159491.75667116 569293.527961296 159520.338037863 569340.563077538 159517.223052444 569342.455930105 159519.046766073 569345.45713657 159504.604172499 569354.233325428 159508.69609176 569360.967219579 159499.204 569366.735 159496.995 569363.025 159491.682 569366.089 159490.253637127 569363.738709987 159487.138651708 569365.631562554 159455.216636007 569313.098885065 159458.331693683 569311.20615141 159456.618 569308.386 159485.759564548 569290.67783195 159488.641685741 569295.420813864 159491.75667116 569293.527961296</gml:posList>
                                                          </gml:LinearRing>
                                                    </gml:exterior>
                                               </gml:Polygon>
                                          </gml:surfaceMembers>
                                     </gml:MultiSurface>
                               </lokatie>
                               <registratie>Geometrie registratie</registratie>
                          </anderZaakObject>

@EduardWitteveen EduardWitteveen self-assigned this Sep 23, 2021
@EduardWitteveen
Copy link
Author

The gml has to be translated from the EPSG:28992 to EPSG:4326 in order to get it working.
Only SRID: 4326 is supported by OpenZaak

@EduardWitteveen EduardWitteveen changed the title gml is not translated anderZaakObject gml is not translated Jul 25, 2022
EduardWitteveen added a commit that referenced this issue Jul 25, 2022
alisihab pushed a commit that referenced this issue Jul 26, 2022
* WIP: added test for #332

* WIP: added test for #330

* WIP: added test for #329

* WIP: added test for #235

* most issues should now have an soapui test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant