Skip to content

Commit

Permalink
Add Qiusheng Wu Landsat/Sentinel Timelapse link
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-chemla committed Aug 20, 2024
1 parent 8d16348 commit b2d3da0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/links-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ function LinksSection(props: { mapRef: any }) {
</Link>
{" (with Historical imagery or "}
<Link
href={`https://earth.google.com/web/@${center?.lat},${center?.lng},0a,${
((38000 * 4096) / Math.pow(2, zoom)) *
href={`https://earth.google.com/web/@${center?.lat},${center?.lng},0a,${((38000 * 4096) / Math.pow(2, zoom)) *
Math.cos((center?.lat * Math.PI) / 180)
}d,35y,0h,0t,0r`}
}d,35y,0h,0t,0r`}
target={"_blank"}
>
Web
Expand Down Expand Up @@ -62,6 +61,10 @@ function LinksSection(props: { mapRef: any }) {
<Link href={`https://iconem.com`} target={"_blank"}>
Iconem
</Link>
{" | Qiusheng Wu"}
<Link href={`https://huggingface.co/spaces/giswqs/Streamlit`} target={"_blank"}>
Landsat/Sentinel Timelapse
</Link>
</Typography>
);
}
Expand Down

0 comments on commit b2d3da0

Please sign in to comment.