Skip to content

Commit

Permalink
Merge pull request #1216 from radiantearth/m-mohr-patch-2
Browse files Browse the repository at this point in the history
Fix media type in example
  • Loading branch information
philvarner authored Sep 26, 2023
2 parents 27e06ec + c9fdaaa commit 9edb794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/core-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"udm": {
"href": "https://storage.googleapis.com/open-cogs/stac-examples/20201211_223832_CS2_analytic_udm.tif",
"title": "Unusable Data Mask",
"type": "image/tiff; application=geotiff;"
"type": "image/tiff; application=geotiff"
},
"json-metadata": {
"href": "http://remotedata.io/catalog/20201211_223832_CS2/extended-metadata.json",
Expand Down
2 changes: 1 addition & 1 deletion examples/extended-item.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"udm": {
"href": "https://storage.googleapis.com/open-cogs/stac-examples/20201211_223832_CS2_analytic_udm.tif",
"title": "Unusable Data Mask",
"type": "image/tiff; application=geotiff;"
"type": "image/tiff; application=geotiff"
},
"json-metadata": {
"href": "http://remotedata.io/catalog/20201211_223832_CS2/extended-metadata.json",
Expand Down

0 comments on commit 9edb794

Please sign in to comment.