From b071c638b412b9846a35326943582bac522b4a61 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 26 May 2026 13:21:52 -0400 Subject: [PATCH] fix: Use https links for umbra COG --- examples/cog-basic/src/App.tsx | 2 +- examples/cog-globe/src/App.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cog-basic/src/App.tsx b/examples/cog-basic/src/App.tsx index 4fc668ce..0cee06a9 100644 --- a/examples/cog-basic/src/App.tsx +++ b/examples/cog-basic/src/App.tsx @@ -65,7 +65,7 @@ const COG_OPTIONS: { title: string; url: string; attribution?: ReactNode }[] = [ }, { title: "Umbra Port of Rotterdam (rotated COG)", - url: "http://umbra-open-data-catalog.s3.amazonaws.com/sar-data/tasks/Port%20of%20Rotterdam%2C%20Netherlands/00864c2c-0b0f-49ef-b283-997735b27878/2025-07-29-11-17-12_UMBRA-08/2025-07-29-11-17-12_UMBRA-08_GEC.tif", + url: "https://umbra-open-data-catalog.s3.amazonaws.com/sar-data/tasks/Port%20of%20Rotterdam%2C%20Netherlands/00864c2c-0b0f-49ef-b283-997735b27878/2025-07-29-11-17-12_UMBRA-08/2025-07-29-11-17-12_UMBRA-08_GEC.tif", attribution: ( <> Umbra Synthetic Aperture Radar (SAR) Open Data accessed from{" "} diff --git a/examples/cog-globe/src/App.tsx b/examples/cog-globe/src/App.tsx index e62fcfa4..09a223c6 100644 --- a/examples/cog-globe/src/App.tsx +++ b/examples/cog-globe/src/App.tsx @@ -53,7 +53,7 @@ const COG_OPTIONS: { title: string; url: string; attribution?: ReactNode }[] = [ }, { title: "Umbra Port of Rotterdam (rotated COG)", - url: "http://umbra-open-data-catalog.s3.amazonaws.com/sar-data/tasks/Port%20of%20Rotterdam%2C%20Netherlands/00864c2c-0b0f-49ef-b283-997735b27878/2025-07-29-11-17-12_UMBRA-08/2025-07-29-11-17-12_UMBRA-08_GEC.tif", + url: "https://umbra-open-data-catalog.s3.amazonaws.com/sar-data/tasks/Port%20of%20Rotterdam%2C%20Netherlands/00864c2c-0b0f-49ef-b283-997735b27878/2025-07-29-11-17-12_UMBRA-08/2025-07-29-11-17-12_UMBRA-08_GEC.tif", attribution: ( <> Umbra Synthetic Aperture Radar (SAR) Open Data accessed from{" "}