Open
Description
Context:
Let's say I have an STAC item with the fllowing assets
object:
{
"id": "ID",
...
"assets": {
"FIRST_COG_FILE": {
"href": "s3://something"
},
"SECOND_COG_FILE": {
"href": "s3://something"
}
}
Current behavior:
When I open the ITEM
page, I can see the FIRST_COG_FILE
and the SHOWN
badge (Green one), but I cannot see the Show on map
button for the SECOND_COG_FILE
asset.
Let me know if you need more information/clarification.
Expected behavior:
I should be able to change the SHOWN
asset even if they're using the s3 protocol.
I'll be happy to work on this (I've already done something) if you're also agreed on the expected behavior.
Thanks.