Skip to content

Commit

Permalink
Updating OpenAPI bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jun 26, 2024
1 parent 2a23e67 commit 7f10cb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions standard/openapi/ogcapi-coverages-1.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -3711,19 +3711,19 @@
"href": "http://data.example.org/collections/elevation/coverage.geotiff",
"rel": "http://www.opengis.net/def/rel/ogc/1.0/coverage",
"type": "image/tiff; application=geotiff",
"title": "Elevation (as GeoTIFF)"
"title": "Elevation data (as GeoTIFF)"
},
{
"href": "http://data.example.org/collections/elevation/coverage.covjson",
"rel": "http://www.opengis.net/def/rel/ogc/1.0/coverage",
"type": "application/prs.coverage+json",
"title": "Elevation (as CoverageJSON)"
"title": "Elevation data (as CoverageJSON)"
},
{
"href": "http://data.example.org/collections/elevation/coverage.cisjson",
"rel": "http://www.opengis.net/def/rel/ogc/1.0/coverage",
"type": "application/json",
"title": "Elevation (as CIS JSON)"
"title": "Elevation data (as CIS JSON)"
},
{
"href": "https://creativecommons.org/publicdomain/zero/1.0/",
Expand Down Expand Up @@ -3783,19 +3783,19 @@
"href": "http://data.example.org/collections/elevation/coverage.tiff",
"rel": "http://www.opengis.net/def/rel/ogc/1.0/coverage",
"type": "image/tiff; application=geotiff",
"title": "Elevation data in GeoTIFF"
"title": "Elevation data (as GeoTIFF)"
},
{
"href": "http://data.example.org/collections/elevation/coverage.covjson",
"rel": "http://www.opengis.net/def/rel/ogc/1.0/coverage",
"type": "application/prs.coverage+json",
"title": "Elevation in CoverageJSON"
"title": "Elevation data (as CoverageJSON)"
},
{
"href": "http://data.example.org/collections/elevation/coverage.cisjson",
"rel": "http://www.opengis.net/def/rel/ogc/1.0/coverage",
"type": "application/json",
"title": "Elevation in CIS JSON"
"title": "Elevation data (as CIS JSON)"
},
{
"href": "https://creativecommons.org/publicdomain/zero/1.0/",
Expand Down

0 comments on commit 7f10cb8

Please sign in to comment.