We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
In the below output for example:
The Details ↗ link point to http://opengeospatial.github.io/ets-ogcapi-processes-1.0/apidocs/org/opengis/cite/ogcapiprocesses10/process/Process#testProcess
Details ↗
This link results in 404. It looks as it should instead provide the requirement definition defined here (or some other official site) : https://github.com/opengeospatial/ogcapi-processes/blob/master/core/abstract_tests/core/ATS_process-success.adoc
Expected behavior
Proper link references are provided and accessible.
The text was updated successfully, but these errors were encountered:
Thank you for reporting. We will do further investigation.
Sorry, something went wrong.
The line of code that is causing this is in Teamengine: see here. This is using the ets-code variable, which for OGC API - Processes 1.0 resolves to ogcapi-processes-1.0, resulting in the URL stated above: http://opengeospatial.github.io/ets-ogcapi-processes-1.0/apidocs/org/opengis/cite/ogcapiprocesses10/process/Process#testProcess
ogcapi-processes-1.0
The Javadocs are published using the GitHib repository name, which in this case is ets-ogcapi-processes10, which would result to the following URL: https://opengeospatial.github.io/ets-ogcapi-processes10/apidocs/org/opengis/cite/ogcapiprocesses10/process/Process#testProcess
ets-ogcapi-processes10
We will need to discuss internally how to fix this. Getting back to you asap.
Another alternative is to use the JavaDoc which is deployed to the running TEAM Engine instance: E.g.: https://cite.ogc.org/teamengine/about/ogcapi-processes-1.0/1.0/site/apidocs/org/opengis/cite/ogcapiprocesses10/process/Process.html#testProcess
Will be fixed in TEAM Engine: opengeospatial/teamengine#590
dstenger
No branches or pull requests
Describe the bug
In the below output for example:
The
Details ↗
link point tohttp://opengeospatial.github.io/ets-ogcapi-processes-1.0/apidocs/org/opengis/cite/ogcapiprocesses10/process/Process#testProcess
This link results in 404. It looks as it should instead provide the requirement definition defined here (or some other official site) :
https://github.com/opengeospatial/ogcapi-processes/blob/master/core/abstract_tests/core/ATS_process-success.adoc
Expected behavior
Proper link references are provided and accessible.
The text was updated successfully, but these errors were encountered: