Skip to content

Commit 9f57300

Browse files
committed
Recommend HTTP(S) for thumbnails etc.
1 parent faddb22 commit 9f57300

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
## [Unreleased]
1010

11+
### Changed
12+
13+
- Recommend that thumbnails and similar assets use HTTP(S) as access mechanism
14+
1115
## [v1.1.0] - 2024-09-10
1216

1317
### Added

best-practices.md

+4
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@ If your data for the Item does not come with a thumbnail already we do recommend
426426
| Spatial extent | Limited | Full | Full |
427427
| Use case | Quick overview, often in lists of items/collections | Display for a single Item/Collection, sometimes shown on a web map | Display for a single Item/Collection, often shown on a map, may be displayed in GIS software |
428428

429+
The files offered for the roles `thumbnail`, `overview` and `visual` should be accessible via HTTP(S).
430+
If the [Alternate Asset Extension](https://github.com/stac-extensions/alternate-assets) is used,
431+
the default access mechanism for should be HTTP(S).
432+
429433
### Bands
430434

431435
As of STAC 1.1, the `bands` array can be used in combination with property inheritance to provide users with more flexibility.

0 commit comments

Comments
 (0)