diff --git a/src/components/map/energy-map.tsx b/src/components/map/energy-map.tsx index bf7ea19..f720e68 100644 --- a/src/components/map/energy-map.tsx +++ b/src/components/map/energy-map.tsx @@ -22,6 +22,9 @@ const REGION_CENTROIDS: Record = { SPP: { lat: 36.5, lng: -98.0 }, ISONE: { lat: 42.5, lng: -71.8 }, NYISO: { lat: 42.5, lng: -75.5 }, + DUKE: { lat: 35.5, lng: -80.0 }, + SOCO: { lat: 32.8, lng: -84.5 }, + TVA: { lat: 35.8, lng: -86.5 }, }; function priceToLabelBorderColor(price: number | null): string {