Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ssg/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ With the help of a custom-developed algorithm, [CacheTVS](https://github.com/All
checked _every single_ view on Earth in search of the coveted **longest line of sight on the planet**.
Based on the method we detail [here](/faq/), we present the greatest view of all:

## [1. Hindu Kush to Pik Dankova (530km) ↗](https://map.alltheviews.world/longest/78.76539611816406_36.31400680541992)
## [1. Kunlun Mountains to Pik Dankova (530km) ↗](https://map.alltheviews.world/longest/78.76539611816406_36.31400680541992)

![Longest Line Of Site](/longest_line_1.webp 'The longest line of sight on the planet, at 530km, from the Hindu Kush to Pik Dankova')

## Runners Up

Longest lines of sight tend to group together around peaks and ridges. So the following are more of our own curated list rather than the technically correct runners up. We chose them based on being in notably different regions of the world.

## [2. Antioquia to Pico Cristobal (504km) ↗](https://map.alltheviews.world/longest/-75.72223663330078_6.75514030456543)
## [2. Cerro Lago del Congo to Pico Cristóbal (504km) ↗](https://map.alltheviews.world/longest/-75.72223663330078_6.75514030456543)
![Second Longest Line Of Site](/longest_line_2.webp 'The second longest line of sight, at 504km, from Antioquia to Pico Cristobal in Colombia')

Now we go right to the other side of the world to Colombia in South America. We've found a line of sight from the department of Antioquia to Pico Cristobal, Colombia's highest mountain.
Expand Down
4 changes: 2 additions & 2 deletions website/src/TopLines.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
new LongestLineH3(
new LngLat(78.76539611816406, 36.31400680541992),
530.8 * 1000,
'🇨🇳🇰🇬 Hindu Kush/Pik Dankova',
'🇨🇳🇰🇬 Kunlun Mountains/Pik Dankova',
),
new LongestLineH3(
new LngLat(-75.72223663330078, 6.75514030456543),
504.1 * 1000,
'🇨🇴 Antioquia/Pico Cristobal',
'🇨🇴 Cerro Lago/Pico Cristobal',
),
new LongestLineH3(
new LngLat(42.43996810913086, 43.34897232055664),
Expand Down