From 9f94a319e06a2ce583c02faf6ead6414315618fd Mon Sep 17 00:00:00 2001 From: mari-s4e <123374844+mari-s4e@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:09:46 +0100 Subject: [PATCH] add role=overview for webmap testing --- .../wetness_index_city_of_luxembourg.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stac_dist/wetness_index_city_of_luxembourg/wetness_index_city_of_luxembourg.json b/stac_dist/wetness_index_city_of_luxembourg/wetness_index_city_of_luxembourg.json index 4be9eebc..f48e673b 100644 --- a/stac_dist/wetness_index_city_of_luxembourg/wetness_index_city_of_luxembourg.json +++ b/stac_dist/wetness_index_city_of_luxembourg/wetness_index_city_of_luxembourg.json @@ -135,10 +135,11 @@ "data" ] }, - "twi_2019_10m_b1_viz": { + "twi_2019_10m_b1_overview": { "href": "https://hub-fairicube0.s3.eu-central-1.amazonaws.com/data/web/luxembourg/twi_2019_10m_b1_COG.tif", "roles": [ - "data" + "data", + "overview" ] } }, @@ -152,4 +153,4 @@ "https://stac-extensions.github.io/raster/v1.1.0/schema.json", "https://stac-extensions.github.io/datacube/v2.0.0/schema.json" ] -} \ No newline at end of file +}