Skip to content

Commit

Permalink
Add Google Earth Web Historical Imagery link
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-chemla committed Oct 10, 2024
1 parent fc0b73d commit 6dbc956
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions src/links-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,22 @@ function LinksSection(props: { mapRef: any }) {
<Typography variant="body2">
{" "}
Useful:{" "}
<Link
href="https://google.com/intl/fr/earth/versions/#earth-pro"
target={"_blank"}
>
Google Earth Pro Desktop
</Link>
{" (with Historical imagery or "}
<Link
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/data=CgwqBggBEgAYAUICCAE6AwoBMEoNCP___________wEQAA`}
target={"_blank"}
>
Web
Google Earth Web
</Link>
{") | ESRI "}
{" Historical + Timelapse"}
{" | ESRI "}
<Link
href={`https://livingatlas.arcgis.com/wayback/#active=37890&ext=${bounds?.getWest()},${bounds?.getSouth()},${bounds?.getEast()},${bounds?.getNorth()}&localChangesOnly=true`}
target={"_blank"}
>
Imagery Wayback Machine
</Link>
{" | and "}
<Link
href={`https://earthengine.google.com/timelapse#v=${center?.lat},${center?.lng},${zoom},latLng&t=0.03&ps=50&bt=19840101&et=20201231&startDwell=0&endDwell=0`}
target={"_blank"}
>
Google Timelapse
</Link>
{" | "}
<Link href={`https://qms.nextgis.com/#`}>NextGIS QMS</Link>
{" | "}
Expand All @@ -51,6 +38,21 @@ function LinksSection(props: { mapRef: any }) {
BBBike MapCompare
</Link>
{" | "}
{" | Older: Google "}
<Link
href={`https://earthengine.google.com/timelapse#v=${center?.lat},${center?.lng},${zoom},latLng&t=0.03&ps=50&bt=19840101&et=20201231&startDwell=0&endDwell=0`}
target={"_blank"}
>
Timelapse
</Link>
{" & "}
<Link
href="https://google.com/intl/fr/earth/versions/#earth-pro"
target={"_blank"}
>
Earth Pro Desktop
</Link>
{" | "}
<Link
href={`https://github.com/iconem/historical-satellite/`}
target={"_blank"}
Expand Down

0 comments on commit 6dbc956

Please sign in to comment.