Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

HH: Extract the geo location from the source #60

Open
cyroxx opened this issue Dec 3, 2019 · 0 comments
Open

HH: Extract the geo location from the source #60

cyroxx opened this issue Dec 3, 2019 · 0 comments

Comments

@cyroxx
Copy link
Collaborator

cyroxx commented Dec 3, 2019

The source contains information about the geo location:

  <gml:featureMember>
    <app:staatliche_schulen xmlns:app="http://www.deegree.org/app" gml:id="APP_STAATLICHE_SCHULEN_205510">
      ...
      <app:adresse_ort>22307 Hamburg</app:adresse_ort>
      <app:adresse_strasse_hausnr>Benzenbergweg 2</app:adresse_strasse_hausnr>
            ...
      <app:schulname>Stadtteilschule Helmuth Hübener</app:schulname>
      ...
      <app:the_geom>
        <!--Inlined geometry 'APP_STAATLICHE_SCHULEN_205510_APP_THE_GEOM'-->
        <gml:Point gml:id="APP_STAATLICHE_SCHULEN_205510_APP_THE_GEOM" srsName="EPSG:25832">
          <gml:pos>569290.000 5939698.000</gml:pos>
        </gml:Point>
      </app:the_geom>
    </app:staatliche_schulen>
  </gml:featureMember>

The info of the gml:Point is currently not extracted.

@cyroxx cyroxx added the state:HH Hamburg label Dec 3, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants