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

Error in title of links to list of jobs in json format #1737

Closed
francescoingv opened this issue Jul 19, 2024 · 1 comment
Closed

Error in title of links to list of jobs in json format #1737

francescoingv opened this issue Jul 19, 2024 · 1 comment
Labels
bug Something isn't working OGC API - Processes OGC API - Processes
Milestone

Comments

@francescoingv
Copy link
Contributor

Description
When calling the entrypoint /processes there is the following link:

{
                    "type":"application/json",
                    "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
                    "href":"http://localhost:5000/jobs?f=json",
                    "title":"Jobs for this process as HTML",
                    "hreflang":"en-US"
}

while title should be:
"title":"Jobs for this process as JSON",

Environment

  • OS:
  • Python version:
  • pygeoapi version:
    X-Powered-By: pygeoapi 0.18.dev0

Additional context
Add any other context about the problem here.

@francescoingv francescoingv added the bug Something isn't working label Jul 19, 2024
@tomkralidis tomkralidis added this to the 0.18.0 milestone Jul 19, 2024
@tomkralidis tomkralidis added the OGC API - Processes OGC API - Processes label Jul 19, 2024
@francescoingv
Copy link
Contributor Author

Possibly the link to /jobs should not be in the set of links returned by /processes.
In any case the title is misleading: "title":"Jobs for this process as HTML"
The entrypoint will not return job for this process only, but for all processes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working OGC API - Processes OGC API - Processes
Projects
None yet
Development

No branches or pull requests

2 participants