Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jerstlouis committed Jun 12, 2024
1 parent 111ad27 commit f5da9b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions standard/openapi/ogcapi-coverages-1.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@
],
"summary": "Retrieve the coverage for scene {sceneId} of by {collectionId}",
"description": "Coverage for scene {sceneId} of collection identified by {collectionId}.\nUse content negotiation to request required format.",
"operationId": "getCoverage",
"operationId": "getSceneCoverage",
"parameters": [
{
"$ref": "#/components/parameters/collectionId-coverage"
Expand Down Expand Up @@ -952,7 +952,7 @@
"Coverage Tiles"
],
"summary": "Retrieve the coverage scene tileset metadata for the specified collection, scene and tiling scheme (tile matrix set)",
"operationId": ".collection.sceneId.coverage.getTileSet",
"operationId": ".collection.scene.coverage.getTileSet",
"parameters": [
{
"$ref": "#/components/parameters/collectionId-coverage"
Expand Down
2 changes: 1 addition & 1 deletion standard/openapi/paths/coverages-core/pSceneCoverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ get:
description: |-
Coverage for scene {sceneId} of collection identified by {collectionId}.
Use content negotiation to request required format.
operationId: getCoverage
operationId: getSceneCoverage
parameters:
- $ref: '../../parameters/common-geodata/collectionId-coverage.yaml'
- $ref: '../../parameters/coverages-core/sceneId.yaml'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ get:
tags:
- Coverage Tiles
summary: Retrieve the coverage scene tileset metadata for the specified collection, scene and tiling scheme (tile matrix set)
operationId: .collection.sceneId.coverage.getTileSet
operationId: .collection.scene.coverage.getTileSet
parameters:
- $ref: '../../parameters/common-geodata/collectionId-coverage.yaml'
- $ref: '../../parameters/coverages-core/sceneId.yaml'
Expand Down

0 comments on commit f5da9b7

Please sign in to comment.