-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #378 from pvretano/issue-373
Initial checkin to resolve issue 373.
- Loading branch information
Showing
8 changed files
with
196 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"conformsTo": [ | ||
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/core", | ||
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/json", | ||
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/html", | ||
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/oas30" | ||
] | ||
} | ||
"conformsTo": [ | ||
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/core", | ||
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/json", | ||
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/html", | ||
"http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/oas30" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
{ | ||
"links": [{ | ||
"href": "http://processing.example.org/oapi-p?f=application/json", | ||
"rel": "self", | ||
"type": "application/json", | ||
"title": "This document" | ||
},{ | ||
"href": "http://processing.example.org/oapi-p?f=text/html", | ||
"rel": "alternate", | ||
"type": "text/html", | ||
"title": "This document as HTML" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/api?f=application/json", | ||
"rel": "service-desc", | ||
"type": "application/json", | ||
"title": "API definition for this endpoint as JSON" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/api?f=text/html", | ||
"rel": "service-desc", | ||
"type": "text/html", | ||
"title": "API definition for this endpoint as HTML" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/conformance", | ||
"rel": "http://www.opengis.net/def/rel/ogc/1.0/conformance", | ||
"type": "application/json", | ||
"title": "OGC API - Processes conformance classes implemented by this server" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/processes", | ||
"rel": "http://www.opengis.net/def/rel/ogc/1.0/processes", | ||
"type": "application/json", | ||
"title": "Metadata about the processes" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/jobs", | ||
"rel": "http://www.opengis.net/def/rel/ogc/1.0/job-list", | ||
"title": "The endpoint for job monitoring" | ||
}] | ||
"links": [{ | ||
"href": "http://processing.example.org/oapi-p?f=application/json", | ||
"rel": "self", | ||
"type": "application/json", | ||
"title": "This document" | ||
},{ | ||
"href": "http://processing.example.org/oapi-p?f=text/html", | ||
"rel": "alternate", | ||
"type": "text/html", | ||
"title": "This document as HTML" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/api?f=application/json", | ||
"rel": "service-desc", | ||
"type": "application/json", | ||
"title": "API definition for this endpoint as JSON" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/api?f=text/html", | ||
"rel": "service-desc", | ||
"type": "text/html", | ||
"title": "API definition for this endpoint as HTML" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/conformance", | ||
"rel": "http://www.opengis.net/def/rel/ogc/1.0/conformance", | ||
"type": "application/json", | ||
"title": "OGC API - Processes conformance classes implemented by this server" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/processes", | ||
"rel": "http://www.opengis.net/def/rel/ogc/1.0/processes", | ||
"type": "application/json", | ||
"title": "Metadata about the processes" | ||
}, | ||
{ | ||
"href": "http://processing.example.org/oapi-p/jobs", | ||
"rel": "http://www.opengis.net/def/rel/ogc/1.0/job-list", | ||
"title": "The endpoint for job monitoring" | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters