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

Implement json encoding for records response #32

Open
pvgenuchten opened this issue Feb 12, 2021 · 1 comment
Open

Implement json encoding for records response #32

pvgenuchten opened this issue Feb 12, 2021 · 1 comment
Assignees
Labels

Comments

@pvgenuchten
Copy link

https://github.com/opengeospatial/ogcapi-records/blob/338e959f7d60d89a05c0bdf50003df6051116dd6/core/openapi/schemas/record.yaml defines a typical ogc-api records response encoded as json (or xml). Would be good to be able to return this format from the elastic index (without transforming any xml).

@fxprunayre
Copy link
Member

The main issue here is that we are going to have a variety of JSON formats and the end user may have difficulties to find which one to use :)

  • Index doc in ES
  • GeoJSON ?
  • OGC API Records JSON
  • schema.org as JSON-LD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants