From 7c10c6d0cdce9a929ee7a44df836ad7ef816e0b7 Mon Sep 17 00:00:00 2001 From: Guardian Date: Wed, 18 Mar 2026 13:12:57 -0500 Subject: [PATCH] Added the Strait of Gibraltar into CHOKEPOINTS --- apis/sources/ships.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/sources/ships.mjs b/apis/sources/ships.mjs index 97ac2ba..9fe36fa 100644 --- a/apis/sources/ships.mjs +++ b/apis/sources/ships.mjs @@ -14,6 +14,7 @@ import { safeFetch } from '../utils/fetch.mjs'; const CHOKEPOINTS = { straitOfHormuz: { label: 'Strait of Hormuz', lat: 26.5, lon: 56.5, note: '20% of world oil' }, suezCanal: { label: 'Suez Canal', lat: 30.5, lon: 32.3, note: '12% of world trade' }, + straitOfGibraltar: { label: 'Strait of Gibraltar', lat: 36.0, lon: -5.7, note: 'Gateway to Mediterranean, ~10-20% global trade influence' }, straitOfMalacca: { label: 'Strait of Malacca', lat: 2.5, lon: 101.5, note: '25% of world trade' }, babElMandeb: { label: 'Bab el-Mandeb', lat: 12.6, lon: 43.3, note: 'Red Sea gateway' }, taiwanStrait: { label: 'Taiwan Strait', lat: 24.0, lon: 119.0, note: '88% of largest container ships' },