154 lines
1.2 MiB
154 lines
1.2 MiB
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>US Data Centers + Submarine Cables</title>
|
||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
|
||
<style>
|
||
html, body { height: 100%; margin: 0; font-family: system-ui, -apple-system, Segoe UI, sans-serif; }
|
||
#layout { display: grid; grid-template-columns: 300px 1fr; height: 100%; }
|
||
#panel { padding: 14px; border-right: 1px solid #ddd; overflow: auto; background: #f8fafb; font-size: 13px; }
|
||
#map { height: 100%; width: 100%; }
|
||
h1 { margin: 0 0 8px; font-size: 18px; }
|
||
h2 { margin: 14px 0 6px; font-size: 13px; text-transform: uppercase; color: #555; letter-spacing: 0.04em; }
|
||
.row { display: flex; justify-content: space-between; padding: 2px 0; }
|
||
.swatch { width: 12px; height: 12px; display: inline-block; margin-right: 8px; vertical-align: middle; border: 1px solid #ccc; }
|
||
label.toggle { display: block; padding: 3px 0; cursor: pointer; }
|
||
@media (max-width: 900px) {
|
||
#layout { grid-template-columns: 1fr; grid-template-rows: 220px 1fr; }
|
||
#panel { border-right: 0; border-bottom: 1px solid #ddd; }
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div id="layout">
|
||
<div id="panel">
|
||
<h1>Data Centers + Cables</h1>
|
||
<div class="row"><span>Data centers</span><strong id="dcCount"></strong></div>
|
||
<div class="row"><span>Submarine cables</span><strong id="cableCount"></strong></div>
|
||
<div class="row"><span>City dominance pts</span><strong id="cityCount"></strong></div>
|
||
|
||
<h2>Layers</h2>
|
||
<label class="toggle"><input type="checkbox" id="tDc" checked> Data centers</label>
|
||
<label class="toggle"><input type="checkbox" id="tCables" checked> Submarine cables</label>
|
||
<label class="toggle"><input type="checkbox" id="tCities" checked> City dominance</label>
|
||
|
||
<h2>Data center source</h2>
|
||
<div class="row"><span><span class="swatch" style="background:#1f77b4"></span>IM3_Existing_DataCenters</span></div>
|
||
<div class="row"><span><span class="swatch" style="background:#2ca02c"></span>US Census Geocoder</span></div>
|
||
<div class="row"><span><span class="swatch" style="background:#ff7f0e"></span>Nominatim/OpenStreetMap</span></div>
|
||
<div class="row"><span><span class="swatch" style="background:#7f7f7f"></span>Other</span></div>
|
||
|
||
<h2>City dominance</h2>
|
||
<div class="row"><span><span class="swatch" style="background:#9b59b6;border-radius:50%"></span>Sized by physical Tbps</span></div>
|
||
</div>
|
||
<div id="map"></div>
|
||
</div>
|
||
|
||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||
<script>
|
||
const DATA = {"data_centers": [{"id": "0460175666", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.45274689712927, "lat": 39.02173368633117, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0697021949", "provider": "Amazon", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.65269565653945, "lat": 38.81581597741176, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0002744301", "provider": "", "facility_name": "Verizon", "city": "", "state_code": "NJ", "lon": -74.49652096447575, "lat": 40.54425557630532, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0007805491", "provider": "", "facility_name": "Discover Financial Services New Albany", "city": "", "state_code": "OH", "lon": -82.81435808641204, "lat": 40.10065711344692, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0009474864", "provider": "Google", "facility_name": "Google Data Center", "city": "", "state_code": "NC", "lon": -81.54651452543965, "lat": 35.89473769568108, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0013924557", "provider": "Microsoft", "facility_name": "Project Alluvion", "city": "", "state_code": "IA", "lon": -93.71171866418732, "lat": 41.51595464169968, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0014593270", "provider": "", "facility_name": "Apple - Maiden Data Center", "city": "", "state_code": "NC", "lon": -81.26180877040836, "lat": 35.588771360781784, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0014930068", "provider": "Sandia National Laboratories", "facility_name": "HPC (880)", "city": "", "state_code": "NM", "lon": -106.54282203991325, "lat": 35.04994198074901, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0014997588", "provider": "Meta", "facility_name": "Meta Henrico Data Center", "city": "", "state_code": "VA", "lon": -77.23645509442149, "lat": 37.482763284885785, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0015884451", "provider": "Barclays", "facility_name": "Barclays Datacenter", "city": "", "state_code": "NJ", "lon": -74.28548116880219, "lat": 40.64375303338713, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0016282459", "provider": "AiNET", "facility_name": "CyberNAP Glen Burnie", "city": "", "state_code": "MD", "lon": -76.60643112453295, "lat": 39.14024170717735, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0018518989", "provider": "Meta", "facility_name": "Meta Huntsville Data Center", "city": "", "state_code": "AL", "lon": -86.6284232288441, "lat": 34.84412326229257, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0025706343", "provider": "Cyxtera", "facility_name": "Cyxtera Dallas-Fort Worth Data Center", "city": "", "state_code": "TX", "lon": -97.04104164326888, "lat": 32.83271789571454, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0028544618", "provider": "Equinix", "facility_name": "Equinix Infomart", "city": "", "state_code": "TX", "lon": -96.81951054637986, "lat": 32.800943222986994, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460175664", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.44818874268245, "lat": 38.99422739840353, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0029827954", "provider": "", "facility_name": "CoreSite BO1", "city": "", "state_code": "MA", "lon": -71.07975761756323, "lat": 42.376705883821764, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0030666790", "provider": "United States Postal Service", "facility_name": "USPO Terminal Annex", "city": "", "state_code": "CA", "lon": -118.23539293645689, "lat": 34.05810223824728, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0031250931", "provider": "CyrusOne", "facility_name": "CyrusOne Cincinnati-Mason CIN3", "city": "", "state_code": "OH", "lon": -84.3115799999726, "lat": 39.30389580661305, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0031800424", "provider": "", "facility_name": "LightEdge SAN1", "city": "", "state_code": "CA", "lon": -117.12993394622255, "lat": 32.827865524456854, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0032560290", "provider": "NTT", "facility_name": "RagingWire CA2", "city": "", "state_code": "CA", "lon": -121.49194609960875, "lat": 38.6503995314376, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0032560292", "provider": "NTT", "facility_name": "RagingWire CA1", "city": "", "state_code": "CA", "lon": -121.48918647250007, "lat": 38.650431834059795, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0034770750", "provider": "", "facility_name": "Hewlett-Packard", "city": "", "state_code": "GA", "lon": -84.26744994290634, "lat": 34.0822260639216, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0035491576", "provider": "Equinix", "facility_name": "Equinix SV1", "city": "", "state_code": "CA", "lon": -121.7833201255276, "lat": 37.241586803667886, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0036897140", "provider": "", "facility_name": "", "city": "", "state_code": "OH", "lon": -84.41211321346512, "lat": 39.29404817733802, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0037947313", "provider": "", "facility_name": "OpenColo", "city": "", "state_code": "CA", "lon": -121.95593725165453, "lat": 37.37881629201175, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0037947314", "provider": "Equinix", "facility_name": "Equinix Santa Clara SV2", "city": "", "state_code": "CA", "lon": -121.95499188020412, "lat": 37.37843369008015, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0037947315", "provider": "Layer42", "facility_name": "Layer42 Santa Clara", "city": "", "state_code": "CA", "lon": -121.95415110304295, "lat": 37.378039948434136, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0038305431", "provider": "Digital Realty", "facility_name": "Digital Realty Silicon Valley SJC34", "city": "", "state_code": "CA", "lon": -121.97361948715523, "lat": 37.372388195232524, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0038305568", "provider": "Centurylink", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.96969744738087, "lat": 37.371519049598696, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0038305611", "provider": "Vantage", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.97269293993045, "lat": 37.37338590954396, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0039083797", "provider": "Flexential", "facility_name": "Flexential Atlanta - Alpharetta Data Center", "city": "", "state_code": "GA", "lon": -84.25175214535511, "lat": 34.08700522087238, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0039083830", "provider": "", "facility_name": "Secure Data Center", "city": "", "state_code": "GA", "lon": -84.25087563127063, "lat": 34.093707612260026, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0040608200", "provider": "Cologix", "facility_name": "Cologix Santa Clara SV1 Data Center", "city": "", "state_code": "CA", "lon": -121.96170042164619, "lat": 37.365332809551084, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0042323063", "provider": "", "facility_name": "Netrality Data Centers", "city": "", "state_code": "MO", "lon": -90.197174834978, "lat": 38.62926158352849, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0045583050", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.51057747962513, "lat": 38.80341459582856, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0045776978", "provider": "Amazon Web Services", "facility_name": "Amazon IAD11", "city": "", "state_code": "VA", "lon": -77.54111111954948, "lat": 38.790500006452135, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0045776979", "provider": "Amazon Web Services", "facility_name": "Amazon IAD24", "city": "", "state_code": "VA", "lon": -77.54000633908686, "lat": 38.79035015175034, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0045776988", "provider": "Amazon Web Services", "facility_name": "Amazon IAD7", "city": "", "state_code": "VA", "lon": -77.53827709301149, "lat": 38.791203751967444, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0046128119", "provider": "CyrusOne", "facility_name": "CyrusOne CIN2", "city": "", "state_code": "OH", "lon": -84.51789753744694, "lat": 39.102694860367215, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0046831933", "provider": "Digital Realty", "facility_name": "VA 4", "city": "", "state_code": "VA", "lon": -77.594876153305, "lat": 38.778111268742116, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0048242814", "provider": "Amazon Web Services", "facility_name": "Amazon IAD10", "city": "", "state_code": "VA", "lon": -77.43287558139869, "lat": 39.0216455535984, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0048242816", "provider": "Amazon Web Services", "facility_name": "Amazon IAD32", "city": "", "state_code": "VA", "lon": -77.43479445422666, "lat": 39.021569324291804, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0052059176", "provider": "NTT", "facility_name": "NTT RagingWire Data Center", "city": "", "state_code": "OR", "lon": -122.93739288182853, "lat": 45.549583992290565, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0052094269", "provider": "Cyxtera", "facility_name": "Cyxtera Sterling IAD1-B", "city": "", "state_code": "VA", "lon": -77.41518975933123, "lat": 39.02390730425034, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0052094270", "provider": "Cyxtera", "facility_name": "Cyxtera Sterling IAD1-A", "city": "", "state_code": "VA", "lon": -77.41320102285829, "lat": 39.023321212075864, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0052094294", "provider": "Cyxtera", "facility_name": "Cyxtera Sterling IAD1-C", "city": "", "state_code": "VA", "lon": -77.41220365945968, "lat": 39.02475554990803, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0052227492", "provider": "Flexential", "facility_name": "Flexential Minneapolis - Chaska", "city": "", "state_code": "MN", "lon": -93.59883127427165, "lat": 44.851592871190945, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0052958203", "provider": "", "facility_name": "Pearl Plaza Office Building", "city": "", "state_code": "CO", "lon": -104.97933224935198, "lat": 39.74523035286352, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0054173383", "provider": "CoreSite", "facility_name": "CoreSite SV3", "city": "", "state_code": "CA", "lon": -121.97170937322579, "lat": 37.37514209318246, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0054173753", "provider": "CoreSite", "facility_name": "CoreSite SV6", "city": "", "state_code": "CA", "lon": -121.97208379973041, "lat": 37.37630188023717, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0054173755", "provider": "CoreSite", "facility_name": "CoreSite SV8", "city": "", "state_code": "CA", "lon": -121.97184005109762, "lat": 37.377382657506814, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0054383196", "provider": "CoreSite", "facility_name": "CoreSite SV5", "city": "", "state_code": "CA", "lon": -121.97068979280725, "lat": 37.37519609854625, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0054383197", "provider": "CoreSite", "facility_name": "CoreSite SV9", "city": "", "state_code": "CA", "lon": -121.9696099700251, "lat": 37.37555851580601, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0059294476", "provider": "Stack Infrastructure", "facility_name": "STACK NVA01A - Northern Virginia", "city": "", "state_code": "VA", "lon": -77.4417640679728, "lat": 39.00469915120877, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0063619642", "provider": "", "facility_name": "Minnesota Gateway Data Center", "city": "", "state_code": "MN", "lon": -93.25465186805063, "lat": 44.97130185223087, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0069827429", "provider": "", "facility_name": "IBM Building", "city": "", "state_code": "NY", "lon": -73.7527452452726, "lat": 42.64935307487593, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0071187940", "provider": "Verizon Wireless", "facility_name": "", "city": "", "state_code": "MI", "lon": -83.07698605760793, "lat": 42.326266382363755, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0079056848", "provider": "University of New Hampshire", "facility_name": "", "city": "", "state_code": "NH", "lon": -70.95247263069142, "lat": 43.14361852296161, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0079158387", "provider": "Digital Realty", "facility_name": "VA3", "city": "", "state_code": "VA", "lon": -77.32728436918103, "lat": 38.94844596490111, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0079159494", "provider": "Evocative", "facility_name": "IAD1", "city": "", "state_code": "VA", "lon": -77.32940997255484, "lat": 38.94881628378597, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0079298926", "provider": "", "facility_name": "CoreSite Reston Campus VA1", "city": "", "state_code": "VA", "lon": -77.36454759512178, "lat": 38.95058588448764, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0079818498", "provider": "CoreSite", "facility_name": "CoreSite Reston VA3", "city": "", "state_code": "VA", "lon": -77.37236980053557, "lat": 38.948467566955635, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0089784186", "provider": "", "facility_name": "Insurance Exchange Building", "city": "", "state_code": "CO", "lon": -104.99569107454519, "lat": 39.74557178496544, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0093210344", "provider": "Lincoln Rackhouse", "facility_name": "Lincoln Rackhouse Maryland", "city": "", "state_code": "MD", "lon": -76.9643217094945, "lat": 39.05856287562289, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0095349317", "provider": "", "facility_name": "CyrusOne Cincinnati-Lebanon", "city": "", "state_code": "OH", "lon": -84.22187533686325, "lat": 39.389018744445785, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0095782052", "provider": "Equinix", "facility_name": "Equinix NY7 Data Center", "city": "", "state_code": "NJ", "lon": -74.03114084308724, "lat": 40.79686366512242, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0099813512", "provider": "Equinix", "facility_name": "Equinix SV4", "city": "", "state_code": "CA", "lon": -122.01457953832227, "lat": 37.41456431406775, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0104082694", "provider": "", "facility_name": "Aureon", "city": "", "state_code": "IA", "lon": -93.63100934776038, "lat": 41.58799896569892, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0109458128", "provider": "Sabey Data Centers", "facility_name": "Intergate Manhattan", "city": "", "state_code": "NY", "lon": -74.0012044311589, "lat": 40.710888705073685, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0116005354", "provider": "", "facility_name": "", "city": "", "state_code": "NC", "lon": -81.26252687782907, "lat": 35.58801263784184, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0122665255", "provider": "Digital Realty", "facility_name": "Digital Realty New York HVN10", "city": "", "state_code": "CT", "lon": -73.14729941546841, "lat": 41.24084597137587, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0124088810", "provider": "", "facility_name": "Lincoln Rackhouse", "city": "", "state_code": "IL", "lon": -88.21709086831734, "lat": 41.77216480463178, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0128499684", "provider": "Digital Realty", "facility_name": "Digital Realty CH1", "city": "", "state_code": "IL", "lon": -87.96217216116061, "lat": 41.9942374288397, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0131891022", "provider": "", "facility_name": "Iron Mountain Records Storage", "city": "", "state_code": "AZ", "lon": -112.04132578020345, "lat": 33.42038002636909, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0132746406", "provider": "Equinix", "facility_name": "Equinix SV8", "city": "", "state_code": "CA", "lon": -122.16077646434917, "lat": 37.445896948246855, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0138260136", "provider": "", "facility_name": "NCSA Petascale Computing Facility", "city": "", "state_code": "IL", "lon": -88.2420314008415, "lat": 40.09525910725613, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0138643160", "provider": "", "facility_name": "LexisNexus Springfield", "city": "", "state_code": "OH", "lon": -83.72376141562715, "lat": 39.912780083635845, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0147350175", "provider": "CoreSite Data Center", "facility_name": "Telegraph Building", "city": "", "state_code": "IL", "lon": -87.63147664546159, "lat": 41.876155799821596, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0149379943", "provider": "Digital Realty", "facility_name": "Digital Realty ORD11", "city": "", "state_code": "IL", "lon": -87.6299544230129, "lat": 41.87429345515449, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0151179323", "provider": "Lumen Technologies", "facility_name": "Lumen", "city": "", "state_code": "AZ", "lon": -112.07078574012118, "lat": 33.49433566334995, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0152163711", "provider": "", "facility_name": "L3Harris Technologies Inc", "city": "", "state_code": "AZ", "lon": -111.67170400659428, "lat": 33.30535847275577, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0152163722", "provider": "", "facility_name": "AZ Labs", "city": "", "state_code": "AZ", "lon": -111.67170030901957, "lat": 33.30627197658142, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0152449872", "provider": "Serverfarm", "facility_name": "Serverfarm CH1", "city": "", "state_code": "IL", "lon": -87.64014138667577, "lat": 41.87094383200688, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0155739337", "provider": "", "facility_name": "Aligned Energy Data Center", "city": "", "state_code": "AZ", "lon": -112.11116815143933, "lat": 33.65904093265778, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0156468497", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.2258381321817, "lat": 38.91370196268697, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0156520409", "provider": "", "facility_name": "Lakeside Technology Center", "city": "", "state_code": "IL", "lon": -87.6183592533761, "lat": 41.85365260504632, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0157362579", "provider": "Flexential", "facility_name": "Flexential Phoenix - Deer Valley", "city": "", "state_code": "AZ", "lon": -112.09835688433343, "lat": 33.684674135493076, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0161126131", "provider": "Equinix", "facility_name": "Equinix SV5", "city": "", "state_code": "CA", "lon": -121.78183927929481, "lat": 37.24204046852016, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0168129695", "provider": "", "facility_name": "DataBank Pittsburgh PIT2", "city": "", "state_code": "PA", "lon": -80.1901183810463, "lat": 40.4513685262094, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0169170979", "provider": "", "facility_name": "Molina Healthcare", "city": "", "state_code": "NM", "lon": -106.61803444531762, "lat": 34.995445919501066, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0172739950", "provider": "Switch", "facility_name": "Switch12", "city": "", "state_code": "NV", "lon": -115.21329217816584, "lat": 36.06173888983835, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0172739953", "provider": "Switch", "facility_name": "Switch Las Vegas 7", "city": "", "state_code": "NV", "lon": -115.2102454849461, "lat": 36.0599251525617, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0174242795", "provider": "EdgeConneX", "facility_name": "EdgeConneX CHI01", "city": "", "state_code": "IL", "lon": -87.95079654356604, "lat": 42.00076800737207, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0187574082", "provider": "", "facility_name": "Verizon Wireline Network Building", "city": "", "state_code": "NJ", "lon": -74.44309493368364, "lat": 40.494903131723454, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0190868312", "provider": "NTT", "facility_name": "RagingWire CA3", "city": "", "state_code": "CA", "lon": -121.49876273285925, "lat": 38.64423935185345, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0191655977", "provider": "", "facility_name": "", "city": "", "state_code": "IA", "lon": -95.86382197433595, "lat": 41.22148561735032, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0192307107", "provider": "Digital Realty", "facility_name": "360 Spear Street Data Center", "city": "", "state_code": "CA", "lon": -122.39013668484701, "lat": 37.7889916560582, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0193611192", "provider": "Equinix", "facility_name": "Equinix New York Secaucus NY5", "city": "", "state_code": "NJ", "lon": -74.07230107005046, "lat": 40.778601776828154, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0193611211", "provider": "Equinix", "facility_name": "Equinix New York Secaucus NY4", "city": "", "state_code": "NJ", "lon": -74.06977591206658, "lat": 40.77642808061452, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0193611219", "provider": "Equinix", "facility_name": "Equinix New York Secaucus NY2", "city": "", "state_code": "NJ", "lon": -74.07591693201753, "lat": 40.77741950863345, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0193612533", "provider": "", "facility_name": "AT&T Secaucus Enterprise Data Center", "city": "", "state_code": "NJ", "lon": -74.06918218107636, "lat": 40.786164392038025, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0194049551", "provider": "Quality Technology Services", "facility_name": "QTS Sacramento", "city": "", "state_code": "CA", "lon": -121.48622274444375, "lat": 38.64634932685158, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0195165330", "provider": "", "facility_name": "", "city": "", "state_code": "MO", "lon": -94.67586457208311, "lat": 39.2906006524332, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0195165354", "provider": "", "facility_name": "", "city": "", "state_code": "MO", "lon": -94.67347189936218, "lat": 39.29565786992253, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0195165374", "provider": "", "facility_name": "Black Rock Financial Management", "city": "", "state_code": "MO", "lon": -94.67802527416188, "lat": 39.295491746601805, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0195169261", "provider": "", "facility_name": "", "city": "", "state_code": "MO", "lon": -94.6847918000035, "lat": 39.30240570006526, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0195664350", "provider": "", "facility_name": "Cherokee Data Center", "city": "", "state_code": "OK", "lon": -95.91003132519961, "lat": 36.262546063389934, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0199252950", "provider": "", "facility_name": "CyrusOne Chicago Aurora CME", "city": "", "state_code": "IL", "lon": -88.24353714429098, "lat": 41.796673813310484, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0200989527", "provider": "", "facility_name": "Xfinity/Comcast Data Center", "city": "", "state_code": "CO", "lon": -104.83243481918149, "lat": 39.58830727917687, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0203432103", "provider": "Indiana University", "facility_name": "IU Data Center", "city": "", "state_code": "IN", "lon": -86.50070261861606, "lat": 39.17441899239106, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0204316962", "provider": "", "facility_name": "IO Datacenter", "city": "", "state_code": "NJ", "lon": -74.34731684357497, "lat": 40.520901338871916, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0204460681", "provider": "", "facility_name": "DataBank Piscataway EWR2", "city": "", "state_code": "NJ", "lon": -74.45820961832148, "lat": 40.54921344851485, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0204460799", "provider": "", "facility_name": "Optimum", "city": "", "state_code": "NJ", "lon": -74.49202896228643, "lat": 40.54682624136092, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0204460812", "provider": "Equinix", "facility_name": "Equinix", "city": "", "state_code": "NJ", "lon": -74.49538057530054, "lat": 40.544881931883474, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0204460835", "provider": "Barclays", "facility_name": "Barclays Datacenter", "city": "", "state_code": "NJ", "lon": -74.45973725576992, "lat": 40.5472442650833, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0204460903", "provider": "Digital Realty", "facility_name": "Digital Realty New York EWR12", "city": "", "state_code": "NJ", "lon": -74.45930065392974, "lat": 40.5529045023767, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0204460950", "provider": "Digital Realty", "facility_name": "Digital Realty New York EWR11", "city": "", "state_code": "NJ", "lon": -74.45717948167879, "lat": 40.55377882278532, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0205724881", "provider": "", "facility_name": "Intergate Seattle East Building 2", "city": "", "state_code": "WA", "lon": -122.29056964991395, "lat": 47.49503090192437, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0205724885", "provider": "Sabey", "facility_name": "Intergate Seattle East Building 1", "city": "", "state_code": "WA", "lon": -122.28819434180774, "lat": 47.49485963017304, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0205823968", "provider": "Equinix", "facility_name": "Equinix SV15", "city": "", "state_code": "CA", "lon": -121.98840629999835, "lat": 37.3754951498238, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0205823970", "provider": "Equinix", "facility_name": "Equinix SV16", "city": "", "state_code": "CA", "lon": -121.98868795324002, "lat": 37.37611802320719, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0205823971", "provider": "Equinix", "facility_name": "Equinix SV17", "city": "", "state_code": "CA", "lon": -121.98858391314205, "lat": 37.37652899594956, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0205823980", "provider": "Equinix", "facility_name": "Equinix SV14", "city": "", "state_code": "CA", "lon": -121.98850932446409, "lat": 37.37496213850432, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0205846843", "provider": "CoreSite", "facility_name": "CoreSite SV4", "city": "", "state_code": "CA", "lon": -121.97068417339611, "lat": 37.376263105040294, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209073635", "provider": "Lumen Technologies", "facility_name": "Lumen Santa Clara", "city": "", "state_code": "CA", "lon": -121.95208193297097, "lat": 37.37700481451303, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209073636", "provider": "Prime", "facility_name": "Prime Santa Clara", "city": "", "state_code": "CA", "lon": -121.95322523327961, "lat": 37.37500511660042, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209073641", "provider": "Digital Realty", "facility_name": "Digital Realty Silicon Valley SJC10", "city": "", "state_code": "CA", "lon": -121.95333535904547, "lat": 37.375822905793704, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209073645", "provider": "", "facility_name": "Colovore", "city": "", "state_code": "CA", "lon": -121.95314883048796, "lat": 37.37672946683328, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209073647", "provider": "Digital Realty", "facility_name": "Digital Realty Silicon Valley SJC30", "city": "", "state_code": "CA", "lon": -121.95810528697963, "lat": 37.37828897395487, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209073649", "provider": "Digital Realty", "facility_name": "Digital Realty Silicon Valley SJC15", "city": "", "state_code": "CA", "lon": -121.95407689999966, "lat": 37.374996550088426, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209073653", "provider": "Digital Realty", "facility_name": "Digital Realty Silicon Valley SJC16", "city": "", "state_code": "CA", "lon": -121.9559861698452, "lat": 37.37492909708269, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209073657", "provider": "Digital Realty", "facility_name": "Digital Realty Silicon Valley SJC29", "city": "", "state_code": "CA", "lon": -121.95809620000126, "lat": 37.37502320043753, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209073659", "provider": "Prime", "facility_name": "Prime SANTA CLARA DATA CENTER", "city": "", "state_code": "CA", "lon": -121.95488070140483, "lat": 37.37502630609213, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209076412", "provider": "Digital Realty", "facility_name": "Digital Realty", "city": "", "state_code": "CA", "lon": -121.94853104740695, "lat": 37.3763410080539, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209077298", "provider": "Lumen Technologies", "facility_name": "Lumen", "city": "", "state_code": "CA", "lon": -121.95068207526988, "lat": 37.377584795732375, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209087373", "provider": "Digital Realty", "facility_name": "2805 Lafayette Street", "city": "", "state_code": "CA", "lon": -121.9483289304616, "lat": 37.372249898204316, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209105766", "provider": "", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.9499100438154, "lat": 37.379779111635564, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0209786637", "provider": "Quality Technology Services", "facility_name": "QTS Chicago", "city": "", "state_code": "IL", "lon": -87.66900814712955, "lat": 41.84218652884067, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0210222970", "provider": "", "facility_name": "Iron Mountain Data & Record Storage", "city": "", "state_code": "IL", "lon": -87.64550983406527, "lat": 41.84879669155961, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0210917861", "provider": "", "facility_name": "Data Storage Centers", "city": "", "state_code": "AZ", "lon": -112.03430310768363, "lat": 33.421692874680694, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0211832626", "provider": "TierPoint", "facility_name": "", "city": "", "state_code": "MA", "lon": -71.20859932011268, "lat": 42.68570898649228, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0215630401", "provider": "Flexential", "facility_name": "Flexential Charlotte - South", "city": "", "state_code": "NC", "lon": -80.93687158006364, "lat": 35.13543064967394, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0220518160", "provider": "Digital Realty", "facility_name": "Digital Realty Data Center", "city": "", "state_code": "AZ", "lon": -111.899226799974, "lat": 33.34464820831519, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0221201212", "provider": "Comcast", "facility_name": "", "city": "", "state_code": "WA", "lon": -122.31731718771367, "lat": 47.69332367380437, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0221897579", "provider": "", "facility_name": "Equinix DC97", "city": "", "state_code": "VA", "lon": -77.37742307519908, "lat": 38.96157142283795, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0222672860", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-55", "city": "", "state_code": "VA", "lon": -77.64876376105128, "lat": 38.81506150876172, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0223783259", "provider": "", "facility_name": "CTI Biopharma", "city": "", "state_code": "WA", "lon": -122.35669303335187, "lat": 47.61778780579821, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0223928497", "provider": "Digital Realty", "facility_name": "Westin Building", "city": "", "state_code": "WA", "lon": -122.33886422516163, "lat": 47.61435537680634, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0224100721", "provider": "", "facility_name": "COPT Data Center", "city": "", "state_code": "VA", "lon": -77.5318452938603, "lat": 38.747281206256844, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0224174031", "provider": "SV Colo", "facility_name": "SV Colo", "city": "", "state_code": "CA", "lon": -121.9587992678193, "lat": 37.36431021578032, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0224998784", "provider": "Microsoft", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.94643635591544, "lat": 37.36206620920108, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0225745958", "provider": "", "facility_name": "OVH US East Vint Hill", "city": "", "state_code": "VA", "lon": -77.67445377449387, "lat": 38.74744469757881, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0231047065", "provider": "University Corporation for Atmospheric Research", "facility_name": "NCAR-Wyoming Supercomputing Center", "city": "", "state_code": "WY", "lon": -104.89748679471975, "lat": 41.12879048730292, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0231664575", "provider": "H5 Data Centers", "facility_name": "The Seattle Times", "city": "", "state_code": "WA", "lon": -122.33646162358502, "lat": 47.6189848283978, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0231769626", "provider": "Google", "facility_name": "Google Data Center The Dalles Oregon", "city": "", "state_code": "OR", "lon": -121.20130223060461, "lat": 45.632047991657046, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0233888384", "provider": "", "facility_name": "Segra Data Center", "city": "", "state_code": "NC", "lon": -78.66236321040674, "lat": 35.724992093646854, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0234722029", "provider": "Equinix", "facility_name": "Equinix Ashburn DC2", "city": "", "state_code": "VA", "lon": -77.45900624552966, "lat": 39.016470708222904, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0234722720", "provider": "H5", "facility_name": "H5 Data Centers Ashburn", "city": "", "state_code": "VA", "lon": -77.45171989501625, "lat": 39.01367498906444, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0239032142", "provider": "", "facility_name": "TierPoint Sioux Falls West Data Center", "city": "", "state_code": "SD", "lon": -96.80919489840309, "lat": 43.60697077791878, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0239147373", "provider": "Lumen Technologies", "facility_name": "Lumen McLean", "city": "", "state_code": "VA", "lon": -77.21161871839628, "lat": 38.920020715978985, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0239147724", "provider": "DataBank", "facility_name": "DataBank McLean IAD2", "city": "", "state_code": "VA", "lon": -77.21358499990595, "lat": 38.919905150298106, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0240724127", "provider": "", "facility_name": "eBay", "city": "", "state_code": "UT", "lon": -112.04772494385753, "lat": 40.5637493311281, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0244490839", "provider": "", "facility_name": "PhoenixNAP", "city": "", "state_code": "AZ", "lon": -112.00942632468968, "lat": 33.41605053769886, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0250052753", "provider": "", "facility_name": "32 Avenue of the Americas", "city": "", "state_code": "NY", "lon": -74.00463586981833, "lat": 40.719998478665225, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0251716328", "provider": "Digital Realty", "facility_name": "Digital Realty", "city": "", "state_code": "VA", "lon": -77.47258021616551, "lat": 38.910132702732945, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0253682978", "provider": "", "facility_name": "TierPoint", "city": "", "state_code": "MO", "lon": -90.1964202669285, "lat": 38.62976100794761, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0254583328", "provider": "", "facility_name": "Verizon", "city": "", "state_code": "NV", "lon": -115.07792815622403, "lat": 36.144732607348836, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0254742608", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -98.64069026748369, "lat": 29.446674202615256, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0254742609", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -98.64112862038242, "lat": 29.44792213625347, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0254742610", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -98.64099341797508, "lat": 29.44719900936573, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0254773884", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -96.68156543918735, "lat": 33.095994313633625, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0254773897", "provider": "Centersquare", "facility_name": "Evoque Allen DA1", "city": "", "state_code": "TX", "lon": -96.68376373847303, "lat": 33.09506355613131, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0256728809", "provider": "", "facility_name": "", "city": "", "state_code": "NE", "lon": -95.93649511237066, "lat": 41.26141936949243, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0257581364", "provider": "Flexential", "facility_name": "Flexential - Richmond", "city": "", "state_code": "VA", "lon": -77.43869516745981, "lat": 37.64689021155882, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0258343744", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-9", "city": "", "state_code": "VA", "lon": -77.453440411722, "lat": 38.899651693214054, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0258343748", "provider": "", "facility_name": "Amazon IAD22", "city": "", "state_code": "VA", "lon": -77.45510184070243, "lat": 38.89790175442311, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0258343749", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-1", "city": "", "state_code": "VA", "lon": -77.45407518694847, "lat": 38.89785914212502, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0258519934", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.47224542805822, "lat": 38.90924510953836, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0258519959", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.47346579109487, "lat": 38.90979813235743, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0260996040", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.19627275728058, "lat": 38.75081659536996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0269166415", "provider": "", "facility_name": "Cox Data Center", "city": "", "state_code": "GA", "lon": -84.31955321505815, "lat": 34.03620188757935, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0269847438", "provider": "Quality Technology Services", "facility_name": "QTS Atlanta Data Center 1", "city": "", "state_code": "GA", "lon": -84.42109985598158, "lat": 33.7776811736858, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0273895868", "provider": "Cyxtera", "facility_name": "Cyxtera Sterling DC7", "city": "", "state_code": "VA", "lon": -77.44424695215189, "lat": 38.98092474637894, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0273896089", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.42381651986251, "lat": 38.98441813209926, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0273896096", "provider": "CyrusOne", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.42564884364357, "lat": 38.984886746753254, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0273896102", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.42410521314366, "lat": 38.98360375263324, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0278560778", "provider": "Digital Realty", "facility_name": "Digital Realty Data Center", "city": "", "state_code": "GA", "lon": -84.41520253319351, "lat": 33.65703230386123, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0279410762", "provider": "Cyxtera", "facility_name": "Cyxtera (Digital Realty Trust) Citibank Data Center", "city": "", "state_code": "NJ", "lon": -74.02575833881977, "lat": 40.76076492901499, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0279410766", "provider": "Digital Realty", "facility_name": "Digital Realty New Jersey EWR10", "city": "", "state_code": "NJ", "lon": -74.0250249144998, "lat": 40.761831079828376, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051469", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.81322935255957, "lat": 47.24621227884292, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051470", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.81318678101925, "lat": 47.247652474792254, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051471", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.81575602489733, "lat": 47.24616793078344, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051472", "provider": "Sabey Data Centers", "facility_name": "Intergate Quincy Data Center", "city": "", "state_code": "WA", "lon": -119.81593119578889, "lat": 47.24532712863972, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051474", "provider": "Intuit", "facility_name": "H5 Data Center", "city": "", "state_code": "WA", "lon": -119.81875311909133, "lat": 47.25141148987495, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051475", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.81966487505578, "lat": 47.2525738060569, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051477", "provider": "Yahoo", "facility_name": "Yahoo Data Center", "city": "", "state_code": "WA", "lon": -119.82778184373045, "lat": 47.246984537637, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051478", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.82886591661293, "lat": 47.24673555311077, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051481", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.8297911817926, "lat": 47.245991414310225, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051482", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.8291703, "lat": 47.24598939949083, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051483", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.82815880653996, "lat": 47.24598937431326, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051484", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.82754149992971, "lat": 47.24600329947971, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051485", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.82866158737185, "lat": 47.24606673682079, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051487", "provider": "", "facility_name": "NTTData Data Center", "city": "", "state_code": "WA", "lon": -119.86463264336115, "lat": 47.24435998530277, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0283051493", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.86321170683881, "lat": 47.2402244353439, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0284044002", "provider": "datasite", "facility_name": "DataSite Atlanta", "city": "", "state_code": "GA", "lon": -84.48161598883719, "lat": 33.92551125989177, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0288909509", "provider": "", "facility_name": "", "city": "", "state_code": "MO", "lon": -94.68505095083452, "lat": 39.290121050497994, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0289620443", "provider": "Digital Realty", "facility_name": "Digital Realty San Francisco SFO10", "city": "", "state_code": "CA", "lon": -122.39793596994733, "lat": 37.7236016950597, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0289884123", "provider": "", "facility_name": "33 Thomas Street", "city": "", "state_code": "NY", "lon": -74.0059130609563, "lat": 40.7165249817088, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0290101976", "provider": "", "facility_name": "VentureData", "city": "", "state_code": "ID", "lon": -111.78209278694163, "lat": 43.82524323217676, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0292506449", "provider": "", "facility_name": "", "city": "", "state_code": "CO", "lon": -104.84696328231581, "lat": 39.59013144249605, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0292506452", "provider": "", "facility_name": "zColo by Zayo", "city": "", "state_code": "CO", "lon": -104.84703864109652, "lat": 39.591351747526645, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0293211683", "provider": "Sabey", "facility_name": "Intergate Seattle East Building 5", "city": "", "state_code": "WA", "lon": -122.28973615206532, "lat": 47.49191977023955, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0293211686", "provider": "Sabey", "facility_name": "Intergate Seattle East Building 3", "city": "", "state_code": "WA", "lon": -122.29030164481166, "lat": 47.49355623811284, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0293211687", "provider": "Digital Realty", "facility_name": "Intergate Seattle East Building 4", "city": "", "state_code": "WA", "lon": -122.28885825770003, "lat": 47.49341087440766, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0296374269", "provider": "Flexential", "facility_name": "Flexential Allentown data center", "city": "", "state_code": "PA", "lon": -75.45757328328773, "lat": 40.635695315852814, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0298126010", "provider": "Digital Realty", "facility_name": "Digital Realty ACC4", "city": "", "state_code": "VA", "lon": -77.46254912313509, "lat": 39.017901791124075, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0298127059", "provider": "Equinix", "facility_name": "Equinix Ashburn DC1", "city": "", "state_code": "VA", "lon": -77.46032653997727, "lat": 39.01556033255059, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0298127361", "provider": "Equinix", "facility_name": "Equinix Ashburn DC5", "city": "", "state_code": "VA", "lon": -77.46124798163915, "lat": 39.01598729633223, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0298127420", "provider": "Equinix", "facility_name": "Equinix Ashburn DC11", "city": "", "state_code": "VA", "lon": -77.45880365175543, "lat": 39.014930750375306, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0298242260", "provider": "Equinix", "facility_name": "Equinix Ashburn DC3", "city": "", "state_code": "VA", "lon": -77.4602871035629, "lat": 39.021947987272775, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0298242335", "provider": "Digital Realty", "facility_name": "Digital Realty ACC3", "city": "", "state_code": "VA", "lon": -77.45984179886374, "lat": 39.01993590507545, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0299388896", "provider": "CoreSite Real Estate 1656 McCarthy, L.P.", "facility_name": "CoreSite SV2", "city": "", "state_code": "CA", "lon": -121.91624119521207, "lat": 37.40568310648505, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0299927846", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-76", "city": "", "state_code": "VA", "lon": -77.45050945562221, "lat": 38.993785281689334, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0299929061", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-12", "city": "", "state_code": "VA", "lon": -77.44767141862896, "lat": 38.98872330810436, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0299946152", "provider": "QTS Data Centers", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.44790209132543, "lat": 38.99463732348248, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300162674", "provider": "Digital Realty", "facility_name": "Digital Realty ACC5", "city": "", "state_code": "VA", "lon": -77.4630710105621, "lat": 39.02011263672102, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300162675", "provider": "Digital Realty", "facility_name": "Digital Realty ACC6", "city": "", "state_code": "VA", "lon": -77.46358953091513, "lat": 39.02106804323565, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300162689", "provider": "Lumen Technologies", "facility_name": "Level 3 Ashburn", "city": "", "state_code": "VA", "lon": -77.45759526371417, "lat": 39.0221725562622, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300163074", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.45360972261447, "lat": 39.02214033665587, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300163083", "provider": "NTT", "facility_name": "NTT Ashburn VA1 Data Center", "city": "", "state_code": "VA", "lon": -77.45486923381064, "lat": 39.02276445956019, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300952513", "provider": "Digital Realty", "facility_name": "Digital Realty Phoenix PHX15", "city": "", "state_code": "AZ", "lon": -111.88662619785597, "lat": 33.27497378533701, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300959969", "provider": "H5", "facility_name": "H5 Phoenix", "city": "", "state_code": "AZ", "lon": -111.88590913146852, "lat": 33.27691083822963, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300959970", "provider": "CyrusOne", "facility_name": "CyrusOne PHX1", "city": "", "state_code": "AZ", "lon": -111.88191152923802, "lat": 33.27085532906607, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300969250", "provider": "Equinix", "facility_name": "Equinix DC13", "city": "", "state_code": "VA", "lon": -77.47539286797382, "lat": 39.01253746084649, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300969614", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD14", "city": "", "state_code": "VA", "lon": -77.48709346092416, "lat": 39.00333638342545, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300969615", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services Building C", "city": "", "state_code": "VA", "lon": -77.48544866796638, "lat": 39.0027516538968, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300969616", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD12", "city": "", "state_code": "VA", "lon": -77.48334543682279, "lat": 39.002021514630854, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300969617", "provider": "Digital Realty", "facility_name": "Digital Realty Building A", "city": "", "state_code": "VA", "lon": -77.48195442999278, "lat": 39.00275464974418, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300969619", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD24", "city": "", "state_code": "VA", "lon": -77.48435473615672, "lat": 39.00429228111817, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300970759", "provider": "Databank", "facility_name": "Databank Ashburn IAD1", "city": "", "state_code": "VA", "lon": -77.48213787541992, "lat": 39.01554879745237, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300970761", "provider": "", "facility_name": "Golds Gym Ashburn", "city": "", "state_code": "VA", "lon": -77.4832706432986, "lat": 39.01560147883306, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0300974499", "provider": "Apple Inc.", "facility_name": "Apple Data Center", "city": "", "state_code": "AZ", "lon": -111.60405623426206, "lat": 33.34701915860397, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0302702428", "provider": "", "facility_name": "Lumen Albany 4", "city": "", "state_code": "NY", "lon": -73.81833864929455, "lat": 42.735739825314, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0314032203", "provider": "Lumen Technologies", "facility_name": "Lumen", "city": "", "state_code": "WA", "lon": -117.36894427503958, "lat": 47.60249929560879, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0317466755", "provider": "VISA", "facility_name": "VISA", "city": "", "state_code": "IL", "lon": -87.95284650862307, "lat": 42.216756536018735, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0318069356", "provider": "SONM", "facility_name": "John F. Simms Building", "city": "", "state_code": "NM", "lon": -105.95657515744648, "lat": 35.672443897309975, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0321385147", "provider": "Meta", "facility_name": "Meta Prineville Data Center, phase1", "city": "", "state_code": "OR", "lon": -120.88726144669496, "lat": 44.295883341055145, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0325096144", "provider": "", "facility_name": "Adobe Data Center", "city": "", "state_code": "OR", "lon": -122.93181213080429, "lat": 45.55018168886831, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0328702378", "provider": "", "facility_name": "Stack Infrastructure Portland 2 Data Center", "city": "", "state_code": "OR", "lon": -122.89744896301694, "lat": 45.547311791366376, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0328702750", "provider": "Digital Realty", "facility_name": "Digital Realty PDX10 Data Center", "city": "", "state_code": "OR", "lon": -122.89195798239217, "lat": 45.54761722382476, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0328703598", "provider": "Flexential", "facility_name": "Flexential", "city": "", "state_code": "OR", "lon": -122.8908514025637, "lat": 45.5498209002179, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0328703599", "provider": "Flexential", "facility_name": "Flexential Portland - Hillsboro 1", "city": "", "state_code": "OR", "lon": -122.89220172053012, "lat": 45.550333986427404, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0329551673", "provider": "Flexential", "facility_name": "Flexential Louisville - East", "city": "", "state_code": "KY", "lon": -85.50724111669626, "lat": 38.277197827679295, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0330276516", "provider": "Flexential", "facility_name": "Flexential Louisville - Downtown", "city": "", "state_code": "KY", "lon": -85.73335104065765, "lat": 38.24249601378566, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0334264478", "provider": "", "facility_name": "Terminal Commerce Building", "city": "", "state_code": "PA", "lon": -75.16083249176855, "lat": 39.959809526359834, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0335468616", "provider": "", "facility_name": "TierPoint", "city": "", "state_code": "WA", "lon": -117.09593477622663, "lat": 47.67191686714767, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0336387583", "provider": "", "facility_name": "Baltimore Technology Park", "city": "", "state_code": "MD", "lon": -76.62552663391301, "lat": 39.27538391165092, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0337126739", "provider": "Sabey", "facility_name": "Intergate Seattle West Building C", "city": "", "state_code": "WA", "lon": -122.29440690516351, "lat": 47.494131187713045, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0337126741", "provider": "Sabey", "facility_name": "Intergate Seattle West Building B", "city": "", "state_code": "WA", "lon": -122.29368392327885, "lat": 47.49307629033908, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0337126742", "provider": "Sabey", "facility_name": "Intergate Seattle West Building A", "city": "", "state_code": "WA", "lon": -122.293319807759, "lat": 47.49214782871075, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0337127817", "provider": "", "facility_name": "Vantage WA11", "city": "", "state_code": "WA", "lon": -119.81449029306091, "lat": 47.250164549945126, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0337127824", "provider": "NTT", "facility_name": "NTT Data Quincy", "city": "", "state_code": "WA", "lon": -119.86571157127666, "lat": 47.24358751309279, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0337127832", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.85935927491568, "lat": 47.23881859630125, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0337127833", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.85936632665342, "lat": 47.23826232566217, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0342664739", "provider": "", "facility_name": "Geneseo Communications Inc", "city": "", "state_code": "IA", "lon": -90.482409225225, "lat": 41.550269445823766, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0343593591", "provider": "", "facility_name": "", "city": "", "state_code": "IL", "lon": -88.21951394141162, "lat": 41.90535458903981, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0345650474", "provider": "", "facility_name": "", "city": "", "state_code": "NJ", "lon": -74.45667583889343, "lat": 40.552818728162904, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0354590432", "provider": "", "facility_name": "", "city": "", "state_code": "NJ", "lon": -74.06435817503689, "lat": 40.784738868619456, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0355926681", "provider": "Flexential", "facility_name": "Flexential Salt Lake City - South Valley", "city": "", "state_code": "UT", "lon": -111.98604691692421, "lat": 40.620351883501876, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0358455179", "provider": "Apple", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.94391134202753, "lat": 37.36168658658687, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0358946546", "provider": "", "facility_name": "QES Computers", "city": "", "state_code": "CA", "lon": -121.90379949999843, "lat": 37.69947530004345, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0359930465", "provider": "Equinix", "facility_name": "Equinix SE3 Data Center", "city": "", "state_code": "WA", "lon": -122.33974344575807, "lat": 47.61442272967247, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0362662493", "provider": "Quality Technology Services", "facility_name": "QTS Piscataway Data Center", "city": "", "state_code": "NJ", "lon": -74.48418721626823, "lat": 40.55716263166983, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0363017375", "provider": "", "facility_name": "AiNET", "city": "", "state_code": "MD", "lon": -76.92590821703205, "lat": 39.052822508078144, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0364289073", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "TX", "lon": -98.69072125219773, "lat": 29.47821637623101, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0364289074", "provider": "Microsoft", "facility_name": "Microsoft San Antonio", "city": "", "state_code": "TX", "lon": -98.69260809155041, "lat": 29.479925996060704, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0364289077", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "TX", "lon": -98.69655923476323, "lat": 29.48106634167372, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0368724474", "provider": "Equinix", "facility_name": "Equinix DC7", "city": "", "state_code": "VA", "lon": -77.22055679495352, "lat": 38.90913922220713, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0368724479", "provider": "", "facility_name": "Element Critical VA1", "city": "", "state_code": "VA", "lon": -77.21974420009786, "lat": 38.9083675000258, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0369452572", "provider": "", "facility_name": "Pittock Block", "city": "", "state_code": "OR", "lon": -122.68070403612809, "lat": 45.521543581997186, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0369728508", "provider": "", "facility_name": "Data Center", "city": "", "state_code": "OR", "lon": -122.87550380152311, "lat": 45.526683793418876, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0373913881", "provider": "", "facility_name": "Cisco Allen", "city": "", "state_code": "TX", "lon": -96.66095239322138, "lat": 33.135980195526706, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0373945186", "provider": "Meta", "facility_name": "Meta Prineville Data Center, phase 2", "city": "", "state_code": "OR", "lon": -120.88399838630087, "lat": 44.294893619614236, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0376627431", "provider": "CSS Communications", "facility_name": "CSSNW Bellingham", "city": "", "state_code": "WA", "lon": -122.48054752807802, "lat": 48.75726819331372, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0377032058", "provider": "EdgeConneX", "facility_name": "EdgeConneX CHI02", "city": "", "state_code": "IL", "lon": -87.95256335815348, "lat": 42.001494373393264, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0377032061", "provider": "Equinix", "facility_name": "Equinix Chicago CH3", "city": "", "state_code": "IL", "lon": -87.95521312428228, "lat": 42.00115870787967, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0377212693", "provider": "Element Critical", "facility_name": "Element Critical CH2", "city": "", "state_code": "IL", "lon": -87.9671757623118, "lat": 41.97422731222964, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0377345296", "provider": "Centersquare", "facility_name": "Centersquare Elk Grove Village Data Center Campus ORD2", "city": "", "state_code": "IL", "lon": -87.95817200961845, "lat": 41.992040415356676, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0377545385", "provider": "Flexential", "facility_name": "Flexential Denver - Englewood", "city": "", "state_code": "CO", "lon": -104.83755343632711, "lat": 39.55897087407264, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0377585075", "provider": "", "facility_name": "EdgeConneX Detroit DET01", "city": "", "state_code": "MI", "lon": -83.26266713633784, "lat": 42.447696914234754, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0379195054", "provider": "", "facility_name": "Lumen Austin 3", "city": "", "state_code": "TX", "lon": -97.72359737399289, "lat": 30.261396172131168, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0379204279", "provider": "", "facility_name": "Digital Realty Austin AUS11", "city": "", "state_code": "TX", "lon": -97.6957806400088, "lat": 30.21217551197644, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0379204643", "provider": "", "facility_name": "LightEdge Austin II", "city": "", "state_code": "TX", "lon": -97.7070441537442, "lat": 30.200676320425476, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0379204766", "provider": "", "facility_name": "CyrusOne Austin Data Center II", "city": "", "state_code": "TX", "lon": -97.69796494527762, "lat": 30.205929677925713, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0379205427", "provider": "", "facility_name": "Data Foundry Austin 1 Data Center", "city": "", "state_code": "TX", "lon": -97.69607393452047, "lat": 30.215503976280186, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0380282154", "provider": "", "facility_name": "VISA Data Center", "city": "", "state_code": "VA", "lon": -77.4454155025337, "lat": 39.04872822028962, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0382785871", "provider": "", "facility_name": "LightEdge Austin I", "city": "", "state_code": "TX", "lon": -97.71266756573961, "lat": 30.21429715095225, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0383545769", "provider": "Skybox", "facility_name": "Skybox Chicago I", "city": "", "state_code": "IL", "lon": -87.97350859852746, "lat": 41.99365831690164, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0383728972", "provider": "Hurricane Electric", "facility_name": "Hurricane Electric Fremont 1", "city": "", "state_code": "CA", "lon": -121.93101654862603, "lat": 37.4898646167409, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0383888101", "provider": "", "facility_name": "Lumen Austin 1", "city": "", "state_code": "TX", "lon": -97.71239983833573, "lat": 30.196499004972576, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0383888914", "provider": "", "facility_name": "Data Foundry - Texas 1", "city": "", "state_code": "TX", "lon": -97.71378843935518, "lat": 30.198926082371674, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0384310269", "provider": "Hurricane Electric", "facility_name": "Hurricane Electric Fremont 2", "city": "", "state_code": "CA", "lon": -121.92031059714009, "lat": 37.471827238512944, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0384396017", "provider": "", "facility_name": "Element Critical", "city": "", "state_code": "TX", "lon": -97.69617577010003, "lat": 30.342800020345656, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0384690290", "provider": "Element Critical", "facility_name": "Element Critical CH1", "city": "", "state_code": "IL", "lon": -87.96468543810447, "lat": 41.97576175006559, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0387378765", "provider": "Quality Technology Services", "facility_name": "QTS Suwanee Data Center 1", "city": "", "state_code": "GA", "lon": -84.06107488394335, "lat": 34.03538969563108, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0387379196", "provider": "Quality Technology Services", "facility_name": "QTS Suwanee Data Center 2", "city": "", "state_code": "GA", "lon": -84.0577034926908, "lat": 34.03709880816787, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0388148510", "provider": "", "facility_name": "TierPoint Little Rock", "city": "", "state_code": "AR", "lon": -92.44472351005183, "lat": 34.75623579847403, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0390287635", "provider": "Equinix", "facility_name": "Equinix SV6", "city": "", "state_code": "CA", "lon": -122.01456250837072, "lat": 37.39960173949957, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0392324240", "provider": "Flexential", "facility_name": "Flexential Atlanta - Norcross", "city": "", "state_code": "GA", "lon": -84.19856192066597, "lat": 33.95476871472785, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0396296733", "provider": "Centersquare", "facility_name": "Centersquare Lynnwood SE1", "city": "", "state_code": "WA", "lon": -122.30169031041979, "lat": 47.84181079877675, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0397914434", "provider": "Apple", "facility_name": "", "city": "", "state_code": "OR", "lon": -120.87507749015272, "lat": 44.28941552511668, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0400540223", "provider": "Walmart", "facility_name": "Walmart Colorado Data Center", "city": "", "state_code": "CO", "lon": -104.7872042037206, "lat": 38.98575520270597, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0405034574", "provider": "", "facility_name": "Verizon", "city": "", "state_code": "NE", "lon": -96.0277741269746, "lat": 41.33832138450139, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0405034584", "provider": "", "facility_name": "Verizon", "city": "", "state_code": "NE", "lon": -96.02861432583268, "lat": 41.33843614997798, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0408012357", "provider": "Alabama Supercomputer Authority", "facility_name": "George C. Wallace Alabama Supercomputer Center", "city": "", "state_code": "AL", "lon": -86.67309882783594, "lat": 34.73654090277783, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0409296605", "provider": "Digital Realty", "facility_name": "Digital Realty Chicago ORD12", "city": "", "state_code": "IL", "lon": -87.85923594325136, "lat": 41.928378286120065, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0410408067", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.86446039331207, "lat": 47.2376550659786, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0410408073", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "WA", "lon": -119.88299787007462, "lat": 47.23947854795628, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0410408074", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "WA", "lon": -119.88308360926234, "lat": 47.238574845290714, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0410408079", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.85940592515068, "lat": 47.23948769629937, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0414055237", "provider": "Microsoft", "facility_name": "Microsoft CYS Datacenter", "city": "", "state_code": "WY", "lon": -104.90530832757888, "lat": 41.123406942663394, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0414055239", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.90187602195964, "lat": 41.12623098984588, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0417682780", "provider": "", "facility_name": "KOMO Plaza East", "city": "", "state_code": "WA", "lon": -122.34815288067006, "lat": 47.61932493216673, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0417682781", "provider": "", "facility_name": "KOMO Plaza West", "city": "", "state_code": "WA", "lon": -122.34859631775392, "lat": 47.618919759615665, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0421273622", "provider": "Fidelity", "facility_name": "Fidelity", "city": "", "state_code": "NE", "lon": -96.08338762268534, "lat": 41.16546905416773, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0424945736", "provider": "Centurylink", "facility_name": "", "city": "", "state_code": "CA", "lon": -118.38631267027331, "lat": 33.91772905166227, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0424945852", "provider": "Digital Realty", "facility_name": "DRT LAX12", "city": "", "state_code": "CA", "lon": -118.38463005026091, "lat": 33.915648897459114, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0426586135", "provider": "Google", "facility_name": "Google - Thornton", "city": "", "state_code": "CO", "lon": -104.98324467111505, "lat": 39.922418557554764, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0427068319", "provider": "", "facility_name": "TURBOSQUID", "city": "", "state_code": "CA", "lon": -117.92218079293613, "lat": 33.80966045017171, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0428021796", "provider": "", "facility_name": "DRT LAX10", "city": "", "state_code": "CA", "lon": -118.25751427697325, "lat": 34.04732574551566, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0428021816", "provider": "", "facility_name": "One Wilshire", "city": "", "state_code": "CA", "lon": -118.25554585113647, "lat": 34.047892305393916, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0429782814", "provider": "University of Florida", "facility_name": "UF Research Computing Center", "city": "", "state_code": "FL", "lon": -82.29992999372256, "lat": 29.672591133291228, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0435324552", "provider": "CyrusOne", "facility_name": "CyrusOne NVA1, NVA2 & NVA3", "city": "", "state_code": "VA", "lon": -77.41452291234778, "lat": 39.02594651093395, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0435518280", "provider": "", "facility_name": "NAP of the Americas", "city": "", "state_code": "FL", "lon": -80.19307541186281, "lat": 25.782378977030266, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0435531451", "provider": "", "facility_name": "", "city": "", "state_code": "FL", "lon": -80.23003372243501, "lat": 25.797544404026613, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0435817145", "provider": "CyrusOne", "facility_name": "CyrusOne NVA5", "city": "", "state_code": "VA", "lon": -77.43403366191842, "lat": 39.024327100943346, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0438077632", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.82494906980827, "lat": 41.540615955851, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0438078069", "provider": "Meta", "facility_name": "Facebook Altoona Data Center 1", "city": "", "state_code": "IA", "lon": -93.51472775765036, "lat": 41.6642411277008, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0438078070", "provider": "Meta", "facility_name": "Facebook Altoona Data Center 2", "city": "", "state_code": "IA", "lon": -93.50817041153361, "lat": 41.66553719114288, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0441502816", "provider": "", "facility_name": "Lumen Technologies", "city": "", "state_code": "CA", "lon": -117.80580094927477, "lat": 33.716777907497594, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0444683815", "provider": "Lumen Technologies", "facility_name": "Lumen", "city": "", "state_code": "WA", "lon": -117.42000258764048, "lat": 47.654225584825305, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0447803368", "provider": "", "facility_name": "", "city": "", "state_code": "WI", "lon": -89.43673598135521, "lat": 43.06728877873921, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0450078003", "provider": "Equinix", "facility_name": "Equinix CU2", "city": "", "state_code": "VA", "lon": -77.97818714607277, "lat": 38.454936889103365, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0451413811", "provider": "", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.88797542263652, "lat": 37.33363768923947, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0451491797", "provider": "", "facility_name": "", "city": "", "state_code": "NJ", "lon": -74.06556019989502, "lat": 40.78413403768732, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0451497833", "provider": "Evocative", "facility_name": "Evocative Secaucus", "city": "", "state_code": "NJ", "lon": -74.06804834898094, "lat": 40.78755018531513, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0453969917", "provider": "", "facility_name": "Time Warner Datacenter", "city": "", "state_code": "CO", "lon": -104.8603774822199, "lat": 39.5989600863557, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0453969923", "provider": "", "facility_name": "Time Warner Datacenter", "city": "", "state_code": "CO", "lon": -104.86018232055083, "lat": 39.59993080115642, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0455171103", "provider": "", "facility_name": "CyrusOne Austin Data Center III", "city": "", "state_code": "TX", "lon": -97.70111427813652, "lat": 30.206993743520524, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0459188722", "provider": "Apollo", "facility_name": "Apollo Cable Landing Station", "city": "", "state_code": "NJ", "lon": -74.10158204974093, "lat": 40.15704355065649, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0459188725", "provider": "", "facility_name": "Cable & Wireless Cable Landing Station", "city": "", "state_code": "NY", "lon": -72.88334530997138, "lat": 40.84365992460773, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460050155", "provider": "Equinix", "facility_name": "Equinix Ashburn DC10", "city": "", "state_code": "VA", "lon": -77.45151283533546, "lat": 39.02101419483995, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460053028", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services Datacenter Complex", "city": "", "state_code": "VA", "lon": -77.45106545332199, "lat": 39.0265748165722, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460053030", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.45866189709493, "lat": 39.02886985735719, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460056017", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-61", "city": "", "state_code": "VA", "lon": -77.49198665217473, "lat": 38.91581328461264, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460056018", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.44219586774605, "lat": 38.9865020849492, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460056019", "provider": "Amazon Web Services", "facility_name": "Amazon IAD51", "city": "", "state_code": "VA", "lon": -77.43650684069105, "lat": 38.991413813735, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460056020", "provider": "Amazon Web Services", "facility_name": "Amazon IAD56", "city": "", "state_code": "VA", "lon": -77.43706177436277, "lat": 38.99056761009465, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460056023", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-16", "city": "", "state_code": "VA", "lon": -77.44882479290187, "lat": 38.99069899784283, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460056024", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-15", "city": "", "state_code": "VA", "lon": -77.44857953268573, "lat": 38.991692895450356, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460059465", "provider": "Amazon Web Services", "facility_name": "Amazon IAD14", "city": "", "state_code": "VA", "lon": -77.54821678521621, "lat": 38.78993178096454, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460060340", "provider": "Amazon Web Services", "facility_name": "Amazon IAD59", "city": "", "state_code": "VA", "lon": -77.54844963730865, "lat": 38.79222600770481, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460060341", "provider": "Amazon Web Services", "facility_name": "Amazon IAD52", "city": "", "state_code": "VA", "lon": -77.54837196346583, "lat": 38.79106882111887, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460067220", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services Datacenter Complex", "city": "", "state_code": "OH", "lon": -82.75171093377944, "lat": 40.09388273554784, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460067225", "provider": "Amazon Web Services us-east-2 datacenter", "facility_name": "Amazon AWS: Hilliard Data Center", "city": "", "state_code": "OH", "lon": -83.13425799033122, "lat": 40.059902191478876, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070135", "provider": "", "facility_name": "", "city": "", "state_code": "OR", "lon": -119.26632355, "lat": 45.91583559984655, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070136", "provider": "", "facility_name": "", "city": "", "state_code": "OR", "lon": -119.26652739999999, "lat": 45.915835599846574, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070137", "provider": "", "facility_name": "", "city": "", "state_code": "OR", "lon": -119.26672585, "lat": 45.91583559984652, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070138", "provider": "", "facility_name": "", "city": "", "state_code": "OR", "lon": -119.26711214999999, "lat": 45.91583559984655, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070139", "provider": "", "facility_name": "", "city": "", "state_code": "OR", "lon": -119.26731594999998, "lat": 45.91584309984661, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070140", "provider": "", "facility_name": "", "city": "", "state_code": "OR", "lon": -119.26751175, "lat": 45.91583189984655, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070141", "provider": "", "facility_name": "", "city": "", "state_code": "OR", "lon": -119.26771695000002, "lat": 45.91583559984655, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070143", "provider": "Amazon Web Services", "facility_name": "Amazon PDX2", "city": "", "state_code": "OR", "lon": -119.26777584933069, "lat": 45.91640356429687, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070144", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.65276874957645, "lat": 45.84100319369004, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070145", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.62988821726834, "lat": 45.85223533738971, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460070147", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.63052370002721, "lat": 45.850880751269834, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460076753", "provider": "Equinix", "facility_name": "Equinix SV3", "city": "", "state_code": "CA", "lon": -121.88842909046673, "lat": 37.38826955704536, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460085343", "provider": "Digital Realty", "facility_name": "365 Main Street Data Center", "city": "", "state_code": "CA", "lon": -122.39046904827536, "lat": 37.788731036335975, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460087665", "provider": "Meta", "facility_name": "Facebook Prineville Datacenter", "city": "", "state_code": "OR", "lon": -120.88580226575772, "lat": 44.29782359645281, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460089167", "provider": "Meta", "facility_name": "Meta Forest City datacenter", "city": "", "state_code": "NC", "lon": -81.82213877550394, "lat": 35.314231256978196, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460089168", "provider": "Meta", "facility_name": "Meta Forest City datacenter", "city": "", "state_code": "NC", "lon": -81.82632689449466, "lat": 35.31737236865608, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460159925", "provider": "NTT Limited", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.88929689106432, "lat": 37.40390424000007, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460159928", "provider": "Centurylink", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.96982954691394, "lat": 37.37043804478318, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460159955", "provider": "Vantage", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.97250520730036, "lat": 37.371778697164096, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460167186", "provider": "Sabey Data Centers", "facility_name": "Intergate Columbia B", "city": "", "state_code": "WA", "lon": -120.1874901793035, "lat": 47.407163625794176, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460167187", "provider": "Sabey Data Centers", "facility_name": "Intergate Columbia A", "city": "", "state_code": "WA", "lon": -120.189293555665, "lat": 47.40871425585381, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460167190", "provider": "", "facility_name": "Intergate Columbia", "city": "", "state_code": "WA", "lon": -120.19173054919484, "lat": 47.40758787947685, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460175672", "provider": "Amazon Web Services", "facility_name": "AWS Building E", "city": "", "state_code": "VA", "lon": -77.48561242978808, "lat": 39.00505158640794, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460177088", "provider": "Digital Realty", "facility_name": "Digital Realty New Jersey EWR20", "city": "", "state_code": "NJ", "lon": -74.12674913164861, "lat": 40.82992945585005, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460182320", "provider": "CyrusOne", "facility_name": "CyrusOne Somerset", "city": "", "state_code": "NJ", "lon": -74.54565865822578, "lat": 40.537986381868514, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460182335", "provider": "", "facility_name": "BNY Mellon Somerset", "city": "", "state_code": "NJ", "lon": -74.5534089707814, "lat": 40.53601964911133, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460182337", "provider": "Digital Realty", "facility_name": "", "city": "", "state_code": "NJ", "lon": -74.55554039982248, "lat": 40.537538352599974, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460182351", "provider": "Digital Realty", "facility_name": "Digital Realty New Jersey EWR21", "city": "", "state_code": "NJ", "lon": -74.12451439724032, "lat": 40.83058580151704, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0460212563", "provider": "Centurylink", "facility_name": "", "city": "", "state_code": "CA", "lon": -118.34378887471212, "lat": 34.19986910792885, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0463571875", "provider": "Amazon Web Services", "facility_name": "Amazon IAD78", "city": "", "state_code": "VA", "lon": -77.44952022668694, "lat": 39.026368042625414, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0463571876", "provider": "Amazon Web Services", "facility_name": "Amazon IAD79", "city": "", "state_code": "VA", "lon": -77.45087034712718, "lat": 39.026357370464034, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0464097467", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.54857352752407, "lat": 39.56710538351869, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0464371693", "provider": "", "facility_name": "Kaiser Data Center", "city": "", "state_code": "CA", "lon": -122.2730981200017, "lat": 38.25408513543555, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0465032380", "provider": "Dallas County Elections Department", "facility_name": "", "city": "", "state_code": "TX", "lon": -96.87839306215344, "lat": 32.83796688361756, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0465062052", "provider": "Amazon Web Services", "facility_name": "Amazon IAD87", "city": "", "state_code": "VA", "lon": -77.44116774003696, "lat": 38.99181366629844, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0465062053", "provider": "Amazon Web Services", "facility_name": "Amazon IAD88", "city": "", "state_code": "VA", "lon": -77.4418704880024, "lat": 38.99096434751658, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0468707940", "provider": "", "facility_name": "Stream Data Centers PHX-1", "city": "", "state_code": "AZ", "lon": -112.35998844515763, "lat": 33.41949068772326, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0471691760", "provider": "Flexential", "facility_name": "Flexential Portland - Hillsboro 2", "city": "", "state_code": "OR", "lon": -122.91709178475041, "lat": 45.558285521867774, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0472761713", "provider": "nyse", "facility_name": "NYSE Data Center", "city": "", "state_code": "NJ", "lon": -74.15291807503209, "lat": 41.078302339181775, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0472954201", "provider": "", "facility_name": "AT&T", "city": "", "state_code": "CA", "lon": -118.11402444850232, "lat": 34.57998399250564, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0476609221", "provider": "", "facility_name": "", "city": "", "state_code": "CO", "lon": -104.52196604272531, "lat": 38.80265970986479, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0480762078", "provider": "", "facility_name": "Juniper", "city": "", "state_code": "OR", "lon": -122.76587362101382, "lat": 45.31873065187944, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0483307714", "provider": "", "facility_name": "Tierpoint Dallas-Allen", "city": "", "state_code": "TX", "lon": -96.65737558964423, "lat": 33.137934223084564, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0487170215", "provider": "DXC Technology", "facility_name": "", "city": "", "state_code": "TX", "lon": -95.86367622394388, "lat": 30.018697853415755, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0490997243", "provider": "Amazon Web Services", "facility_name": "Amazon IAD73", "city": "", "state_code": "VA", "lon": -77.55909921912576, "lat": 38.77797945837827, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0490997244", "provider": "Amazon Web Services", "facility_name": "Amazon IAD74", "city": "", "state_code": "VA", "lon": -77.55789122919084, "lat": 38.777436934620916, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0491914767", "provider": "", "facility_name": "H5 Data Center", "city": "", "state_code": "OH", "lon": -81.6835984766603, "lat": 41.50635749142958, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0495115494", "provider": "", "facility_name": "", "city": "", "state_code": "CA", "lon": -118.2555689501841, "lat": 34.04791495021397, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0497151852", "provider": "", "facility_name": "Cologix Jacksonville JAX1", "city": "", "state_code": "FL", "lon": -81.66242566977944, "lat": 30.33142981885114, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0499403180", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "WA", "lon": -119.88733126248479, "lat": 47.239522783705084, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0499403181", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "WA", "lon": -119.88737457776085, "lat": 47.23858947281029, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0499403698", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.86458220792323, "lat": 47.23855414306606, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0499403699", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.8254290536735, "lat": 47.24760077002591, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0500820007", "provider": "Meta", "facility_name": "Facebook Fort Worth Datacenter", "city": "", "state_code": "TX", "lon": -97.25934313221771, "lat": 32.98378403788744, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0502927599", "provider": "", "facility_name": "Data Center Lenexa", "city": "", "state_code": "KS", "lon": -94.77028959106379, "lat": 38.925170070286725, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0507673418", "provider": "", "facility_name": "CITIGROUP TECHNOLOGY INC", "city": "", "state_code": "TX", "lon": -97.24529013457187, "lat": 33.00638147848431, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0507673437", "provider": "Quality Technology Services", "facility_name": "QTS Data Center", "city": "", "state_code": "TX", "lon": -97.25920173475927, "lat": 32.98885535912591, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0509611423", "provider": "Lowe's", "facility_name": "", "city": "", "state_code": "TX", "lon": -98.68954665082217, "lat": 29.472846040284352, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0509611426", "provider": "CHRISTUS Health", "facility_name": "", "city": "", "state_code": "TX", "lon": -98.68620953197289, "lat": 29.470344479093157, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0509611429", "provider": "Frost Bank", "facility_name": "", "city": "", "state_code": "TX", "lon": -98.68765019924955, "lat": 29.470223440456333, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0509611432", "provider": "CyrusOne", "facility_name": "CyrusOne San Antonio I", "city": "", "state_code": "TX", "lon": -98.68811007066918, "lat": 29.46655501468974, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0509611436", "provider": "Valero", "facility_name": "Valero Wiserman", "city": "", "state_code": "TX", "lon": -98.68006447609893, "lat": 29.474285413407845, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0509611437", "provider": "", "facility_name": "Stream San Antonio II", "city": "", "state_code": "TX", "lon": -98.67173678230641, "lat": 29.472016548814928, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0509611438", "provider": "CyrusOne", "facility_name": "CyrusOne San Antonio II", "city": "", "state_code": "TX", "lon": -98.67299896081857, "lat": 29.47084945067936, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0509611439", "provider": "CyrusOne", "facility_name": "CyrusOne San Antonio III", "city": "", "state_code": "TX", "lon": -98.67219273225999, "lat": 29.470044267423457, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0516686211", "provider": "", "facility_name": "Spectrum Charlotte National Data Center", "city": "", "state_code": "NC", "lon": -80.91620847440758, "lat": 35.14278902053068, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0517411076", "provider": "Apple", "facility_name": "Apple Prineville Datacenter", "city": "", "state_code": "OR", "lon": -120.87012499487109, "lat": 44.28888249589476, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0523886201", "provider": "Cyxtera", "facility_name": "Cyxtera Tampa TP1", "city": "", "state_code": "FL", "lon": -82.35116156727058, "lat": 27.94553184264413, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0526806006", "provider": "", "facility_name": "QTA Irving - Dallas Data Center Campus", "city": "", "state_code": "TX", "lon": -96.98278763369082, "lat": 32.89728320232041, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0530024353", "provider": "Centersquare", "facility_name": "Centersquare Lisle ORD4 Data Center", "city": "", "state_code": "IL", "lon": -88.09488558888414, "lat": 41.80234062646393, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0530982335", "provider": "", "facility_name": "GoDaddy - Gilbert", "city": "", "state_code": "AZ", "lon": -111.83930897383506, "lat": 33.36191382983084, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0531709017", "provider": "American Telephone & Telegraph", "facility_name": "AT&T Center", "city": "", "state_code": "CA", "lon": -117.15894804229632, "lat": 32.74757512655355, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0533842335", "provider": "", "facility_name": "", "city": "", "state_code": "TN", "lon": -86.76414722152771, "lat": 36.14048086552295, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0536784688", "provider": "", "facility_name": "CenturyLink", "city": "", "state_code": "GA", "lon": -84.38373631254974, "lat": 33.76514415943705, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0537172525", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.8980886, "lat": 41.124032949239194, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0537172526", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.8992687499629, "lat": 41.12403679932077, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0537172527", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.89927145, "lat": 41.12528359932865, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0537172528", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.89808331876364, "lat": 41.12528676311575, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0537807168", "provider": "Expedient", "facility_name": "Expedient Pittsburgh South", "city": "", "state_code": "PA", "lon": -80.04253151075423, "lat": 40.42737727783292, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0543117031", "provider": "Centersquare", "facility_name": "Centersquare: Phoenix - (PHX1 - Mesa)", "city": "", "state_code": "AZ", "lon": -111.85899423023751, "lat": 33.42128426235027, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0543316327", "provider": "DXC Technology", "facility_name": "", "city": "", "state_code": "TX", "lon": -95.56325379028314, "lat": 29.99520064778405, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0543404966", "provider": "DXC Technology", "facility_name": "", "city": "", "state_code": "TX", "lon": -95.56398536553905, "lat": 29.997307161324283, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0544536822", "provider": "", "facility_name": "Liquid Web", "city": "", "state_code": "MI", "lon": -84.64299464110024, "lat": 42.687951324568324, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0544596573", "provider": "Amazon Web Services", "facility_name": "Amazon IAD63", "city": "", "state_code": "VA", "lon": -77.49325147292357, "lat": 38.9168847531172, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0545060574", "provider": "", "facility_name": "Liquid Web, Inc", "city": "", "state_code": "MI", "lon": -84.66608910001227, "lat": 42.70539040001098, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0545396372", "provider": "Amazon Web Services", "facility_name": "Amazon IAD62", "city": "", "state_code": "VA", "lon": -77.51987469094145, "lat": 38.94932164782646, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0545704217", "provider": "", "facility_name": "", "city": "", "state_code": "GA", "lon": -84.67590752731094, "lat": 34.0707036329806, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0545730285", "provider": "Facebook", "facility_name": "Facebook Altoona Data Center", "city": "", "state_code": "IA", "lon": -93.51263943380947, "lat": 41.66758723939012, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0547156394", "provider": "", "facility_name": "TJX Corporate Techno", "city": "", "state_code": "OH", "lon": -82.8106258545681, "lat": 40.10386011394031, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0547156405", "provider": "", "facility_name": "Compugen New Albany", "city": "", "state_code": "OH", "lon": -82.80494540049781, "lat": 40.104550038254644, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0547277699", "provider": "", "facility_name": "Compugen New Albany", "city": "", "state_code": "OH", "lon": -82.808939324285, "lat": 40.10367720079982, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0548184239", "provider": "Flexential", "facility_name": "Flexential Dallas - Richardson", "city": "", "state_code": "TX", "lon": -96.7525015956488, "lat": 32.99481331799373, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0549418041", "provider": "", "facility_name": "Experian McKinney Data Center", "city": "", "state_code": "TX", "lon": -96.72550500041572, "lat": 33.17179580069162, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0553223628", "provider": "Stack Infrastructure", "facility_name": "Stack Infrastructure", "city": "", "state_code": "CA", "lon": -121.89338203369857, "lat": 37.40255873642884, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0553223629", "provider": "Stack Infrastructure", "facility_name": "Stack Infrastructure", "city": "", "state_code": "CA", "lon": -121.89238428102912, "lat": 37.402212525793644, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0553884511", "provider": "", "facility_name": "Carfax", "city": "", "state_code": "MO", "lon": -92.28862384290709, "lat": 38.9235119701765, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0556564909", "provider": "Meta", "facility_name": "Facebook Altoona Data Center 3", "city": "", "state_code": "IA", "lon": -93.50646556541808, "lat": 41.6670714224462, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0556599693", "provider": "Amazon Web Services", "facility_name": "Amazon IAD71", "city": "", "state_code": "VA", "lon": -77.45750287997991, "lat": 39.02790807231044, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0556599694", "provider": "Amazon Web Services", "facility_name": "Amazon IAD50", "city": "", "state_code": "VA", "lon": -77.45968288935688, "lat": 39.0295697612069, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0556599695", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-60", "city": "", "state_code": "VA", "lon": -77.4582461041282, "lat": 39.02877370248201, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0562775657", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services CMH50", "city": "", "state_code": "OH", "lon": -82.75133937578003, "lat": 40.094629756594486, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0563533017", "provider": "", "facility_name": "Verizon", "city": "", "state_code": "VA", "lon": -79.14421961397291, "lat": 37.41593853015035, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0570397131", "provider": "", "facility_name": "Thin-nology", "city": "", "state_code": "TX", "lon": -97.59160304354108, "lat": 30.421141229242764, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0571010571", "provider": "", "facility_name": "CyrusOne Norwalk", "city": "", "state_code": "CT", "lon": -73.3886494484749, "lat": 41.11309235035119, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0577628941", "provider": "", "facility_name": "Data Foundry - Texas 2", "city": "", "state_code": "TX", "lon": -97.71307641626001, "lat": 30.19958813781982, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0578393557", "provider": "", "facility_name": "Apple Prineville Datacenter", "city": "", "state_code": "OR", "lon": -120.86582271934715, "lat": 44.28457329429376, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0578412815", "provider": "Meta", "facility_name": "Meta Los Lunas Data Center", "city": "", "state_code": "NM", "lon": -106.77989614196927, "lat": 34.8302282334924, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0578435601", "provider": "Google", "facility_name": "Google Datacenter - Douglas County", "city": "", "state_code": "GA", "lon": -84.58522343651347, "lat": 33.7505902365265, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0578438011", "provider": "Google", "facility_name": "Google data center Council Bluffs", "city": "", "state_code": "IA", "lon": -95.86449775401766, "lat": 41.22165804807755, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0578443547", "provider": "Microsoft", "facility_name": "Microsoft - Azure Datacenter", "city": "", "state_code": "IL", "lon": -87.91824122484651, "lat": 41.923005619536646, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0581234765", "provider": "", "facility_name": "", "city": "", "state_code": "KS", "lon": -99.30017320001076, "lat": 38.872132850206235, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0585998677", "provider": "Switch", "facility_name": "Switch Las Vegas 8", "city": "", "state_code": "NV", "lon": -115.21425795862818, "lat": 36.05783393923822, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0585998678", "provider": "Switch", "facility_name": "Switch Las Vegas 9", "city": "", "state_code": "NV", "lon": -115.21962785142699, "lat": 36.05570755634566, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0587103676", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -95.57078462369283, "lat": 29.82150611372374, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0588273961", "provider": "", "facility_name": "Comcast Hillsborough Data Center", "city": "", "state_code": "NJ", "lon": -74.61303785325867, "lat": 40.49777184770175, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0589070714", "provider": "Phillips Exeter Academy", "facility_name": "Information Technology Data Center", "city": "", "state_code": "NH", "lon": -70.9505927450425, "lat": 42.982091089771785, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0589360530", "provider": "", "facility_name": "Digital Fortress Lynnwood", "city": "", "state_code": "WA", "lon": -122.28956096659816, "lat": 47.8224251854351, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0590213770", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -96.65592593395881, "lat": 33.13780536915544, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0590213771", "provider": "CyrusOne", "facility_name": "CyrusOne Allen", "city": "", "state_code": "TX", "lon": -96.65995157388973, "lat": 33.13852055876389, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0592171280", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.65497937870387, "lat": 45.8404435353901, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0592257327", "provider": "Amazon Web Services", "facility_name": "Amazon PDX51/54", "city": "", "state_code": "OR", "lon": -119.26773387516516, "lat": 45.91744776004561, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0596690174", "provider": "Amazon Web Services", "facility_name": "Amazon IAD80", "city": "", "state_code": "VA", "lon": -77.4528288502262, "lat": 39.027108657277445, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0596690175", "provider": "Equinix", "facility_name": "Equinix Ashburn DC12", "city": "", "state_code": "VA", "lon": -77.44975813852024, "lat": 39.02300664154483, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597835788", "provider": "Stream", "facility_name": "Stream DFW IV", "city": "", "state_code": "TX", "lon": -96.66164643777843, "lat": 33.000144175089304, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597876719", "provider": "Rackspace", "facility_name": "Rackspace Richardson DFW3", "city": "", "state_code": "TX", "lon": -96.71587662115734, "lat": 32.96478869284149, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597876721", "provider": "Digital Realty", "facility_name": "Digital Realty Dallas DFW17", "city": "", "state_code": "TX", "lon": -96.71321200734354, "lat": 32.966281179214505, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597876722", "provider": "Digital Realty", "facility_name": "Digital Realty Dallas DFW29", "city": "", "state_code": "TX", "lon": -96.71054642217494, "lat": 32.96723267704504, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597876723", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -96.71119611224063, "lat": 32.96625357197767, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597876724", "provider": "Digital Realty", "facility_name": "Digital Realty Dallas DFW28", "city": "", "state_code": "TX", "lon": -96.7133081589403, "lat": 32.96724066068804, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597876726", "provider": "Digital Realty", "facility_name": "Digital Realty Dallas DFW35", "city": "", "state_code": "TX", "lon": -96.71029113488274, "lat": 32.96504621467304, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597876730", "provider": "Digital Realty", "facility_name": "Digital Realty Dallas DFW18", "city": "", "state_code": "TX", "lon": -96.71260861653484, "lat": 32.96520380450456, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597876798", "provider": "Digital Realty", "facility_name": "Digital Realty Dallas DFW16", "city": "", "state_code": "TX", "lon": -96.71558720321119, "lat": 32.96607650613045, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597970806", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD36", "city": "", "state_code": "VA", "lon": -77.47934369722755, "lat": 39.001551831622926, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597970809", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD35", "city": "", "state_code": "VA", "lon": -77.48059544638193, "lat": 39.00051142251577, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597970811", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD37", "city": "", "state_code": "VA", "lon": -77.47806996501424, "lat": 39.00000986435985, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0597970813", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD38", "city": "", "state_code": "VA", "lon": -77.47718416154997, "lat": 39.00110985023303, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0598261190", "provider": "", "facility_name": "", "city": "", "state_code": "KS", "lon": -94.86769218932443, "lat": 38.94013481905794, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0598263496", "provider": "", "facility_name": "", "city": "", "state_code": "KS", "lon": -94.86448748694062, "lat": 38.935650051201954, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0600806974", "provider": "Equinix", "facility_name": "Equinix SV10", "city": "", "state_code": "CA", "lon": -121.78476265158875, "lat": 37.241198528847725, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0607483487", "provider": "", "facility_name": "", "city": "", "state_code": "NJ", "lon": -75.1953232668235, "lat": 39.830930114115695, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0607753694", "provider": "Verizon Wireless", "facility_name": "", "city": "", "state_code": "NE", "lon": -96.14761886051996, "lat": 41.22040844920032, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0609126465", "provider": "", "facility_name": "", "city": "", "state_code": "FL", "lon": -81.39343863284896, "lat": 28.61746822748528, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0610827836", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "SC", "lon": -80.04145344691864, "lat": 33.064272175156376, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0610845529", "provider": "", "facility_name": "TierPoint Baltimore BWI", "city": "", "state_code": "MD", "lon": -76.68284506627651, "lat": 39.213451704107975, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0610977485", "provider": "NTT", "facility_name": "NTT Ashburn VA2 Data Center", "city": "", "state_code": "VA", "lon": -77.45763923535499, "lat": 39.02501032438008, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0612045611", "provider": "", "facility_name": "Goldman Sachs", "city": "", "state_code": "NJ", "lon": -74.67032960036524, "lat": 40.570372202161614, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0617194689", "provider": "Switch", "facility_name": "Switch Las Vegas 11", "city": "", "state_code": "NV", "lon": -115.21413677399552, "lat": 36.05588519113039, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0618339179", "provider": "", "facility_name": "365 Bridgewater NJ", "city": "", "state_code": "NJ", "lon": -74.57387794234592, "lat": 40.58147446747315, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0626226408", "provider": "Google", "facility_name": "Google Berkeley County Data Center", "city": "", "state_code": "SC", "lon": -80.0421585398253, "lat": 33.063780165282196, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0626281456", "provider": "AngelTrax Mobile Video Surveillance Solutions", "facility_name": "AngelTrax Data Center", "city": "", "state_code": "AL", "lon": -85.45584883805839, "lat": 31.231904196338384, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0626785488", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "NM", "lon": -106.78382909936067, "lat": 34.830246608460115, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0633034071", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.65793309033623, "lat": 45.841413570882, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0634635617", "provider": "", "facility_name": "Centeris SH2 Build-to-Suit", "city": "", "state_code": "WA", "lon": -122.27986153681454, "lat": 47.15884380411737, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0634638463", "provider": "", "facility_name": "Centeris SH1 Colocation", "city": "", "state_code": "WA", "lon": -122.27930643656472, "lat": 47.16085522590023, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0635022480", "provider": "Ascent", "facility_name": "Ascent - Atlanta Data Center", "city": "", "state_code": "GA", "lon": -84.27302456443608, "lat": 34.05713671179483, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0639176155", "provider": "Microsoft", "facility_name": "Microsoft TRP2", "city": "", "state_code": "TX", "lon": -98.80398520347534, "lat": 29.41195432542485, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0639176157", "provider": "Microsoft", "facility_name": "Microsoft TRP1", "city": "", "state_code": "TX", "lon": -98.80273022506276, "lat": 29.41201232003809, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0640148472", "provider": "CyrusOne", "facility_name": "CyrusOne Quincy", "city": "", "state_code": "WA", "lon": -119.86960399091238, "lat": 47.243696120678386, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0649319778", "provider": "Digital Realty", "facility_name": "Digital Realty ACC7", "city": "", "state_code": "VA", "lon": -77.46564263578888, "lat": 39.01753209282454, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0649365745", "provider": "", "facility_name": "NTT Ashburn Campus", "city": "", "state_code": "VA", "lon": -77.47198105085518, "lat": 39.01773031842297, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0649365751", "provider": "NTT", "facility_name": "NTT Ashburn VA3 Data Center", "city": "", "state_code": "VA", "lon": -77.47037644027546, "lat": 39.017182329202555, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0649365764", "provider": "Digital Realty", "facility_name": "Digital Realty ACC9", "city": "", "state_code": "VA", "lon": -77.46731852528757, "lat": 39.015466253556106, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0650412346", "provider": "Flexential", "facility_name": "Flexential Dallas - Plano", "city": "", "state_code": "TX", "lon": -96.66641048614594, "lat": 33.00700226161309, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0652034566", "provider": "", "facility_name": "", "city": "", "state_code": "NC", "lon": -81.2602729686781, "lat": 35.58705991324804, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0664938835", "provider": "", "facility_name": "Expedient Milwaukee", "city": "", "state_code": "WI", "lon": -87.97785780206577, "lat": 42.86317702172799, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0667573133", "provider": "Amazon IAD85", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.54172453948773, "lat": 38.779381509444576, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0667796922", "provider": "FirstLight", "facility_name": "Oxford Networks", "city": "", "state_code": "ME", "lon": -69.92315054547124, "lat": 43.895071082625066, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0671301768", "provider": "Meta", "facility_name": "Meta New Albany Data Center", "city": "", "state_code": "OH", "lon": -82.7503408359755, "lat": 40.06840826479164, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0671838900", "provider": "", "facility_name": "Rice Data Center", "city": "", "state_code": "TX", "lon": -95.44332796622497, "lat": 29.65814636487484, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0673145182", "provider": "Meta", "facility_name": "Facebook Fort Worth Datacenter", "city": "", "state_code": "TX", "lon": -97.25507514509351, "lat": 32.98499366327051, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0673532692", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.13517288858029, "lat": 40.06115215749759, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0675108684", "provider": "Microsoft", "facility_name": "Microsoft Boydton Data Center", "city": "", "state_code": "VA", "lon": -78.37655327186563, "lat": 36.68537330801872, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0688722307", "provider": "", "facility_name": "Bank of America Data Center", "city": "", "state_code": "VA", "lon": -77.23828608770066, "lat": 37.49580861055279, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0693381106", "provider": "Amazon Web Services", "facility_name": "Amazon IAD68", "city": "", "state_code": "VA", "lon": -77.52095152964785, "lat": 38.94868695570169, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0693381107", "provider": "Amazon Web Services", "facility_name": "Amazon IAD81", "city": "", "state_code": "VA", "lon": -77.52183101959601, "lat": 38.94838582329719, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0693385812", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "VA", "lon": -77.52436899775581, "lat": 38.943153938233976, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0693390022", "provider": "Amazon Web Services", "facility_name": "Amazon IAD120", "city": "", "state_code": "VA", "lon": -77.49806149327199, "lat": 38.95792208165856, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0693390023", "provider": "Amazon Web Services", "facility_name": "Amazon IAD121", "city": "", "state_code": "VA", "lon": -77.49778688217901, "lat": 38.95678305314267, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0694493125", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "WA", "lon": -119.88757256028282, "lat": 47.23765678799786, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0694493126", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "WA", "lon": -119.88319200604496, "lat": 47.2376291071034, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0694493127", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "WA", "lon": -119.88329073906641, "lat": 47.2367207945431, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0694493128", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "WA", "lon": -119.88747588150466, "lat": 47.236737102694484, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0694602725", "provider": "", "facility_name": "Vantage WA12", "city": "", "state_code": "WA", "lon": -119.81372107907394, "lat": 47.2539464411043, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0696978351", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.47156052841791, "lat": 39.01202683336313, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0696985482", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.44987613850792, "lat": 38.99945874398649, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0696992451", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.54831684502851, "lat": 38.790981521945255, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0697020849", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-58", "city": "", "state_code": "VA", "lon": -77.44184182852638, "lat": 38.98627873959049, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0697020850", "provider": "Amazon Web Services", "facility_name": "Amazon IAD-57", "city": "", "state_code": "VA", "lon": -77.44263838662451, "lat": 38.98699723329166, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0697021948", "provider": "Amazon Web Services", "facility_name": "Amazon IAD64", "city": "", "state_code": "VA", "lon": -77.65291934437082, "lat": 38.815132406574214, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0697413741", "provider": "Amazon Web Services", "facility_name": "Amazon PDX57/60", "city": "", "state_code": "OR", "lon": -119.26771376022243, "lat": 45.913883188873065, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0697415321", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.65544902618971, "lat": 45.841174258389934, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0697415323", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.6300360999594, "lat": 45.85378606167028, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0697417726", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.60370922412669, "lat": 45.84665532541318, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0700001774", "provider": "Microsoft", "facility_name": "Microsoft MWH Data Center", "city": "", "state_code": "WA", "lon": -119.8877101714477, "lat": 47.23776925892085, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0700431553", "provider": "Google", "facility_name": "Google Taylor Lake Data Center", "city": "", "state_code": "OR", "lon": -121.20240398131145, "lat": 45.63852891759571, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701923200", "provider": "Quality Technology Services", "facility_name": "QTS Ashburn 1", "city": "", "state_code": "VA", "lon": -77.4501710952684, "lat": 38.99951534656983, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701923202", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD40", "city": "", "state_code": "VA", "lon": -77.46725431679587, "lat": 39.006454342484155, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701923203", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD39", "city": "", "state_code": "VA", "lon": -77.46762344628391, "lat": 39.0077179647985, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701923204", "provider": "Digital Realty", "facility_name": "Digital Realty ACC10", "city": "", "state_code": "VA", "lon": -77.46553606881868, "lat": 39.01270664038011, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701924664", "provider": "Vantage", "facility_name": "Vantage VA12", "city": "", "state_code": "VA", "lon": -77.43982021083254, "lat": 39.00065496674865, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701924665", "provider": "Vantage Data Centers", "facility_name": "Vantage VA11", "city": "", "state_code": "VA", "lon": -77.43766056847713, "lat": 39.00239460734179, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701924667", "provider": "Amazon Web Services", "facility_name": "Amazon IAD90", "city": "", "state_code": "VA", "lon": -77.41165153795028, "lat": 38.988603084770965, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701924668", "provider": "Amazon Web Services", "facility_name": "Amazon IAD91", "city": "", "state_code": "VA", "lon": -77.4111191682655, "lat": 38.98784716047374, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701924669", "provider": "Amazon Web Services", "facility_name": "Amazon IAD92", "city": "", "state_code": "VA", "lon": -77.41047540861862, "lat": 38.98694260549739, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701929066", "provider": "Amazon Web Services", "facility_name": "Amazon IAD144", "city": "", "state_code": "VA", "lon": -77.42742182982602, "lat": 38.981642917536455, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701930919", "provider": "CyrusOne", "facility_name": "CyrusOne NVA8", "city": "", "state_code": "VA", "lon": -77.41322000920242, "lat": 39.021167383773054, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701930920", "provider": "Amazon Web Services", "facility_name": "Amazon IAD98", "city": "", "state_code": "VA", "lon": -77.43388565556344, "lat": 39.02022492908554, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701930921", "provider": "Amazon Web Services", "facility_name": "Amazon IAD99", "city": "", "state_code": "VA", "lon": -77.43402989103284, "lat": 39.01916893584492, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701930929", "provider": "Amazon Web Services", "facility_name": "Amazon IAD114", "city": "", "state_code": "VA", "lon": -77.45069857065232, "lat": 39.035494077540484, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701930930", "provider": "Amazon Web Services", "facility_name": "Amazon IAD115", "city": "", "state_code": "VA", "lon": -77.44979480828682, "lat": 39.036294021450345, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701931819", "provider": "Amazon Web Services", "facility_name": "Amazon IAD65", "city": "", "state_code": "VA", "lon": -77.49440871101989, "lat": 38.91699054054754, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0701931820", "provider": "Amazon Web Services", "facility_name": "Amazon IAD150", "city": "", "state_code": "VA", "lon": -77.47725088518797, "lat": 38.91607635389445, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0706081342", "provider": "", "facility_name": "725", "city": "", "state_code": "NM", "lon": -106.54217512466619, "lat": 35.04834871785767, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0706725650", "provider": "", "facility_name": "True North Data Center", "city": "", "state_code": "VA", "lon": -77.53931759776646, "lat": 39.04318859567258, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0706726088", "provider": "Google", "facility_name": "Stonewall Creek Business Park", "city": "", "state_code": "VA", "lon": -77.53939916591042, "lat": 39.05143204976116, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0706759844", "provider": "Apple", "facility_name": "Apple Prineville Datacenter", "city": "", "state_code": "OR", "lon": -120.87021590519326, "lat": 44.287277268781224, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0706759845", "provider": "Meta", "facility_name": "Meta Prineville Data Center, phase 3", "city": "", "state_code": "OR", "lon": -120.88151890467707, "lat": 44.29368315614664, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0706776322", "provider": "Amazon Web Services", "facility_name": "Amazon PDX80", "city": "", "state_code": "OR", "lon": -119.36661621765712, "lat": 45.79780879526037, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0708155014", "provider": "Quality Technology Services", "facility_name": "QTS Richmond Data Center", "city": "", "state_code": "VA", "lon": -77.24588647315302, "lat": 37.48900065235947, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0708916484", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.47827343879716, "lat": 39.01541716578102, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0708931343", "provider": "Google LLC", "facility_name": "Google Montgomery Data Center", "city": "", "state_code": "TN", "lon": -87.26001415580318, "lat": 36.62857908968418, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0710070925", "provider": "Google", "facility_name": "Google Data Center", "city": "", "state_code": "VA", "lon": -77.53957659001316, "lat": 39.052640581183034, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0711811006", "provider": "University Corporation for Atmospheric Research", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.89703157236752, "lat": 41.128699837871046, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0713410334", "provider": "", "facility_name": "Centersquare Atlanta ATL1", "city": "", "state_code": "GA", "lon": -84.58121647346032, "lat": 33.74422840992556, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0713428715", "provider": "Digital Realty", "facility_name": "Digital Realty CH3", "city": "", "state_code": "IL", "lon": -87.96490377244766, "lat": 41.99439647260606, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0713433204", "provider": "Digital Realty", "facility_name": "Digital Realty CH2", "city": "", "state_code": "IL", "lon": -87.95773561339536, "lat": 41.994463823169475, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0714120969", "provider": "", "facility_name": "DataBank Plano Data Center", "city": "", "state_code": "TX", "lon": -96.81513069944252, "lat": 33.08756902002125, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0714139865", "provider": "Equinix", "facility_name": "Equinix Secaucus NY6", "city": "", "state_code": "NJ", "lon": -74.07270033730752, "lat": 40.77751886890039, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0714622339", "provider": "Google", "facility_name": "Google Data Center", "city": "", "state_code": "VA", "lon": -77.52625036711285, "lat": 38.942771434884214, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0714622340", "provider": "", "facility_name": "Amazon Fadeley III", "city": "", "state_code": "VA", "lon": -77.5215991553083, "lat": 38.94833223285257, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0714776107", "provider": "Skybox", "facility_name": "Skybox Houston One", "city": "", "state_code": "TX", "lon": -95.75545033077461, "lat": 29.80286842346413, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0714889192", "provider": "Google LLC", "facility_name": "Google Jackson County Data Center", "city": "", "state_code": "AL", "lon": -85.74826082398661, "lat": 34.91433370914624, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0714941629", "provider": "Meta", "facility_name": "Facebook Data Center", "city": "", "state_code": "NE", "lon": -96.14374045574681, "lat": 41.121786870864284, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0714943309", "provider": "PSE&G", "facility_name": "PSE&G Delivery Emergency Response Center", "city": "", "state_code": "NJ", "lon": -74.51939325696017, "lat": 40.57989412652374, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0715098032", "provider": "", "facility_name": "T5 Charlotte Campus", "city": "", "state_code": "NC", "lon": -81.3950094307914, "lat": 35.25044990396285, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0718465287", "provider": "", "facility_name": "Epic / Mayo Data Center", "city": "", "state_code": "MN", "lon": -92.52212055150672, "lat": 44.07081644375691, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0723117951", "provider": "", "facility_name": "STACK New Albany", "city": "", "state_code": "OH", "lon": -82.8007477594743, "lat": 40.106353701609386, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0729192992", "provider": "Quality Technology Services", "facility_name": "QTS Data Center Bld 1", "city": "", "state_code": "OR", "lon": -122.92783045218712, "lat": 45.5587671541041, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0729376485", "provider": "", "facility_name": "", "city": "", "state_code": "NJ", "lon": -74.24350729682129, "lat": 40.584343135171615, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0729696933", "provider": "Flexential", "facility_name": "Flexential Salt Lake City - Downtown", "city": "", "state_code": "UT", "lon": -111.9548376637448, "lat": 40.75630658141078, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0733721782", "provider": "State of Oregon", "facility_name": "Oregon State Data Center", "city": "", "state_code": "OR", "lon": -123.00186141171869, "lat": 44.92654909196885, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0734323663", "provider": "Digital Realty", "facility_name": "Digital Realty PDX11 Data Center", "city": "", "state_code": "OR", "lon": -122.91685270250117, "lat": 45.56799342826787, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0741629998", "provider": "Flexential", "facility_name": "Flexential Fort Lauderdale", "city": "", "state_code": "FL", "lon": -80.1932966507533, "lat": 26.19008571894419, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0744177375", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -95.48652634626161, "lat": 30.17778285074309, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0744491691", "provider": "Amazon Web Services", "facility_name": "Amazon IAD145", "city": "", "state_code": "VA", "lon": -77.42462548735712, "lat": 38.98255213281915, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0744496741", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.41909467085335, "lat": 39.02369830815542, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0744496750", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.4204392822443, "lat": 39.024346009838304, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0746278786", "provider": "Flexential", "facility_name": "Flexential Las Vegas - North", "city": "", "state_code": "NV", "lon": -115.10126087457563, "lat": 36.24816478211208, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0752001022", "provider": "", "facility_name": "", "city": "", "state_code": "OR", "lon": -121.3285496442757, "lat": 44.04740740013566, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0755540694", "provider": "", "facility_name": "", "city": "", "state_code": "MI", "lon": -83.77960216531768, "lat": 42.968713165412495, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0756382879", "provider": "", "facility_name": "", "city": "", "state_code": "NJ", "lon": -74.70962307676368, "lat": 40.59934510477914, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0756382880", "provider": "", "facility_name": "", "city": "", "state_code": "NJ", "lon": -74.71011198716056, "lat": 40.59971850671679, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0756778306", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "NM", "lon": -106.78034710972685, "lat": 34.83004000903251, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0758278314", "provider": "", "facility_name": "iGLASS Networks", "city": "", "state_code": "NC", "lon": -78.7839857849851, "lat": 35.76675058444294, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0758426349", "provider": "", "facility_name": "", "city": "", "state_code": "MT", "lon": -113.29267194552415, "lat": 46.332131620164844, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0758580536", "provider": "", "facility_name": "Vital Records", "city": "", "state_code": "NJ", "lon": -74.68281624993381, "lat": 40.528071800135834, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0761185667", "provider": "", "facility_name": "Verizon Wireless NE Headquarters", "city": "", "state_code": "NJ", "lon": -74.70559634852465, "lat": 40.555692492579, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0762116506", "provider": "Meta", "facility_name": "Meta Henrico Data Center", "city": "", "state_code": "VA", "lon": -77.23731114669016, "lat": 37.483928208517945, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0772827597", "provider": "Meta", "facility_name": "Meta Prineville Data Center", "city": "", "state_code": "OR", "lon": -120.87943460143899, "lat": 44.29909531760913, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0772827601", "provider": "Meta", "facility_name": "Meta Prineville Data Center", "city": "", "state_code": "OR", "lon": -120.88988386659982, "lat": 44.30125484226488, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0773848531", "provider": "US Signal", "facility_name": "", "city": "", "state_code": "MI", "lon": -83.44414059814616, "lat": 42.23532661902879, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0775412066", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.54236274853604, "lat": 39.567714399752035, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0775412067", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.54320948328537, "lat": 39.5675010277547, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0775412068", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.54438836390534, "lat": 39.56716047141003, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0775412069", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.54522686760028, "lat": 39.56692084061534, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0775412072", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.54797410085595, "lat": 39.56575835137741, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0775412073", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.54768980080748, "lat": 39.56510625130509, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0777196805", "provider": "", "facility_name": "Allentown-TekPark", "city": "", "state_code": "PA", "lon": -75.65431290741553, "lat": 40.544236191070645, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0777679751", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "NM", "lon": -106.77647063706308, "lat": 34.83028297052058, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0778989332", "provider": "", "facility_name": "", "city": "", "state_code": "CO", "lon": -104.83358763919368, "lat": 39.559071701051366, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0780063735", "provider": "", "facility_name": "PG&E Datacenter", "city": "", "state_code": "CA", "lon": -122.06720998673872, "lat": 38.24625878204932, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0781370600", "provider": "CyrusOne", "facility_name": "CyrusOne PHX6", "city": "", "state_code": "AZ", "lon": -111.88253182214665, "lat": 33.26757617844676, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0788027103", "provider": "Meta", "facility_name": "Facebook Altoona Data Center 4", "city": "", "state_code": "IA", "lon": -93.5163073612244, "lat": 41.66773731235317, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0793087858", "provider": "Digital Realty", "facility_name": "Digital Realty Building P", "city": "", "state_code": "VA", "lon": -77.45822142581041, "lat": 39.00867671486767, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0793087859", "provider": "Amazon Web Services", "facility_name": "Amazon IAD118", "city": "", "state_code": "VA", "lon": -77.43883923491134, "lat": 39.018507335901674, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0793622740", "provider": "Aligned", "facility_name": "Aligned Ashburn", "city": "", "state_code": "VA", "lon": -77.47057790756794, "lat": 39.01362014126082, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0793888408", "provider": "Equinix", "facility_name": "Equinix Ashburn DC15", "city": "", "state_code": "VA", "lon": -77.45025584399268, "lat": 39.02250015234666, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0793888427", "provider": "Sabey Data Centers", "facility_name": "Sabey Intergate.Ashburn (Building A)", "city": "", "state_code": "VA", "lon": -77.47998800496838, "lat": 39.01449812159213, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0793888429", "provider": "NTT", "facility_name": "NTT Ashburn VA5 Data Center", "city": "", "state_code": "VA", "lon": -77.47261400700225, "lat": 39.01829557276318, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0793888430", "provider": "NTT", "facility_name": "NTT Ashburn VA4 Data Center", "city": "", "state_code": "VA", "lon": -77.4725949606788, "lat": 39.01986885247178, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0794147654", "provider": "CloudHQ", "facility_name": "CloudHQ LC1", "city": "", "state_code": "VA", "lon": -77.46278492885698, "lat": 39.01015664517334, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0794147655", "provider": "CloudHQ", "facility_name": "CloudHQ LC2", "city": "", "state_code": "VA", "lon": -77.46245654474912, "lat": 39.011764196036246, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0794147657", "provider": "Amazon Web Services", "facility_name": "Amazon IAD146", "city": "", "state_code": "VA", "lon": -77.43559835674786, "lat": 38.9967245725433, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0795384117", "provider": "Microsoft", "facility_name": "PHX-10", "city": "", "state_code": "AZ", "lon": -112.36482981743815, "lat": 33.40794624396243, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0795853621", "provider": "Meta", "facility_name": "Sarpy County Power Park East", "city": "", "state_code": "NE", "lon": -96.13369592098519, "lat": 41.121992143129596, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0796933516", "provider": "Equinix", "facility_name": "Equinix Ashburn DC21", "city": "", "state_code": "VA", "lon": -77.45455809493463, "lat": 39.01182263851143, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0802054282", "provider": "", "facility_name": "", "city": "", "state_code": "NY", "lon": -73.89790099960554, "lat": 40.95126975040574, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0802160675", "provider": "Meta", "facility_name": "Meta New Albany Data Center", "city": "", "state_code": "OH", "lon": -82.74890966242867, "lat": 40.06527171787832, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0807374322", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.8951561143571, "lat": 47.23709780537748, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0808979618", "provider": "", "facility_name": "EdgeCore", "city": "", "state_code": "AZ", "lon": -111.6195525034396, "lat": 33.344131138754335, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0812630939", "provider": "Comcast", "facility_name": "Comcast", "city": "", "state_code": "MI", "lon": -83.19821400000001, "lat": 42.21390200001323, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0813532303", "provider": "SAP", "facility_name": "SAP COS02", "city": "", "state_code": "CO", "lon": -104.78638139764935, "lat": 38.98888835974735, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0813688319", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -120.2139439565477, "lat": 47.407272121002116, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0814061068", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -120.21746237328999, "lat": 47.39214942683649, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0814061069", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -120.21787734999982, "lat": 47.39179410004563, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0814061070", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -120.2175143749647, "lat": 47.39175690409836, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0814061071", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -120.2169013334627, "lat": 47.391758975107614, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0815057182", "provider": "Meta", "facility_name": "Facebook Fort Worth Datacenter", "city": "", "state_code": "TX", "lon": -97.2554600255551, "lat": 32.98829583281708, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0815078625", "provider": "", "facility_name": "Charles Schwab Data Center", "city": "", "state_code": "TX", "lon": -97.24615495491398, "lat": 33.00450212919475, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0817338831", "provider": "Amazon Web Services", "facility_name": "Amazon IAD140", "city": "", "state_code": "VA", "lon": -77.4175500441367, "lat": 38.98145515417609, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0817338832", "provider": "Amazon Web Services", "facility_name": "Amazon IAD141", "city": "", "state_code": "VA", "lon": -77.4167856863848, "lat": 38.98238771254631, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0819981888", "provider": "", "facility_name": "", "city": "", "state_code": "TN", "lon": -86.63779793677823, "lat": 36.03268133759001, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0819981908", "provider": "", "facility_name": "TierPoint", "city": "", "state_code": "TN", "lon": -86.85568727257493, "lat": 35.92450968308543, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0821081357", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.19968935164674, "lat": 40.102576057379, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0821081358", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.19975825180089, "lat": 40.10358750788286, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0828135845", "provider": "Amazon Web Services", "facility_name": "Amazon IAD84", "city": "", "state_code": "VA", "lon": -77.65249934084503, "lat": 38.8161031223026, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0828228235", "provider": "", "facility_name": "StrongMind", "city": "", "state_code": "AZ", "lon": -111.84097388722816, "lat": 33.34261624771328, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830138727", "provider": "", "facility_name": "BB&T Data Center", "city": "", "state_code": "NC", "lon": -78.32812683838715, "lat": 35.83932520670227, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830881731", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.70254178906356, "lat": 41.516740748281435, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830881732", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.70251346931217, "lat": 41.515842741371806, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830881733", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.70630110395008, "lat": 41.51581793707441, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830881734", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.70635081713183, "lat": 41.516711712767844, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830881742", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.70633127239608, "lat": 41.51850163161288, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830881743", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.7063124996927, "lat": 41.51760660601611, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830881744", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.70249272354835, "lat": 41.51764119065465, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830881745", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.7025249489327, "lat": 41.51853822500233, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830885773", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.78703936226475, "lat": 41.49787064306024, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830885774", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.78707464281725, "lat": 41.49891302864557, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830885779", "provider": "Microsoft", "facility_name": "Project Osmium", "city": "", "state_code": "IA", "lon": -93.78856494092211, "lat": 41.4982126945884, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0830931210", "provider": "Meta", "facility_name": "Facebook Altoona Data Center 5", "city": "", "state_code": "IA", "lon": -93.51662854518423, "lat": 41.67117312225116, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0832622369", "provider": "Blockfusion", "facility_name": "", "city": "", "state_code": "NY", "lon": -78.94480168233244, "lat": 43.07483783638032, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0836908998", "provider": "", "facility_name": "Sungard Systems International", "city": "", "state_code": "AL", "lon": -86.91145719083487, "lat": 33.40471562419184, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0836938516", "provider": "AT&T", "facility_name": "AT&T", "city": "", "state_code": "AL", "lon": -86.79856164674071, "lat": 33.37385214883826, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0836947535", "provider": "", "facility_name": "Myndshift Technologies", "city": "", "state_code": "AZ", "lon": -111.71916515034209, "lat": 33.47542082249551, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0837139011", "provider": "", "facility_name": "ForceAmp.com", "city": "", "state_code": "IA", "lon": -91.58707810457734, "lat": 41.70399842447885, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0838817907", "provider": "TierPoint", "facility_name": "TierPoint - Charlotte Data Center", "city": "", "state_code": "NC", "lon": -80.9281209975006, "lat": 35.17319550189212, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0838817943", "provider": "", "facility_name": "SEGRA", "city": "", "state_code": "NC", "lon": -80.9263568907697, "lat": 35.18005342601226, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0840582927", "provider": "", "facility_name": "Middletown Data Center", "city": "", "state_code": "VA", "lon": -78.29095951194115, "lat": 39.0176444472964, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0841813139", "provider": "CoreSite", "facility_name": "CoreSite Chicago Data Center (CH2)", "city": "", "state_code": "IL", "lon": -87.64130393635244, "lat": 41.86279831305618, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0842544718", "provider": "Unity Cable System", "facility_name": "Norma Beach Cable Landing Station", "city": "", "state_code": "WA", "lon": -122.28415777716295, "lat": 47.86469753279464, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844359206", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "NV", "lon": -115.00857680765697, "lat": 36.056288380442616, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844359207", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "NV", "lon": -115.00879721733386, "lat": 36.05880161382709, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844371952", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "AL", "lon": -85.74742813692481, "lat": 34.91369193581681, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844371953", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "AL", "lon": -85.74593535678355, "lat": 34.91367641738197, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844374689", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.5400258996867, "lat": 39.05060777386236, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844386860", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "TX", "lon": -97.06248797347524, "lat": 32.44212970719255, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844386861", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "TX", "lon": -97.06333284249686, "lat": 32.443555450890756, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844389014", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "TN", "lon": -87.26129639057423, "lat": 36.62458167653138, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844391358", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "OH", "lon": -82.76429366972576, "lat": 40.061144607229274, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844394339", "provider": "Meta", "facility_name": "Meta Sarpy Data center", "city": "", "state_code": "NE", "lon": -96.14419028998033, "lat": 41.12354217069119, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844394340", "provider": "Meta", "facility_name": "Meta Sarpy Data center", "city": "", "state_code": "NE", "lon": -96.14485433047682, "lat": 41.12073199931019, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0844394357", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "NE", "lon": -96.14672977480356, "lat": 41.13497469466849, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0845775548", "provider": "JPMorgan Chase", "facility_name": "JPMorgan Chase", "city": "", "state_code": "CO", "lon": -105.02070322444693, "lat": 39.98908743748671, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0850342266", "provider": "", "facility_name": "Marquette-Adams Telephone Coop", "city": "", "state_code": "WI", "lon": -89.57480850448691, "lat": 43.78218427328896, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0850965775", "provider": "", "facility_name": "Compass Data Center", "city": "", "state_code": "TX", "lon": -96.804396257992, "lat": 32.53872184532011, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0852039781", "provider": "Amazon Web Services", "facility_name": "Amazon IAD119", "city": "", "state_code": "VA", "lon": -77.43938662806684, "lat": 39.01693014125531, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0860433344", "provider": "Flexential", "facility_name": "Flexential Portland - Hillsboro 4", "city": "", "state_code": "OR", "lon": -122.93985123952775, "lat": 45.5552036321301, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0863162820", "provider": "Stream", "facility_name": "Stream Chicago II", "city": "", "state_code": "IL", "lon": -87.95776458161538, "lat": 41.99912438131275, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0863162822", "provider": "Stack Infrastructure", "facility_name": "STACK Chicago CHI01", "city": "", "state_code": "IL", "lon": -87.96519018575371, "lat": 42.006843875852, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0863162825", "provider": "", "facility_name": "Stream Chicago I", "city": "", "state_code": "IL", "lon": -87.951134815474, "lat": 42.00260065820328, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0871694597", "provider": "", "facility_name": "Turnkey Internet", "city": "", "state_code": "NY", "lon": -73.75919958242348, "lat": 42.74544108847023, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0871745265", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.82789533434017, "lat": 41.540709217348976, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0873137563", "provider": "", "facility_name": "", "city": "", "state_code": "NC", "lon": -81.26456965310368, "lat": 35.5903923643093, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0874506250", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.13490722876958, "lat": 40.06014718926057, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0876020641", "provider": "", "facility_name": "Iron Mountain", "city": "", "state_code": "WA", "lon": -117.53714762552471, "lat": 47.594616140243296, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0876120402", "provider": "", "facility_name": "DBT Data - Harrisonburg Center", "city": "", "state_code": "VA", "lon": -78.8567969651793, "lat": 38.46254477041856, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0878795698", "provider": "", "facility_name": "amnet Data Center", "city": "", "state_code": "CT", "lon": -73.51671558521065, "lat": 41.091832805986165, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0880052062", "provider": "TierPoint", "facility_name": "", "city": "", "state_code": "KS", "lon": -94.75523183735761, "lat": 38.94066934722939, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0882977350", "provider": "CloudHQ", "facility_name": "CloudHQ MCC1", "city": "", "state_code": "VA", "lon": -77.49989682110626, "lat": 38.717028377885455, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0883809860", "provider": "Meta", "facility_name": "Meta Forest City datacenter", "city": "", "state_code": "NC", "lon": -81.82513233085027, "lat": 35.316554514923986, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0883809862", "provider": "Meta", "facility_name": "Facebook Forest City Data Center", "city": "", "state_code": "NC", "lon": -81.82474729583836, "lat": 35.315698382784056, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0886028872", "provider": "Amazon Web Services", "facility_name": "Amazon IAD128", "city": "", "state_code": "VA", "lon": -77.43838436569268, "lat": 39.016082212598185, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0886330269", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "VA", "lon": -77.56412899431636, "lat": 39.07478688334024, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0888253616", "provider": "NTT", "facility_name": "NTT Silicon Valley SV1 Data Center", "city": "", "state_code": "CA", "lon": -121.95533775020122, "lat": 37.36905321130347, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0891031651", "provider": "", "facility_name": "T5 Data Center", "city": "", "state_code": "GA", "lon": -84.26431627074265, "lat": 34.07592247657671, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0894425613", "provider": "BNYM", "facility_name": "", "city": "", "state_code": "TN", "lon": -86.78368364527593, "lat": 36.21535165955505, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0897226573", "provider": "", "facility_name": "Arcola Tech Park", "city": "", "state_code": "VA", "lon": -77.55535615935244, "lat": 38.94928209940735, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0897226574", "provider": "Amazon Web Services", "facility_name": "Amazon IAD125", "city": "", "state_code": "VA", "lon": -77.56054492011098, "lat": 38.948089538166386, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0897226575", "provider": "Amazon Web Services", "facility_name": "Amazon IAD124", "city": "", "state_code": "VA", "lon": -77.56045170040849, "lat": 38.94989544830296, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0899634245", "provider": "Stack Infrastructure", "facility_name": "Stack Infrastructure Portland 3 Data Center -Bld POR3a", "city": "", "state_code": "OR", "lon": -122.93791223873745, "lat": 45.55419710394431, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0903642490", "provider": "The Church of Jesus Christ of Latter-day Saints", "facility_name": "Family History Center", "city": "", "state_code": "ID", "lon": -111.3042449169628, "lat": 42.317295842348535, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0904453635", "provider": "", "facility_name": "", "city": "", "state_code": "TN", "lon": -83.37670351660657, "lat": 36.328073950553865, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0909455922", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.53967442372644, "lat": 39.04409911026423, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0909742340", "provider": "Quality Technology Services", "facility_name": "QTS Data Center Bld 2", "city": "", "state_code": "OR", "lon": -122.92963139645839, "lat": 45.55876356137954, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0914613836", "provider": "Amazon Web Services", "facility_name": "Amazon PDX91", "city": "", "state_code": "OR", "lon": -119.68835481078412, "lat": 45.83792394838973, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0914616809", "provider": "Amazon Web Services", "facility_name": "Amazon PDX92", "city": "", "state_code": "OR", "lon": -119.69312909809459, "lat": 45.83754024756912, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0914616810", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.60564495354757, "lat": 45.84665461437444, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0916046040", "provider": "", "facility_name": "", "city": "", "state_code": "CO", "lon": -104.71275427482882, "lat": 39.72947807111699, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0916148870", "provider": "", "facility_name": "", "city": "", "state_code": "NY", "lon": -78.74920687191289, "lat": 43.04498475079566, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0918871786", "provider": "Quality Technology Services", "facility_name": "QTS Data Center Bld 3", "city": "", "state_code": "OR", "lon": -122.93190590213918, "lat": 45.55877963410689, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0918871787", "provider": "Quality Technology Services", "facility_name": "QTS Data Center Bld 5", "city": "", "state_code": "OR", "lon": -122.93522042560193, "lat": 45.55880139187874, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0918871788", "provider": "Quality Technology Services", "facility_name": "QTS Data Center Bld 4", "city": "", "state_code": "OR", "lon": -122.93294634090127, "lat": 45.5587812168356, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0918873142", "provider": "Flexential", "facility_name": "Flexential Portland - Hillsboro 3", "city": "", "state_code": "OR", "lon": -122.93824742619341, "lat": 45.559469442156384, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0919948160", "provider": "", "facility_name": "", "city": "", "state_code": "WI", "lon": -87.91840525370044, "lat": 42.67566516635273, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0923167491", "provider": "", "facility_name": "", "city": "", "state_code": "NC", "lon": -80.57017464245233, "lat": 35.179383199219835, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0930043986", "provider": "Syracuse University", "facility_name": "SU Green Data Center", "city": "", "state_code": "NY", "lon": -76.11592528923454, "lat": 43.01207616834648, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0930849744", "provider": "Amazon Web Services", "facility_name": "Amazon IAD163", "city": "", "state_code": "VA", "lon": -77.42970207458241, "lat": 39.032305344458145, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0931369845", "provider": "", "facility_name": "Johns Hopkins Data Center", "city": "", "state_code": "MD", "lon": -76.5517379093849, "lat": 39.29355879768686, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0931732650", "provider": "", "facility_name": "Ebay", "city": "", "state_code": "UT", "lon": -112.05062821391914, "lat": 40.564095152330644, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0933393863", "provider": "EdgeConneX", "facility_name": "Edgeconnex Data Center", "city": "", "state_code": "CA", "lon": -121.27743720748433, "lat": 38.59229735741738, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0938592711", "provider": "", "facility_name": "", "city": "", "state_code": "AZ", "lon": -112.3770584915453, "lat": 33.43946838545604, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0940821791", "provider": "", "facility_name": "Omnis Network", "city": "", "state_code": "AZ", "lon": -111.95249099702062, "lat": 33.39440984512777, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0942557184", "provider": "Travelers Insurance", "facility_name": "Travelers Insurance", "city": "", "state_code": "NE", "lon": -96.14504543454542, "lat": 41.12784313945287, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0942604537", "provider": "Flexential", "facility_name": "Flexential Nashville - Franklin", "city": "", "state_code": "TN", "lon": -86.81557369600324, "lat": 35.92045930433349, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0943987942", "provider": "", "facility_name": "Wave Broadband Tahoma Terra Facility", "city": "", "state_code": "WA", "lon": -122.62504386293934, "lat": 46.94142447057516, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0944024849", "provider": "", "facility_name": "", "city": "", "state_code": "IA", "lon": -93.52766189092017, "lat": 41.558083343632624, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0944024851", "provider": "", "facility_name": "", "city": "", "state_code": "IA", "lon": -93.52815685258032, "lat": 41.55813064318698, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0946014659", "provider": "", "facility_name": "", "city": "", "state_code": "OK", "lon": -95.8541491705349, "lat": 36.08125144033206, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0952159044", "provider": "Lumen Technologies", "facility_name": "Lumen", "city": "", "state_code": "AZ", "lon": -111.99501570460353, "lat": 33.393518495506854, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0954433119", "provider": "Amazon Web Services", "facility_name": "Amazon IAD175", "city": "", "state_code": "VA", "lon": -77.42547991599417, "lat": 38.97986799140553, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0958153769", "provider": "DLI ONE", "facility_name": "DLI ONE", "city": "", "state_code": "GA", "lon": -84.88357121180205, "lat": 32.49809630347129, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0958153770", "provider": "", "facility_name": "", "city": "", "state_code": "GA", "lon": -84.8835713174046, "lat": 32.49826721190269, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0958662382", "provider": "Amazon Web Services", "facility_name": "Amazon IAD147", "city": "", "state_code": "VA", "lon": -77.43535922197496, "lat": 38.99501200382876, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0958728802", "provider": "", "facility_name": "E-Foam", "city": "", "state_code": "FL", "lon": -81.56454528552736, "lat": 28.577943298712636, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0959969621", "provider": "", "facility_name": "", "city": "", "state_code": "CT", "lon": -72.8010058813488, "lat": 41.47880657858901, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0961071564", "provider": "", "facility_name": "SimpleHelix", "city": "", "state_code": "AL", "lon": -86.69188299975418, "lat": 34.7454310001572, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0965755845", "provider": "CenturyLink", "facility_name": "CenturyLink", "city": "", "state_code": "OR", "lon": -123.03368547875327, "lat": 44.93802973611573, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0975064000", "provider": "Digital Realty", "facility_name": "Digital Realty Atlanta ATL11", "city": "", "state_code": "GA", "lon": -84.57973805393436, "lat": 33.746561602113815, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0975064004", "provider": "Switch", "facility_name": "Switch Data Center", "city": "", "state_code": "GA", "lon": -84.5872685807498, "lat": 33.75502503782062, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0975484796", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.13460627634683, "lat": 40.05932515588513, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0975484797", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.13409055935804, "lat": 40.05830889449401, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0975484798", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.13275276040426, "lat": 40.06077960066599, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0977653854", "provider": "", "facility_name": "CyrusOne PHX7", "city": "", "state_code": "AZ", "lon": -111.88190865991771, "lat": 33.26635803776151, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0977653858", "provider": "CyrusOne", "facility_name": "CyrusOne PHX4", "city": "", "state_code": "AZ", "lon": -111.88251618115733, "lat": 33.2687661963882, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0977653859", "provider": "CyrusOne", "facility_name": "CyrusOne PHX5", "city": "", "state_code": "AZ", "lon": -111.88158696587298, "lat": 33.269741071416476, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0978632013", "provider": "", "facility_name": "Northwest Data Center and Communications Hub", "city": "", "state_code": "CA", "lon": -122.18073854179177, "lat": 37.43343706484073, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0978934687", "provider": "", "facility_name": "Digital Crossroad", "city": "", "state_code": "IN", "lon": -87.52019308155617, "lat": 41.707418451036666, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0983627455", "provider": "CyrusOne", "facility_name": "CyrusOne NVA7", "city": "", "state_code": "VA", "lon": -77.43402771215538, "lat": 39.02630118372146, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0984796364", "provider": "", "facility_name": "Switch Las Vegas 10", "city": "", "state_code": "NV", "lon": -115.22306091007587, "lat": 36.055585825991834, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0984953813", "provider": "Amazon Web Services", "facility_name": "Amazon IAD174", "city": "", "state_code": "VA", "lon": -77.42747327984164, "lat": 39.02891562520285, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0984953814", "provider": "Amazon Web Services", "facility_name": "Amazon IAD164", "city": "", "state_code": "VA", "lon": -77.42894228408753, "lat": 39.03047299575455, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0985207884", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.43807112136983, "lat": 39.00177881929864, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0986829280", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "VA", "lon": -77.56303534723706, "lat": 39.07550786595816, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0989325195", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -97.15661083483384, "lat": 32.97215494101558, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0989735623", "provider": "Amazon Web Services", "facility_name": "Amazon IAD152", "city": "", "state_code": "VA", "lon": -77.47974227140159, "lat": 38.91657561831895, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0989735624", "provider": "Amazon Web Services", "facility_name": "Amazon IAD151", "city": "", "state_code": "VA", "lon": -77.47870521719227, "lat": 38.91615091162758, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0990537813", "provider": "Amazon Web Services", "facility_name": "Amazon IAD83", "city": "", "state_code": "VA", "lon": -77.52310750749479, "lat": 38.947946059437584, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0990537821", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.52218796260958, "lat": 38.94653921855559, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0990537857", "provider": "Amazon Web Services", "facility_name": "Amazon IAD122", "city": "", "state_code": "VA", "lon": -77.49717993007393, "lat": 38.955863227653474, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0990537858", "provider": "CyrusOne", "facility_name": "CyrusOne Sterling IX", "city": "", "state_code": "VA", "lon": -77.50575020782452, "lat": 38.95830777005175, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0996723585", "provider": "", "facility_name": "Iron Mountain VA-2", "city": "", "state_code": "VA", "lon": -77.54596524435513, "lat": 38.777248723250615, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0996723586", "provider": "", "facility_name": "Iron Mountain VA-1", "city": "", "state_code": "VA", "lon": -77.547073196661, "lat": 38.77791724644345, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0996723587", "provider": "Amazon IAD96", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.53988381836808, "lat": 38.78015146527288, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0996723588", "provider": "Amazon IAD95", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.53942706487335, "lat": 38.77845091390775, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0996723589", "provider": "Amazon IAD75", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.54289591312165, "lat": 38.77934250130273, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0996899486", "provider": "Amazon Web Services", "facility_name": "Amazon IAD102", "city": "", "state_code": "VA", "lon": -77.50490133103253, "lat": 38.73597010187111, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0996899487", "provider": "Amazon Web Services", "facility_name": "Amazon IAD101", "city": "", "state_code": "VA", "lon": -77.50569511718139, "lat": 38.73544015422606, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0996899488", "provider": "Amazon Web Services", "facility_name": "Amazon IAD100", "city": "", "state_code": "VA", "lon": -77.506642396707, "lat": 38.73459785381264, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0996899489", "provider": "CloudHQ", "facility_name": "CloudHQ MCC2", "city": "", "state_code": "VA", "lon": -77.49900908655815, "lat": 38.723181946660446, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0998245264", "provider": "", "facility_name": "Microsoft Data Center - Hoffman Estates", "city": "", "state_code": "IL", "lon": -88.13389076420349, "lat": 42.07695198404611, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0998933381", "provider": "", "facility_name": "Rackspace Somerset NYC1", "city": "", "state_code": "NJ", "lon": -74.53775798797324, "lat": 40.54452566835302, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0998933389", "provider": "", "facility_name": "Rackspace Belmont NYC2", "city": "", "state_code": "NJ", "lon": -74.53749197400815, "lat": 40.54083886834628, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1000784035", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.53338365008187, "lat": 38.74305258344758, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1003348567", "provider": "Quality Technology Services", "facility_name": "QTS Ashburn-Shellhorn DC1", "city": "", "state_code": "VA", "lon": -77.4755711431626, "lat": 38.99807915433332, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1007825570", "provider": "Quality Technology Services", "facility_name": "QTS Atlanta Data Center 2", "city": "", "state_code": "GA", "lon": -84.41955232430595, "lat": 33.77750521515183, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1010260674", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -98.78747099882361, "lat": 29.418988042416917, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1010260675", "provider": "Microsoft", "facility_name": "Microsoft TRP3 (SAT46)", "city": "", "state_code": "TX", "lon": -98.80637444993899, "lat": 29.412976988788397, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1010260676", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "TX", "lon": -98.80331595094907, "lat": 29.41579676372189, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1010260677", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "TX", "lon": -98.80451479994059, "lat": 29.415795638786996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1011125238", "provider": "WE Energies", "facility_name": "Pewaukee Data Center", "city": "", "state_code": "WI", "lon": -88.21666504030928, "lat": 43.05138860290856, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1013396352", "provider": "", "facility_name": "CenturyLink", "city": "", "state_code": "NV", "lon": -115.06266954999842, "lat": 36.18299775012923, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1015704066", "provider": "EdgeConneX", "facility_name": "EdgeConneX PHX02 Data Center", "city": "", "state_code": "AZ", "lon": -111.64752987065916, "lat": 33.35201067934634, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1015995259", "provider": "Amazon Web Services", "facility_name": "Amazon IAD601", "city": "", "state_code": "VA", "lon": -77.55711533400657, "lat": 38.77885736291117, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1017048670", "provider": "", "facility_name": "Switch Edge 1", "city": "", "state_code": "NV", "lon": -115.21368205577333, "lat": 36.05914890088559, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1017460713", "provider": "Switch", "facility_name": "Switch Las Vegas 4", "city": "", "state_code": "NV", "lon": -115.07677875306494, "lat": 36.143646142312384, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1017460715", "provider": "Switch", "facility_name": "Switch Las Vegas 5", "city": "", "state_code": "NV", "lon": -115.0766965000049, "lat": 36.14276349998918, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1019812125", "provider": "EdgeConneX", "facility_name": "EdgeConneX Data Center", "city": "", "state_code": "OR", "lon": -122.91221283734207, "lat": 45.55662130358923, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1020374277", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services CMH53", "city": "", "state_code": "OH", "lon": -82.75145548070124, "lat": 40.093616439444084, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1020374278", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services CMH56", "city": "", "state_code": "OH", "lon": -82.75205114610061, "lat": 40.096534350419375, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1020374279", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services CMH59", "city": "", "state_code": "OH", "lon": -82.74749104888826, "lat": 40.09404615807959, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1020721870", "provider": "City of Searcy", "facility_name": "Searcy Information Technologies", "city": "", "state_code": "AR", "lon": -91.74090585909379, "lat": 35.2492158371357, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1020877488", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.4712911922763, "lat": 38.99584761542841, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1020877489", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.47326247561796, "lat": 38.99660796472236, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1020953454", "provider": "", "facility_name": "Digital Loudoun Plaza", "city": "", "state_code": "VA", "lon": -77.48497952310191, "lat": 39.00467915262269, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1020953461", "provider": "", "facility_name": "Digital Loudoun Plaza", "city": "", "state_code": "VA", "lon": -77.48159549467015, "lat": 39.00169800147743, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1022744244", "provider": "", "facility_name": "AWS", "city": "", "state_code": "VA", "lon": -77.41779460624687, "lat": 38.98103411725457, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1022744248", "provider": "", "facility_name": "AWS", "city": "", "state_code": "VA", "lon": -77.41110852642319, "lat": 38.98782988809138, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1022757169", "provider": "", "facility_name": "AWS", "city": "", "state_code": "VA", "lon": -77.426058292797, "lat": 38.98161932874574, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1022757170", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.4257836910691, "lat": 38.98473223230382, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1024051963", "provider": "Meta", "facility_name": "Meta Eagle Mountain Data Center", "city": "", "state_code": "UT", "lon": -112.01507681579747, "lat": 40.26828850505122, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1024051997", "provider": "Meta", "facility_name": "Meta Eagle Mountain Data Center", "city": "", "state_code": "UT", "lon": -112.01512736677897, "lat": 40.2655639892377, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1024384322", "provider": "", "facility_name": "", "city": "", "state_code": "KS", "lon": -94.7683727731216, "lat": 38.926805991335975, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1025002889", "provider": "Digital Realty", "facility_name": "Digital Realty", "city": "", "state_code": "VA", "lon": -77.44944907275473, "lat": 39.00571934215422, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1027471509", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.60703845354756, "lat": 45.846667814374484, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1027471510", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services us-west-2", "city": "", "state_code": "OR", "lon": -119.60906254768787, "lat": 45.84675378143761, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1030970564", "provider": "Meta", "facility_name": "Meta Henrico Data Center", "city": "", "state_code": "VA", "lon": -77.23380499305182, "lat": 37.48196326360025, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1034230196", "provider": "", "facility_name": "", "city": "", "state_code": "FL", "lon": -81.83484809231037, "lat": 28.29407690335012, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1034475557", "provider": "", "facility_name": "DataBank Las Vegas LAS1", "city": "", "state_code": "NV", "lon": -115.14721141845382, "lat": 36.05972751073122, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1035123473", "provider": "Meta", "facility_name": "Meta Eagle Mountain Data Center", "city": "", "state_code": "UT", "lon": -112.01505471830352, "lat": 40.27233431054834, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1035123482", "provider": "", "facility_name": "Meta Eagle Mountain Data Center", "city": "", "state_code": "UT", "lon": -112.01771937397096, "lat": 40.26819070295294, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1037871048", "provider": "Amazon Web Services", "facility_name": "Amazon IAD601", "city": "", "state_code": "VA", "lon": -77.43777001853675, "lat": 39.015262930158116, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1054387470", "provider": "Meta", "facility_name": "Meta Stanton Springs Data Center", "city": "", "state_code": "GA", "lon": -83.70034219452744, "lat": 33.600761075776624, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1054387471", "provider": "Meta", "facility_name": "Meta Stanton Springs Data Center", "city": "", "state_code": "GA", "lon": -83.70541734238206, "lat": 33.60137099278182, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1056658555", "provider": "Flexential", "facility_name": "Flexential Salt Lake City - Millcreek", "city": "", "state_code": "UT", "lon": -111.88504405838351, "lat": 40.68552518346085, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1057230915", "provider": "Amazon Web Services", "facility_name": "Amazon PDX93", "city": "", "state_code": "OR", "lon": -119.6898664317406, "lat": 45.83654228757941, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1059030596", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.53332238839505, "lat": 38.744286011445, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1059036248", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.53750921534287, "lat": 38.745958588783616, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1059037050", "provider": "Amazon Web Services", "facility_name": "COPT Innovation Park Data Center", "city": "", "state_code": "VA", "lon": -77.53062487747106, "lat": 38.74388634728904, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1059037051", "provider": "Amazon Web Services", "facility_name": "COPT Data Center Bldg 2", "city": "", "state_code": "VA", "lon": -77.52919610007271, "lat": 38.74405494832176, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1069388067", "provider": "Google", "facility_name": "", "city": "", "state_code": "SC", "lon": -80.03831641068669, "lat": 33.062021951371236, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1069388075", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "SC", "lon": -80.03966007767939, "lat": 33.06217398793264, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1069388095", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "SC", "lon": -80.041154478933, "lat": 33.0620532330343, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1069388141", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "SC", "lon": -80.03845634859404, "lat": 33.06431195655283, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1069388147", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "SC", "lon": -80.0384282206963, "lat": 33.06643643704493, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1069388156", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "SC", "lon": -80.04357513200868, "lat": 33.06415660970066, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1069388186", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "SC", "lon": -80.04505685925874, "lat": 33.0620005890985, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1069388211", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "SC", "lon": -80.04606755156347, "lat": 33.064434801539036, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1070895993", "provider": "Meta", "facility_name": "Meta Stanton Springs Data Center", "city": "", "state_code": "GA", "lon": -83.69683907912507, "lat": 33.60009367954904, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1070895994", "provider": "Meta", "facility_name": "Meta Stanton Springs data center", "city": "", "state_code": "GA", "lon": -83.69501281261269, "lat": 33.59802145151715, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1071772119", "provider": "Microsoft", "facility_name": "Microsoft EAT02", "city": "", "state_code": "WA", "lon": -120.2076892191707, "lat": 47.41686791755554, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1071774674", "provider": "Sabey Data Centers", "facility_name": "Intergate Columbia D", "city": "", "state_code": "WA", "lon": -120.19160109219082, "lat": 47.40758548151772, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720208", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80485695055478, "lat": 41.1773437284403, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720209", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80637969473155, "lat": 41.17727415208592, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720210", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.8032146599412, "lat": 41.17745636098298, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720211", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80096717468034, "lat": 41.177482905295975, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720212", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80676284722783, "lat": 41.175540121144294, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720213", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80565239909376, "lat": 41.17554005850446, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720214", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80449329746102, "lat": 41.17554283490944, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720215", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.8033895382722, "lat": 41.175543648575314, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720216", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80222393205067, "lat": 41.175547389125555, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720217", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80111944856117, "lat": 41.17554529809748, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720218", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.79994803209584, "lat": 41.17555376295009, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720219", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80402364214318, "lat": 41.1726347246986, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720220", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.80252143647043, "lat": 41.17264007802371, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1073720221", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.8011477197886, "lat": 41.17261142832355, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1075278060", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.78699632287525, "lat": 41.49683039481866, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1075278061", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.82631357913509, "lat": 41.539813887005195, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1075278062", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.82866540068237, "lat": 41.539670453163886, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1080170580", "provider": "Flexential", "facility_name": "Flexential Portland - Hillsboro 5", "city": "", "state_code": "OR", "lon": -122.93929862911533, "lat": 45.55645035408905, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1081973944", "provider": "Quality Technology Services", "facility_name": "QTS San Antonio II", "city": "", "state_code": "TX", "lon": -98.65314490826425, "lat": 29.4491563911304, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1083841125", "provider": "", "facility_name": "T5@Colorado Springs", "city": "", "state_code": "CO", "lon": -104.7885349003077, "lat": 38.78617187499131, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1085608797", "provider": "Flexential", "facility_name": "Flexential Tampa - North", "city": "", "state_code": "FL", "lon": -82.3683379069368, "lat": 28.073855986815143, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1088203906", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.45200064122655, "lat": 39.01674414789713, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1088203907", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.45314511765301, "lat": 39.01588594875254, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1088241977", "provider": "Aligned", "facility_name": "Aligned IAD02", "city": "", "state_code": "VA", "lon": -77.47518883996231, "lat": 39.01041104054182, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1090837713", "provider": "Quality Technology Services", "facility_name": "QTS Manassas DC5", "city": "", "state_code": "VA", "lon": -77.51744670998576, "lat": 38.75469273948548, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1091128478", "provider": "Microsoft", "facility_name": "PHX-11", "city": "", "state_code": "AZ", "lon": -112.3648033961419, "lat": 33.40903088866146, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1097502168", "provider": "Flexential", "facility_name": "Flexential Atlanta - Douglasville 1", "city": "", "state_code": "GA", "lon": -84.61608084611744, "lat": 33.731057429769756, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1103333136", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "TN", "lon": -87.26354588308133, "lat": 36.62482464098189, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1103333137", "provider": "Google", "facility_name": "SPC3A", "city": "", "state_code": "TN", "lon": -87.25904892953204, "lat": 36.62430496342713, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1106454555", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.41749033094966, "lat": 38.97955740282415, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1109643936", "provider": "US Bitcoin", "facility_name": "", "city": "", "state_code": "NY", "lon": -79.03072272962478, "lat": 43.08205626179388, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1109881281", "provider": "TierPoint", "facility_name": "TierPoint Valley Forge", "city": "", "state_code": "PA", "lon": -75.42087693876489, "lat": 40.121879042936044, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1114969101", "provider": "Aligned Data Centers", "facility_name": "", "city": "", "state_code": "OR", "lon": -122.94931170322877, "lat": 45.55406423294568, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1116775094", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.47551375087221, "lat": 39.51406782848833, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1116775095", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.48485275056312, "lat": 39.51387049344325, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1121188409", "provider": "Flexential", "facility_name": "Flexential Salt Lake City - Fair Park", "city": "", "state_code": "UT", "lon": -111.92029244663202, "lat": 40.76678608763819, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1121592786", "provider": "", "facility_name": "CyrusOne San Antonio IV", "city": "", "state_code": "TX", "lon": -98.67062972115531, "lat": 29.470679241649435, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1123249721", "provider": "Equinix", "facility_name": "Equinix Ashburn DC16", "city": "", "state_code": "VA", "lon": -77.45232686183614, "lat": 39.02425729354276, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1124864831", "provider": "Microsoft", "facility_name": "Microsoft IAD11", "city": "", "state_code": "VA", "lon": -77.5559109545917, "lat": 38.94825818613084, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1126159710", "provider": "Amazon Web Services", "facility_name": "Amazon PDX63", "city": "", "state_code": "OR", "lon": -119.32052237838585, "lat": 45.901449845508274, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1126159711", "provider": "Amazon Web Services", "facility_name": "Amazon PDX65", "city": "", "state_code": "OR", "lon": -119.32049760712083, "lat": 45.90276331956975, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1126159714", "provider": "Amazon Web Services", "facility_name": "Amazon PDX67", "city": "", "state_code": "OR", "lon": -119.32048702148562, "lat": 45.903851053517705, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1126159715", "provider": "Amazon Web Services", "facility_name": "Amazon PDX69", "city": "", "state_code": "OR", "lon": -119.32042958534348, "lat": 45.905320466818836, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1127951468", "provider": "", "facility_name": "", "city": "", "state_code": "OR", "lon": -119.26998056724547, "lat": 45.9157098470928, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1128589933", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.56077132424072, "lat": 39.06964742434573, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1128589934", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.55943345346945, "lat": 39.0696544548206, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1132632705", "provider": "Quality Technology Services", "facility_name": "QTS", "city": "", "state_code": "AZ", "lon": -111.99712196333098, "lat": 33.46080637698081, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1133944585", "provider": "", "facility_name": "", "city": "", "state_code": "IL", "lon": -89.94870327621621, "lat": 38.810560141279964, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1134104431", "provider": "", "facility_name": "CoreSite Reston Campus VA2", "city": "", "state_code": "VA", "lon": -77.3640040682946, "lat": 38.95145144209857, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1134911640", "provider": "Amazon Web Services", "facility_name": "AWS IAD105", "city": "", "state_code": "VA", "lon": -77.51947530248223, "lat": 38.747595868302135, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1134911641", "provider": "Amazon Web Services", "facility_name": "AWS IAD104", "city": "", "state_code": "VA", "lon": -77.52070480173404, "lat": 38.748373835423195, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1134911642", "provider": "Quality Technology Services", "facility_name": "QTS Manassas DC1", "city": "", "state_code": "VA", "lon": -77.51311592010903, "lat": 38.75252353570641, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1143804764", "provider": "", "facility_name": "", "city": "", "state_code": "MD", "lon": -76.85140715035047, "lat": 39.13368478590359, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1152747559", "provider": "Meta", "facility_name": "Meta Prineville Data Center", "city": "", "state_code": "OR", "lon": -120.89459613565032, "lat": 44.30167224151622, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1152748037", "provider": "Meta", "facility_name": "Meta Prineville Data Center", "city": "", "state_code": "OR", "lon": -120.89459469330096, "lat": 44.299287947754316, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1153935548", "provider": "Digital Realty", "facility_name": "Digital Realty PDX11 Data Center", "city": "", "state_code": "OR", "lon": -122.919968912523, "lat": 45.56845928522873, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1154503131", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.19958055164676, "lat": 40.10175445737903, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1154503132", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.1994786516467, "lat": 40.10075735737916, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1154503133", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.19927529080098, "lat": 40.09978846328247, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1154636644", "provider": "NTT", "facility_name": "NTT Chicago CH1", "city": "", "state_code": "IL", "lon": -88.00726495418601, "lat": 41.98791937605658, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1160688107", "provider": "CoreSite", "facility_name": "CoreSite SV7", "city": "", "state_code": "CA", "lon": -121.97305665064762, "lat": 37.37607876788322, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1160814413", "provider": "Meta", "facility_name": "Meta Huntsville Data center", "city": "", "state_code": "AL", "lon": -86.6269185980179, "lat": 34.847333791994075, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1160814415", "provider": "Meta", "facility_name": "Meta Huntsville Data center", "city": "", "state_code": "AL", "lon": -86.62886566493462, "lat": 34.84318222906853, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1160814416", "provider": "Meta", "facility_name": "Meta Huntsville Data center", "city": "", "state_code": "AL", "lon": -86.62884123942305, "lat": 34.84043160671047, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1161094246", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.41990459458856, "lat": 38.979147452313526, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1161730862", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.49759322033701, "lat": 38.95733457436757, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1167564435", "provider": "Department of Defence", "facility_name": "ERDC DoD Supercomputing Resource Center", "city": "", "state_code": "MS", "lon": -90.85648692927414, "lat": 32.30983722620174, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1173537116", "provider": "Microsoft", "facility_name": "Microsoft EAT03", "city": "", "state_code": "WA", "lon": -120.2076971258314, "lat": 47.418323822948395, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1173537117", "provider": "Microsoft", "facility_name": "Microsoft EAT04", "city": "", "state_code": "WA", "lon": -120.21382073657306, "lat": 47.41963658871496, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1173569101", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.86344919206512, "lat": 41.53503044495515, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1173770902", "provider": "Google", "facility_name": "Google: Arcola 2", "city": "", "state_code": "VA", "lon": -77.52742942359154, "lat": 38.94182146398182, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1173822721", "provider": "", "facility_name": "EAT14", "city": "", "state_code": "WA", "lon": -120.16009077106152, "lat": 47.35949692084332, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1173822722", "provider": "", "facility_name": "EAT13", "city": "", "state_code": "WA", "lon": -120.15997586326914, "lat": 47.35842571835008, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1173822723", "provider": "", "facility_name": "EAT12", "city": "", "state_code": "WA", "lon": -120.15954624801128, "lat": 47.3574330116489, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1177397497", "provider": "", "facility_name": "Comarch", "city": "", "state_code": "AZ", "lon": -111.63469328858095, "lat": 33.35667208249632, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1177794153", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -96.98194594256124, "lat": 32.89476229626733, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1177893426", "provider": "Amazon Web Services", "facility_name": "Amazon IAD603", "city": "", "state_code": "VA", "lon": -77.41935734925379, "lat": 38.98154601863554, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1177975782", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.90751610920938, "lat": 41.125398685682946, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1177975783", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.89953749554007, "lat": 41.12645973663428, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1177975784", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.90197773507903, "lat": 41.12541097703015, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1177975788", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.90814229902796, "lat": 41.12226600580698, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1177975789", "provider": "", "facility_name": "", "city": "", "state_code": "WY", "lon": -104.90951695028599, "lat": 41.12224618145857, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1178609569", "provider": "Flexential", "facility_name": "Flexential Philadelphia - Collegeville", "city": "", "state_code": "PA", "lon": -75.47762899525455, "lat": 40.15222045049451, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1181391920", "provider": "Amazon Web Services", "facility_name": "Amazon IAD86", "city": "", "state_code": "VA", "lon": -77.49570438495456, "lat": 38.91727229959114, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1181391921", "provider": "Amazon Web Services", "facility_name": "Amazon IAD130", "city": "", "state_code": "VA", "lon": -77.51930184592597, "lat": 38.76036060090534, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1181391922", "provider": "Amazon Web Services", "facility_name": "Amazon IAD131", "city": "", "state_code": "VA", "lon": -77.51822099585065, "lat": 38.761104750903954, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1184066765", "provider": "Meta", "facility_name": "Meta Data Center", "city": "", "state_code": "MO", "lon": -94.59796947019076, "lat": 39.32267563920391, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1188680247", "provider": "Quality Technology Services", "facility_name": "QTS Ashburn-Shellhorn DC2", "city": "", "state_code": "VA", "lon": -77.47426402852585, "lat": 38.99877154862716, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1188680253", "provider": "", "facility_name": "QTS Ashburn Lockridge", "city": "", "state_code": "VA", "lon": -77.45518312796617, "lat": 38.995355290859344, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1188680254", "provider": "", "facility_name": "QTS Ashburn Lockridge", "city": "", "state_code": "VA", "lon": -77.45688789743474, "lat": 38.995198628642754, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1188680255", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.4348013050765, "lat": 38.98955354425418, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1188691867", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.47326655981453, "lat": 39.01710249054329, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1188691868", "provider": "", "facility_name": "44710", "city": "", "state_code": "VA", "lon": -77.47553126117117, "lat": 39.020190078938484, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1188691869", "provider": "Databank", "facility_name": "DataBank Ashburn IAD3", "city": "", "state_code": "VA", "lon": -77.48182767102683, "lat": 39.01787844692314, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1188715508", "provider": "PowerHouse", "facility_name": "PowerHouse ABX-1", "city": "", "state_code": "VA", "lon": -77.45046549748378, "lat": 39.01957792722464, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1188715510", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.45947386528226, "lat": 39.01794777387917, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1191496040", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "NM", "lon": -106.77888911307576, "lat": 34.825839640241206, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1193914601", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.81798352548935, "lat": 47.24481075189648, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1193914602", "provider": "", "facility_name": "", "city": "", "state_code": "WA", "lon": -119.81481251567007, "lat": 47.24427568966153, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1202051225", "provider": "", "facility_name": "Lightedge Des Moines 2", "city": "", "state_code": "IA", "lon": -93.45595524492184, "lat": 41.66679862807146, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1207052719", "provider": "Quality Technology Services", "facility_name": "QTS Suwanee", "city": "", "state_code": "GA", "lon": -84.05926627312876, "lat": 34.03623058231167, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1210199365", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.5378594125417, "lat": 39.56971060147778, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1210199366", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.53709171254167, "lat": 39.570052601477805, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1210199367", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.53603404605106, "lat": 39.570591708012024, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1210199368", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.5353175625486, "lat": 39.57098620148502, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1210421871", "provider": "", "facility_name": "Carrier Services Group", "city": "", "state_code": "OH", "lon": -80.63309049266806, "lat": 41.041059728737444, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1210515186", "provider": "Flexential", "facility_name": "Flexential Nashville - Cool Springs", "city": "", "state_code": "TN", "lon": -86.83338099610177, "lat": 35.95104066271013, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1211362828", "provider": "", "facility_name": "", "city": "", "state_code": "WI", "lon": -89.72140293849328, "lat": 43.63833310938071, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1213758201", "provider": "Meta", "facility_name": "Gallatin Data Center", "city": "", "state_code": "TN", "lon": -86.37031411803846, "lat": 36.408653770477216, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1219083552", "provider": "", "facility_name": "", "city": "", "state_code": "IL", "lon": -87.97218622171745, "lat": 42.02314332706368, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1219083554", "provider": "T5", "facility_name": "T5 Chicago II", "city": "", "state_code": "IL", "lon": -87.97555687597257, "lat": 42.0230423332657, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1221862807", "provider": "Amazon Web Services", "facility_name": "AWS IAD106", "city": "", "state_code": "VA", "lon": -77.51852812758844, "lat": 38.74697497598997, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1222007663", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "OH", "lon": -82.76452657909626, "lat": 40.05963281203005, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1222134968", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.52358042964754, "lat": 38.94913486865635, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1226436454", "provider": "", "facility_name": "", "city": "", "state_code": "IA", "lon": -95.87791366422857, "lat": 41.21209899075678, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1226439731", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.69404769468915, "lat": 45.83618445726274, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227539675", "provider": "Equinix", "facility_name": "Equinix DC14", "city": "", "state_code": "VA", "lon": -77.51061642582921, "lat": 38.803345027236205, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227550179", "provider": "", "facility_name": "Novartis", "city": "", "state_code": "TX", "lon": -97.31970940523344, "lat": 32.65123418104135, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227604493", "provider": "Equinix", "facility_name": "Equinix SV11", "city": "", "state_code": "CA", "lon": -121.7839986384854, "lat": 37.24260507449007, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227612684", "provider": "Amazon Web Services", "facility_name": "Amazon IAD103", "city": "", "state_code": "VA", "lon": -77.50407510523523, "lat": 38.736984267104134, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227614670", "provider": "CloudHQ", "facility_name": "CloudHQ MCC3", "city": "", "state_code": "VA", "lon": -77.49512778426042, "lat": 38.714970310843384, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227682824", "provider": "", "facility_name": "CyrusOne PHX8", "city": "", "state_code": "AZ", "lon": -111.88328970114856, "lat": 33.26634359950168, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227684019", "provider": "", "facility_name": "CyrusOne PHX3", "city": "", "state_code": "AZ", "lon": -111.88162712790565, "lat": 33.27196805840211, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227684020", "provider": "", "facility_name": "CyrusOne PHX4", "city": "", "state_code": "AZ", "lon": -111.88328211364426, "lat": 33.27193710235771, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227777116", "provider": "Vantage", "facility_name": "Vantage VA13", "city": "", "state_code": "VA", "lon": -77.43985079751438, "lat": 39.00310829243192, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1227883682", "provider": "", "facility_name": "Lightedge Des Moines 1", "city": "", "state_code": "IA", "lon": -93.45548176472273, "lat": 41.66765686470181, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1234741561", "provider": "", "facility_name": "Compass Data Center", "city": "", "state_code": "TX", "lon": -96.8020556685712, "lat": 32.54028752946488, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1235150788", "provider": "Yahoo", "facility_name": "Yahoo", "city": "", "state_code": "NE", "lon": -96.08489874916177, "lat": 41.18049999101002, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1235255415", "provider": "CenturyLink", "facility_name": "", "city": "", "state_code": "NM", "lon": -106.72917107190823, "lat": 32.30965547587507, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1237493975", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "NE", "lon": -96.1440729015135, "lat": 41.13491995864724, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1237494981", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "NE", "lon": -96.15590606506956, "lat": 41.13439327581521, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1238705019", "provider": "", "facility_name": "Involta Independence", "city": "", "state_code": "OH", "lon": -81.63280479310477, "lat": 41.361062373312265, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1243089554", "provider": "Stack Infrastructure", "facility_name": "Stack Infrastructure Portland 3 Data Center -Bld POR3b", "city": "", "state_code": "OR", "lon": -122.93942746009343, "lat": 45.554215595612916, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1243089555", "provider": "Stack Infrastructure", "facility_name": "Stack Infrastructure Portland 3 Data Center -Bld POR3c", "city": "", "state_code": "OR", "lon": -122.94093896568214, "lat": 45.55421716185695, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196797", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.45247339430483, "lat": 38.90434587232984, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196798", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.45475996912757, "lat": 38.90483706376053, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196799", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.49055174718535, "lat": 38.915904671232965, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196800", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.49097634789652, "lat": 38.91498995679571, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196801", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services CMH62", "city": "", "state_code": "OH", "lon": -82.74763713445286, "lat": 40.09298279215547, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196802", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -82.7321598268788, "lat": 40.09344044223075, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196803", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -82.72755119564094, "lat": 40.09215828085437, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196804", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -82.72649053707603, "lat": 40.09296534650601, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196805", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.20139113655299, "lat": 40.11625887855608, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196806", "provider": "Amazon Web Services", "facility_name": "", "city": "", "state_code": "OH", "lon": -83.20208181892225, "lat": 40.11739966334843, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196807", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.20025962657276, "lat": 40.11904802129846, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196808", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.17546025829034, "lat": 40.04935754088761, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196809", "provider": "Amazon Web Services", "facility_name": "", "city": "", "state_code": "OH", "lon": -83.17528384542761, "lat": 40.048130898185605, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196810", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.17754692245403, "lat": 40.04790974075581, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196811", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "OH", "lon": -82.76528495795795, "lat": 40.05795740696205, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196812", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "OH", "lon": -82.77177556209223, "lat": 40.059342128156295, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196813", "provider": "Meta", "facility_name": "Meta New Albany Data Center", "city": "", "state_code": "OH", "lon": -82.75098831560906, "lat": 40.060379703786474, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196814", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "OH", "lon": -82.99487523065918, "lat": 39.85209794675051, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196815", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "VA", "lon": -77.58264416179951, "lat": 38.77618587297507, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196816", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.60509631980196, "lat": 45.858749961591215, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196817", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.60513360298897, "lat": 45.86008348238562, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196818", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.6051531215301, "lat": 45.8609694312574, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196819", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.6517767921927, "lat": 45.841481031506696, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196820", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.23183081247244, "lat": 45.92063693540479, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1312792611", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "IL", "lon": -88.72185807435966, "lat": 41.88853040860739, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196821", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.22998114838396, "lat": 45.92064708433547, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196822", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.361958718014, "lat": 45.79777489027666, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196823", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.3666580013381, "lat": 45.799165042059165, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196824", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "OH", "lon": -82.69116962249407, "lat": 39.724019570844746, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196825", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.51725564270157, "lat": 38.74616901949867, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1252196826", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.48586991883903, "lat": 38.921308819709694, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1253282099", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.47107161222901, "lat": 38.99509407061764, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1253282100", "provider": "Meta", "facility_name": "Meta Sarpy Data center", "city": "", "state_code": "NE", "lon": -96.13289444072416, "lat": 41.123572980157554, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1253282101", "provider": "Meta", "facility_name": "Meta Sarpy Data center", "city": "", "state_code": "NE", "lon": -96.1428365153122, "lat": 41.11432923797793, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1253282102", "provider": "Meta", "facility_name": "Meta Sarpy Data center", "city": "", "state_code": "NE", "lon": -96.14155463388816, "lat": 41.11216327459793, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1253282103", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "IA", "lon": -93.50965654880697, "lat": 41.67557150002093, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1253282104", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "IA", "lon": -93.50604208735746, "lat": 41.67581782118301, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1254161871", "provider": "", "facility_name": "Dynamics Mining", "city": "", "state_code": "KY", "lon": -87.54712130515388, "lat": 37.36299090325841, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1258702591", "provider": "Flexential", "facility_name": "Flexential Atlanta - Douglasville 2", "city": "", "state_code": "GA", "lon": -84.61123970385259, "lat": 33.7307027182367, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1263819877", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -115.22111213586722, "lat": 36.06402201453284, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1276373853", "provider": "Apple", "facility_name": "Apple Prineville Datacenter", "city": "", "state_code": "OR", "lon": -120.8699210224936, "lat": 44.2857542551938, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1276518679", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.435175737807, "lat": 38.98652600550801, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1276518684", "provider": "", "facility_name": "Aligned IAD03", "city": "", "state_code": "VA", "lon": -77.4407518987356, "lat": 38.98862094741783, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1276518687", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.4339321561004, "lat": 38.992269123282895, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1278541792", "provider": "", "facility_name": "Involta-Akron", "city": "", "state_code": "OH", "lon": -81.52197151267426, "lat": 41.057431068795566, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280340212", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.5202261632775, "lat": 38.94736148494224, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280340213", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.41752673157097, "lat": 38.9835749537597, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280340214", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.6221271999352, "lat": 38.80289734729966, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280340215", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.53309395336687, "lat": 38.7451198113642, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280340216", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.65433143122239, "lat": 38.81459760122616, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280340217", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.65215913005484, "lat": 38.81696824406836, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344148", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OH", "lon": -83.21583366417357, "lat": 40.13418977024933, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344149", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.22880463589557, "lat": 45.9205967245809, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344150", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.22700425422059, "lat": 45.920560005801484, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344151", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.22609033042734, "lat": 45.919515285726376, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344152", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.34166485898176, "lat": 45.87954278115867, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344153", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.34165275321774, "lat": 45.882525116416254, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344154", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.60511168543225, "lat": 45.86225295877378, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344155", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.60487161226038, "lat": 45.85803760730771, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344156", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.65130207689772, "lat": 45.84067029739392, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1280344157", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "OR", "lon": -119.63208588156591, "lat": 45.819930959621786, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1281982556", "provider": "Google", "facility_name": "Google Lockbourne, OH", "city": "", "state_code": "OH", "lon": -82.99616096097107, "lat": 39.84875267736794, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1281982572", "provider": "", "facility_name": "Amazon New Albany: Jug and Beach Road", "city": "", "state_code": "OH", "lon": -82.75147401690785, "lat": 40.09907370699043, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1282332209", "provider": "", "facility_name": "UPS Data Center", "city": "", "state_code": "GA", "lon": -84.2149739266172, "lat": 34.10338317620051, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1282875386", "provider": "MineOne", "facility_name": "MineOne Wyoming Data Center", "city": "", "state_code": "WY", "lon": -104.89498384404324, "lat": 41.125124440694, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1283698132", "provider": "", "facility_name": "Iron Mountain VA-3", "city": "", "state_code": "VA", "lon": -77.54520013096746, "lat": 38.77550687563078, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1283734104", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "AZ", "lon": -112.37391953991316, "lat": 33.44634015387983, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1287260553", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "VA", "lon": -77.5856547058491, "lat": 38.774465622612475, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1287260554", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.62121027768343, "lat": 38.801857362216566, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1287260555", "provider": "Amazon Web Services", "facility_name": "Amazon Web Services", "city": "", "state_code": "VA", "lon": -77.62048061962221, "lat": 38.80125678726276, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1287260556", "provider": "", "facility_name": "Iron Mountain VA-4", "city": "", "state_code": "VA", "lon": -77.54217651688799, "lat": 38.774353142136235, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1287260557", "provider": "", "facility_name": "Iron Mountain VA-5", "city": "", "state_code": "VA", "lon": -77.54107859364204, "lat": 38.773035851152166, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1287260558", "provider": "Quality Technology Services", "facility_name": "QTS Manassas DC2", "city": "", "state_code": "VA", "lon": -77.51086521616585, "lat": 38.75323810923718, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1287260560", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.79215467421089, "lat": 41.1735871385239, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1287260561", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "IA", "lon": -95.78866504075589, "lat": 41.17358553177897, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1292169104", "provider": "", "facility_name": "T5@Cleveland", "city": "", "state_code": "OH", "lon": -81.8028643248, "lat": 41.44240492495655, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1292897241", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.53829965994628, "lat": 39.04255254548033, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1292897242", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.5392237274398, "lat": 39.04162328164797, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1292897243", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.54087429950768, "lat": 39.0435017352111, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1294595615", "provider": "Meta", "facility_name": "Meta Gallatin Data Center", "city": "", "state_code": "TN", "lon": -86.3696614035204, "lat": 36.41186544511472, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1296163129", "provider": "Yosemite Community College District", "facility_name": "Modesto Junior College West Data Center", "city": "", "state_code": "CA", "lon": -121.04003747175075, "lat": 37.66514737401328, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1296723872", "provider": "GVTC", "facility_name": "GVTC", "city": "", "state_code": "TX", "lon": -98.46264896766847, "lat": 29.686402489912016, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1300765126", "provider": "", "facility_name": "Stream Data Centers", "city": "", "state_code": "TX", "lon": -96.65427329455417, "lat": 32.98366815523579, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1301654223", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.5589868259328, "lat": 38.94801698707018, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1301654224", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.55887032015698, "lat": 38.95006466711817, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1304357577", "provider": "", "facility_name": "Iron Mountain VA-6", "city": "", "state_code": "VA", "lon": -77.53864812619635, "lat": 38.76814288611768, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1307072785", "provider": "", "facility_name": "Ark Duluth Data Center", "city": "", "state_code": "MN", "lon": -92.13043071418325, "lat": 46.82746658999977, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1307920829", "provider": "Flexential", "facility_name": "Flexential Charlotte - North", "city": "", "state_code": "NC", "lon": -80.76578188627896, "lat": 35.32975386752092, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1309123033", "provider": "Equinix", "facility_name": "Equinix Ashburn DC6", "city": "", "state_code": "VA", "lon": -77.4595379709394, "lat": 39.01519834588525, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1309123034", "provider": "Equinix", "facility_name": "Equinix Ashburn DC4", "city": "", "state_code": "VA", "lon": -77.4618873622793, "lat": 39.016407623551686, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1310628998", "provider": "HEB", "facility_name": "", "city": "", "state_code": "TX", "lon": -98.54132736832202, "lat": 29.580141455082327, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1312295357", "provider": "Meta", "facility_name": "Meta Aiken Data Center", "city": "", "state_code": "SC", "lon": -81.84262698059472, "lat": 33.64227314908683, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1312792612", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "IL", "lon": -88.73086067072714, "lat": 41.889211919788266, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1312792613", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "IL", "lon": -88.72695342673208, "lat": 41.8903079347672, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1312795639", "provider": "Meta", "facility_name": "Meta Gallatin Data Center", "city": "", "state_code": "TN", "lon": -86.3660125010422, "lat": 36.41135065140836, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1312795640", "provider": "Meta", "facility_name": "Meta Gallatin Data Center", "city": "", "state_code": "TN", "lon": -86.36660783519794, "lat": 36.40604868216981, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1312801354", "provider": "Google", "facility_name": "Google", "city": "", "state_code": "NE", "lon": -96.15143114556095, "lat": 41.13790993026811, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1313995085", "provider": "", "facility_name": "", "city": "", "state_code": "CA", "lon": -121.97450722223287, "lat": 37.370642952923895, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1314010354", "provider": "Vantage Data Centers", "facility_name": "Santa Clara (CA2) Data Center Campus", "city": "", "state_code": "CA", "lon": -121.9469491425609, "lat": 37.36415373516916, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1314012931", "provider": "Digital Realty", "facility_name": "Digital Realty", "city": "", "state_code": "CA", "lon": -121.94721188137298, "lat": 37.37094351551068, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1314355599", "provider": "", "facility_name": "Switch Las Vegas 12", "city": "", "state_code": "NV", "lon": -115.21038851286191, "lat": 36.058130289890265, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1315636714", "provider": "Quality Technology Services", "facility_name": "QTS", "city": "", "state_code": "AZ", "lon": -111.99753426906966, "lat": 33.46474691950877, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1317733642", "provider": "Digital Realty", "facility_name": "Digital Realty Northern Virginia IAD44", "city": "", "state_code": "VA", "lon": -77.49147452866764, "lat": 38.960865954012824, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1318322071", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.7870553983035, "lat": 41.495806196091706, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1318322073", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "IA", "lon": -93.7870205983035, "lat": 41.494749896092024, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1318322780", "provider": "Apple", "facility_name": "Apple", "city": "", "state_code": "IA", "lon": -93.92440196315309, "lat": 41.616851127761585, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1318653348", "provider": "", "facility_name": "Compass Data Center", "city": "", "state_code": "TX", "lon": -96.80202396857102, "lat": 32.541593229464574, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1318653349", "provider": "", "facility_name": "Compass Data Center", "city": "", "state_code": "TX", "lon": -96.80203466857091, "lat": 32.54294082946421, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1318653350", "provider": "", "facility_name": "Compass Data Center", "city": "", "state_code": "TX", "lon": -96.80205486857072, "lat": 32.544194729463875, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1319637945", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.5495090011084, "lat": 38.949861810264096, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1319724559", "provider": "", "facility_name": "", "city": "", "state_code": "OH", "lon": -83.04586008454727, "lat": 40.22452425388648, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1320038649", "provider": "", "facility_name": "DC BLOX Myrtle Beach Cable Landing Station", "city": "", "state_code": "SC", "lon": -78.94369603285817, "lat": 33.674583221801456, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1320683840", "provider": "", "facility_name": "", "city": "", "state_code": "NV", "lon": -119.48330528884722, "lat": 39.51151960465572, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1333205262", "provider": "", "facility_name": "", "city": "", "state_code": "VA", "lon": -77.54975704380365, "lat": 39.0584272490765, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1340746574", "provider": "Meta", "facility_name": "Meta", "city": "", "state_code": "NM", "lon": -106.7820390706165, "lat": 34.825915697722905, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1343100173", "provider": "", "facility_name": "DataBank", "city": "", "state_code": "MN", "lon": -93.38712828955705, "lat": 45.14371136905177, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1343760339", "provider": "", "facility_name": "Vantage WA13", "city": "", "state_code": "WA", "lon": -119.81362252658953, "lat": 47.25252755404146, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1343769701", "provider": "", "facility_name": "QTS Ashburn-Shellhorn", "city": "", "state_code": "VA", "lon": -77.47494238152574, "lat": 38.99853677354995, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1343774537", "provider": "", "facility_name": "CloudHQ Ashburn Campus", "city": "", "state_code": "VA", "lon": -77.46211284959408, "lat": 39.01071824022996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1344366214", "provider": "CyrusOne", "facility_name": "CyrusOne SAT10 & SAT11", "city": "", "state_code": "TX", "lon": -98.78780547219755, "lat": 29.418348645320783, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1344369104", "provider": "", "facility_name": "Amazon", "city": "", "state_code": "TX", "lon": -98.63871379564972, "lat": 29.450736236167312, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1344369111", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -98.78880785276398, "lat": 29.418453842928603, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1344376231", "provider": "Digital Realty", "facility_name": "Digital Realty 1500 Space Park", "city": "", "state_code": "CA", "lon": -121.95626909177358, "lat": 37.37575523104788, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1344376232", "provider": "", "facility_name": "NTT Silicon Valley data center campus", "city": "", "state_code": "CA", "lon": -121.95536447297923, "lat": 37.36897448736602, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1344897823", "provider": "", "facility_name": "Corscale", "city": "", "state_code": "VA", "lon": -77.58239818378466, "lat": 38.80241722370315, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1344901575", "provider": "", "facility_name": "Vantage VA2", "city": "", "state_code": "VA", "lon": -77.43025351560732, "lat": 38.997958810114476, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1346610234", "provider": "CyrusOne", "facility_name": "CyrusOne Cincinnati-Hamilton CIN4", "city": "", "state_code": "OH", "lon": -84.5661312857646, "lat": 39.38523874936671, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0254756938", "provider": "", "facility_name": "CenturyLink", "city": "", "state_code": "NV", "lon": -115.08338594607392, "lat": 36.143716212884904, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0509611414", "provider": "National Security Agency", "facility_name": "Texas Cryptologic Center", "city": "", "state_code": "TX", "lon": -98.64068795395536, "lat": 29.447408414068715, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0680666647", "provider": "", "facility_name": "Centeris", "city": "", "state_code": "WA", "lon": -122.27978751269633, "lat": 47.159619063891796, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0685011021", "provider": "Iron Mountain", "facility_name": "Iron Mountain AZP-2", "city": "", "state_code": "AZ", "lon": -111.97730491362319, "lat": 33.45214088175117, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0713411278", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -97.70066952274375, "lat": 30.20713756172527, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0713411279", "provider": "", "facility_name": "", "city": "", "state_code": "TX", "lon": -97.69793314800336, "lat": 30.205950600248734, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0714139868", "provider": "CoreSite", "facility_name": "CoreSite Secaucus NY2", "city": "", "state_code": "NJ", "lon": -74.06526820534951, "lat": 40.78433424839382, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0813688320", "provider": "Actapio", "facility_name": "Actapio", "city": "", "state_code": "WA", "lon": -120.21413262832836, "lat": 47.4074319006629, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0897226569", "provider": "Microsoft", "facility_name": "Microsoft Data Center", "city": "", "state_code": "VA", "lon": -77.5594854254625, "lat": 38.949312045394976, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0930540164", "provider": "", "facility_name": "", "city": "", "state_code": "CA", "lon": -117.23884634999425, "lat": 33.15360010009989, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0936368014", "provider": "", "facility_name": "", "city": "", "state_code": "NJ", "lon": -74.54801971324709, "lat": 40.524214419512596, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0989352911", "provider": "", "facility_name": "", "city": "", "state_code": "NJ", "lon": -74.53843497464507, "lat": 40.54333908096922, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1012918195", "provider": "", "facility_name": "", "city": "", "state_code": "GA", "lon": -84.27398204266025, "lat": 34.06098518875687, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1052182309", "provider": "", "facility_name": "", "city": "", "state_code": "AZ", "lon": -112.07061506346676, "lat": 33.49340636611736, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1092757323", "provider": "", "facility_name": "Compute North", "city": "", "state_code": "NE", "lon": -99.03832882211479, "lat": 40.72592346991134, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1226436457", "provider": "CyrusOne", "facility_name": "CyrusOne OCB1 Council Bluffs", "city": "", "state_code": "IA", "lon": -95.87801936248775, "lat": 41.2122139766782, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1317915930", "provider": "Centersquare", "facility_name": "Centersquare Ashburn IAD4 Data Center", "city": "", "state_code": "VA", "lon": -77.45319381679393, "lat": 39.02194771328794, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1339825480", "provider": "", "facility_name": "", "city": "", "state_code": "NE", "lon": -96.09132616357905, "lat": 41.3425757499019, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1356594646", "provider": "NTT", "facility_name": "NTT PH1 Datacenter", "city": "", "state_code": "AZ", "lon": -111.61239432098253, "lat": 33.353834421661574, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1357825755", "provider": "Iron Mountain", "facility_name": "Iron Mountain AZP-1", "city": "", "state_code": "AZ", "lon": -111.97645506133327, "lat": 33.45448755055384, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0751881301", "provider": "", "facility_name": "CoreSite DC1", "city": "", "state_code": "DC", "lon": -77.0291491, "lat": 38.902887900000046, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "1825907839", "provider": "", "facility_name": "Southwest Cyberport", "city": "", "state_code": "NM", "lon": -106.5893487, "lat": 35.10329250000003, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "2590601520", "provider": "", "facility_name": "FCR", "city": "", "state_code": "OR", "lon": -123.3286299, "lat": 42.43788240000002, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "2607827436", "provider": "", "facility_name": "SDSU Computer Room", "city": "", "state_code": "CA", "lon": -117.070888, "lat": 32.77502519999998, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "3406467087", "provider": "", "facility_name": "NocRoom Miami IT Services", "city": "", "state_code": "FL", "lon": -80.3177484, "lat": 25.791545299999996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "3406476814", "provider": "", "facility_name": "NocRoom Miami IT Services", "city": "", "state_code": "FL", "lon": -80.42343460000001, "lat": 25.646561700000035, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "3468203102", "provider": "", "facility_name": "Center for Computation & Technology (CCT)", "city": "", "state_code": "LA", "lon": -91.1725454, "lat": 30.407445999999975, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "3732415309", "provider": "Alco Properties", "facility_name": "The Pittock Internet Exchange", "city": "", "state_code": "OR", "lon": -122.68056199999998, "lat": 45.52142480000003, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "4879481820", "provider": "Google", "facility_name": "Google Fiber", "city": "", "state_code": "GA", "lon": -84.3668585, "lat": 33.77156769999996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "5146323411", "provider": "", "facility_name": "Open Computing Facility", "city": "", "state_code": "CA", "lon": -122.25982310000002, "lat": 37.86985210000004, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "5225685660", "provider": "", "facility_name": "Lumos Networks", "city": "", "state_code": "VA", "lon": -79.1427063, "lat": 37.41568800000001, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "6401035673", "provider": "", "facility_name": "Rack59 Data Center", "city": "", "state_code": "OK", "lon": -97.6497453, "lat": 35.46720489999999, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "6625492701", "provider": "Oso Grande", "facility_name": "Oso Grande", "city": "", "state_code": "NM", "lon": -106.6536712, "lat": 35.092501500000004, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "6685432442", "provider": "Switch", "facility_name": "Switch Tahoe Reno - The Citadel Campus", "city": "", "state_code": "NV", "lon": -119.4795921, "lat": 39.51409629999995, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "6793837329", "provider": "", "facility_name": "Morgan Wireless", "city": "", "state_code": "WV", "lon": -78.2253196, "lat": 39.63098510000001, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "6808047613", "provider": "Choctaw Nation of oklahoma", "facility_name": "Choctaw Nation of Oklahoma Data Center", "city": "", "state_code": "OK", "lon": -96.4028494, "lat": 33.971688000000036, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "6856057098", "provider": "", "facility_name": "VIRTBIZ", "city": "", "state_code": "TX", "lon": -96.7828145, "lat": 32.7825463, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7171975407", "provider": "FirstLight", "facility_name": "FirstLight Data Center", "city": "", "state_code": "ME", "lon": -70.26137850000002, "lat": 43.657838799999986, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7264976228", "provider": "", "facility_name": "Learning GIS!", "city": "", "state_code": "IN", "lon": -86.9141546, "lat": 40.42179, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7264976991", "provider": "", "facility_name": "Agricultural and Biological Engineering", "city": "", "state_code": "IN", "lon": -86.9165454, "lat": 40.4218543, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7324132050", "provider": "", "facility_name": "Windstream Communications", "city": "", "state_code": "NC", "lon": -78.851552, "lat": 35.88139699999996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7324132051", "provider": "", "facility_name": "Level 3 Communications", "city": "", "state_code": "NC", "lon": -78.8515726, "lat": 35.88136400000003, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7557854384", "provider": "", "facility_name": "OptimumHQ", "city": "", "state_code": "AZ", "lon": -111.7526684, "lat": 33.38041490000004, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7557868585", "provider": "", "facility_name": "The Chatfield Group", "city": "", "state_code": "AZ", "lon": -111.7528888, "lat": 33.38060100000002, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7578821329", "provider": "", "facility_name": "All About Serving Process Server", "city": "", "state_code": "AZ", "lon": -111.809686, "lat": 33.31991570000004, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7737996606", "provider": "", "facility_name": "Emailage", "city": "", "state_code": "AZ", "lon": -111.8405386, "lat": 33.30296499999996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7821940847", "provider": "", "facility_name": "Alliance Technology", "city": "", "state_code": "AZ", "lon": -111.728405, "lat": 33.37998619999999, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "7985753364", "provider": "Digital Realty", "facility_name": "8100 Boone Boulevard", "city": "", "state_code": "VA", "lon": -77.2258825, "lat": 38.91372360000001, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "8017899486", "provider": "University of Florida", "facility_name": "HiPerGator", "city": "", "state_code": "FL", "lon": -82.2997617, "lat": 29.672818699999958, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "8109664813", "provider": "Digital Realty", "facility_name": "Atlanta ATL13", "city": "", "state_code": "GA", "lon": -84.3914814, "lat": 33.75551859999999, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "8165754026", "provider": "", "facility_name": "Data Holdings Data Center", "city": "", "state_code": "WI", "lon": -87.9539794, "lat": 43.04394079999997, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "8238715059", "provider": "Stack Infrastructure, Incorporated", "facility_name": "STACK Infrastructure", "city": "", "state_code": "CA", "lon": -121.891051, "lat": 37.402744900000016, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "8238715061", "provider": "Stack Infrastructure, Incorporated", "facility_name": "STACK Infrastructure", "city": "", "state_code": "CA", "lon": -121.891057, "lat": 37.4026341, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "8477460442", "provider": "", "facility_name": "Digital West Data Center", "city": "", "state_code": "CA", "lon": -120.64151280000002, "lat": 35.25531619999996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "8641856300", "provider": "Dennis Sampier", "facility_name": "Chick-fil-A Hiring Center", "city": "", "state_code": "MI", "lon": -82.9883939, "lat": 42.627942400000016, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "8767284091", "provider": "", "facility_name": "Ergonomic Group", "city": "", "state_code": "CT", "lon": -72.5898636, "lat": 41.7070776, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "8897151054", "provider": "CoreSite", "facility_name": "San Jose Colocation Center", "city": "", "state_code": "CA", "lon": -121.891646, "lat": 37.3341181, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9092482804", "provider": "Amazon Web Serivces", "facility_name": "Amazon IAD-69", "city": "", "state_code": "VA", "lon": -77.4146998, "lat": 39.02548510000001, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9190480200", "provider": "", "facility_name": "Stream Data Centers Houston", "city": "", "state_code": "TX", "lon": -95.4860464, "lat": 30.178136500000004, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9669340912", "provider": "Crown Castle Fiber", "facility_name": "Crown Castle Baltimore", "city": "", "state_code": "MD", "lon": -76.6064893, "lat": 39.28770169999999, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9669405859", "provider": "AiNET", "facility_name": "AiNET One Market Center", "city": "", "state_code": "MD", "lon": -76.6203737, "lat": 39.29175829999999, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9669639033", "provider": "Lumen Technologies", "facility_name": "Lumen McLean", "city": "", "state_code": "VA", "lon": -77.2115713, "lat": 38.920853800000025, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9721703993", "provider": "", "facility_name": "TierPoint Milwaukee", "city": "", "state_code": "WI", "lon": -87.9610618, "lat": 43.00937789999995, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9736262934", "provider": "", "facility_name": "Frontier Science", "city": "", "state_code": "NY", "lon": -78.8123836, "lat": 42.990201099999986, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9808044830", "provider": "", "facility_name": "505 Marquette", "city": "", "state_code": "NM", "lon": -106.65264560000001, "lat": 35.088628899999954, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9808044840", "provider": "bigbyte.cc", "facility_name": "123 Central", "city": "", "state_code": "NM", "lon": -106.6489853, "lat": 35.08444940000002, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9861806598", "provider": "", "facility_name": "", "city": "", "state_code": "MO", "lon": -94.57882090000001, "lat": 39.101181600000075, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "9922928085", "provider": "", "facility_name": "Netrality Data Centers", "city": "", "state_code": "MO", "lon": -94.5811452, "lat": 39.10090709999998, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10014176940", "provider": "Microsoft", "facility_name": "Microsoft", "city": "", "state_code": "PR", "lon": -66.10898950000002, "lat": 18.417435900000033, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10537283366", "provider": "", "facility_name": "Netrality", "city": "", "state_code": "IL", "lon": -87.63344, "lat": 41.872881100000015, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10567817971", "provider": "Duke Libraries", "facility_name": "Brandaleone Lab for Data and Visualization", "city": "", "state_code": "NC", "lon": -78.9385323, "lat": 36.00309929999997, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10648552506", "provider": "Oak Ridge National Laboratory", "facility_name": "Frontier (supercomputer)", "city": "", "state_code": "TN", "lon": -84.310567, "lat": 35.929513299999996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10780794741", "provider": "Ntirety", "facility_name": "", "city": "", "state_code": "CA", "lon": -122.3940005, "lat": 37.7796531, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10796113031", "provider": "", "facility_name": "VaultLogix", "city": "", "state_code": "AZ", "lon": -111.9017033, "lat": 33.627366999999964, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10796113033", "provider": "", "facility_name": "Profit Finder Pro Software", "city": "", "state_code": "AZ", "lon": -111.9020476, "lat": 33.627247700000005, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10798644674", "provider": "", "facility_name": "DataPro USA Web Development", "city": "", "state_code": "AZ", "lon": -111.9139825, "lat": 33.61166239999997, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10880725408", "provider": "", "facility_name": "e360", "city": "", "state_code": "CA", "lon": -122.0437382, "lat": 37.9710809, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10910879064", "provider": "Digital Realty", "facility_name": "Digital Realty ORD10", "city": "", "state_code": "IL", "lon": -87.6183067, "lat": 41.853350700000014, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10910879065", "provider": "Centersquare", "facility_name": "Centersquare Chicago Data Center - ORD1", "city": "", "state_code": "IL", "lon": -87.6186071, "lat": 41.85338270000003, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10938672218", "provider": "", "facility_name": "K-Motion Interactive", "city": "", "state_code": "AZ", "lon": -111.8843457, "lat": 33.63448429999997, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10945121336", "provider": "", "facility_name": "West Monroe", "city": "", "state_code": "IL", "lon": -87.6359383, "lat": 41.8805271, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11018926315", "provider": "", "facility_name": "Iron Mountain Data Centers AZS-1", "city": "", "state_code": "AZ", "lon": -111.8960985, "lat": 33.64466630000003, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11098469355", "provider": "", "facility_name": "CoreSite", "city": "", "state_code": "IL", "lon": -87.6316264, "lat": 41.87615220000002, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11113161710", "provider": "", "facility_name": "Accelera Data Systems", "city": "", "state_code": "AZ", "lon": -112.1117142, "lat": 33.664745499999945, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11167641842", "provider": "Expedient", "facility_name": "Expedient Owings Mills", "city": "", "state_code": "MD", "lon": -76.8115503, "lat": 39.42731779999995, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0ae513ee70918bc0dc4e37b8bb866b22", "provider": "Metrobloks", "facility_name": "IND-A Metrobloks Data Center", "city": "Indianapolis", "state_code": "IN", "lon": -86.102400243376, "lat": 39.803533903725, "geocode_source": "US Census Geocoder"}, {"id": "04e97ef8c67f984da5be6d7e4610040d", "provider": "CBTS LLC", "facility_name": "Cincinnati Data Center", "city": "Cincinnati", "state_code": "OH", "lon": -84.5124602, "lat": 39.1014537, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "11168593074", "provider": "Lumen Technologies", "facility_name": "Lumen Baltimore", "city": "", "state_code": "MD", "lon": -76.6204024, "lat": 39.29175920000005, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11168593094", "provider": "Expedient", "facility_name": "Expedient Tidepoint", "city": "", "state_code": "MD", "lon": -76.5916709, "lat": 39.27465540000001, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11220746125", "provider": "Fiberhub", "facility_name": "Fiberhub LAS1", "city": "", "state_code": "NV", "lon": -115.1385274, "lat": 36.06691269999997, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11400893880", "provider": "Flexential", "facility_name": "Flexential - Denver - Centennial Data Center", "city": "", "state_code": "CO", "lon": -104.8431597, "lat": 39.593873300000006, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11526819452", "provider": "", "facility_name": "EarthClick.net LLC", "city": "", "state_code": "OR", "lon": -123.06048040000002, "lat": 43.79775969999998, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11666916913", "provider": "EdgeConneX", "facility_name": "EdgeConneX Data Center", "city": "", "state_code": "AZ", "lon": -111.9700762, "lat": 33.395585499999996, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11815482844", "provider": "", "facility_name": "", "city": "", "state_code": "MI", "lon": -83.6276287, "lat": 41.807281700000004, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11924506303", "provider": "", "facility_name": "IT", "city": "", "state_code": "CA", "lon": -117.5030207, "lat": 33.910289899999995, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11938614120", "provider": "", "facility_name": "Alembic Computer Services, Inc.", "city": "", "state_code": "AZ", "lon": -111.9773353, "lat": 33.40513069999998, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "11938631189", "provider": "", "facility_name": "J-Curve Technologies", "city": "", "state_code": "AZ", "lon": -111.9711539, "lat": 33.413185599999956, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112201416", "provider": "Flexential", "facility_name": "Flexential Cincinnati", "city": "", "state_code": "OH", "lon": -84.44946380000002, "lat": 39.315931300000024, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112236372", "provider": "Flexential", "facility_name": "Flexential Denver - Downtown", "city": "", "state_code": "CO", "lon": -104.9941589, "lat": 39.74597020000002, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112238944", "provider": "Flexential", "facility_name": "Flexential Dallas - Downtown Dallas", "city": "", "state_code": "TX", "lon": -96.8193707, "lat": 32.800410099999986, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112253571", "provider": "Flexential", "facility_name": "Flexential Las Vegas - Downtown", "city": "", "state_code": "NV", "lon": -115.1430904, "lat": 36.168611800000036, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112266917", "provider": "Flexential", "facility_name": "Flexential Jacksonville", "city": "", "state_code": "FL", "lon": -81.5817226, "lat": 30.245748200000023, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112270180", "provider": "Flexential", "facility_name": "Flexential - Denver - Aurora", "city": "", "state_code": "CO", "lon": -104.8488321, "lat": 39.661048800000025, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112295055", "provider": "Flexential", "facility_name": "Flexential Nashville - Brentwood", "city": "", "state_code": "TN", "lon": -86.8084949, "lat": 35.97272939999995, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112361725", "provider": "Flexential", "facility_name": "Flexential Raleigh", "city": "", "state_code": "NC", "lon": -78.8291431, "lat": 35.850528100000005, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112380995", "provider": "Flexential", "facility_name": "Flexential Tampa - West", "city": "", "state_code": "FL", "lon": -82.5399781, "lat": 28.037299100000027, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12112382397", "provider": "Flexential", "facility_name": "Flexential Salt Lake City - Lindon", "city": "", "state_code": "UT", "lon": -111.7278754, "lat": 40.33264800000004, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "142bccd6e85f6654beb649aef66263ec", "provider": "Crown Castle", "facility_name": "Worchester Data Center", "city": "Worcester", "state_code": "MA", "lon": -71.802618172644, "lat": 42.262586788082, "geocode_source": "US Census Geocoder"}, {"id": "02ab878b37ed8cea99945e41b2032836", "provider": "Innova Solutions", "facility_name": "Santa Rosa Data Center", "city": "Santa Rosa", "state_code": "CA", "lon": -122.746462220172, "lat": 38.441350666256, "geocode_source": "US Census Geocoder"}, {"id": "0bfe13467c8e05d473eb1deacb006d47", "provider": "LightEdge", "facility_name": "Phoenix Data Center", "city": "Phoenix", "state_code": "AZ", "lon": -112.072243934948, "lat": 33.451457935422, "geocode_source": "US Census Geocoder"}, {"id": "01e0819ac429984ddacf80e34c5472e6", "provider": "Windstream", "facility_name": "Knoxville, TN Data Center", "city": "Knoxville", "state_code": "TN", "lon": -84.124872461825, "lat": 35.950979085131, "geocode_source": "US Census Geocoder"}, {"id": "00e5aefc17e407a47bd2d10a672991e5", "provider": "TierPoint", "facility_name": "Raleigh - RTP Data Center", "city": "Durham", "state_code": "NC", "lon": -78.9018053, "lat": 35.996653, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "00b86fc06518169a7ca6e8903e390efe", "provider": "CBRE", "facility_name": "2301 Maguire Data Center", "city": "Columbia", "state_code": "MO", "lon": -92.287786664969, "lat": 38.923892262237, "geocode_source": "US Census Geocoder"}, {"id": "0826c173e679eb6befdde1dd1fb65ef6", "provider": "Amazon AWS", "facility_name": "IAD11 Manassas", "city": "Manassas", "state_code": "VA", "lon": -77.539843710139, "lat": 38.792788087482, "geocode_source": "US Census Geocoder"}, {"id": "15d60ea0cf6861cd9c562068848215a8", "provider": "Mountain West Technology Networks", "facility_name": "South Eastern Wyoming - Cheyenne Data Center", "city": "Cheyenne", "state_code": "WY", "lon": -104.828520211599, "lat": 41.174960352033, "geocode_source": "US Census Geocoder"}, {"id": "00ea8263d9e095e14268a4049aac726f", "provider": "Hivelocity", "facility_name": "LA2 Los Angeles Data Center", "city": "Los Angeles", "state_code": "CA", "lon": -118.256691850093, "lat": 34.04728210583, "geocode_source": "US Census Geocoder"}, {"id": "11365f95376f16820252d2e9a9f31503", "provider": "Colocation America", "facility_name": "LADC5 - Los Angeles Data Center", "city": "Los Angeles", "state_code": "CA", "lon": -118.256095027524, "lat": 34.047740877447, "geocode_source": "US Census Geocoder"}, {"id": "029e1221dcabf25a62898f647c0ea6cc", "provider": "CoreSpace", "facility_name": "One Wilshire Data Center", "city": "Los Angeles", "state_code": "CA", "lon": -118.255721176593, "lat": 34.048148932625, "geocode_source": "US Census Geocoder"}, {"id": "0333cf293876a9b97d8b99cd85f8289f", "provider": "Digital Realty", "facility_name": "Los Angeles BUR10 Data Center", "city": "Burbank", "state_code": "CA", "lon": -118.343533908367, "lat": 34.199320804136, "geocode_source": "US Census Geocoder"}, {"id": "15836f91b5d0b96d496875cd71bf395c", "provider": "EvoSwitch", "facility_name": "SCF-01 Scottsdale Data Center", "city": "Scottsdale", "state_code": "AZ", "lon": -111.897307935494, "lat": 33.644735588161, "geocode_source": "US Census Geocoder"}, {"id": "12221811811", "provider": "Digital Realty", "facility_name": "Digital Realty New York JFK13", "city": "", "state_code": "NY", "lon": -74.00445830000001, "lat": 40.71992800000001, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12221880448", "provider": "Digital Realty", "facility_name": "Digital Realty New York JFK12", "city": "", "state_code": "NY", "lon": -74.0084414, "lat": 40.717676600000004, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12331366645", "provider": "CoreSite", "facility_name": "CoreSite AT1", "city": "", "state_code": "GA", "lon": -84.3911712, "lat": 33.7559857, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0c737c1cec538838778275bc954b07e0", "provider": "1547 Critical Systems Realty", "facility_name": "MIWI1 Wells Building Data Center", "city": "Milwaukee", "state_code": "WI", "lon": -87.907475042436, "lat": 43.038729701721, "geocode_source": "US Census Geocoder"}, {"id": "11e630b3662df94b63a515b37aa680fa", "provider": "Microsoft Azure", "facility_name": "Mount Pleasant", "city": "Mount Pleasant", "state_code": "WI", "lon": -87.8543362, "lat": 42.719161, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "01e6431d9b68a60b53efda3f16e25e93", "provider": "DataBank", "facility_name": "DataBank IAD1 Data Center", "city": "Ashburn", "state_code": "VA", "lon": -77.481843452349, "lat": 39.01674682366, "geocode_source": "US Census Geocoder"}, {"id": "14a64da8492ff439431c86c4ed619a78", "provider": "Compass Datacenters", "facility_name": "Tennessee Data Center", "city": "Franklin", "state_code": "TN", "lon": -86.8689419, "lat": 35.925206, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "044f9b8da60c19a904fc05b5a97c6448", "provider": "Opus Interactive", "facility_name": "Dallas Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.798998169898, "lat": 32.778405770928, "geocode_source": "US Census Geocoder"}, {"id": "098aa28179e5564908e3e4f78aee37ff", "provider": "Evocative", "facility_name": "Seattle Data Center (SEA1)", "city": "Seattle", "state_code": "WA", "lon": -122.34881237549, "lat": 47.619057374147, "geocode_source": "US Census Geocoder"}, {"id": "0614c650d3d379df2f330122eb530575", "provider": "IBM Cloud", "facility_name": "DAL05 Dallas, TX", "city": "Dallas", "state_code": "TX", "lon": -96.824598891647, "lat": 32.933157530732, "geocode_source": "US Census Geocoder"}, {"id": "0411a6774f18ca447c540ea39ddfe080", "provider": "Megaport", "facility_name": "vXchnge Nashville TN01 Data Center", "city": "Nashville", "state_code": "TN", "lon": -86.776502165639, "lat": 36.162991992299, "geocode_source": "US Census Geocoder"}, {"id": "027952e82584a4c9362b0a802aac1f48", "provider": "MOD Mission Critical", "facility_name": "CLT2 - Flexential Charlotte North Data Center PoP", "city": "Charlotte", "state_code": "NC", "lon": -80.76354820182, "lat": 35.333592903241, "geocode_source": "US Census Geocoder"}, {"id": "0fe93dc8d28e0cdaf453bee05470fc73", "provider": "Aligned Data Centers", "facility_name": "ATL-01 Data Center", "city": "Lithia Springs", "state_code": "GA", "lon": -84.616439163594, "lat": 33.725554934178, "geocode_source": "US Census Geocoder"}, {"id": "0481999194eb9d0c9a562e85f709031e", "provider": "Lumen", "facility_name": "San Antonio 2 Data Center", "city": "San Antonio", "state_code": "TX", "lon": -98.506053059675, "lat": 29.438282621658, "geocode_source": "US Census Geocoder"}, {"id": "06c6c3a25d7d97a62fe8600037a952ba", "provider": "Digital Realty", "facility_name": "New York JFK10 Data Center", "city": "New York", "state_code": "NY", "lon": -74.001767860726, "lat": 40.740907242657, "geocode_source": "US Census Geocoder"}, {"id": "07032a219ab77c45a07dbbc995884338", "provider": "Lumen", "facility_name": "Kansas City 4 Data Center", "city": "Kansas City", "state_code": "MO", "lon": -94.580943673428, "lat": 39.100946893145, "geocode_source": "US Census Geocoder"}, {"id": "1361737431ead6c6a92de6f7106709bf", "provider": "Colocation America", "facility_name": "Boston DC1 Data Center", "city": "Marlborough", "state_code": "MA", "lon": -71.581388736487, "lat": 42.313906889947, "geocode_source": "US Census Geocoder"}, {"id": "12387534800", "provider": "UNM", "facility_name": "UNM Data Center", "city": "", "state_code": "NM", "lon": -106.6153476, "lat": 35.08673849999998, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12437277166", "provider": "Prime", "facility_name": "Prime Santa Clara", "city": "", "state_code": "CA", "lon": -121.96286529999999, "lat": 37.3666621, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12452254071", "provider": "", "facility_name": "Open Data Centers Piscataway", "city": "", "state_code": "NJ", "lon": -74.4568563, "lat": 40.55035010000003, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "12471740457", "provider": "H5", "facility_name": "H5 Secaucus", "city": "", "state_code": "NJ", "lon": -74.0750122, "lat": 40.785394800000006, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "0a3bbe94471055140effd94290ff473b", "provider": "Synoptek", "facility_name": "Boston Data Center", "city": "Marlborough", "state_code": "MA", "lon": -71.592126078449, "lat": 42.337894131778, "geocode_source": "US Census Geocoder"}, {"id": "165f866148ac140d53d881e79643e36c", "provider": "Expedient", "facility_name": "Columbus - Dublin Data Center", "city": "Dublin", "state_code": "OH", "lon": -83.144372557642, "lat": 40.091679767084, "geocode_source": "US Census Geocoder"}, {"id": "110ee06e426b6d92ddc3bbd7a5c87d77", "provider": "Flexential", "facility_name": "Atlanta - Douglasville 2 Data Center", "city": "Douglasville", "state_code": "GA", "lon": -84.616201783164, "lat": 33.731694102174, "geocode_source": "US Census Geocoder"}, {"id": "15aca7a657cc2d64b047b0a07b4fe1f8", "provider": "Crown Castle", "facility_name": "Crown Castle Stamford 1", "city": "Stamford", "state_code": "CT", "lon": -73.543290464635, "lat": 41.058071957614, "geocode_source": "US Census Geocoder"}, {"id": "127a1b0f2b103e1b9a52079049f18f60", "provider": "DataBank", "facility_name": "PIT1 - Downtown Pittsburgh Data Center", "city": "Pittsburgh", "state_code": "PA", "lon": -80.006045223709, "lat": 40.450157844778, "geocode_source": "US Census Geocoder"}, {"id": "01695645a2092a49dc15612b30fcc6d2", "provider": "Voxility", "facility_name": "ColoHouse MIA2 Miami Data Center", "city": "Miami", "state_code": "FL", "lon": -80.193092312068, "lat": 25.776033067084, "geocode_source": "US Census Geocoder"}, {"id": "113db96c8a293cf356c5a1ea615bf781", "provider": "Innova Solutions", "facility_name": "Virginia Data Center", "city": "Vienna", "state_code": "VA", "lon": -77.228906762618, "lat": 38.91478305139, "geocode_source": "US Census Geocoder"}, {"id": "13a888b3762db0fd11932f817cb942cb", "provider": "Microsoft Azure", "facility_name": "Mindset Campus", "city": "Stone Ridge", "state_code": "VA", "lon": -77.5497893, "lat": 38.927567, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0da4519afc146da0d3757b919f2f4376", "provider": "Innova Solutions", "facility_name": "New York Data Center", "city": "New York", "state_code": "NY", "lon": -73.983365779288, "lat": 40.75598847858, "geocode_source": "US Census Geocoder"}, {"id": "14255fabd60680beaa08fdde93455018", "provider": "Centersquare", "facility_name": "LAX3-A Irvine Data Center", "city": "Irvine", "state_code": "CA", "lon": -117.850502181822, "lat": 33.686600700748, "geocode_source": "US Census Geocoder"}, {"id": "0b3371d4c8e9ad977599f77605540e39", "provider": "Voxility", "facility_name": "CoreSite VA1 Reston, Virginia Data Center", "city": "Reston", "state_code": "VA", "lon": -77.364621365421, "lat": 38.94901082641, "geocode_source": "US Census Geocoder"}, {"id": "0d6c112f2824f2ba9881deaf4e875198", "provider": "365 Data Centers", "facility_name": "WA4 Tukwila Data Center", "city": "Tukwila", "state_code": "WA", "lon": -122.291342196975, "lat": 47.495427879264, "geocode_source": "US Census Geocoder"}, {"id": "165760857ec974ff8c2b3e3b6ddd728e", "provider": "Megaport", "facility_name": "Iron Mountain Phoenix Data Center", "city": "Phoenix", "state_code": "AZ", "lon": -111.978381077028, "lat": 33.45414622154, "geocode_source": "US Census Geocoder"}, {"id": "1229e06c7db5df53d337b8fc2ff4d99e", "provider": "HopOne @CherryRoad", "facility_name": "SEA2 Seattle Data Center", "city": "Seattle", "state_code": "WA", "lon": -122.291342196975, "lat": 47.495427879264, "geocode_source": "US Census Geocoder"}, {"id": "15933ae86459df4e8f6be62e452bf0e7", "provider": "EdgeConnex", "facility_name": "SEA01 Seattle Data Center", "city": "Seattle", "state_code": "WA", "lon": -122.288848531193, "lat": 47.499153605725, "geocode_source": "US Census Geocoder"}, {"id": "0c5d0e6dd52e7b263bec8758a7e278ec", "provider": "Lumen", "facility_name": "Minnetonka 1 Data Center", "city": "Hopkins", "state_code": "MN", "lon": -93.42057872615, "lat": 44.904680921327, "geocode_source": "US Census Geocoder"}, {"id": "108810a52641e128ae6c8c366c2fa498", "provider": "Overwatch", "facility_name": "Resilience DFW", "city": "Plano", "state_code": "TX", "lon": -96.832092014726, "lat": 33.067941832832, "geocode_source": "US Census Geocoder"}, {"id": "0be3aa82fb99fbf0c31b79e78d999ecd", "provider": "Atlantic Metro Communications", "facility_name": "MIA1 2115 Northwest 22nd Avenue Data Center", "city": "Miami", "state_code": "FL", "lon": -80.231479983095, "lat": 25.795754084248, "geocode_source": "US Census Geocoder"}, {"id": "07302bdd00bf6c74ce8dad127bed43d3", "provider": "Handy Networks, LLC", "facility_name": "Denver Data Center", "city": "Greenwood Village", "state_code": "CO", "lon": -104.89218412139, "lat": 39.618197840261, "geocode_source": "US Census Geocoder"}, {"id": "16a404b9e8f7d1c325f6cfc3e22e3cb9", "provider": "Stack Infrastructure", "facility_name": "Stafford Technology Campus 18", "city": "Stafford", "state_code": "VA", "lon": -77.4084067, "lat": 38.4222681, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "00780fe058c628ae9aec1597c796ad07", "provider": "Everstream", "facility_name": "East Lansing Data Center", "city": "East Lansing", "state_code": "MI", "lon": -84.4721678, "lat": 42.7320307, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0da00e6d157bf7cbdc2ed0bd74d6adb5", "provider": "365 Data Centers", "facility_name": "NJ2 Newark Data Center", "city": "Newark", "state_code": "NJ", "lon": -74.173357610718, "lat": 40.736834246626, "geocode_source": "US Census Geocoder"}, {"id": "172c384343815f9112b93fc9e76e1067", "provider": "Lumen", "facility_name": "Newark 1 Data Center", "city": "Newark", "state_code": "NJ", "lon": -74.173357610718, "lat": 40.736834246626, "geocode_source": "US Census Geocoder"}, {"id": "0d2bf6d30df031e9d26c6bd434e551f9", "provider": "LightSpeed Hosting, LLC", "facility_name": "Medina DC1", "city": "Medina", "state_code": "OH", "lon": -81.701581308185, "lat": 41.136072065923, "geocode_source": "US Census Geocoder"}, {"id": "09fb9f5b2aaff306b2dc3fe11634c157", "provider": "Lumen", "facility_name": "Greensboro 2 Data Center", "city": "Greensboro", "state_code": "NC", "lon": -79.945280266498, "lat": 36.070643864053, "geocode_source": "US Census Geocoder"}, {"id": "06cb5b539a0d07cf1d6c96b09909cb4a", "provider": "Centersquare", "facility_name": "SEA3-A Lynnwood Data Center", "city": "Lynnwood", "state_code": "WA", "lon": -122.297215781198, "lat": 47.841952447048, "geocode_source": "US Census Geocoder"}, {"id": "07ec2e4a07406bb8e5812cec122cca52", "provider": "Centersquare", "facility_name": "Seattle (SE1-Lynnwood) Data Center", "city": "Lynnwood", "state_code": "WA", "lon": -122.297215781198, "lat": 47.841952447048, "geocode_source": "US Census Geocoder"}, {"id": "12550746951", "provider": "", "facility_name": "Forescout Technologies, Inc.", "city": "", "state_code": "CA", "lon": -121.9474176, "lat": 37.32286750000002, "geocode_source": "IM3_Existing_DataCenters"}, {"id": "10a4fcd2300f8a885901ff9c392d2278", "provider": "TierPoint", "facility_name": "Chicago \u2013 Polk Data Center", "city": "Chicago", "state_code": "IL", "lon": -87.642422191465, "lat": 41.871930852446, "geocode_source": "US Census Geocoder"}, {"id": "11106ebb90f486e22d2287136bd0a813", "provider": "Apotech Group", "facility_name": "Mt. Prospect", "city": "Mount Prospect", "state_code": "IL", "lon": -87.916416932134, "lat": 42.078626468822, "geocode_source": "US Census Geocoder"}, {"id": "0b46ff59ce29aff72ad0465dab8cc74c", "provider": "Colospace", "facility_name": "Boston Data Center", "city": "Somerville", "state_code": "MA", "lon": -71.080769123858, "lat": 42.377124030278, "geocode_source": "US Census Geocoder"}, {"id": "106906b24a71e5f8da20362d0713b99c", "provider": "Evocative", "facility_name": "Boston Data Center (BOS1)", "city": "Somerville", "state_code": "MA", "lon": -71.080882923468, "lat": 42.378615074317, "geocode_source": "US Census Geocoder"}, {"id": "178f79a3e8993a44315736857f85407f", "provider": "EdgeConnex", "facility_name": "RIC01 Richmond Data Center", "city": "Richmond", "state_code": "VA", "lon": -77.468207790279, "lat": 37.638564822612, "geocode_source": "US Census Geocoder"}, {"id": "0127f294e321bb3b22a90126f1599b76", "provider": "Firstlight Fiber", "facility_name": "Bedford Data Center", "city": "Bedford", "state_code": "NH", "lon": -71.460983091055, "lat": 42.925100633051, "geocode_source": "US Census Geocoder"}, {"id": "0f71061f679a8abe09664a6afcd99999", "provider": "Stack Infrastructure", "facility_name": "Stafford Technology Campus 5", "city": "Stafford", "state_code": "VA", "lon": -77.4084067, "lat": 38.4222681, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "1572bb95fd7dc8468cb3dd47d626a985", "provider": "TATA Communications", "facility_name": "Burlingame Data Center", "city": "Burlingame", "state_code": "CA", "lon": -122.347591666198, "lat": 37.589699269846, "geocode_source": "US Census Geocoder"}, {"id": "08c83555d1a40d924f1d63aad32ad589", "provider": "Megaport", "facility_name": "CyrusOne Lewisville Data Center", "city": "Houston", "state_code": "TX", "lon": -95.643985898997, "lat": 29.735419779925, "geocode_source": "US Census Geocoder"}, {"id": "05d0c8ec5dd27680435870d237d89f53", "provider": "Racksquared Data Center", "facility_name": "Value Way Data Center", "city": "Columbus", "state_code": "OH", "lon": -82.951989803095, "lat": 40.04454909804, "geocode_source": "US Census Geocoder"}, {"id": "0640b8fb5239af90597055a0ba1eb7db", "provider": "Centersquare", "facility_name": "EWR2-B Weehawken Data Center", "city": "Weehawken Township", "state_code": "NJ", "lon": -74.0204177, "lat": 40.7695457, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "01e3208cdbcd2a8e9fb1abc79b96daaf", "provider": "Amazon AWS", "facility_name": "IAD88 Sterling", "city": "Sterling", "state_code": "VA", "lon": -77.4033349, "lat": 39.0017455, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "1796dd8255ec1b20d0abacc76efc7dd1", "provider": "QTS Data Centers", "facility_name": "Ashburn-Lockridge Data Center", "city": "Sterling", "state_code": "VA", "lon": -77.4033349, "lat": 39.0017455, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "12e483f07427eeafc0662d4498c9668b", "provider": "Lumen", "facility_name": "Tustin 1 Data Center", "city": "Tustin", "state_code": "CA", "lon": -117.807298439027, "lat": 33.716985217612, "geocode_source": "US Census Geocoder"}, {"id": "16b6dd538a950cf4f562387b67c8c109", "provider": "China Telecom", "facility_name": "SV3 Data Center", "city": "San Jose", "state_code": "CA", "lon": -121.887379321836, "lat": 37.388812092108, "geocode_source": "US Census Geocoder"}, {"id": "147cb40e4cb89494b7d36048d6b40dd2", "provider": "FOGO Solutions", "facility_name": "Atlanta, GA", "city": "Atlanta", "state_code": "GA", "lon": -84.391198483852, "lat": 33.755399594565, "geocode_source": "US Census Geocoder"}, {"id": "0d27c36b5577e221987dc820dbf5beb8", "provider": "CyrusOne", "facility_name": "CHI2 Chicago Aurora Data Center", "city": "Aurora", "state_code": "IL", "lon": -88.246874529375, "lat": 41.798076987696, "geocode_source": "US Census Geocoder"}, {"id": "09ed7c61065c109b13b37a5895a6fc92", "provider": "Bell Canada", "facility_name": "Bell Canada CH2", "city": "Chicago", "state_code": "IL", "lon": -87.629690119429, "lat": 41.872634961737, "geocode_source": "US Census Geocoder"}, {"id": "06561a7251c85c2d334841c79cb563fa", "provider": "DartPoints", "facility_name": "Shreveport Data Center", "city": "Shreveport", "state_code": "LA", "lon": -93.749805686381, "lat": 32.51124340057, "geocode_source": "US Census Geocoder"}, {"id": "092a75dd8eae81266bb872d888987020", "provider": "Lumen", "facility_name": "Cambridge 2 Data Center", "city": "Cambridge", "state_code": "MA", "lon": -71.079750178111, "lat": 42.361974734067, "geocode_source": "US Census Geocoder"}, {"id": "060b3aebd2b009bdd474ade3f50d7aa6", "provider": "EdgeConnex", "facility_name": "LAS01 Las Vegas Data Center", "city": "Las Vegas", "state_code": "NV", "lon": -115.13073665754, "lat": 36.066290704636, "geocode_source": "US Census Geocoder"}, {"id": "03a31a29491fa19b2046a7a93b478284", "provider": "Amazon AWS", "facility_name": "Fadeley III", "city": "Dulles", "state_code": "VA", "lon": -77.4463445, "lat": 38.9646244, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "1179468c9b333a88653541c2b6662056", "provider": "Amazon AWS", "facility_name": "IAD6 (Loudoun Exchange)", "city": "Ashburn", "state_code": "VA", "lon": -77.48538092918, "lat": 39.003553122167, "geocode_source": "US Census Geocoder"}, {"id": "1589ee62fa7d5f104159d9f8587e3049", "provider": "menlo digital", "facility_name": "Ashburn Data Center", "city": "Ashburn", "state_code": "VA", "lon": -77.485974577714, "lat": 39.003888890175, "geocode_source": "US Census Geocoder"}, {"id": "164c4666b8e68280fb82f292580f5255", "provider": "Digital Realty", "facility_name": "Northern Virginia IAD14 Data Center", "city": "Ashburn", "state_code": "VA", "lon": -77.486035640948, "lat": 39.003784585979, "geocode_source": "US Census Geocoder"}, {"id": "0fdab7c7e6f4f4a2ee3770201e6ece88", "provider": "Amazon AWS", "facility_name": "IAD51 (Prologis building #9)", "city": "Sterling", "state_code": "VA", "lon": -77.437923628401, "lat": 38.988310046978, "geocode_source": "US Census Geocoder"}, {"id": "0ae15cecb27f462de06a6cb2418d28a1", "provider": "Quest Technology Management", "facility_name": "Quest Business Resumption Center", "city": "McClellan Park", "state_code": "CA", "lon": -121.405884650181, "lat": 38.646402649999, "geocode_source": "US Census Geocoder"}, {"id": "069b3ccd69ebbb7ceff698a411ad2366", "provider": "Centersquare", "facility_name": "TPA1-A Tampa Data Center", "city": "Tampa", "state_code": "FL", "lon": -82.351354410996, "lat": 27.944686775653, "geocode_source": "US Census Geocoder"}, {"id": "071a2700e9595138078dc5a7d9ed4892", "provider": "Innova Solutions", "facility_name": "Carlsbad Data Center", "city": "Carlsbad", "state_code": "CA", "lon": -117.330205267129, "lat": 33.132822621902, "geocode_source": "US Census Geocoder"}, {"id": "05ba62462a5bd6ca3e7b40b1302c9983", "provider": "5C Data Centers", "facility_name": "CLT01", "city": "Charlotte", "state_code": "NC", "lon": -80.8430827, "lat": 35.2272086, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "07fcc6e5cc3987c1946a36f501153c39", "provider": "Vantage Data Centers", "facility_name": "OH1 - New Albany Data Center", "city": "Johnstown", "state_code": "OH", "lon": -82.6851699, "lat": 40.1536742, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "113934e6bc6fb47eed0a5f4c63eed940", "provider": "Amazon AWS", "facility_name": "2675 Newton Court", "city": "Johnstown", "state_code": "OH", "lon": -82.6851699, "lat": 40.1536742, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "12d40542b87f6a17cb2085739becfeb8", "provider": "Stream Data Centers", "facility_name": "Minneapolis II - Chaska Data Center", "city": "Chaska", "state_code": "MN", "lon": -93.634758239281, "lat": 44.806067049749, "geocode_source": "US Census Geocoder"}, {"id": "176fd938a4bc11e35f03bfba653597a8", "provider": "Edgeuno", "facility_name": "MIA1 Miami Data Center", "city": "Miami", "state_code": "FL", "lon": -80.1930609726, "lat": 25.782754770744, "geocode_source": "US Census Geocoder"}, {"id": "127f8a1c2b44b22273fa15564824cf80", "provider": "NOVVA", "facility_name": "Colorado Data Center", "city": "Colorado Springs", "state_code": "CO", "lon": -104.816630431345, "lat": 39.0130562739, "geocode_source": "US Census Geocoder"}, {"id": "07e1a3ee6a5d8f101ee0b3343ffd6af6", "provider": "DataBank", "facility_name": "DataBank DEN5 Data Center", "city": "Centennial", "state_code": "CO", "lon": -104.845942221313, "lat": 39.59050591327, "geocode_source": "US Census Geocoder"}, {"id": "0d1959b69b96a5bc3a2abd6bd37af30c", "provider": "Google", "facility_name": "Prince William County Campus", "city": "Linton Hall", "state_code": "VA", "lon": -77.5710356, "lat": 38.7533038, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "171acb66be5f264893c432c3d9ba5c14", "provider": "Vantage Data Centers", "facility_name": "College Park Data Center", "city": "College Park", "state_code": "GA", "lon": -84.531804990707, "lat": 33.606138269624, "geocode_source": "US Census Geocoder"}, {"id": "007350b901cddac1cf6714d062b758d1", "provider": "Cogent Communications", "facility_name": "Oklahoma City Data Center", "city": "Oklahoma City", "state_code": "OK", "lon": -97.523248874466, "lat": 35.457902511326, "geocode_source": "US Census Geocoder"}, {"id": "13187846084b5666791bb8336d303d69", "provider": "Cogent Communications", "facility_name": "Anaheim 1 Data Center", "city": "Anaheim", "state_code": "CA", "lon": -117.918704005546, "lat": 33.831945221683, "geocode_source": "US Census Geocoder"}, {"id": "13f8c0e9a91432acb39da0f2f0b42940", "provider": "TierPoint", "facility_name": "Dallas Fort Worth Data Center", "city": "Fort Worth", "state_code": "TX", "lon": -97.251014876016, "lat": 32.979147008117, "geocode_source": "US Census Geocoder"}, {"id": "175c9d34fb678da028b74f233221a189", "provider": "Crown Castle", "facility_name": "Crown Castle Springfield (MA1)", "city": "Springfield", "state_code": "MA", "lon": -72.579454093502, "lat": 42.111429777555, "geocode_source": "US Census Geocoder"}, {"id": "0d1ea40ea5f49b828dc0d8cc653ce23e", "provider": "Digital Fortress", "facility_name": "Portland Data Center 2 - (PTL2)", "city": "Beaverton", "state_code": "OR", "lon": -122.777578249411, "lat": 45.476007843704, "geocode_source": "US Census Geocoder"}, {"id": "06a410ae1ebddd8a9bdebbb593ef57ea", "provider": "Prime Data Centers", "facility_name": "Prime Chicago - 1601 Midway Ct.", "city": "Elk Grove Village", "state_code": "IL", "lon": -87.963407583454, "lat": 42.025384424878, "geocode_source": "US Census Geocoder"}, {"id": "03c74031347ea7c52c8e8948ef19c32f", "provider": "DartPoints", "facility_name": "Charleston Data Center", "city": "Ladson", "state_code": "SC", "lon": -80.1098123, "lat": 32.9857275, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "095660806d1467412ebb8631967f1b64", "provider": "Prime Data Centers", "facility_name": "Prime San Jose - 6580 Via Del Oro", "city": "San Jose", "state_code": "CA", "lon": -121.782958339929, "lat": 37.234899995792, "geocode_source": "US Census Geocoder"}, {"id": "042414a37cf258d58b85000a4d88a157", "provider": "HorizonIQ", "facility_name": "Silicon Valley 3 Data Center", "city": "San Jose", "state_code": "CA", "lon": -121.776652736397, "lat": 37.239513917322, "geocode_source": "US Census Geocoder"}, {"id": "13e866b77ad244b61b6fd85094b90330", "provider": "Equinix", "facility_name": "SV10 San Jose Data Center", "city": "San Jose", "state_code": "CA", "lon": -121.776800525419, "lat": 37.239604329453, "geocode_source": "US Census Geocoder"}, {"id": "039b6fe9e2ee1201b00790d36cb42c3d", "provider": "Lumen", "facility_name": "Baltimore 4 Data Center", "city": "Baltimore", "state_code": "MD", "lon": -76.607721382318, "lat": 39.286684451254, "geocode_source": "US Census Geocoder"}, {"id": "06c16e48101d659ad5319853f75de03c", "provider": "Lumen", "facility_name": "Baltimore 1 Data Center", "city": "Baltimore", "state_code": "MD", "lon": -76.619738877727, "lat": 39.291652966378, "geocode_source": "US Census Geocoder"}, {"id": "0604ad77ea6a2ed1e13a3e97fd585d80", "provider": "Flexential", "facility_name": "Louisville - Downtown Data Center", "city": "Louisville", "state_code": "KY", "lon": -85.733177028262, "lat": 38.242716224845, "geocode_source": "US Census Geocoder"}, {"id": "0ce1cca1ff161c13c610233df2b70f81", "provider": "FOGO Solutions", "facility_name": "Carrollton, GA", "city": "Carrollton", "state_code": "GA", "lon": -85.0766113, "lat": 33.5801103, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "130da7ff1a2629120d197de42aa4e7ef", "provider": "Data Canopy", "facility_name": "San Francisco", "city": "San Francisco", "state_code": "CA", "lon": -122.393856569173, "lat": 37.779653477491, "geocode_source": "US Census Geocoder"}, {"id": "0c0c40d9c2c362829f873200bff86729", "provider": "Lumen", "facility_name": "Eugene 1 Data Center", "city": "Eugene", "state_code": "OR", "lon": -123.119270476757, "lat": 44.054421962018, "geocode_source": "US Census Geocoder"}, {"id": "106a2e7d97675830f30a1e486eb9a1bb", "provider": "ColoCrossing", "facility_name": "New York City Data Center", "city": "Piscataway", "state_code": "NJ", "lon": -74.498162251387, "lat": 40.563323694003, "geocode_source": "US Census Geocoder"}, {"id": "113789273671fc9fe13191488af484fc", "provider": "Atlantic Metro Communications", "facility_name": "EWR7 365 South Randolphville Road Data Center", "city": "Piscataway Township", "state_code": "NJ", "lon": -74.460646213086, "lat": 40.553319358972, "geocode_source": "US Census Geocoder"}, {"id": "164a4ebf296c4ff0c038852953515656", "provider": "CyberNest", "facility_name": "CyberNest NYC", "city": "North Bergen", "state_code": "NJ", "lon": -74.039754784494, "lat": 40.782021613477, "geocode_source": "US Census Geocoder"}, {"id": "1090d6b3a2270409c25bef10bc9b2053", "provider": "Opti9 Technologies", "facility_name": "New York Data Center", "city": "Garden City", "state_code": "NY", "lon": -73.632571583919, "lat": 40.72177941951, "geocode_source": "US Census Geocoder"}, {"id": "0beba9840b77a954ad11f6880c5f4bd5", "provider": "Lumen", "facility_name": "New York Data Center", "city": "Garden City", "state_code": "NY", "lon": -73.620434652482, "lat": 40.727498618455, "geocode_source": "US Census Geocoder"}, {"id": "17106c3666f4a525fe764c9bf764cb23", "provider": "Opti9 Technologies", "facility_name": "Nebraska Data Center", "city": "Omaha", "state_code": "NE", "lon": -96.062198171715, "lat": 41.268792334847, "geocode_source": "US Census Geocoder"}, {"id": "011254cd67c26c18a893cc46aecb57fa", "provider": "US Signal", "facility_name": "South Bend Data Center", "city": "South Bend", "state_code": "IN", "lon": -86.25613150762, "lat": 41.669475811951, "geocode_source": "US Census Geocoder"}, {"id": "04d85b8d2b15698ea54dbe6560f3364c", "provider": "Centersquare", "facility_name": "DEN1-B Highlands Ranch Data Center", "city": "Highlands Ranch", "state_code": "CO", "lon": -105.035009443078, "lat": 39.550157971201, "geocode_source": "US Census Geocoder"}, {"id": "0a1beada8b57dc344d2ffd8e8517b3a2", "provider": "Lumen", "facility_name": "Anaheim 2 Data Center", "city": "Anaheim", "state_code": "CA", "lon": -117.9704710778, "lat": 33.846928447221, "geocode_source": "US Census Geocoder"}, {"id": "11aa3c1984349976a7ee55784e25e67b", "provider": "Digital Realty", "facility_name": "New York EWR21 Data Center", "city": "Clifton", "state_code": "NJ", "lon": -74.123886981754, "lat": 40.832496802002, "geocode_source": "US Census Geocoder"}, {"id": "16dbb6c6e1f48c4305f561717b21a48a", "provider": "Colocation Northwest", "facility_name": "Redmond Data Center", "city": "Redmond", "state_code": "WA", "lon": -122.137777714512, "lat": 47.632104816603, "geocode_source": "US Census Geocoder"}, {"id": "08a15a96a364fa5ca67cfc95ff4797c9", "provider": "H5 Data Centers", "facility_name": "Buffalo Data Center II", "city": "Lockport", "state_code": "NY", "lon": -78.749927459897, "lat": 43.167524737316, "geocode_source": "US Census Geocoder"}, {"id": "041c27bd5f4aaec88e06ce19764dc7a1", "provider": "EdgeConnex", "facility_name": "MAD01 Madison Data Center", "city": "Madison", "state_code": "WI", "lon": -89.298255582457, "lat": 43.048074142716, "geocode_source": "US Census Geocoder"}, {"id": "168ee0db257a2e16e17ec87321f46f76", "provider": "Cogent Communications", "facility_name": "Portland Data Center", "city": "Portland", "state_code": "OR", "lon": -122.721558849752, "lat": 45.543735005429, "geocode_source": "US Census Geocoder"}, {"id": "056983d93e1528c1ab26a02a07b50f8c", "provider": "Crane LLC", "facility_name": "Portland Metro Data Center", "city": "Forest Grove", "state_code": "OR", "lon": -123.1110551, "lat": 45.5190404, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "123cd1d5dd29945fa9e30aa148e3708a", "provider": "Innova Solutions", "facility_name": "Oxnard Data Center", "city": "Oxnard", "state_code": "CA", "lon": -119.144994638181, "lat": 34.217054127466, "geocode_source": "US Census Geocoder"}, {"id": "1718580deb264f032cb7267c4d44d0d7", "provider": "Lumen", "facility_name": "Sacramento 2 Data Center", "city": "Sacramento", "state_code": "CA", "lon": -121.488560587825, "lat": 38.591295721525, "geocode_source": "US Census Geocoder"}, {"id": "0f916e49cf81fd94cdffdabec8f3d29b", "provider": "NTT Global Data Centers", "facility_name": "CA3 Sacramento Data Center", "city": "Sacramento", "state_code": "CA", "lon": -121.496868757273, "lat": 38.643545385543, "geocode_source": "US Census Geocoder"}, {"id": "164fe97e5a20f1655fe17c328b2f9a8f", "provider": "Cogent Communications", "facility_name": "Phoenix 1 Data Center", "city": "Phoenix", "state_code": "AZ", "lon": -112.007337816073, "lat": 33.416801367919, "geocode_source": "US Census Geocoder"}, {"id": "11301988e21b466ab6129bcd93a24dd4", "provider": "Lumen", "facility_name": "Chicago 2 Data Center", "city": "Chicago", "state_code": "IL", "lon": -87.643368550841, "lat": 41.897901677141, "geocode_source": "US Census Geocoder"}, {"id": "07de496bbf2bcdfb0345355e21b3723a", "provider": "Amazon AWS", "facility_name": "Bethlehem Technology Park DC19", "city": "Manassas", "state_code": "VA", "lon": -77.535835998673, "lat": 38.778668006925, "geocode_source": "US Census Geocoder"}, {"id": "0a9fc572eaa5588c06eaa17124e92b29", "provider": "Amazon AWS", "facility_name": "IAD77 Manassas (COPT DC-6)", "city": "Manassas", "state_code": "VA", "lon": -77.533563354873, "lat": 38.746360867679, "geocode_source": "US Census Geocoder"}, {"id": "01e4b732fb8b5308ac74cfb11566f36a", "provider": "Lumen", "facility_name": "Cleveland 2 Data Center", "city": "Cleveland", "state_code": "OH", "lon": -81.683633096778, "lat": 41.500534980966, "geocode_source": "US Census Geocoder"}, {"id": "0209853483856eda5fe567ea5fa18e1f", "provider": "Lumos Networks", "facility_name": "211 Leon Sullivan Way Data Center", "city": "Charleston", "state_code": "WV", "lon": -81.6332812, "lat": 38.3505995, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "11348c25a76b170a6b803507ada8b1dd", "provider": "Lumen", "facility_name": "Cincinnati 4 Data Center", "city": "West Chester Township", "state_code": "OH", "lon": -84.43702792876, "lat": 39.322128234882, "geocode_source": "US Census Geocoder"}, {"id": "0a21d54381bdf606941b8a1019bfda8b", "provider": "iTel Networks Inc.", "facility_name": "Chicago E Randolph Data Center", "city": "Chicago", "state_code": "IL", "lon": -87.623845751304, "lat": 41.88452844065, "geocode_source": "US Census Geocoder"}, {"id": "0d579d4d684ac5c04d3b8bcb85e40d01", "provider": "CyrusOne", "facility_name": "NVA5 Northern Virginia Sterling Data Center", "city": "Sterling", "state_code": "VA", "lon": -77.436244069794, "lat": 39.025978206227, "geocode_source": "US Census Geocoder"}, {"id": "13bd2225aa79cd68dc74a1ba7535f75d", "provider": "Windstream", "facility_name": "Atlanta, GA Data Center", "city": "Atlanta", "state_code": "GA", "lon": -84.327422617931, "lat": 33.835299636048, "geocode_source": "US Census Geocoder"}, {"id": "0c5f1bce05782b613ad1ede78370d2ad", "provider": "Stream Data Centers", "facility_name": "Houston 1 - The Woodlands Data Center", "city": "The Woodlands", "state_code": "TX", "lon": -95.48270315498, "lat": 30.176396709971, "geocode_source": "US Census Geocoder"}, {"id": "10306021f9e69c440e1bc27bf9c2b753", "provider": "Verizon", "facility_name": "Verizon Memphis", "city": "Memphis", "state_code": "TN", "lon": -89.892482401933, "lat": 35.108899873414, "geocode_source": "US Census Geocoder"}, {"id": "0ee85bd903a4b8861bff120b3a22488c", "provider": "Amazon AWS", "facility_name": "IAD9 Chantilly", "city": "Chantilly", "state_code": "VA", "lon": -77.455298368021, "lat": 38.899441172348, "geocode_source": "US Census Geocoder"}, {"id": "1479c1d866644f83fda48c14f2d02287", "provider": "Centersquare", "facility_name": "MSP1-A Shakopee Data Center", "city": "Shakopee", "state_code": "MN", "lon": -93.464181558197, "lat": 44.780727450367, "geocode_source": "US Census Geocoder"}, {"id": "0a1033dbf6d380742ff3a5b2dd3b5a4f", "provider": "Netshop ISP", "facility_name": "NSWAS01 Washington DC Data Center", "city": "Washington", "state_code": "DC", "lon": -77.0363849, "lat": 38.8950982, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "12ca864ef6ab36b0107e6231bc8fcd98", "provider": "T5 Data Centers", "facility_name": "@Atlanta III Data Center", "city": "Lithia Springs", "state_code": "GA", "lon": -84.6604899, "lat": 33.7939953, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "13b8366a6af42e6807cddae8cf703134", "provider": "Lumen", "facility_name": "Des Moines 1 Data Center", "city": "Pleasant Hill", "state_code": "IA", "lon": -93.525489840934, "lat": 41.557599021087, "geocode_source": "US Census Geocoder"}, {"id": "016d922b8ecdb128c1cb55c8c7829cbb", "provider": "Cologix", "facility_name": "COL5 Data Center", "city": "Lewis Center", "state_code": "OH", "lon": -83.0101843, "lat": 40.1983958, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "00318951fb2e327f22fa502497aacb1b", "provider": "Amazon AWS", "facility_name": "PDX109", "city": "Boardman", "state_code": "OR", "lon": -119.700583, "lat": 45.839855, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0a642ae8fb032f8a996dd7c8892788d2", "provider": "Amazon AWS", "facility_name": "PDX111", "city": "Boardman", "state_code": "OR", "lon": -119.700583, "lat": 45.839855, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "173ee8f2c8adf6489c1254c304cce340", "provider": "Verizon", "facility_name": "Verizon Boston", "city": "Boston", "state_code": "MA", "lon": -71.042816665208, "lat": 42.345586404889, "geocode_source": "US Census Geocoder"}, {"id": "032ae0459bd94fe0d425d8d1458b49b4", "provider": "Centersquare", "facility_name": "SFO1-A Santa Clara Data Center", "city": "Santa Clara", "state_code": "CA", "lon": -121.968740009383, "lat": 37.369494629538, "geocode_source": "US Census Geocoder"}, {"id": "04439cfd73dc9997e6ca9b89804581e1", "provider": "Cologix", "facility_name": "SV1 Santa Clara Data Center", "city": "Santa Clara", "state_code": "CA", "lon": -121.960896746656, "lat": 37.366182761308, "geocode_source": "US Census Geocoder"}, {"id": "09f94c7aff8c94fb5b6c72419d2af3f3", "provider": "NTT Global Data Centers", "facility_name": "SV1 Silicon Valley Data Center", "city": "Santa Clara", "state_code": "CA", "lon": -121.95250573392, "lat": 37.369698897893, "geocode_source": "US Census Geocoder"}, {"id": "08eb68b6d295623539ff43c4063d5ca5", "provider": "Prime Data Centers", "facility_name": "Prime Santa Clara - 1111 Comstock", "city": "Santa Clara", "state_code": "CA", "lon": -121.951929431013, "lat": 37.374681306184, "geocode_source": "US Census Geocoder"}, {"id": "11bc1c634ec28ec84eb32ad825c5f9c5", "provider": "Centersquare", "facility_name": "SFO4-B Santa Clara Data Center", "city": "Santa Clara", "state_code": "CA", "lon": -121.956286685502, "lat": 37.376190760125, "geocode_source": "US Census Geocoder"}, {"id": "052a1124f4e7c97af25644c5a37a4d3a", "provider": "CoreSite", "facility_name": "SV4 Silicon Valley Data Center", "city": "Santa Clara", "state_code": "CA", "lon": -121.970241497765, "lat": 37.376339310513, "geocode_source": "US Census Geocoder"}, {"id": "0cb8d98fefec4b4631153091d68c3e30", "provider": "CoreSite", "facility_name": "SV7 Silicon Valley Data Center", "city": "Santa Clara", "state_code": "CA", "lon": -121.973648121919, "lat": 37.375482481171, "geocode_source": "US Census Geocoder"}, {"id": "10af4d0c901c52b27b7aaf56f2b7e077", "provider": "DataBank", "facility_name": "IND1 Downtown Indianapolis Data Center", "city": "Indianapolis", "state_code": "IN", "lon": -86.171234718766, "lat": 39.759832898842, "geocode_source": "US Census Geocoder"}, {"id": "08c3e9d4c554beec74affd75c47be75f", "provider": "Liberty Center One", "facility_name": "Royal Oak MI Data Center", "city": "Royal Oak", "state_code": "MI", "lon": -83.177057972212, "lat": 42.532945554257, "geocode_source": "US Census Geocoder"}, {"id": "136e84a9dc2847c6cc0ceda030040ba2", "provider": "Verizon", "facility_name": "Verizon Seattle", "city": "Seattle", "state_code": "WA", "lon": -122.335756054978, "lat": 47.6059512544, "geocode_source": "US Census Geocoder"}, {"id": "02279e82f3acc5bbd6d47043f4b78d9a", "provider": "Lumen", "facility_name": "Nashville 3 Data Center", "city": "Nashville", "state_code": "TN", "lon": -86.804129126267, "lat": 36.188601368813, "geocode_source": "US Census Geocoder"}, {"id": "0c544f40170ba4fb8a13aba0501b7e0c", "provider": "Enzu", "facility_name": "DEN1 Englewood Data Center", "city": "Englewood", "state_code": "CO", "lon": -104.839366563475, "lat": 39.559131845711, "geocode_source": "US Census Geocoder"}, {"id": "07a44b42e08223ac4fc7bcb6b8b5457e", "provider": "US Signal", "facility_name": "8675 Concord Center Dr Data Center", "city": "Englewood", "state_code": "CO", "lon": -104.832694264365, "lat": 39.558715273711, "geocode_source": "US Census Geocoder"}, {"id": "0f753863bcaed0baf6f331b825884bd5", "provider": "Stack Infrastructure", "facility_name": "DFW01 Dallas Data Center", "city": "Plano", "state_code": "TX", "lon": -96.809475300151, "lat": 33.062840934607, "geocode_source": "US Census Geocoder"}, {"id": "0b6e07d6c75c63abd7035cbf07e8183b", "provider": "Limestone Networks", "facility_name": "DFW2 Dallas Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.823828523262, "lat": 32.801543581919, "geocode_source": "US Census Geocoder"}, {"id": "0576327e2bc5409443aa97854ae061ae", "provider": "FDCservers.net", "facility_name": "DA11 Equinix", "city": "Dallas", "state_code": "TX", "lon": -96.824289212658, "lat": 32.801683023303, "geocode_source": "US Census Geocoder"}, {"id": "05c24f51b9f8f285c6e00c2fbac21cd1", "provider": "Equinix", "facility_name": "DA11 Dallas IBX Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.824289212658, "lat": 32.801683023303, "geocode_source": "US Census Geocoder"}, {"id": "1018fcc5c4f68951d1df32447129e2b9", "provider": "Data Foundry", "facility_name": "Austin 1 Data Center", "city": "Austin", "state_code": "TX", "lon": -97.695677121341, "lat": 30.216361599358, "geocode_source": "US Census Geocoder"}, {"id": "07b84b1db29d89d51a8ded5a6afb8abb", "provider": "MadeIt", "facility_name": "Dallas Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.7968559, "lat": 32.7762719, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0e9214a639d8bfe93e34c7879f7825fb", "provider": "TierPoint", "facility_name": "Dallas Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.7968559, "lat": 32.7762719, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "1469b9df8d3ea011f7c80589878ddda5", "provider": "DigiCo Infrastructure REIT", "facility_name": "Dallas DAL1 Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.7968559, "lat": 32.7762719, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "15779cf043fceafdea1cb8002ed4a3fd", "provider": "EdgeConnex", "facility_name": "SAC01 Sacramento Data Center", "city": "Rancho Cordova", "state_code": "CA", "lon": -121.277110123378, "lat": 38.592805571033, "geocode_source": "US Census Geocoder"}, {"id": "03fe551ec550a2e77d9c6210825c6a57", "provider": "Zenlayer", "facility_name": "MIA1 Miami Data Center", "city": "Miami", "state_code": "FL", "lon": -80.1930609726, "lat": 25.782754770744, "geocode_source": "US Census Geocoder"}, {"id": "12ec1d2a1cfd796f43c7c34e24443e1c", "provider": "Enzu", "facility_name": "MIA1 Miami Data Center", "city": "Miami", "state_code": "FL", "lon": -80.1930609726, "lat": 25.782754770744, "geocode_source": "US Census Geocoder"}, {"id": "00d081a12a85e10daec9bd38289be107", "provider": "Datacate, Inc", "facility_name": "SJC1 Bay Area Santa Clara Data Center", "city": "Santa Clara", "state_code": "CA", "lon": -121.962733725756, "lat": 37.38856120232, "geocode_source": "US Census Geocoder"}, {"id": "05643feacf04eb1b8bb4d924813370ec", "provider": "menlo digital", "facility_name": "Santa Clara 2 Data Center", "city": "Santa Clara", "state_code": "CA", "lon": -121.979570852753, "lat": 37.398030678077, "geocode_source": "US Census Geocoder"}, {"id": "093245c2051aa1f6175f8dd39840507c", "provider": "China Telecom", "facility_name": "Cyxtera SC4, SC5, SC9 Data Center", "city": "Santa Clara", "state_code": "CA", "lon": -121.979563180423, "lat": 37.396972597269, "geocode_source": "US Census Geocoder"}, {"id": "03d281eb1722f41e00ca5d245fc467d0", "provider": "TECfusions", "facility_name": "Tucson, AZ Data Center", "city": "Tucson", "state_code": "AZ", "lon": -110.91283692896, "lat": 32.172466817267, "geocode_source": "US Census Geocoder"}, {"id": "004e64f5c0f280ee985db82d511df7ff", "provider": "Equinix", "facility_name": "DC4 Ashburn Data Center", "city": "Ashburn", "state_code": "VA", "lon": -77.457816963603, "lat": 39.014688967936, "geocode_source": "US Census Geocoder"}, {"id": "15f0f2f5a4dcd77d06e6551db9f84eef", "provider": "Digital Realty", "facility_name": "Northern Virginia ACC7 Data Center", "city": "Ashburn", "state_code": "VA", "lon": -77.464143563827, "lat": 39.017950359575, "geocode_source": "US Census Geocoder"}, {"id": "0145f0f8c3f8e4a372cbf9a4e063fd68", "provider": "NTT Global Data Centers", "facility_name": "VA3 Ashburn Data Center", "city": "Ashburn", "state_code": "VA", "lon": -77.455900031353, "lat": 39.021905153475, "geocode_source": "US Census Geocoder"}, {"id": "01cbbb9d25e28d6ed29e9b05806905ae", "provider": "Crown Castle", "facility_name": "Syracuse Data Center", "city": "Syracuse", "state_code": "NY", "lon": -76.15360902847, "lat": 43.050850142852, "geocode_source": "US Census Geocoder"}, {"id": "0f83c38852465a02e48d20637659a249", "provider": "SBA Edge", "facility_name": "Chicago Data Center", "city": "West Chicago", "state_code": "IL", "lon": -88.252749510048, "lat": 41.878112498081, "geocode_source": "US Census Geocoder"}, {"id": "157e9783212fda7a4d8e7c4d130ecb45", "provider": "Lumen", "facility_name": "El Paso 2 Data Center", "city": "El Paso", "state_code": "TX", "lon": -106.490235616916, "lat": 31.759206155999, "geocode_source": "US Census Geocoder"}, {"id": "0d79506b54a4ee6cdccef79f80db245a", "provider": "Metrobloks", "facility_name": "MIA-A1 Metrobloks Data Center", "city": "Miami", "state_code": "FL", "lon": -80.417195059038, "lat": 25.768923530506, "geocode_source": "US Census Geocoder"}, {"id": "12486d57dfe310720e2676f6e035e001", "provider": "Lumen", "facility_name": "Tampa 1 Data Center", "city": "Tampa", "state_code": "FL", "lon": -82.523386297424, "lat": 28.018109960653, "geocode_source": "US Census Geocoder"}, {"id": "02f4bb6bc8038a1a53aae1032343cb16", "provider": "T5 Data Centers", "facility_name": "@Cincinnati Data Center", "city": "Cincinnati", "state_code": "OH", "lon": -84.53642895472, "lat": 39.106025675949, "geocode_source": "US Census Geocoder"}, {"id": "07f09db4f979d718f59c3f14331aef52", "provider": "H5 Data Centers", "facility_name": "Cincinnati II Data Center", "city": "Cincinnati", "state_code": "OH", "lon": -84.53642895472, "lat": 39.106025675949, "geocode_source": "US Census Geocoder"}, {"id": "126a838ed4ed0c66a6c5191573cef568", "provider": "LeaseWeb", "facility_name": "Los Angeles LAX-12 Data Center", "city": "Los Angeles", "state_code": "CA", "lon": -118.265795630599, "lat": 34.051411340597, "geocode_source": "US Census Geocoder"}, {"id": "046f925f1b4a440d655bbc25f4b6e7a4", "provider": "EvoSwitch", "facility_name": "PIT-01 Pittsburgh Data Center", "city": "Boyers", "state_code": "PA", "lon": -79.8989431, "lat": 41.1083949, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "130e569918683afda863c1b7d24c4dcd", "provider": "Lumen", "facility_name": "Monmouth Junction 1 Data Center", "city": "Monmouth Junction", "state_code": "NJ", "lon": -74.5465436, "lat": 40.3789957, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "1054c765d9b88097add0aba678374d4a", "provider": "Vantage Data Centers", "facility_name": "TX12 - San Antonio Data Center", "city": "San Antonio", "state_code": "TX", "lon": -98.788564452515, "lat": 29.416681505461, "geocode_source": "US Census Geocoder"}, {"id": "00280c5a8f708ca99dd79e97aa25569a", "provider": "Hivelocity", "facility_name": "New York Data Center", "city": "Orangeburg", "state_code": "NY", "lon": -73.977097843085, "lat": 41.033548786462, "geocode_source": "US Census Geocoder"}, {"id": "0079bc0cd2dec6ffb323686c050d3de8", "provider": "iTel Networks Inc.", "facility_name": "Detroit Clay St Data Center", "city": "Detroit", "state_code": "MI", "lon": -83.060753070596, "lat": 42.379129499931, "geocode_source": "US Census Geocoder"}, {"id": "126334cafba14fdcca4db9db4685333d", "provider": "Aligned Data Centers", "facility_name": "IAD-04 Data Center", "city": "Frederick", "state_code": "MD", "lon": -77.493912177734, "lat": 39.347709147176, "geocode_source": "US Census Geocoder"}, {"id": "113aebaab90ceccadb0b7800c549a89c", "provider": "Evocative", "facility_name": "New Jersey Data Center (EWR1)", "city": "Secaucus", "state_code": "NJ", "lon": -74.066438196412, "lat": 40.788832462458, "geocode_source": "US Census Geocoder"}, {"id": "00a2a5969ed613217083c902e9941670", "provider": "EdgePresence", "facility_name": "JAX2 Edge Data Center", "city": "Jacksonville", "state_code": "FL", "lon": -81.6579179, "lat": 30.3262247, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "1358e7a7872d7a4d879dab11da69505b", "provider": "Amazon AWS", "facility_name": "15465 John Marshall", "city": "Haymarket", "state_code": "VA", "lon": -77.651889703666, "lat": 38.819574315726, "geocode_source": "US Census Geocoder"}, {"id": "16e5a13315fd680e9d6435eea5b0362c", "provider": "Microsoft Azure", "facility_name": "Cumming - USA", "city": "Cumming", "state_code": "IA", "lon": -93.7624442, "lat": 41.4833235, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0ff9112fd5966a1cf273ce280930a3a5", "provider": "QTS Data Centers", "facility_name": "QTS Wisconsin Data Center", "city": "Madison", "state_code": "WI", "lon": -89.3841663, "lat": 43.07469, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0c65d6c94fdab0c24b1ee7b0005d8de5", "provider": "RadiusDC", "facility_name": "11300 NW (Miami) Data Center", "city": "Sweetwater", "state_code": "FL", "lon": -80.37881737691, "lat": 25.79678184497, "geocode_source": "US Census Geocoder"}, {"id": "0308d8aee649b9d230624d8653a1241b", "provider": "Cologix", "facility_name": "MIN5 Minneapolis Data Center", "city": "Minneapolis", "state_code": "MN", "lon": -93.255588816877, "lat": 44.972381860868, "geocode_source": "US Census Geocoder"}, {"id": "15f8fa7ab251d937e2c7cc8f3e044830", "provider": "Megaport", "facility_name": "Flexential Salt Lake City South Valley", "city": "West Jordan", "state_code": "UT", "lon": -111.985013971238, "lat": 40.618997137588, "geocode_source": "US Census Geocoder"}, {"id": "111b6c34bb155bf651cc376382a7115d", "provider": "CyrusOne", "facility_name": "NYM2 Totowa Data Center", "city": "Totowa", "state_code": "NJ", "lon": -74.24207920389, "lat": 40.906727342562, "geocode_source": "US Census Geocoder"}, {"id": "0fdc41595c8d54390192ccf29aba8cec", "provider": "Stack Infrastructure", "facility_name": "ATL01 Atlanta Data Center", "city": "Alpharetta", "state_code": "GA", "lon": -84.266063101989, "lat": 34.074798165032, "geocode_source": "US Census Geocoder"}, {"id": "00bed7c6189105326d4cea6caf39729d", "provider": "Oracle", "facility_name": "US East us-ashburn-1", "city": "Ashburn", "state_code": "VA", "lon": -77.4874899, "lat": 39.0437192, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0228f464803164f48de8077c7a11ca45", "provider": "Equinix", "facility_name": "DC12 Ashburn Data Center", "city": "Ashburn", "state_code": "VA", "lon": -77.4874899, "lat": 39.0437192, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "02113f1b30853a3b79ef51713e371a90", "provider": "CyrusOne", "facility_name": "NYM5 Norwalk Data Center", "city": "Norwalk", "state_code": "CT", "lon": -73.397083848386, "lat": 41.111253980749, "geocode_source": "US Census Geocoder"}, {"id": "1383b770fc262a5d5a064a357a037f54", "provider": "Psychz Networks", "facility_name": "Dallas Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.879424269717, "lat": 32.837509927436, "geocode_source": "US Census Geocoder"}, {"id": "027d95bc34bf186e7d3469443b0e31b4", "provider": "Lumen", "facility_name": "Dallas 1 Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.867232828641, "lat": 32.807780964841, "geocode_source": "US Census Geocoder"}, {"id": "107597aaa7ff10a4ec12cb64d3da425e", "provider": "Cogent Communications", "facility_name": "Dallas 2 Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.818445175358, "lat": 32.783691369285, "geocode_source": "US Census Geocoder"}, {"id": "093f0a8edf77a6a78e181ecefea5e145", "provider": "Evocative", "facility_name": "Dallas Data Center (DAL1)", "city": "Plano", "state_code": "TX", "lon": -96.678415144762, "lat": 33.009776426561, "geocode_source": "US Census Geocoder"}, {"id": "0a2bb92b5cafc228a879e06fa6872915", "provider": "Megaport", "facility_name": "Flexential Salt Lake City Stonebridge", "city": "West Valley City", "state_code": "UT", "lon": -111.983315388404, "lat": 40.720736574449, "geocode_source": "US Census Geocoder"}, {"id": "0da3cf047891b3031564c9ab49e2e13e", "provider": "3EX Hosting", "facility_name": "3EX Hosting Data Center \u2013 Boca Raton", "city": "Boca Raton", "state_code": "FL", "lon": -80.096945160772, "lat": 26.404426969718, "geocode_source": "US Census Geocoder"}, {"id": "178431e73ecc00b319165b3504bdc423", "provider": "CoreSite", "facility_name": "SV1 San Jose Silicon Valley Data Center", "city": "San Jose", "state_code": "CA", "lon": -121.890591, "lat": 37.3361663, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "03b519088ba6c812906afee5998f569d", "provider": "Lumen", "facility_name": "Raleigh 3 Data Center", "city": "Raleigh", "state_code": "NC", "lon": -78.609512155157, "lat": 35.826110413649, "geocode_source": "US Census Geocoder"}, {"id": "073c1947b2117de63e133ddc3305d577", "provider": "DataBank", "facility_name": "HOU1 - Westway Park I Data Center", "city": "Houston", "state_code": "TX", "lon": -95.557305216928, "lat": 29.844016744878, "geocode_source": "US Census Geocoder"}, {"id": "118ef162fdce8a7330316b4697199628", "provider": "Charlotte Colocation Center", "facility_name": "Charlotte Data Center", "city": "Charlotte", "state_code": "NC", "lon": -80.842865235194, "lat": 35.151887364675, "geocode_source": "US Census Geocoder"}, {"id": "005620c519ae0618b35d50e81f67c4c7", "provider": "Lumen", "facility_name": "Orlando 3 Data Center", "city": "Orlando", "state_code": "FL", "lon": -81.418941204572, "lat": 28.464038637339, "geocode_source": "US Census Geocoder"}, {"id": "10cf48b11eb934fe05992e1cb01a87ad", "provider": "Megaport", "facility_name": "Datasite ORL1 Data Center", "city": "Orlando", "state_code": "FL", "lon": -81.422671514856, "lat": 28.426621382048, "geocode_source": "US Census Geocoder"}, {"id": "13a2e84dd5f02fac55a2cabf6bbeaca0", "provider": "Meta, Inc.", "facility_name": "Cheyenne", "city": "Cheyenne", "state_code": "WY", "lon": -104.810939939877, "lat": 41.127809082003, "geocode_source": "US Census Geocoder"}, {"id": "141711ce6e8c863dcb691af947985985", "provider": "Cogent Communications", "facility_name": "Cheyenne Data Center", "city": "Cheyenne", "state_code": "WY", "lon": -104.810939939877, "lat": 41.127809082003, "geocode_source": "US Census Geocoder"}, {"id": "06491aeca921ad32924143a280a28b5e", "provider": "Epsilon Telecommunications", "facility_name": "New York Data Center", "city": "New York", "state_code": "NY", "lon": -74.008818801947, "lat": 40.718204555965, "geocode_source": "US Census Geocoder"}, {"id": "0dba75cdc0cc0cc0222d7c40177cdc54", "provider": "Enzu", "facility_name": "JFK3 New York Data Center", "city": "New York", "state_code": "NY", "lon": -74.005111099082, "lat": 40.719893257979, "geocode_source": "US Census Geocoder"}, {"id": "0cc5e0f661064590161174c777499e75", "provider": "Vultr", "facility_name": "Atlanta", "city": "Atlanta", "state_code": "GA", "lon": -84.3898151, "lat": 33.7544657, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "1056eca658913c863c3e4b8f2dcb51d6", "provider": "CenterServ", "facility_name": "New Orleans Data Center", "city": "New Orleans", "state_code": "LA", "lon": -90.069750898127, "lat": 29.952256560422, "geocode_source": "US Census Geocoder"}, {"id": "0a7f552d52187a0bcb912403ddb001b7", "provider": "Enzu", "facility_name": "DFW3 Dallas Data Center", "city": "Dallas", "state_code": "TX", "lon": -96.79401789536, "lat": 32.786929610022, "geocode_source": "US Census Geocoder"}, {"id": "130c2dd59cc51575f184913bfb80fd1e", "provider": "Compass Datacenters", "facility_name": "Dallas Data Center", "city": "Allen", "state_code": "TX", "lon": -96.661342631579, "lat": 33.137141913502, "geocode_source": "US Census Geocoder"}, {"id": "02c74cc5dc714ab95523882880952714", "provider": "CyrusOne", "facility_name": "DFW3 Dallas Data Center", "city": "Allen", "state_code": "TX", "lon": -96.663332409777, "lat": 33.137232556725, "geocode_source": "US Census Geocoder"}, {"id": "03cdeb4eb895f77a2d8472b9e45a7829", "provider": "Data Journey", "facility_name": "Houston Data Center", "city": "Montgomery", "state_code": "TX", "lon": -95.6963355, "lat": 30.3882613, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0f44cc28f6503b11ffb36c69bc9410ba", "provider": "iTel Networks Inc.", "facility_name": "Buffalo Main St Data Center", "city": "Buffalo", "state_code": "NY", "lon": -78.8781493, "lat": 42.8864163, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "01cff1162657458062bb34d94cf5d6fe", "provider": "NTT Global Data Centers", "facility_name": "TX2 Dallas Data Center", "city": "Garland", "state_code": "TX", "lon": -96.659647517443, "lat": 32.982469265755, "geocode_source": "US Census Geocoder"}, {"id": "06198bcd74587986f0869640d69b5e0a", "provider": "NTT Global Data Centers", "facility_name": "TX1 Dallas Data Center", "city": "Garland", "state_code": "TX", "lon": -96.659647517443, "lat": 32.982469265755, "geocode_source": "US Census Geocoder"}, {"id": "0ffb29f1044120bddc3f2172e799a40f", "provider": "Megaport", "facility_name": "vXchnge Pittsburg PA02 Data Center", "city": "Pittsburgh", "state_code": "PA", "lon": -79.981504288007, "lat": 40.451703805789, "geocode_source": "US Census Geocoder"}, {"id": "0014271367e0e039e1b1b386315f6581", "provider": "Meta, Inc.", "facility_name": "Newton (Atlanta) Data Center", "city": "Social Circle", "state_code": "GA", "lon": -83.7186389, "lat": 33.6563867, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0a802af6c4d3c163094754afd4ba4709", "provider": "Meta, Inc.", "facility_name": "Stanton Springs Data Center", "city": "Social Circle", "state_code": "GA", "lon": -83.7186389, "lat": 33.6563867, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "09b515c2f3895dc0a5e3a22fe2ec1691", "provider": "Windstream", "facility_name": "Ephrata, PA Data Center", "city": "Ephrata", "state_code": "PA", "lon": -76.177642672435, "lat": 40.170458216594, "geocode_source": "US Census Geocoder"}, {"id": "13823ba3edfceabc22939b0e384958a3", "provider": "Colocation Northwest", "facility_name": "South Hill Data Center", "city": "Puyallup", "state_code": "WA", "lon": -122.280321294395, "lat": 47.154824761578, "geocode_source": "US Census Geocoder"}, {"id": "0fdb9151acc41cbbf1a99b9f5dc9b939", "provider": "Cologix", "facility_name": "COL3 Columbus Data Center", "city": "Columbus", "state_code": "OH", "lon": -83.0017864779, "lat": 40.116487636874, "geocode_source": "US Census Geocoder"}, {"id": "05be04d3cd392d138da69ac1c92f50d0", "provider": "Cologix", "facility_name": "COL2 Columbus Data Center", "city": "Columbus", "state_code": "OH", "lon": -83.002048096208, "lat": 40.11649715028, "geocode_source": "US Census Geocoder"}, {"id": "149b0057f9c36960d2c3588f6568c3c9", "provider": "Digital Realty", "facility_name": "Charlotte CLT10 Data Center", "city": "Charlotte", "state_code": "NC", "lon": -80.835946426923, "lat": 35.221402074623, "geocode_source": "US Census Geocoder"}, {"id": "0b3209ab1b43ad96e5a164ef2a0b7eea", "provider": "Crown Castle", "facility_name": "Albany Data Center", "city": "Albany", "state_code": "NY", "lon": -73.752619955044, "lat": 42.649570364265, "geocode_source": "US Census Geocoder"}, {"id": "175c54ba5e749b6bcf66a304fc7d3a0d", "provider": "Lumen", "facility_name": "Albany 1 Data Center", "city": "Albany", "state_code": "NY", "lon": -73.747089844088, "lat": 42.660817164984, "geocode_source": "US Census Geocoder"}, {"id": "0397d8e8b00ae34ee7d0720a1af209aa", "provider": "QuadraNet", "facility_name": "Los Angeles - Century Data Center", "city": "Los Angeles", "state_code": "CA", "lon": -118.393039937239, "lat": 33.945662185657, "geocode_source": "US Census Geocoder"}, {"id": "1343b15c65d7c06433ea1235d2f68731", "provider": "Stack Infrastructure", "facility_name": "POR02 - Portland Data Center", "city": "Hillsboro", "state_code": "OR", "lon": -122.989827, "lat": 45.5228939, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "1635f5983df6f3c9520aa8ca0a364f68", "provider": "Megaport", "facility_name": "EdgeConneX Portland Data Center", "city": "Hillsboro", "state_code": "OR", "lon": -122.989827, "lat": 45.5228939, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0b3cb5616025c49c9c145d956ee9f192", "provider": "DataBank", "facility_name": "DataBank BOS1 Data Center", "city": "Boston", "state_code": "MA", "lon": -71.0578303, "lat": 42.3588336, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "15655224340734b15c942f29f676638d", "provider": "Microsoft Azure", "facility_name": "Goodyear - USA (PHX70)", "city": "Goodyear", "state_code": "AZ", "lon": -112.444080226315, "lat": 33.41191438429, "geocode_source": "US Census Geocoder"}, {"id": "0a3d0e1953a26274675b048bf26de175", "provider": "PointOne", "facility_name": "Remington Technology Park", "city": "Remington", "state_code": "VA", "lon": -77.8084073, "lat": 38.5333517, "geocode_source": "Nominatim/OpenStreetMap"}, {"id": "0e79e17541244b3fc1486749f396b59a", "provider": "CenterServ", "facility_name": "Riverside Data Center", "city": "Riverside", "state_code": "CA", "lon": -117.492643228642, "lat": 33.901225157055, "geocode_source": "US Census Geocoder"}], "cables": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[44.550042676, 11.239543472], [43.312543553, 12.615395567], [43.214106123, 12.834868818], [42.975043792, 13.054150695], [42.35629423, 13.929303843], [41.850044589, 14.801154225], [40.612545466, 16.534196198], [39.600046183, 18.251816319], [38.250047139, 20.375041253]], [[54.000035984, 13.273238158], [54.112535904, 13.601498202], [54.28861599, 14.589548002], [54.28861599, 16.582020903], [54.148085877, 17.095827187]], [[44.550042676, 11.239543472], [43.650043314, 11.455111997], [43.147993669, 11.594869371]], [[38.250047139, 20.375041253], [37.589237574, 19.919043448], [37.219677869, 19.615566595]], [[48.531779856, 29.923632787], [49.162539409, 28.754486416], [50.175038691, 28.06182366], [50.625038373, 27.364667994], [51.300037895, 26.964304735], [52.200037257, 26.562513149], [53.550036301, 26.260240972], [55.350035025, 26.260240972], [55.800034707, 26.361086325], [56.250034388, 26.713351448], [56.86878395, 26.562513149], [57.03753383, 26.159307971], [57.03753383, 25.348717422], [56.339934324, 25.051482671]], [[49.162539409, 28.754486416], [47.97484025, 29.374104204]], [[50.625038373, 27.364667994], [50.287538612, 26.964304735], [50.214198664, 26.285375359]], [[52.200037257, 26.562513149], [51.862537496, 26.05828756], [51.519277739, 25.294608758]], [[51.300037895, 26.964304735], [50.962538134, 26.562513149], [50.576018407, 26.229494838]], [[57.03753383, 25.348717422], [57.380113587, 24.420846844], [57.712533352, 24.122616987], [58.500032794, 23.891388761], [59.850031838, 23.195231756], [60.525031359, 22.469443965], [60.525031359, 19.104405476], [60.525031359, 16.102325596], [58.950032474, 15.235781783], [55.350035024, 13.492128176], [54.900035344, 12.615395567]], [[58.500032794, 23.891388761], [58.162533033, 23.865671119], [57.886053228, 23.678723426]], [[60.525031359, 22.469443965], [65.250028012, 24.259444486], [67.028546752, 24.889731701]], [[60.525031359, 16.102325596], [60.975031039, 16.318380026], [66.600027056, 18.251816319], [70.200024506, 18.785187975], [72.87590261, 19.076074257]], [[55.350035025, 26.260240972], [54.900035344, 25.754704263], [54.450035662, 24.839312826], [54.419075685, 24.443964573]]]}, "properties": {"feature_id": "2africa-0", "cable_id": "2africa", "name": "2Africa", "color": "#939597", "owners": "Bayobab, China Mobile, Meta, Orange, Telecom Egypt, Vodafone, WIOCC, center3", "rfs_year": 2024, "decommission_year": null, "length_km": 45000.0, "url": "https://www.2africacable.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[3.825071526, 4.16491285], [5.40007041, 2.367912559], [7.200069135, 1.243490077], [8.550068179, 1.018534217], [9.454267538, 0.394465192]], [[-16.199914288, 39.698323355], [-13.949915882, 38.768859225], [-10.799918113, 38.475881348], [-9.33791915, 38.688828888]], [[-21.14092485, 14.365653759], [-18.449912694, 14.365653759], [-17.445713405, 14.686594842]], [[-3.599923214, -2.580536705], [-4.374922665, 1.468426767], [-4.499922576, 2.367912559], [-4.274922736, 3.266814817], [-4.026242912, 5.323508792]], [[-0.204315619, 5.55828589], [0.450073917, 3.279837005], [0.450073917, -0.631398185]], [[3.423511811, 6.439066911], [3.825071526, 4.16491285], [2.250072642, 1.131014326], [1.57507312, 0.343586285], [0.450073917, -0.631398185], [-3.599923214, -2.580536705], [-10.799918113, -2.580536705], [-15.299914925, 1.91822878], [-19.799911738, 8.635699417], [-21.149910781, 11.735650161], [-21.14092485, 14.365653759], [-21.149910781, 19.952622905], [-20.299911385, 22.884654114], [-18.674912535, 31.286738814], [-17.09991365, 35.052229911], [-16.246065124, 39.46712719], [-16.199914288, 39.698323355], [-16.199914288, 44.69482909], [-11.249917795, 48.704234631], [-7.199920664, 50.740281894], [-5.399921939, 50.9533773], [-4.544402545, 50.828201427]], [[-3.599923214, -2.580536705], [7.4235e-05, -6.467627593], [1.80007296, -11.356308769], [6.750069454, -18.026426384], [8.100068498, -23.493922446], [13.050064991, -30.309953345], [15.300063397, -32.612760006], [16.650062441, -33.742644657], [17.550061803, -33.929536992], [18.155531374, -33.348058456]], [[7.4235e-05, -6.467627593], [10.800066584, -5.124561675], [11.863635832, -4.778787769]], [[10.800066584, -5.124561675], [11.250066266, -5.572600905], [12.349965487, -5.933373731]], [[27.000055108, -34.734661513], [31.50005192, -31.340410556], [32.400051283, -29.823143844]], [[18.449921165, -33.693320144], [17.775061643, -34.116020122], [17.325061962, -34.857839362], [18.000061484, -36.32152776], [19.800060209, -36.68325067], [23.400057659, -36.68325067], [26.100055746, -35.836608037], [27.000055108, -34.734661513]], [[32.653181104, 29.113614163], [32.625201124, 29.344566989], [32.456226244, 29.638336094], [32.529931191, 29.972545436], [32.850050964, 30.255702942], [32.737551044, 30.837020582], [32.284451365, 31.259278146]], [[37.462547697, 22.052985617], [36.225048574, 24.122616987], [35.212549291, 25.754704263], [34.67817467, 26.562513149], [33.918800208, 27.364667994], [33.412950566, 28.161052262], [32.906450925, 28.951554732], [32.653181104, 29.113614163], [32.568956163, 29.344566989], [32.399981283, 29.638336094], [32.529931191, 29.972545436], [32.737551044, 30.255702942], [32.625051123, 30.837020582], [32.284451365, 31.259278146]], [[38.252175045, 20.360413437], [37.462547697, 22.052985617]], [[41.175045067, -4.900422453], [42.30004427, -3.479268679], [45.450042039, -1.23131575], [48.600039807, 1.468426767], [51.750037576, 5.510071712], [54.000035982, 9.524411345], [54.900035344, 12.615395567], [54.000035984, 13.273238158], [52.650036938, 12.944533869], [48.600039808, 11.955858207], [45.450042039, 11.184367066], [44.550042676, 11.239543472]], [[30.880392359, -30.057717076], [32.400051283, -29.823143844], [32.850050965, -29.431979622], [33.750050327, -28.34851724], [35.325049211, -26.551620802], [41.175045067, -23.287413403], [42.30004427, -20.574419057], [42.30004427, -15.224032285], [42.30004427, -14.861883918], [41.850044589, -11.943944932], [41.400044908, -9.290424301], [40.387545625, -6.16945053], [40.950045227, -5.273944364], [41.175045067, -4.900422453]], [[35.325049211, -26.551620802], [33.750050327, -26.350174905], [32.580621156, -25.968268155]], [[42.30004427, -15.224032285], [41.400044907, -14.644301977], [40.685396976, -14.565582936]], [[42.30004427, -14.861883918], [45.000042357, -15.296387761], [46.315441425, -15.713729799]], [[39.269676417, -6.823132108], [39.825046023, -6.467627593], [40.387545625, -6.16945053]], [[40.950045227, -5.273944364], [40.500045545, -4.676208029], [39.672897693, -4.053024115]], [[41.175045067, -4.900422453], [40.725045385, -4.676208029], [39.74506608, -3.946125187]], [[48.600039807, 1.468426767], [46.800041082, 1.91822878], [45.344182114, 2.041205223]], [[36.225048574, 24.122616987], [36.900048095, 24.259444486], [37.800047458, 24.225251377], [38.106977241, 24.07064801]], [[33.412950566, 28.161052262], [33.300050645, 28.293214058], [33.082765643, 28.365936334]], [[32.284451365, 31.259278146], [32.175051442, 31.51079843], [31.725051761, 31.798087368], [30.600052559, 32.243210016], [28.800053834, 32.906819029], [25.200056384, 34.265677527], [23.400057659, 34.713848623], [22.050058615, 34.990809719], [19.350060528, 35.419780517], [16.650062441, 35.052229911], [14.400064035, 35.328049064], [13.162564911, 35.967974348], [12.48756539, 36.873219512], [11.587566028, 37.856739976], [11.250066266, 39.698323355], [10.350066903, 41.520132021], [9.787567302, 42.412354501], [9.562567462, 43.073310783], [9.450067541, 43.401144973], [9.11256778, 44.051519229], [8.938867904, 44.410357529]], [[8.938867904, 44.410357529], [8.775068019, 44.051519229], [8.325068338, 43.727214791], [7.200069135, 43.073310783], [6.412569693, 42.743713464], [5.962570011, 42.743713464], [5.175070569, 42.853775054]], [[5.37253043, 43.293627789], [5.175070569, 42.853775054], [4.050071366, 41.856179594], [2.700072323, 41.351450287], [2.168725043, 41.385602702]], [[27.000055108, -34.734661513], [25.875055905, -34.364025895], [25.623256084, -33.962470667]], [[1.80007296, -11.356308769], [11.700065948, -8.846050187], [12.60006531, -8.830631937], [13.23502486, -8.812561807]], [[5.40007041, 2.367912559], [7.200069135, 3.154491498], [7.650068817, 3.491423322], [7.999287319, 4.541590693]], [[55.453024952, -4.565748351], [55.350035025, -3.928327304], [54.900035344, -1.081346446], [54.000035981, 1.168506749], [51.750037576, 5.510071712]], [[-18.674912535, 31.286738814], [-16.64991397, 30.255702942], [-15.862414527, 28.951554732], [-15.596564716, 27.957733683]], [[41.850044589, -11.943944932], [42.07504443, -12.053986863], [42.750043951, -12.053986863], [43.243303602, -11.700589282]], [[37.462547697, 22.052985617], [39.182756479, 21.481533476]], [[34.67817467, 26.562513149], [35.21254929, 27.097918575], [35.696548948, 27.3540103]], [[45.450042039, 11.184367066], [45.17955223, 10.705441883], [45.01088235, 10.435118749]], [[25.200056384, 34.265677527], [24.943931565, 34.867831005], [24.7684, 35.07163]]]}, "properties": {"feature_id": "2africa-1", "cable_id": "2africa", "name": "2Africa", "color": "#b5258f", "owners": "Bayobab, China Mobile, Meta, Orange, Telecom Egypt, Vodafone, WIOCC, center3", "rfs_year": 2024, "decommission_year": null, "length_km": 45000.0, "url": "https://www.2africacable.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.765610908, 32.457231233], [139.724975253, 32.559826712], [139.949975093, 32.84383005], [139.949975093, 33.032662606], [139.79680233, 33.112295193]], [[139.495356398, 34.090380844], [139.443725452, 34.03292179], [139.499975412, 33.939640088], [139.597023244, 33.883509917]], [[139.139640779, 34.206953455], [139.162475651, 34.03292179], [139.387475492, 33.89296086], [139.597023244, 33.883509917]], [[139.238078098, 34.358007752], [139.224020608, 34.485609081], [139.27888824, 34.529808065], [139.280265568, 34.670862994], [139.360692785, 34.750672523]], [[139.139640779, 34.206953455], [139.215518698, 34.330854294], [139.238078098, 34.358007752], [139.258350283, 34.373853146]], [[139.280265568, 34.670862994], [139.195890628, 34.624588231], [139.185890635, 34.555127677], [139.224020608, 34.485609081]]]}, "properties": {"feature_id": "5-villages-6-islands-0", "cable_id": "5-villages-6-islands", "name": "5 Villages 6 Islands", "color": "#694099", "owners": "Tokyo Metropolitan Government", "rfs_year": 2019, "decommission_year": null, "length_km": 355.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[0.366673976, 50.819319621], [0.450073917, 50.740281894], [1.35007328, 50.23926851], [1.493433178, 50.179173873]]]}, "properties": {"feature_id": "circe-south-0", "cable_id": "circe-south", "name": "Circe South", "color": "#cb218e", "owners": "Zayo, euNetworks", "rfs_year": 1999, "decommission_year": null, "length_km": 115.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-151.291669313, 60.689928913], [-151.291669313, 60.84842056], [-150.233410089, 61.157291053], [-149.858410364, 61.217558336]], [[-151.291669313, 60.689928913], [-151.041618765, 60.567312045], [-150.916618853, 60.444228328], [-151.041618765, 60.258724768], [-151.419199219, 60.023429603], [-151.544249128, 59.83553075], [-151.544249128, 59.646565622], [-152.099818015, 59.508848682], [-152.099818015, 59.106894957], [-151.199818653, 58.875068311], [-146.249822159, 58.524393961], [-139.949826622, 56.840738642], [-139.04982726, 55.843185841], [-137.249828535, 54.034038257], [-134.099830766, 50.740281894], [-127.799835229, 45.331071073], [-125.099837142, 44.051519229], [-124.09993785, 43.982201833]]]}, "properties": {"feature_id": "acs-alaska-oregon-network-akorn-0", "cable_id": "acs-alaska-oregon-network-akorn", "name": "ACS Alaska-Oregon Network (AKORN)", "color": "#4c4fa1", "owners": "Alaska Communications", "rfs_year": 2009, "decommission_year": null, "length_km": 3000.0, "url": "https://www.alaskacommunications.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[43.147992888, 11.594881329], [43.650043314, 11.955956038], [45.033538428, 12.800886251]]]}, "properties": {"feature_id": "aden-djibouti-0", "cable_id": "aden-djibouti", "name": "Aden-Djibouti", "color": "#08acdb", "owners": "Djibouti Telecom, Orange, Sparkle, Tata Communications, TeleYemen", "rfs_year": 1994, "decommission_year": null, "length_km": 269.0, "url": "https://www.teleyemen.com.ye/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[19.919590125, 39.619536236], [19.575060369, 39.784828556], [19.012560767, 40.043692193], [18.900060847, 40.387320291], [19.125060688, 41.069340438], [19.450060457, 41.31691028], [19.125060688, 41.407726237], [18.112561405, 42.412354501], [18.106511409, 42.642077955]]]}, "properties": {"feature_id": "adria-1-0", "cable_id": "adria-1", "name": "Adria-1", "color": "#65b545", "owners": "ALBtelecom, Hrvatski Telekom", "rfs_year": 1996, "decommission_year": null, "length_km": 440.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.232149224, 54.207113521], [-9.56241899, 54.559258766], [-10.799918113, 55.077800722], [-12.599916838, 55.077800722], [-16.199914288, 54.297485953], [-23.399909187, 52.41790126], [-39.599897711, 46.890762879], [-50.39989006, 44.213009179], [-61.199882409, 42.079235618], [-68.399877309, 41.069340438], [-71.099875396, 40.472954906], [-72.872184141, 40.800580995]]]}, "properties": {"feature_id": "aec-1-0", "cable_id": "aec-1", "name": "AEC-1", "color": "#923c96", "owners": "EXA Infrastructure", "rfs_year": 2016, "decommission_year": null, "length_km": 5521.0, "url": "https://exainfra.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[54.000035984, 13.163718918], [55.350035025, 13.929303843], [58.950032475, 15.669513225], [60.97503104, 16.749771316], [65.700027693, 20.375041253], [66.262527294, 23.298598066], [67.028546752, 24.889731701]], [[45.450042038, 11.073982781], [45.23580219, 10.705441883], [45.010882349, 10.435118749]], [[44.550042676, 11.129180153], [43.650043313, 11.489461709], [43.147993669, 11.594869371]], [[39.672896131, -4.052924365], [42.30004427, -3.254657365], [45.225042198, -1.006358951], [47.700040444, 1.468426767], [50.850038213, 5.510071712], [53.550036301, 9.524411345], [54.675035504, 12.615395567], [54.000035984, 13.163718918], [52.650036938, 12.834868818], [48.600039807, 11.845776374], [45.450042038, 11.073982781], [44.550042676, 11.129180153], [43.509418413, 12.395734], [43.256293592, 12.615395567], [43.171918652, 12.834868818], [42.890668852, 13.054150695], [42.30004427, 13.929303843], [41.793794629, 14.801154225], [40.500045545, 16.534196198], [39.487546263, 18.251816319], [38.137547219, 20.375041253], [37.350047777, 22.052985617], [36.112548653, 24.122616987], [35.100049371, 25.754704263], [34.593799729, 26.562513149], [33.918800207, 27.364667994], [33.384875585, 28.161052262], [33.082765643, 28.365936334], [32.76239392, 28.935360666], [32.263763146, 29.081684484], [31.693903039, 29.018331692], [31.051558993, 29.238654773], [30.305753552, 29.656992722], [29.894152676, 30.192289804], [29.672353215, 31.047641998]], [[32.284451365, 31.259278146], [32.118801482, 31.51079843], [31.27505208, 31.798087368], [27.900054471, 31.957307911], [25.200056383, 32.717717937], [22.050058615, 33.456057702], [19.350060528, 33.377806036], [16.65006244, 33.001218523], [14.400064034, 33.84625607], [12.150065628, 35.419780517], [11.925065788, 35.7856619], [11.700065947, 36.240655233], [11.362566185, 37.232354322], [10.348617229, 37.589786574], [9.000067859, 37.589786574], [7.425068975, 37.945510495], [6.750069454, 38.651811713], [5.737570171, 41.744358789], [5.372530429, 43.293627789]], [[56.339934324, 25.051482671], [56.925033909, 24.711631506], [58.500032794, 24.045587109], [59.850031837, 23.401884132], [60.97503104, 22.469443965], [60.97503104, 16.749771316]], [[35.696548948, 27.3540103], [35.10004937, 27.097918575], [34.593799729, 26.562513149]], [[33.082765643, 28.365936334], [32.73208681, 28.91576489], [32.272050888, 29.031864172], [31.695652339, 28.932934896], [31.027923587, 29.158898702], [30.253798707, 29.58896462], [29.802606414, 30.149271915], [29.672353215, 31.047641998]], [[7.425068975, 37.945510495], [5.62507025, 37.35168787], [5.055680654, 36.751528145]], [[42.954523806, 14.79780901], [42.750043951, 14.637942589], [41.793794629, 14.801154225]]]}, "properties": {"feature_id": "africa-1-0", "cable_id": "africa-1", "name": "Africa-1", "color": "#939597", "owners": "G42, Mobily, Pakistan Telecommunications Company Ltd., TeleYemen, Telecom Egypt, Zain Omantel International, e&", "rfs_year": 2026, "decommission_year": null, "length_km": 10000.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-16.518014063, 28.059088061], [-16.199914288, 27.564309488], [-15.299914925, 26.964304735], [-17.09991365, 22.884654114], [-18.449912694, 19.952622905], [-18.449912694, 16.534196198], [-17.999913013, 15.235781783], [-17.445713405, 14.686594842], [-17.999913013, 13.929303843], [-17.999913013, 13.492128176], [-18.449912694, 11.735650161], [-17.09991365, 8.635699417], [-15.749914607, 7.744889053], [-14.849915244, 6.852191099], [-12.599916838, 4.613591579], [-10.799918113, 2.817450443], [-5.399921939, 2.817450443], [-4.387422656, 3.266814817], [-4.026242912, 5.323508792], [-3.824923054, 3.266814817], [-3.149923533, 2.817450443], [-0.674925286, 2.830478072], [1.57507312, 3.828234303], [2.250072642, 3.828234303]], [[2.475072483, 4.16491285], [5.40007041, 2.592701465], [6.300069773, 2.367912559], [7.200069135, 1.468426767], [7.200069135, 1.018534217], [6.733269466, 0.333286472]], [[-9.331559153, 38.690161972], [-9.899918751, 38.299520606]], [[-4.338542691, 47.811020152], [-5.84992162, 47.654071024], [-7.649920345, 46.890762879], [-10.799918113, 43.401144973], [-10.799918113, 39.698323355], [-10.349918432, 39.002378909], [-9.899918751, 38.299520606], [-11.249917795, 36.512388212], [-11.699917476, 35.419780517], [-13.27491636, 32.052708023], [-14.174915722, 29.736069497], [-14.737415324, 28.161052262], [-15.299914925, 26.964304735]], [[-15.978284445, 18.083868492], [-17.09991365, 18.251816319], [-18.449912694, 18.251816319]], [[-17.999913013, 13.492128176], [-17.09991365, 13.492128176], [-16.581364018, 13.456136895]], [[-15.749914607, 7.744889053], [-13.703826056, 9.513434601]], [[-13.238096386, 8.485442436], [-14.849915244, 6.852191099]], [[-10.797188115, 6.300378531], [-12.599916838, 4.613591579]], [[-0.204315619, 5.55828589], [-0.674925286, 3.279837005], [-0.674925286, 2.830478072]], [[2.440112507, 6.356673335], [1.800072961, 5.061986954], [1.800072961, 3.828234303]], [[3.423511811, 6.439066911], [2.475072483, 4.16491285], [2.250072642, 3.828234303]], [[7.200069135, 1.468426767], [9.00006786, 1.468426767], [9.768227316, 1.860150409]], [[7.200069135, 1.018534217], [8.550068179, 0.793562653], [9.454267538, 0.394465192]], [[18.449961166, -33.693320144], [17.550061803, -33.555344209], [16.20006276, -32.612760006], [14.850063716, -30.309953345], [11.700065948, -23.493922446], [10.350066904, -18.026426384], [10.350066904, -10.62006486], [9.00006786, -6.616650693], [8.550068179, -4.825692499], [6.987569285, 0.118588419], [6.733269466, 0.333286472]], [[-17.445713405, 14.686594842], [-17.549913332, 13.929303843], [-17.099913651, 12.175887186], [-16.649913969, 11.735650161], [-16.199914288, 11.680570535], [-15.791145687, 11.774131924]]]}, "properties": {"feature_id": "africa-coast-to-europe-ace-0", "cable_id": "africa-coast-to-europe-ace", "name": "Africa Coast to Europe (ACE)", "color": "#8cc63f", "owners": "Bayobab, Cable Consortium of Liberia, Canalink, Dolphin Telecom, GUILAB, Gambia Submarine Cable Company, International Mauritania Telecom, Orange, Orange Cameroun, Orange Cote d\u2019Ivoire, Orange Mali, Republic of Cameroon, Republic of Equatorial Guinea, Republic of Gabon, Republic of Guinea Bissau, SBIN (Soci\u00e9t\u00e9 B\u00e9ninoise des Infrastructures Num\u00e9riques du B\u00e9nin), STP Cabo, Sierra Leone Cable Company, Sonatel, Zamani Telecom", "rfs_year": 2012, "decommission_year": null, "length_km": 17000.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-162.224810843, 58.778012692], [-162.337310763, 59.298894027], [-162.281061251, 59.527871002], [-162.337310763, 59.755303237], [-162.281061251, 60.093570226], [-162.252935823, 60.205560984], [-162.032481433, 60.219704969]], [[-158.508795808, 59.044985304], [-158.512313473, 58.952517295], [-158.624813393, 58.836278672], [-158.512313473, 58.543968564], [-158.624813393, 58.367403351], [-159.299812915, 58.249200183], [-161.09981164, 58.367403351], [-161.324811481, 58.396892462], [-161.774811162, 58.426356925], [-162.112310923, 58.485211962], [-162.337310763, 58.661186878], [-162.224810843, 58.778012692], [-161.999811002, 58.894446838], [-161.710688785, 58.985886631]], [[-161.324811481, 58.396892462], [-161.224811551, 58.654685054], [-161.05606215, 58.771532652], [-160.831062315, 58.800683314], [-160.718562397, 58.858911242], [-160.493562562, 58.975073886], [-160.402162629, 59.07217535]], [[-162.286097979, 59.50742922], [-162.06110378, 59.69717427], [-161.912441521, 59.75183077]]]}, "properties": {"feature_id": "airraq-0", "cable_id": "airraq", "name": "Airraq", "color": "#bc3e96", "owners": "Unicom, Inc.", "rfs_year": 2025, "decommission_year": null, "length_km": 680.0, "url": "https://www.gci.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-122.315760572, 47.824100836], [-122.441054026, 47.874779162], [-122.469184006, 47.92193005], [-122.567616437, 47.959608462], [-122.623871397, 48.034889597], [-122.651991377, 48.110060905], [-122.849838736, 48.238069721], [-123.749838099, 48.29423569], [-124.649837461, 48.555527757], [-125.099837142, 48.555527757], [-131.399832679, 50.740281894], [-134.549830448, 54.034038257], [-135.899829491, 55.843185841], [-138.149827897, 57.086065976], [-144.899823116, 58.524393961], [-147.599821203, 59.451717319], [-147.980041742, 59.84949184], [-147.86071183, 59.957300421], [-147.761341903, 60.015889093], [-147.729261926, 60.102139782], [-147.61520201, 60.237669158], [-147.53332125, 60.304476349], [-147.459052125, 60.478990196], [-147.47692129, 60.590316135], [-147.633761997, 60.620197465], [-147.864421016, 60.620776364], [-148.036101701, 60.665011707], [-148.036101701, 60.699395134], [-148.086391664, 60.758195492], [-148.195820781, 60.782108227], [-148.325801489, 60.780941571], [-148.413541424, 60.786208272], [-148.518181348, 60.772241563], [-148.684731225, 60.773027688]], [[-135.899829491, 55.843185841], [-134.466530507, 56.033580239], [-134.415451694, 56.466474307], [-134.524730465, 56.84950004], [-134.613792195, 57.010071883], [-134.744959301, 57.237736705], [-134.763709249, 57.495568898], [-134.809015265, 57.594609062], [-134.859115229, 57.734649479], [-134.880985214, 58.012978929], [-134.959791296, 58.107209532], [-134.96702129, 58.197824453], [-134.983330141, 58.289827799], [-135.001095129, 58.365509964], [-135.000321265, 58.428990503], [-134.923271322, 58.450763635], [-134.843191381, 58.412190868], [-134.760471441, 58.346166419], [-134.701391485, 58.339527258], [-134.603151557, 58.356440226], [-134.542211601, 58.348422925], [-134.406861701, 58.299576751]], [[-146.353432936, 61.130356463], [-146.56554278, 61.121162268], [-146.673942701, 61.07351149], [-146.829072587, 60.976058617], [-146.899232535, 60.867943292], [-147.083172401, 60.811007238], [-147.521602079, 60.788258098], [-147.889961809, 60.77965283], [-148.031661705, 60.770381154], [-148.211781572, 60.793738299], [-148.328431487, 60.793738299], [-148.398551435, 60.796763475], [-148.521551345, 60.781322325], [-148.684731225, 60.773027688]]]}, "properties": {"feature_id": "alaska-united-east-au-east-0", "cable_id": "alaska-united-east-au-east", "name": "Alaska United East (AU-East)", "color": "#d88227", "owners": "GCI Communication Corp", "rfs_year": 1999, "decommission_year": null, "length_km": 3751.0, "url": "https://www.gci.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-135.33440102, 57.0530193], [-135.476150916, 57.142854373], [-135.565600851, 57.256327062], [-135.620140811, 57.292942738], [-135.684740763, 57.327907955], [-135.70291075, 57.351544901], [-135.652370787, 57.37664384], [-135.616920813, 57.397641699], [-135.572340846, 57.431538402], [-135.529760877, 57.465796337], [-135.532400875, 57.507001038], [-135.532400875, 57.5492056], [-135.505400895, 57.568538621], [-135.418580958, 57.583776791], [-135.325321027, 57.563743873], [-135.163111146, 57.497346345], [-135.059791222, 57.449879293], [-134.969751288, 57.430461773], [-134.85725137, 57.415897254], [-134.771701433, 57.425573479], [-134.582251572, 57.501940299], [-134.696515344, 57.594609062], [-134.760677799, 57.734649479], [-134.810677764, 58.012978929], [-134.812924118, 58.077478518], [-134.741721455, 58.12820451], [-134.636161533, 58.212977386], [-134.711741477, 58.291672686], [-134.701391485, 58.30999281], [-134.603151557, 58.32691729], [-134.542211601, 58.318893286], [-134.406861701, 58.299576751], [-134.295830628, 58.237094932], [-134.136551899, 58.165130914], [-134.124830749, 58.101249459], [-133.991430843, 57.986403269], [-133.824730961, 57.82371237], [-133.802562144, 57.707894171], [-133.691431056, 57.558771471], [-133.664772245, 57.373036992], [-133.63049227, 57.3139615], [-133.658131079, 57.229668206], [-133.629482272, 57.137661845], [-133.51633118, 57.094422192], [-133.232942562, 57.051159244], [-133.00823154, 57.020977431], [-132.970242755, 56.983296051], [-132.901102805, 56.913365563], [-132.969852755, 56.807791226], [-132.887449148, 56.722763716], [-132.845107848, 56.661040335], [-132.760732908, 56.599160662], [-132.70438295, 56.537179473], [-132.535583074, 56.475041444], [-132.383813185, 56.470788497], [-132.45901313, 56.386221812], [-132.519753085, 56.368054146], [-132.591823032, 56.350470719], [-132.597193028, 56.313171909], [-132.626003007, 56.259643728], [-132.729712931, 56.232895992], [-132.84104285, 56.190508112], [-132.855012839, 56.127039035], [-132.741822922, 56.066792217], [-132.613503016, 56.006344867], [-132.451493135, 55.892663814], [-132.343483215, 55.797652916], [-132.276003264, 55.633778255], [-132.133623369, 55.526742438], [-131.975513485, 55.452132475], [-131.91331353, 55.466199572], [-131.825323595, 55.434270638], [-131.647883725, 55.341968413]]]}, "properties": {"feature_id": "alaska-united-southeast-au-se-0", "cable_id": "alaska-united-southeast-au-se", "name": "Alaska United Southeast (AU-SE)", "color": "#7e439a", "owners": "GCI Communication Corp", "rfs_year": 2008, "decommission_year": null, "length_km": 626.0, "url": "https://www.gci.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-149.732190457, 61.015692068], [-149.631410531, 60.969639108], [-149.483710639, 60.953616222], [-149.351380736, 60.920457557], [-149.195130851, 60.921973913], [-149.087320149, 60.889302843], [-148.989811002, 60.828291237]]]}, "properties": {"feature_id": "alaska-united-turnagain-arm-auta-0", "cable_id": "alaska-united-turnagain-arm-auta", "name": "Alaska United Turnagain Arm (AUTA)", "color": "#3e4b9f", "owners": "GCI Communication Corp", "rfs_year": 2012, "decommission_year": null, "length_km": 53.0, "url": "https://www.gci.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-149.447670666, 60.110049313], [-149.371694948, 59.906069925], [-148.049820884, 59.451717319], [-145.799822478, 58.524393961], [-139.499826941, 56.840738642], [-138.599827579, 55.843185841], [-136.349829173, 54.034038257], [-133.199831404, 50.740281894], [-127.799835229, 47.502289981], [-125.099837142, 46.427489586], [-123.923769392, 46.165220991]], [[-131.647883725, 55.341968413], [-131.62786374, 55.180534434], [-131.747583652, 54.993628928], [-131.62483252, 54.819361914], [-131.84983236, 54.559258766], [-133.199831404, 54.559258766], [-134.999830129, 54.428581396], [-136.349829173, 54.034038257]]]}, "properties": {"feature_id": "alaska-united-west-au-west-0", "cable_id": "alaska-united-west-au-west", "name": "Alaska United West (AU-West)", "color": "#30b995", "owners": "GCI Communication Corp", "rfs_year": 2004, "decommission_year": null, "length_km": 2485.0, "url": "https://www.gci.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-75.712372129, 19.963733012], [-75.599872208, 19.104405476], [-75.149872527, 18.251816319], [-71.099875396, 15.669513225], [-67.949877628, 12.615395567], [-67.049878265, 11.29470932], [-66.889628379, 10.60352976]], [[-75.828922046, 20.029343742], [-76.04987189, 19.529070924], [-76.724871411, 18.678647022], [-77.103241143, 18.398661383]]]}, "properties": {"feature_id": "alba-1-0", "cable_id": "alba-1", "name": "ALBA-1", "color": "#e11e25", "owners": "Telecom Venezuela, Transbit", "rfs_year": 2012, "decommission_year": null, "length_km": 1860.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[29.893513059, 31.191465078], [30.150052877, 31.670513047], [35.550049052, 34.775476076], [35.897798806, 34.891703286]]]}, "properties": {"feature_id": "aletar-0", "cable_id": "aletar", "name": "Aletar", "color": "#57b947", "owners": "Liban Telecom, Syrian Telecommunications Establishment, Telecom Egypt", "rfs_year": 1997, "decommission_year": null, "length_km": 787.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.463794019, 36.841862465], [-2.474924011, 36.452085168], [-2.587423932, 35.7247979], [-2.938093683, 35.292274113]]]}, "properties": {"feature_id": "almera-melilla-alme-0", "cable_id": "almera-melilla-alme", "name": "Almer\u00eda-Melilla (ALME)", "color": "#2dbdbd", "owners": "Telefonica", "rfs_year": 1990, "decommission_year": null, "length_km": 198.0, "url": "https://www.telefonica.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-69.878586261, 12.414622453], [-69.749876353, 12.285833556], [-69.074876831, 12.01088236], [-68.89264696, 12.090439618]]]}, "properties": {"feature_id": "alonso-de-ojeda-0", "cable_id": "alonso-de-ojeda", "name": "Alonso de Ojeda", "color": "#95ad3b", "owners": "Setar, United Telecommunication Services (UTS)", "rfs_year": 1999, "decommission_year": null, "length_km": 122.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[2.901442181, 36.800219897], [2.700072323, 37.232354322], [2.700072323, 38.651811713], [2.970972131, 39.354844128]]]}, "properties": {"feature_id": "alpal-2-0", "cable_id": "alpal-2", "name": "Alpal-2", "color": "#b55927", "owners": "Algerie Telecom, Orange, Sparkle, Telxius", "rfs_year": 2002, "decommission_year": null, "length_km": 312.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-65.699879222, 19.529070924], [-66.037378983, 19.104405476], [-66.106668933, 18.466104233]], [[-43.209565154, -22.903486555], [-42.299895798, -23.494056689], [-40.949896755, -23.493922446], [-38.699898349, -22.250099679], [-36.449899943, -18.026426384], [-35.54990058, -13.69898727], [-33.299902174, -8.401139048], [-33.299902174, -6.616650693], [-34.199901537, -4.825692499], [-35.999900261, -3.928327304], [-38.54296846, -3.718735129], [-38.249898667, -1.23131575], [-39.14989803, 1.468426767], [-46.799892611, 9.524411345], [-52.199888785, 14.801154225], [-57.59988496, 17.395022635], [-59.399883685, 18.251816319], [-62.099881772, 19.316876112], [-63.899880497, 19.316876112], [-65.699879222, 19.529070924], [-67.499877947, 21.2163979], [-69.299876671, 22.261369678], [-73.349873802, 24.327803112], [-76.949871252, 26.964304735], [-79.199869658, 29.148248791], [-80.549868702, 30.126049847], [-81.655630403, 30.332100867]], [[-38.504488487, -12.969972035], [-37.349899305, -13.455974309], [-35.999900261, -13.504596782], [-35.54990058, -13.69898727]], [[-88.59713531, 15.727236639], [-88.199863282, 16.102325596], [-87.637363681, 16.534196198], [-86.737364318, 18.251816319], [-85.274865355, 20.375041253]], [[-75.505732275, 10.386807452], [-76.04987189, 11.515266158], [-79.199869659, 14.946128219], [-80.549868702, 16.102325596], [-81.899867745, 17.395022635], [-84.599865833, 19.104405476], [-85.274865355, 20.375041253], [-85.049865514, 21.635297385], [-84.824865673, 22.469443965], [-83.249866789, 23.505089681], [-80.999868383, 23.505089681], [-79.649869339, 24.737178272], [-79.537369419, 25.348717422], [-80.160168978, 26.010548668]], [[-69.299876671, 22.261369678], [-70.649875715, 21.2163979], [-73.349873802, 20.585819096], [-73.912373404, 19.952622905], [-74.474873005, 19.316876112], [-74.924872687, 18.251816319], [-75.262372447, 17.395022635], [-75.262372447, 11.735650161], [-74.779752789, 10.940445616]], [[-70.691185686, 19.799436356], [-70.649875715, 20.375041253], [-70.649875715, 21.2163979]], [[-70.683565691, 19.803388017], [-70.199876034, 20.058334551], [-69.299876671, 19.952622905], [-67.049878265, 19.210675112], [-66.487378664, 18.891661584], [-66.106668933, 18.466104233]], [[-81.730000349, 12.551127304], [-81.899867746, 12.87142917], [-82.237367507, 12.981078188]], [[-83.037659389, 9.988597517], [-83.024866949, 10.410816505], [-82.124867587, 11.662208224], [-82.237367507, 12.981078188], [-82.124867587, 13.419186961], [-81.899867746, 14.074846741], [-80.549868702, 16.102325596]]]}, "properties": {"feature_id": "america-movil-submarine-cable-system-1-amx-1-0", "cable_id": "america-movil-submarine-cable-system-1-amx-1", "name": "America Movil Submarine Cable System-1 (AMX-1)", "color": "#3e60ac", "owners": "Am\u00e9rica M\u00f3vil (Claro)", "rfs_year": 2014, "decommission_year": null, "length_km": 17800.0, "url": "http://www.americamovil.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-66.626636378, 17.982654264], [-66.824878426, 17.609605913], [-67.499877947, 17.2876363], [-69.862376273, 17.395022635], [-70.649875715, 17.180187287], [-71.999874759, 17.07267594], [-74.699872846, 17.180187287], [-75.262372447, 17.395022635]], [[-69.862376273, 17.395022635], [-69.749876353, 17.823934413], [-69.806126313, 18.144943564], [-69.940536218, 18.486808968]]]}, "properties": {"feature_id": "america-movil-submarine-cable-system-1-amx-1-1", "cable_id": "america-movil-submarine-cable-system-1-amx-1", "name": "America Movil Submarine Cable System-1 (AMX-1)", "color": "#939597", "owners": "Am\u00e9rica M\u00f3vil (Claro)", "rfs_year": 2014, "decommission_year": null, "length_km": 17800.0, "url": "http://www.americamovil.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-123.056760029, 48.98868], [-122.962338657, 48.766066512], [-123.243589892, 48.654714365], [-123.243589892, 48.580342672], [-123.299838418, 48.505861393], [-123.367251598, 48.520397325]], [[-123.414638337, 48.43012], [-123.074838577, 48.356569941], [-122.647151337, 48.290598]], [[-122.647151337, 48.290598], [-122.793588777, 48.275513903], [-122.793588777, 48.238069721], [-122.637933887, 48.110060905], [-122.609813907, 48.034889597], [-122.553553947, 47.959608462], [-122.497303986, 47.90307887], [-122.46918046, 47.82760547], [-122.441054026, 47.714189281], [-122.329439105, 47.60356]]]}, "properties": {"feature_id": "american-1-0", "cable_id": "american-1", "name": "AmeriCan-1", "color": "#866baf", "owners": "Bell Canada, Ledcor Industries Inc., Rogers Communications, Zayo", "rfs_year": 1999, "decommission_year": null, "length_km": 140.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.937089762, 18.372992194], [-64.799879859, 18.891661584], [-65.0248797, 20.796306105], [-66.824878425, 23.711258142], [-69.299876671, 26.76358657], [-73.349873802, 28.754486416], [-76.04987189, 28.557045466], [-77.399870933, 28.359233526], [-79.649869339, 27.763588526], [-80.394251328, 27.638731771]]]}, "properties": {"feature_id": "americas-i-north-0", "cable_id": "americas-i-north", "name": "Americas-I North", "color": "#9b4d9d", "owners": "AT&T", "rfs_year": 1994, "decommission_year": null, "length_km": 2012.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-58.049884641, 13.054150695], [-58.499884322, 12.615395567], [-60.749882728, 11.735650161], [-61.087382489, 11.29470932], [-61.31238233, 10.853089691], [-61.516682185, 10.649792459]], [[-38.54296846, -3.718735129], [-38.924898189, -1.23131575], [-40.499897074, 1.468426767], [-46.799892611, 5.957818681], [-51.299889423, 7.744889053], [-54.899886872, 9.967915187], [-58.049884641, 13.054150695]], [[-80.160168978, 26.010548668], [-79.649869339, 26.209785412], [-78.862369897, 26.964304735], [-77.849870614, 27.564309488], [-76.949871252, 27.564309488], [-73.349873802, 26.159307971], [-69.299876671, 24.122616987], [-67.274878106, 22.052985617], [-66.149878903, 20.375041253], [-66.262378823, 19.104405476], [-66.106668933, 18.466104233]], [[-66.106668933, 18.466104233], [-65.924829062, 18.678647022], [-65.699879222, 18.731925896], [-65.474879381, 18.572039053], [-65.24987954, 18.251816319], [-64.816629847, 17.773909269], [-64.574880019, 17.931002278], [-63.449880816, 17.180187287], [-62.099881772, 15.940130107], [-61.874881931, 15.831926793], [-61.607792121, 15.730355317], [-61.25613237, 15.669513225], [-60.749882728, 15.235781783], [-60.749882728, 15.018578574], [-59.849883366, 14.365653759], [-58.049884641, 13.054150695]], [[-61.094172484, 14.615455777], [-61.199882409, 14.801154225], [-61.199882409, 14.90989386], [-60.749882728, 15.018578574]], [[-52.320928699, 4.941547448], [-51.299889423, 7.744889053]], [[-68.89264696, 12.090439618], [-68.399877309, 11.845776374], [-65.699879222, 11.29470932], [-64.799879859, 12.175887186], [-62.999881134, 13.054150695], [-61.199882409, 13.492128176], [-60.299883047, 13.929303843], [-59.849883366, 14.365653759]], [[-66.878298387, 10.606498174], [-66.599878584, 10.853089691], [-65.699879222, 11.29470932]]]}, "properties": {"feature_id": "americas-ii-0", "cable_id": "americas-ii", "name": "Americas-II", "color": "#398eb1", "owners": "AT&T, Altice Portugal, CANTV, Cogent, Corporacion Nacional de Telecomunicaciones (CNT), Embratel, Liberty Latin America (LLA), Lumen, Orange, Sparkle, Tata Communications, Verizon", "rfs_year": 2000, "decommission_year": null, "length_km": 8373.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-66.078666736, 18.452866862], [-65.607057022, 18.621328], [-65.402704532, 18.548726194], [-65.27164314, 18.196835238], [-64.819259845, 17.773909269]]]}, "properties": {"feature_id": "americas-ii-west-0", "cable_id": "americas-ii-west", "name": "Americas-II West", "color": "#398eb1", "owners": "AT&T", "rfs_year": 2000, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-68.276637396, 12.151067199], [-68.512377229, 12.065895274], [-68.89264696, 12.090439618]]]}, "properties": {"feature_id": "amerigo-vespucci-0", "cable_id": "amerigo-vespucci", "name": "Amerigo Vespucci", "color": "#b59a30", "owners": "Antelecom", "rfs_year": 1999, "decommission_year": null, "length_km": 87.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-70.950275503, 42.463646013], [-69.299876671, 42.412354501], [-61.199882409, 41.744358789], [-50.39989006, 43.564400497], [-39.999995085, 46.174146764], [-23.399909187, 50.167261163], [-16.199914288, 50.167261163], [-10.799918113, 49.441203723], [-5.849921621, 46.993173575], [-3.149923533, 45.1197758], [-1.211824906, 44.89381187]], [[-10.799918113, 49.441203723], [-7.199920664, 50.882453643], [-5.399921939, 51.024192888], [-4.544402545, 50.828201427]]]}, "properties": {"feature_id": "amitie-0", "cable_id": "amitie", "name": "Amitie", "color": "#4bb748", "owners": "EXA Infrastructure, Meta, Microsoft, Orange, Vodafone", "rfs_year": 2023, "decommission_year": null, "length_km": 6792.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[35.005095, 29.581033231], [34.952209475, 29.283852]], [[34.971901, 32.7617], [34.93129949, 32.464958337], [34.87504953, 32.084485989], [34.87504953, 31.51079843], [34.87504953, 31.030017263], [35.005095, 29.581033231]], [[31.05005224, 33.471699571], [31.50005192, 34.06399293], [32.466691236, 34.766628]], [[24.931606574, 35.404686652], [25.386282831, 35.694548739], [25.933624491, 35.745334559], [26.57479615, 35.363653247], [28.800053834, 34.219177705], [31.05005224, 33.471699571], [34.200050008, 32.906819029], [34.971901, 32.7617]]]}, "properties": {"feature_id": "andromeda-0", "cable_id": "andromeda", "name": "ANDROMEDA", "color": "#939597", "owners": "Exelera, Grid Telecom", "rfs_year": 2026, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-78.882669883, 33.693557908], [-78.266536987, 33.565491482], [-76.949871252, 33.565491482], [-62.099881772, 34.68301766], [-50.39989006, 36.331338356], [-39.599897711, 39.002378909], [-23.399909187, 43.401144973], [-16.199914288, 45.013833644], [-9.899918751, 45.960245241], [-5.84992162, 45.331071073], [-4.724922416, 44.69482909], [-3.810013066, 43.461499317]]]}, "properties": {"feature_id": "anjana-0", "cable_id": "anjana", "name": "Anjana", "color": "#939597", "owners": "Meta", "rfs_year": 2026, "decommission_year": null, "length_km": 7121.0, "url": "https://about.meta.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-62.729761326, 17.298635547], [-62.481215177, 17.397819106], [-62.140164947, 17.125133181], [-61.857941943, 17.051481714]]]}, "properties": {"feature_id": "antigua-st-kitts-0", "cable_id": "antigua-st-kitts", "name": "Antigua-St.Kitts", "color": "#276fac", "owners": "Liberty Networks", "rfs_year": 1995, "decommission_year": null, "length_km": 14.0, "url": "https://libertynet.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-70.161786061, 18.699363841], [-69.693626392, 18.144943564], [-69.299876671, 17.931002278], [-68.512377229, 17.931002278], [-68.287377389, 18.251816319], [-68.438157282, 18.621371316], [-68.174877468, 18.785187975], [-67.499877947, 19.104405476], [-67.049878265, 18.998067526], [-66.487378664, 18.785187975], [-66.016868998, 18.442038834]]]}, "properties": {"feature_id": "antillas-1-0", "cable_id": "antillas-1", "name": "Antillas 1", "color": "#3e60ac", "owners": "Altice Dominicana, Antelecom, Claro Dominicana (Codetel), Liberty Networks, Setar", "rfs_year": 1997, "decommission_year": null, "length_km": 601.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[114.749992946, 14.801154225], [116.999991352, 13.929303843], [118.799990077, 13.710817738], [120.149989121, 13.601498202], [121.066008472, 13.762418338], [120.149989121, 13.382708036], [118.799990077, 13.273238158], [116.999991352, 13.054150695], [115.649992308, 12.944533869], [114.749992946, 12.944533869], [114.299993265, 13.054150695]], [[128.582793147, 31.157626347], [128.474983223, 31.670513047], [128.699983064, 32.812318783], [129.037482825, 34.312151652], [128.999492851, 35.170378762], [129.262482665, 34.312151652], [129.149982745, 32.812318783], [128.924982904, 31.670513047], [129.149982745, 30.901396089]], [[103.895020636, 1.309493643], [104.196970422, 1.315741998], [104.287900357, 1.369994553], [104.344250317, 1.468426767], [104.625000119, 2.367912559], [103.950000597, 3.491423322], [103.387891619, 4.128192842], [103.950000597, 4.052702097], [107.999997728, 7.07553093], [108.449997409, 7.744889053], [109.799996453, 9.967915187], [110.699995815, 12.615395567], [113.174994062, 18.251816319], [113.399993902, 20.796306105], [113.681243703, 21.635297385], [113.949113513, 22.271493896], [114.243793305, 21.844294079], [115.199992627, 21.321235296], [116.549991671, 21.111485983], [118.799990077, 21.425997872], [121.027755547, 21.24799676], [122.849987208, 21.425997872], [123.74998657, 22.052985617], [124.649985933, 24.122616987], [124.818735813, 25.551882759], [124.987485694, 26.159307971], [124.649985933, 30.51449596], [122.849987208, 31.670513047], [121.949987845, 31.622627416], [121.395298238, 31.619800329], [121.949987845, 31.8140218], [122.849987208, 32.052708023], [124.199986252, 32.052708023], [128.582793147, 31.157626347], [129.149982745, 30.901396089], [130.499981789, 29.736069497], [132.749980195, 29.540507745], [134.999978601, 29.540507745], [137.699976688, 30.320465425], [139.049975732, 31.094262828], [140.399974775, 32.433313306], [142.42497334, 35.052229911], [142.424973341, 35.7856619], [141.974973659, 36.512388212], [140.750954527, 36.801861372]], [[140.750954527, 36.790600541], [141.187474217, 35.774253446], [141.074974297, 35.408319789], [140.962474376, 35.163436337], [140.343724815, 34.971606448], [140.062475014, 34.967765254], [139.954855091, 34.965046604], [140.048412524, 34.840904848], [140.231224894, 34.679162982], [140.287474855, 34.393419492], [139.837475174, 33.927972679], [139.724975253, 32.421443555], [139.049975732, 30.889328975], [137.699976688, 29.919063057], [134.999978601, 29.135966407], [128.699983064, 25.944535414], [127.34998402, 25.336008217], [125.999984976, 25.132479722], [125.099985614, 25.132479722], [123.74998657, 25.437644439], [122.849987208, 25.640659591], [121.949987845, 25.539194979], [121.462588191, 25.168986123], [121.949987845, 25.234286562], [122.287487606, 24.928611492], [122.624987367, 24.007054825], [122.174987686, 22.456448441], [121.027755547, 21.7582591], [120.127887992, 21.7582591], [118.799990077, 22.196282828], [118.349990396, 22.404454165], [117.281241153, 22.87169787], [116.67753158, 23.342095886], [116.774991511, 22.456448441], [116.549991671, 20.783159234], [115.649992308, 18.238460811], [114.749992946, 14.787557927], [114.299993265, 13.040451242], [113.399993902, 9.954064678], [111.599995177, 7.730954611], [109.124996931, 5.94383197], [108.449997409, 5.496074035], [107.999997728, 5.160032982], [107.099998365, 4.599574516], [105.749999322, 3.814203076], [104.96249988, 2.803404867], [104.484625218, 1.454368851], [104.287900357, 1.285767246], [104.159180449, 1.197018153], [103.895020636, 1.295434786]]]}, "properties": {"feature_id": "apcn-2-0", "cable_id": "apcn-2", "name": "APCN-2", "color": "#29b14a", "owners": "AT&T, BT, China Telecom, China Unicom, Chunghwa Telecom, HKBN, KDDI, KT, LG Uplus, NTT, Orange, PCCW, PLDT, Singtel, Singtel Optus, Softbank, Starhub, Tata Communications, Telekom Malaysia, Telstra, Verizon, Vodafone", "rfs_year": 2001, "decommission_year": null, "length_km": 19000.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-60.224123101, 46.229284], [-59.849883366, 46.582355082], [-59.399883685, 47.197407396], [-59.284726, 47.636673]]]}, "properties": {"feature_id": "apocs-1-0", "cable_id": "apocs-1", "name": "APOCS 1", "color": "#b81e4b", "owners": "Bell Canada", "rfs_year": 1991, "decommission_year": null, "length_km": 0.0, "url": "https://www.bce.ca/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-65.55582811, 45.348014026], [-65.44332819, 45.183766576], [-65.207595739, 45.089458], [-64.948278, 45.089458]], [[-60.469312928, 46.89666], [-60.299883048, 46.993173575], [-59.624883526, 47.755013988], [-59.39193, 47.881569]]]}, "properties": {"feature_id": "apocs-2-0", "cable_id": "apocs-2", "name": "APOCS 2", "color": "#b4287b", "owners": "Bell Canada", "rfs_year": 1995, "decommission_year": null, "length_km": 0.0, "url": "https://www.bce.ca/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-80.394251328, 27.638731771], [-79.649869339, 27.364667994], [-78.915360583, 26.360123108], [-78.524870136, 26.159307971], [-77.737370694, 25.348717422], [-77.340200976, 25.067217614]], [[-78.915360583, 26.360123108], [-78.81193048, 26.53625989]]]}, "properties": {"feature_id": "bahamas-2-0", "cable_id": "bahamas-2", "name": "Bahamas 2", "color": "#85459a", "owners": "Bermuda Telephone Company (BTC)", "rfs_year": 1997, "decommission_year": null, "length_km": 476.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.047093308, 40.123492658], [-71.099875396, 39.698323355], [-68.399877309, 39.351217571], [-61.199882409, 38.299520606], [-50.39989006, 38.475881348], [-39.599897711, 41.069340438], [-23.399909187, 45.331071073], [-16.199914288, 45.960245241], [-5.399921939, 49.147727886], [-4.499922576, 49.000334389], [-3.459883313, 48.730552979]], [[-72.872184141, 40.800580995], [-71.099875396, 40.215724061], [-68.399877309, 40.558480451], [-61.199882409, 40.729204125], [-50.39989006, 42.079235618], [-39.599897711, 45.013833644], [-23.399909187, 49.000334389], [-16.199914288, 49.58728674], [-10.799918113, 50.167261163], [-8.099920026, 50.454639126], [-5.399921939, 50.882453643], [-4.544402545, 50.828201427]]]}, "properties": {"feature_id": "apollo-0", "cable_id": "apollo", "name": "Apollo", "color": "#d36f27", "owners": "Vodafone", "rfs_year": 2003, "decommission_year": null, "length_km": 13000.0, "url": "https://www.vodafone.com/business/solutions/by-business-type/carrier-and-infrastructure-provider/submarine-and-terrestrial-cables/apollo"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[23.363239415, 37.973952115], [23.344432696, 37.767862425], [23.400552658, 37.678877929], [23.512557579, 37.589786574], [23.96255726, 36.512388212], [24.412556941, 35.907250156], [24.931606574, 35.404686652], [24.525056862, 35.907250156], [24.075057181, 36.512388212], [23.6250575, 37.589786574], [23.456672621, 37.678877929], [23.400557656, 37.767862425], [23.363239415, 37.973952115]]]}, "properties": {"feature_id": "apollo-east-and-west-0", "cable_id": "apollo-east-and-west", "name": "Apollo East and West", "color": "#eb8d22", "owners": "Grid Telecom", "rfs_year": 2025, "decommission_year": null, "length_km": 670.0, "url": "https://www.grid-telecom.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.657531759, 13.385305518], [143.999972225, 13.601498202], [143.099972863, 13.929303843], [138.59997605, 15.669513225], [131.399981151, 17.395022635], [126.449984656, 18.251816319], [127.349984019, 19.246083087], [130.94998147, 20.796306105], [138.59997605, 23.711258142], [139.724975253, 24.941363172], [140.849974456, 30.901396089], [141.074974297, 32.433313306], [140.962474377, 33.939640088], [140.568724656, 34.405022751], [140.371849795, 34.690726477], [140.104662484, 34.852445709], [139.960979, 34.974078]], [[127.349984019, 19.246083087], [125.999984976, 21.321235296], [124.148766287, 23.757798071], [122.849987208, 24.634959767], [121.801447951, 24.863504112]]]}, "properties": {"feature_id": "apricot-0", "cable_id": "apricot", "name": "Apricot", "color": "#b63894", "owners": "Chunghwa Telecom, Google, Meta, NTT, PLDT", "rfs_year": 2025, "decommission_year": null, "length_km": 11972.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.646090812, 1.338585852], [103.837500676, 1.182753739], [104.024215544, 1.202092037], [104.149600455, 1.18452336], [104.175000437, 1.018409236], [104.287500358, 0.962292662], [104.400000278, 0.849806826], [104.849999959, 0.681072065], [106.199999003, -0.33140933], [109.124996929, -3.029995968], [109.799996451, -3.479268679], [112.049994859, -4.601453765], [114.609849336, -5.273944364], [116.808101487, -4.179995582], [117.712490848, -2.730375485], [117.964401811, -1.515333652], [118.766284302, -0.810555325], [119.474989599, 0.568578853], [119.699989439, 1.018534217], [120.599988802, 1.580886841], [124.199986251, 3.416559618], [126.573464036, 5.404676658], [128.249983382, 7.44752232], [127.349984019, 11.882475268], [125.549985295, 16.246388217], [126.449984656, 18.251816319]], [[125.549985295, 16.246388217], [123.524986729, 15.597287859], [121.949987845, 15.669513225], [121.560188122, 15.761539466]], [[126.573464036, 5.404676658], [126.337484737, 5.659359572], [126.112484896, 5.957818681], [125.612875876, 7.079988883]], [[109.124996929, -3.029995968], [107.887497807, -4.601453765], [107.437498126, -5.273944364], [107.12099835, -5.98115426]], [[104.175000437, 1.018409236], [104.118875477, 1.018409236], [104.016637, 1.066798]]]}, "properties": {"feature_id": "apricot-1", "cable_id": "apricot", "name": "Apricot", "color": "#939597", "owners": "Chunghwa Telecom, Google, Meta, NTT, PLDT", "rfs_year": 2025, "decommission_year": null, "length_km": 11972.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[174.083330913, -39.066666257], [174.149950866, -38.817823973], [174.262450787, -38.466347578], [174.599950548, -37.935907004], [174.871830355, -37.801382082], [174.599950548, -37.669239698], [174.487450627, -37.401610748], [174.599950548, -37.043280407], [174.770460427, -36.884180501]], [[175.049999056, -39.933334875], [174.824950388, -40.091769461], [174.824950388, -40.606192583], [175.051960227, -40.86278593]], [[174.997470265, -40.919112232], [174.824950388, -40.946959051], [174.838000378, -41.105799299]], [[173.506131322, -42.51606223], [173.699951185, -42.789833157], [173.249951503, -43.446772357], [172.636221938, -43.532054981]], [[173.683001197, -42.402698756], [174.149950866, -42.292503288], [174.712450467, -41.623240763], [174.767120429, -41.280512964]]]}, "properties": {"feature_id": "aqualink-0", "cable_id": "aqualink", "name": "Aqualink", "color": "#25b35d", "owners": "One NZ", "rfs_year": 2001, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[146.119700723, -38.81988088], [146.02497079, -39.167574236], [145.79997095, -40.549228298], [145.623801075, -40.950501388]]]}, "properties": {"feature_id": "bass-strait-1-0", "cable_id": "bass-strait-1", "name": "Bass Strait-1", "color": "#66439a", "owners": "Telstra", "rfs_year": 1995, "decommission_year": null, "length_km": 241.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-83.776818847, 15.261310214], [-83.69986647, 15.669513225], [-84.149866152, 16.102325596], [-85.049865514, 16.102325596], [-85.954697249, 15.915243689], [-86.399864558, 16.102325596], [-86.849864239, 16.102325596], [-87.946155788, 15.844981599], [-88.199863282, 15.886035719], [-88.59713531, 15.727236639], [-88.424863123, 16.102325596], [-88.087363362, 16.534196198], [-87.974863442, 16.965102599], [-88.182185614, 17.496385205], [-87.749863601, 17.823934413], [-87.524863761, 18.251816319], [-87.29986392, 19.529070924], [-87.29986392, 19.952622905], [-87.463536142, 20.212733353], [-87.187364, 20.058334551], [-86.849864239, 20.163975032], [-86.624864398, 20.375041253], [-86.624864398, 20.796306105], [-86.767586652, 21.095728792], [-86.512364478, 21.2163979], [-86.174864717, 21.425997872], [-85.837364957, 21.635297385], [-84.824865673, 23.298598066], [-83.249866789, 24.327803112], [-80.999868383, 24.327803112], [-80.549868702, 24.737178272], [-79.9873691, 25.348717422], [-80.162221499, 25.933206978]], [[-72.119404674, 21.851088326], [-71.999874759, 21.635297385], [-70.762375635, 20.375041253], [-70.691185686, 19.799436356], [-70.199876034, 19.952622905], [-69.299876671, 19.740987366], [-68.62487715, 19.104405476], [-68.512377229, 18.891661584], [-68.438157282, 18.621371316], [-68.174877468, 18.891661584], [-67.499877947, 19.210675112], [-67.049878265, 19.104405476], [-66.487378664, 18.838433218], [-66.016868997, 18.441839619]], [[-66.016868997, 18.441839619], [-66.487378664, 18.625351394], [-67.049878265, 18.678647022], [-67.387378026, 18.465364393], [-67.612377867, 17.823934413], [-68.399877309, 13.929303843], [-68.89264696, 12.090439618], [-69.074876831, 11.955858207], [-69.749876353, 12.175887186], [-70.128196085, 12.35500295], [-70.424875874, 12.175887186], [-70.204316031, 11.708782466], [-70.424875874, 11.735650161], [-70.649875715, 12.175887186], [-71.324875237, 12.615395567], [-71.999874759, 12.615395567], [-72.67487428, 12.175887186], [-72.899874121, 11.735650161], [-72.952704084, 11.483114759], [-73.349873802, 11.735650161], [-73.799873484, 11.735650161], [-74.699872846, 11.515266158], [-75.374872368, 11.073982781], [-75.505732275, 10.386807452], [-76.04987189, 10.410816505], [-77.41987092, 9.672311318], [-77.933460556, 9.125435434], [-78.299870296, 9.672311318], [-79.087369738, 9.746236974], [-79.753529266, 9.437623338], [-80.099869021, 9.746236974], [-82.349867427, 9.967915187], [-83.037659389, 9.988597517], [-83.249866789, 11.29470932], [-83.47486663, 11.735650161], [-83.77154885, 11.991681428], [-83.47486663, 12.175887186], [-83.249866789, 12.615395567], [-83.249866789, 13.492128176], [-83.396449126, 14.016107024], [-83.024866948, 14.365653759], [-82.912367028, 15.018578574], [-83.249866789, 15.452760959], [-83.47486663, 15.452760959], [-83.776818847, 15.261310214]], [[-72.119404674, 21.851088326], [-72.44987444, 22.469443965], [-73.349873802, 22.884654114], [-73.799873484, 22.884654114], [-74.195043204, 22.629891679]], [[-74.195043204, 22.629891679], [-74.474873005, 22.677206197], [-74.587372926, 22.884654114], [-74.474873005, 23.298598066], [-74.474873005, 23.711258142], [-74.924872687, 24.225251377], [-75.525902261, 24.403328403], [-75.778890843, 24.410331177], [-76.499871571, 24.532657566], [-76.949871252, 24.941363172], [-77.340200976, 25.067217614], [-77.849870614, 25.145210227], [-79.199869658, 25.754704263], [-79.649869339, 25.754704263], [-80.162221499, 25.933206978]]]}, "properties": {"feature_id": "arcos-0", "cable_id": "arcos", "name": "ARCOS", "color": "#51489d", "owners": "AT&T, Alestra, Bahamas Telecommunications Company, Belize Telemedia, CANTV, Claro Dominicana (Codetel), Enitel, Hondutel, ICE (Kolbi), Internexa, Liberty Networks, Orbinet Overseas, RACSA, Telecomunicaciones Ultramarinas de Puerto Rico, Telepuerto San Isidro, Tigo Colombia, Tricom USA, United Telecommunication Services (UTS), Verizon", "rfs_year": 2001, "decommission_year": null, "length_km": 8704.0, "url": "https://libertynet.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-80.448961289, 22.145949779], [-80.099869021, 21.356164482], [-79.424869499, 20.375041253], [-77.737370695, 19.139836294], [-76.204095643, 18.676174475], [-74.699872846, 17.823934413], [-71.999874759, 17.07267594], [-66.149878903, 15.235781783], [-62.099881773, 14.510916128], [-61.112138356, 14.629000145]]]}, "properties": {"feature_id": "arimao-0", "cable_id": "arimao", "name": "ARIMAO", "color": "#c45527", "owners": "Empresa de Telecomunicaciones de Cuba, Orange", "rfs_year": 2023, "decommission_year": null, "length_km": 2470.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-68.419747295, -52.390217164], [-68.458127268, -52.547510332], [-68.605787163, -52.658894761]]]}, "properties": {"feature_id": "arsat-submarine-fiber-optic-cable-0", "cable_id": "arsat-submarine-fiber-optic-cable", "name": "ARSAT Submarine Fiber Optic Cable", "color": "#e12825", "owners": "ARSAT", "rfs_year": 2012, "decommission_year": null, "length_km": 40.0, "url": "http://www.arsat.com.ar/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[67.028546752, 24.889731701], [65.250028012, 24.156837618], [61.200030881, 22.469443965]], [[39.182756479, 21.481533476], [37.575047617, 22.052985617]], [[43.147993669, 11.594869371], [43.650043314, 11.735552252], [44.550042676, 11.790718791]], [[5.37253043, 43.293627789], [6.300069773, 41.744358789], [7.875068657, 38.651811713], [8.212568418, 38.387754736], [9.00006786, 38.122730108], [10.34861723, 38.122730108], [10.912566505, 37.767862425], [12.037565707, 37.232354322], [12.037565708, 36.240655233], [12.375065469, 35.7856619], [12.825065151, 35.419780517], [14.400064035, 34.405022751], [16.650062441, 33.752769871], [19.350060528, 34.12610104], [22.050058615, 34.017381951], [25.200056384, 33.283811019], [27.900054471, 32.338311578], [29.700933196, 31.072270032], [29.981302997, 30.708139994], [30.375052718, 30.49026325], [31.05005224, 30.126049847], [31.725051762, 29.882491162], [32.175051443, 29.491296899], [32.653181104, 29.113614163], [33.398913076, 28.161052262], [33.975050168, 27.364667994], [34.76254961, 26.562513149], [35.325049211, 25.754704263], [36.337548494, 24.122616987], [37.575047617, 22.052985617], [38.36254706, 20.375041253], [39.712546103, 18.251816319], [40.725045386, 16.534196198], [41.906294549, 14.801154225], [42.41254419, 13.929303843], [42.946918812, 13.054150695], [43.185981143, 12.834868818], [43.270356083, 12.615395567], [43.565668374, 12.395734], [44.550042676, 11.790718791], [45.450042039, 11.845776374], [48.600039808, 12.615395567], [55.350035025, 14.583511645], [58.950032475, 16.102325596], [61.200030881, 17.395022635], [66.600027056, 18.465364393], [71.77502339, 16.965102599], [71.945135266, 13.492128176], [73.29513431, 9.524411345], [75.490244752, 6.852191099], [78.695130485, 4.16491285], [79.650017811, 3.6411327], [81.000016855, 3.266814817], [85.500013667, 3.715978119], [90.000010479, 4.613591579], [92.700008566, 5.061986954], [94.275007451, 6.05726941], [95.380367616, 6.386923571], [95.381141474, 6.387150046], [95.381917116, 6.387368582], [95.382694483, 6.387579177], [95.383473512, 6.387781829], [95.384254143, 6.387976535], [95.385036314, 6.388163293], [95.385819964, 6.388342101], [95.386605032, 6.388512956], [95.387391457, 6.388675855], [95.388179177, 6.388830796], [95.388968132, 6.388977778], [95.38975826, 6.389116797], [95.3905495, 6.389247851], [95.391341791, 6.389370938], [95.392135071, 6.389486055], [95.39292928, 6.3895932], [95.393724356, 6.38969237], [95.394520239, 6.389783564], [95.395316866, 6.389866778], [95.396114177, 6.389942011], [95.396912111, 6.39000926], [95.397710606, 6.390068522], [95.398509601, 6.390119796], [95.399309036, 6.390163078], [95.400108848, 6.390198367], [95.400908977, 6.390225659], [95.401709361, 6.390244954], [95.40250994, 6.390256247], [95.403310652, 6.390259538], [95.404111436, 6.390254822], [95.40491223, 6.390242099], [95.405712975, 6.390221366], [95.406513607, 6.390192619], [95.407314067, 6.390155858], [95.408114293, 6.390111079], [95.408914224, 6.39005828], [95.409713799, 6.389997459], [95.410512956, 6.389928613], [95.411311634, 6.38985174], [95.412109773, 6.389766838], [95.41290731, 6.389673903], [95.413704185, 6.389572935], [95.414500337, 6.389463929], [95.415295705, 6.389346885], [95.416090226, 6.389221799], [95.416883841, 6.389088669], [95.417676488, 6.388947493], [95.418468105, 6.388798269], [95.420048007, 6.388475664], [95.420048007, 6.388475664], [97.425005219, 5.957818681], [99.675003625, 5.733989114], [100.409823104, 5.368393581]], [[72.87590261, 19.076074257], [71.77502339, 16.965102599]], [[61.200030881, 17.395022635], [61.200030881, 22.469443965], [59.850031838, 23.505089681], [59.041979764, 23.912037834], [58.500032794, 24.199600519], [56.92503391, 24.788256059], [56.333724329, 25.121690005], [56.92503391, 25.348717422], [56.98128387, 26.159307971], [56.812533989, 26.562513149], [56.250034388, 26.663094151], [55.800034707, 26.310674619], [55.350035025, 26.159307971], [53.550036301, 26.159307971], [52.200037257, 25.957179979], [51.519277739, 25.294608758]], [[58.606082719, 23.576084865], [58.950032475, 23.608214441], [59.850031838, 23.505089681]], [[97.425005219, 5.957818681], [99.000004103, 6.06969947], [100.066113348, 6.613518861], [100.237653227, 6.908036], [100.595102973, 7.198818071], [101.700002191, 7.242965106], [103.048831235, 7.340023742], [105.29999964, 7.298762754], [107.999997728, 8.079175518], [110.249996134, 9.967915187], [111.599995177, 12.615395567], [113.624993743, 18.251816319], [113.737493663, 20.796306105], [114.260243293, 22.208034251]], [[103.506740911, 10.630401703], [103.725000756, 9.524411345], [103.725000756, 8.190543418], [103.048831235, 7.340023742]], [[22.579201534, 33.89459267], [22.950057978, 35.419780517], [23.512557579, 35.7856619], [23.73755742, 35.7856619], [24.012167225, 35.512042559]], [[45.033542334, 12.800877547], [45.450042039, 11.845776374]], [[19.350060528, 34.12610104], [19.350060528, 37.678877929], [18.957770806, 39.484749961], [18.787560927, 40.043692193], [18.675061006, 40.387320291], [18.000061485, 40.899490915], [16.868812286, 41.125709059]], [[100.066113348, 6.613518861], [100.350053147, 6.908036], [100.595102973, 7.198818071]], [[94.391217368, 16.858032256], [93.600007929, 16.749771316], [92.250008885, 14.801154225], [90.900009842, 9.524411345], [90.45001016, 6.18156134], [90.000010479, 4.613591579]], [[107.07919838, 10.34213843], [107.774997887, 9.857094709], [108.67499725, 9.746236974], [110.249996134, 9.967915187]], [[29.700933196, 31.072270032], [29.981302997, 30.756490442], [30.375052718, 30.587157843], [31.05005224, 30.223305674], [31.725051762, 29.979986368], [32.175051443, 29.491296899], [32.653181104, 29.113614163]]]}, "properties": {"feature_id": "asia-africa-europe-1-aae-1-0", "cable_id": "asia-africa-europe-1-aae-1", "name": "Asia Africa Europe-1 (AAE-1)", "color": "#a1489b", "owners": "China Unicom, Djibouti Telecom, Hyalroute, Metfone, Mobily, National Telecom, OTEGLOBE, Ooredoo, PCCW, Pakistan Telecommunications Company Ltd., Reliance Jio Infocomm, Retelit, TIME dotCom, TeleYemen, Telecom Egypt, VNPT International, Viettel Corporation, Zain Omantel International, e&", "rfs_year": 2017, "decommission_year": null, "length_km": 25000.0, "url": "http://www.aaeone.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[145.729661, -38.633302885], [145.574971109, -39.167574236], [145.349971269, -40.549228298], [145.294111308, -40.760230993]]]}, "properties": {"feature_id": "bass-strait-2-0", "cable_id": "bass-strait-2", "name": "Bass Strait-2", "color": "#5da344", "owners": "Telstra", "rfs_year": 2003, "decommission_year": null, "length_km": 239.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[107.07919838, 10.34213843], [107.774997887, 9.746236974], [108.67499725, 9.524411345], [110.249996134, 9.746236974], [110.699995815, 9.967915187]], [[109.349996771, 7.298762754], [112.949994221, 5.659359572], [114.299993265, 5.061986954], [114.88563285, 4.926762453]], [[179.999926722, 19.104405476], [160.199960749, 16.534196198], [151.199967124, 15.235781783], [147.149969994, 14.365653759], [146.249970631, 14.147583507], [145.349971269, 13.546819477], [144.899971587, 13.327979291], [144.809541652, 13.549094363], [143.999972225, 13.492128176], [143.099972863, 13.710817738], [138.59997605, 14.801154225], [131.399981151, 16.534196198], [125.999984976, 18.251816319], [122.399987527, 18.891661584], [121.0957453, 19.019148714], [120.420745779, 18.593173654], [120.149989121, 16.965102599], [120.389738951, 16.582592331], [119.92498928, 16.965102599], [116.999991352, 18.251816319], [115.312492547, 19.529070924], [114.524993105, 20.375041253], [113.793743623, 21.635297385], [113.949113513, 22.271493896], [113.737493663, 21.635297385], [113.512493823, 20.796306105], [113.399993902, 18.251816319], [111.149995496, 12.615395567], [110.699995815, 9.967915187], [109.349996771, 7.298762754], [107.999997728, 5.957818681], [106.649998684, 5.061986954], [105.749999322, 4.613591579], [103.850680667, 2.295702457], [104.400000278, 2.255504212], [104.773062303, 1.961481176], [104.681150079, 1.468426767], [104.287900357, 1.215621515], [104.154390452, 1.197800481], [103.987010571, 1.389451397]], [[100.930572736, 13.174371212], [100.687502907, 12.834868818], [100.462503066, 12.175887186], [100.350003146, 11.29470932], [101.025002668, 9.524411345], [103.275001075, 7.967776882], [105.29999964, 6.628746604], [107.999997728, 5.957818681]], [[-179.999798251, 19.104405476], [-172.799803351, 20.796306105], [-163.799809727, 20.796306105], [-158.849813233, 21.111485983], [-158.399813552, 21.478351011], [-158.242049992, 21.548761736], [-158.343561945, 21.739833731], [-158.287313632, 22.052985617], [-157.949813871, 22.469443965], [-152.999817378, 24.941363172], [-147.603098211, 28.163026882], [-138.603104586, 29.738014316], [-127.799835229, 32.433313306], [-122.399839055, 34.867831005], [-120.847201649, 35.367078252]]]}, "properties": {"feature_id": "asia-america-gateway-aag-cable-system-0", "cable_id": "asia-america-gateway-aag-cable-system", "name": "Asia-America Gateway (AAG) Cable System", "color": "#69479c", "owners": "AT&T, BT, Bharti Airtel, Eastern Telecom, Ezecom, Globe Telecom, Indosat Ooredoo, National Telecom, PLDT, Saigon Postel Corporation, Spark New Zealand, Starhub, Telekom Malaysia, Telkom Indonesia, Telstra, Unified National Networks (UNN), VNPT International, Viettel Corporation", "rfs_year": 2009, "decommission_year": null, "length_km": 20000.0, "url": "https://asia-america-gateway.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.975467, 35.005433], [140.174974934, 34.898592963], [140.343724815, 34.690726477], [140.512474696, 34.405022751], [140.849974456, 33.939640088], [140.849974456, 32.433313306], [140.399974775, 30.901396089], [138.824975891, 28.161052262], [137.249977007, 26.562513149], [132.749980195, 23.505089681], [130.94998147, 22.677206197], [125.999984976, 21.111485983], [122.849987208, 20.269544036], [121.049988483, 20.058334551], [120.149989121, 20.058334551], [116.999991352, 19.316876112], [115.199992627, 18.251816319], [114.299993264, 14.801154225], [113.174994062, 12.615395567], [112.162494779, 9.967915187], [110.924995656, 7.744889053], [107.999997728, 5.39808113], [105.749999322, 4.389285926], [104.681250079, 2.817450443], [104.316175337, 1.468426767], [104.206150415, 1.341894944], [103.919730618, 1.228443589], [103.646090812, 1.338585852]], [[107.999997728, 5.39808113], [105.29999964, 6.405200795], [103.275001075, 7.744889053], [100.800002828, 9.524411345], [100.125003306, 11.29470932], [100.237503227, 12.175887186], [100.575002986, 12.834868818], [100.930572736, 13.174371212]], [[113.174994062, 12.615395567], [112.949994221, 12.834868818], [111.599995177, 13.492128176], [110.024996293, 13.82008641], [109.219596864, 13.782910441]], [[115.199992627, 18.251816319], [114.524993105, 20.796306105], [114.202923334, 22.22205042]], [[116.999991352, 19.316876112], [117.224991192, 19.952622905], [117.224991192, 20.796306105], [116.999991352, 22.469443965], [116.67753158, 23.355006811]], [[114.299993264, 14.801154225], [116.999991352, 13.710817738], [118.799990077, 13.492128176], [120.149989121, 13.492128176], [121.066008472, 13.762418338]]]}, "properties": {"feature_id": "asia-direct-cable-adc-0", "cable_id": "asia-direct-cable-adc", "name": "Asia Direct Cable (ADC)", "color": "#ed1b2c", "owners": "China Telecom, China Unicom, National Telecom, PLDT, Singtel, Softbank, Tata Communications, Viettel Corporation", "rfs_year": 2024, "decommission_year": null, "length_km": 9988.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.987010571, 1.389451397], [104.187400429, 1.302655425], [104.484625218, 1.468426767], [105.29999964, 2.367912559], [106.199999003, 4.613591579], [106.199999003, 5.510071712]], [[103.387891619, 4.128192842], [103.950000597, 3.940475772], [106.199999003, 5.510071712], [107.999997728, 6.852191099], [111.037495576, 9.967915187], [112.049994859, 12.615395567], [113.849993584, 18.251816319], [116.999991352, 19.740987366], [120.149989121, 20.375041253], [121.049988483, 20.585819096], [122.849987208, 21.006499845], [124.649985933, 22.052985617], [125.549985295, 24.122616987], [125.943735016, 25.551882759], [126.337484737, 26.159307971], [127.574983861, 28.557045466], [127.799983701, 29.540507745], [128.699983064, 30.51449596], [130.499981789, 30.320465425], [132.749980195, 30.126049847], [134.999978601, 30.51449596], [136.799977326, 31.286738814], [138.59997605, 32.433313306], [139.499975413, 33.939640088], [140.006225054, 34.405022751], [140.090599994, 34.690726477], [140.118724974, 34.898592963], [139.975467, 35.005433]], [[128.699983064, 30.51449596], [128.699983064, 31.670513047], [128.924982904, 32.812318783], [129.149982745, 34.312151652], [128.999492851, 35.170378762]], [[113.849993584, 18.251816319], [113.849993584, 20.796306105], [114.258683294, 22.318292679]], [[107.999997728, 6.852191099], [105.29999964, 7.07553093], [103.048831235, 7.228431783], [101.700002191, 7.187160552], [100.595102973, 7.198818071]], [[112.049994859, 12.615395567], [111.599995177, 13.054150695], [110.699995815, 14.801154225], [109.799996453, 15.561165635], [108.89999709, 15.886035719], [108.192477591, 16.043393005]], [[136.799977326, 31.286738814], [137.249977007, 32.812318783], [136.873997273, 34.336828252]], [[127.799983701, 29.540507745], [125.999984976, 30.708139994], [124.199986252, 31.478822673], [122.849987208, 31.76621026], [121.949987845, 31.670513047], [121.395298238, 31.619800329]], [[121.925087862, 30.864750267], [122.174987686, 30.804816622], [124.199986252, 30.126049847], [125.549985295, 29.540507745], [127.574983861, 28.557045466]], [[125.549985295, 24.122616987], [122.849987208, 24.839312826], [122.174987686, 24.89034854], [121.801447951, 24.863504112]]]}, "properties": {"feature_id": "asia-pacific-gateway-apg-0", "cable_id": "asia-pacific-gateway-apg", "name": "Asia Pacific Gateway (APG)", "color": "#b63894", "owners": "China Mobile, China Telecom, China Unicom, Chunghwa Telecom, KT, LG Uplus, Meta, NTT, National Telecom, Starhub, TIME dotCom, VNPT International, Viettel Corporation", "rfs_year": 2016, "decommission_year": null, "length_km": 10400.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[119.449223232, 18.712816516], [118.349990396, 20.163975032], [116.999991352, 21.111485983], [115.649992308, 21.792073423], [114.974992787, 22.157216226], [114.258683294, 22.318292679]], [[139.975467, 35.005433], [140.132787464, 34.898592963], [140.118724974, 34.690726477], [140.062475014, 34.405022751], [139.724975253, 33.939640088], [139.949975094, 32.433313306], [139.499975413, 30.901396089], [138.824975891, 29.736069497], [137.249977007, 28.557045466], [132.749980195, 25.348717422], [130.94998147, 23.917101291], [126.857214369, 19.479734448], [124.199986252, 15.235781783], [123.52498673, 14.365653759], [122.950087137, 14.116522899]], [[126.857214369, 19.46647636], [125.549985295, 19.303604751], [120.96988208, 19.751487168], [120.320939036, 19.446973787], [119.449223232, 18.712816516], [118.550168761, 17.891288771], [117.563290953, 15.439678696], [116.21249191, 12.601672205], [114.749992946, 9.06644424], [112.949994221, 7.730954611], [110.024996293, 5.94383197], [109.349996771, 5.496074035], [107.999997728, 4.935905975], [107.099998365, 4.375264549], [105.749999322, 3.589672857], [105.0749998, 2.803404867], [104.540775178, 1.454368851], [104.287900357, 1.271733252], [104.19932042, 1.308321449], [103.985940571, 1.371284183]], [[105.0749998, 2.803404867], [104.797519254, 2.513406918], [104.400000278, 2.42411334], [103.850680667, 2.295702457]], [[130.90187509, 23.865759963], [128.699983064, 25.551882759], [128.024983542, 25.957179979], [127.700783772, 26.087749635]]]}, "properties": {"feature_id": "asia-submarine-cable-express-asecahaya-malaysia-0", "cable_id": "asia-submarine-cable-express-asecahaya-malaysia", "name": "Asia Submarine-cable Express (ASE)/Cahaya Malaysia", "color": "#1ab4dd", "owners": "NTT, PLDT, Starhub, Telekom Malaysia", "rfs_year": 2012, "decommission_year": null, "length_km": 8148.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.694701733, 13.464772962], [144.674971747, 13.929303843], [144.787471667, 14.365653759], [145.124971428, 14.90989386], [145.349971269, 15.127208002], [145.699581021, 15.151813297]], [[144.787471667, 14.365653759], [145.012471508, 14.365653759], [145.134351421, 14.144936296]], [[145.629271071, 14.958774986], [145.462471189, 14.90989386], [145.124971428, 14.90989386]]]}, "properties": {"feature_id": "atisa-0", "cable_id": "atisa", "name": "Atisa", "color": "#56be8d", "owners": "Docomo Pacific", "rfs_year": 2017, "decommission_year": null, "length_km": 279.0, "url": "http://atisa.docomopacific.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.383368297, 54.898419404], [8.100068498, 54.819361914], [7.200069135, 54.559258766], [5.40007041, 53.768910567], [4.500071048, 53.233595319], [4.275071207, 52.827662548], [4.387571128, 52.623261419], [4.656810937, 52.486400425], [4.275071207, 52.48646132], [3.600071686, 52.356869358], [3.150072004, 52.142592704], [2.475072483, 51.58683398], [1.461473201, 50.981023971], [0.900073598, 50.526212361], [7.4236e-05, 50.167261163], [-2.24992417, 50.022920456], [-3.599923214, 49.878144738], [-4.499922576, 49.805593629], [-5.399921939, 49.878144738], [-5.698461727, 50.078700332]], [[-5.698461727, 50.078700332], [-6.299921301, 50.167261163], [-8.099920026, 50.167261163], [-10.799918113, 49.878144738], [-16.199914288, 49.000334389], [-23.399909187, 47.805412176], [-39.599897711, 43.727214791], [-50.39989006, 41.069340438], [-61.199882409, 40.043692193], [-68.399877309, 40.215724061], [-71.099875396, 40.043692193], [-72.912274112, 40.773520734]], [[-72.912274112, 40.773520734], [-71.099875396, 40.643896874], [-68.399877309, 41.407726237], [-61.199882409, 42.743713464], [-50.39989006, 45.172673247], [-39.599897711, 48.106775709], [-23.399909187, 53.502097883], [-16.199914288, 55.589707113], [-8.999919388, 59.222223915], [-5.399921939, 59.793058907], [-1.799924489, 59.565883463], [1.800072961, 58.641677771], [5.40007041, 56.469711377], [7.650068817, 55.077800722], [8.100068498, 54.948789024], [8.383368297, 54.898419404]]]}, "properties": {"feature_id": "atlantic-crossing-1-ac-1-0", "cable_id": "atlantic-crossing-1-ac-1", "name": "Atlantic Crossing-1 (AC-1)", "color": "#50429a", "owners": "Colt", "rfs_year": 1998, "decommission_year": null, "length_km": 14301.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.035761488, 35.470615921], [-5.84992162, 35.7856619], [-5.624921779, 35.83127934], [-4.499922576, 36.149866787], [-2.24992417, 36.240655233], [2.250072642, 38.122730108], [4.050071367, 39.002378909], [5.062570649, 40.043692193], [5.17507057, 41.744358789], [5.37253043, 43.293627789]]]}, "properties": {"feature_id": "atlas-offshore-0", "cable_id": "atlas-offshore", "name": "Atlas Offshore", "color": "#5ab946", "owners": "Maroc Telecom", "rfs_year": 2007, "decommission_year": null, "length_km": 1634.0, "url": "https://www.iam.ma"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-162.449810684, 55.013438623], [-162.562310604, 55.07789244], [-162.704010504, 55.204149501]], [[-162.304410787, 55.049201817], [-162.449810684, 55.013438623]], [[-158.772113289, 56.254983509], [-158.624813393, 56.282914837], [-158.507213477, 56.321363372], [-158.408813546, 56.294514501]], [[-158.849813234, 55.589797654], [-158.962313154, 55.780060429], [-159.144813025, 55.917485764]], [[-162.899810365, 54.624533633], [-163.012310285, 54.754584827], [-163.237310126, 54.819454224], [-163.41501, 54.850957577]], [[-152.887317458, 57.932141535], [-152.881938147, 57.869443262]]]}, "properties": {"feature_id": "au-aleutian-0", "cable_id": "au-aleutian", "name": "AU-Aleutian", "color": "#939597", "owners": "GCI Communication Corp", "rfs_year": 2022, "decommission_year": null, "length_km": 1491.0, "url": "https://www.gci.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-152.395117807, 57.794422334], [-152.381068514, 57.872362884], [-152.549817697, 57.902264581], [-152.887317458, 57.932141535], [-152.999817378, 57.961993643], [-153.168567936, 57.991820802], [-153.449817059, 58.021623141], [-153.899816741, 57.991820802], [-154.124816581, 57.812485097], [-153.912316732, 57.66903988], [-153.98601668, 57.537318647]], [[-158.408813546, 56.294514501], [-158.174813712, 56.345311717], [-158.049813801, 56.279445354], [-157.956064424, 56.067211005], [-158.399813553, 55.716742342], [-158.849813234, 55.589797654], [-159.299812915, 55.462441023], [-159.749812596, 55.398608007], [-160.199812278, 55.334671742], [-160.496312068, 55.341553401], [-160.649811959, 55.430537416], [-160.874811799, 55.398608007], [-161.09981164, 55.334671742], [-161.324811481, 55.302664863], [-161.549811321, 55.302664863], [-161.774811162, 55.238573559], [-161.999811002, 55.07789244], [-162.112310923, 55.013438623], [-162.304410787, 55.049201817]], [[-153.98601668, 57.537318647], [-153.968567349, 57.66903988], [-154.349816422, 57.752507379], [-154.799816103, 57.692430211], [-155.474815625, 57.329867602], [-156.824814668, 56.469799877], [-157.49981419, 56.4076067], [-157.949813872, 56.414522078], [-158.408813546, 56.294514501]], [[-166.533255057, 53.884514691], [-166.499807815, 54.034132353], [-166.274807974, 54.297579452], [-165.937308213, 54.363179324], [-165.599808452, 54.428674597], [-165.149808771, 54.297579452], [-164.249809409, 54.297579452], [-163.349810046, 54.428674597], [-162.899810365, 54.624533633], [-162.562310604, 54.819454224], [-162.449810684, 54.981172807], [-162.304410787, 55.049201817]], [[-165.937308213, 54.363179324], [-165.824808293, 54.297579452], [-165.773050517, 54.135639095]], [[-152.549817697, 57.902264581], [-152.501738426, 57.925201702]]]}, "properties": {"feature_id": "au-aleutian-1", "cable_id": "au-aleutian", "name": "AU-Aleutian", "color": "#2d56a6", "owners": "GCI Communication Corp", "rfs_year": 2022, "decommission_year": null, "length_km": 1491.0, "url": "https://www.gci.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[14.708333816, 55.101017], [14.400064035, 54.884127438], [13.648694566, 54.51955]], [[14.240754147, 55.4339006], [14.512563955, 55.334580613], [14.708329, 55.182570196]], [[16.468076609, 56.245724021], [16.087562839, 56.032216971], [15.300063397, 55.653231052], [14.836283725, 55.248213676]], [[18.300031271, 57.63842], [18.000061484, 57.591993747], [17.325061962, 57.471206231], [17.008492651, 57.32475822]], [[18.250313736, 58.936123], [18.225061325, 58.758568945], [18.337561245, 58.641677771], [18.787560926, 58.051315891], [19.055320736, 57.863008]], [[12.414885441, 55.6473055], [12.48756539, 55.526080188], [12.60006531, 55.494228078], [12.916666441, 55.533333]]]}, "properties": {"feature_id": "aurora-0", "cable_id": "aurora", "name": "Aurora", "color": "#43499e", "owners": "GlobalConnect", "rfs_year": 2024, "decommission_year": null, "length_km": 500.0, "url": "https://www.globalconnectcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[147.071260049, -38.443402817], [147.037470073, -38.817823973], [146.924970153, -40.549228298], [146.850170206, -41.033054195]]]}, "properties": {"feature_id": "basslink-0", "cable_id": "basslink", "name": "Basslink", "color": "#9dc93b", "owners": "Basslink Telecoms", "rfs_year": 2005, "decommission_year": null, "length_km": 298.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.975467, 35.005433], [140.160912444, 34.898592963], [140.174974934, 34.690726477], [140.174974935, 34.405022751], [140.287474855, 33.939640088], [142.1999735, 32.812318783], [143.549972544, 30.901396089], [147.599969675, 23.298598066], [148.949968718, 16.534196198], [148.499969037, 13.710817738], [148.499969037, 13.273238158], [151.199967124, 9.967915187], [153.449965531, 8.190543418], [156.149963618, 4.16491285], [157.499962661, -0.33140933], [158.399962024, -3.029995968], [159.974960908, -4.825692499], [161.999959474, -6.616650693], [162.899958836, -8.401139048], [163.349958517, -10.17745743], [162.899958836, -13.69898727], [160.199960749, -18.880139975], [158.399962024, -25.540896076], [157.04996298, -28.743810281], [154.869566909, -31.851465666], [151.979267318, -33.691323153], [151.228487104, -33.88203865]], [[136.873997273, 34.336828252], [137.699976688, 33.283811019], [138.59997605, 32.62301664], [140.849974456, 31.670513047], [143.549972544, 30.901396089]], [[148.499969037, 13.710817738], [147.149969994, 13.929303843], [146.249970631, 13.929303843], [145.349971269, 13.710817738], [144.808126406, 13.543635829], [144.808126406, 13.543635829], [144.808126406, 13.543635829], [145.349971269, 13.054150695], [146.249970631, 12.615395567], [147.149969994, 12.615395567], [148.499969037, 13.273238158]], [[151.228487104, -33.88203865], [151.245087093, -33.808913582], [151.245087093, -33.737123051], [151.944937469, -33.624648583], [154.869566909, -31.851465666]], [[136.873997273, 34.336828252], [137.699976688, 34.12610104], [138.59997605, 34.219177705], [139.499975412, 34.57501888], [139.921850113, 34.760073523], [140.062475014, 34.898592963], [140.108232352, 34.967799876], [140.062475014, 35.013847698], [139.975467, 35.005433]]]}, "properties": {"feature_id": "australia-japan-cable-ajc-0", "cable_id": "australia-japan-cable-ajc", "name": "Australia-Japan Cable (AJC)", "color": "#46bfb2", "owners": "AT&T, NTT, Softbank, Telstra, Verizon", "rfs_year": 2001, "decommission_year": null, "length_km": 12700.0, "url": "https://ajcable.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.946480599, 1.327258926], [103.781250716, 1.018534217], [103.781250716, 0.793562653], [104.175000437, 0.513331356], [104.849999959, 0.400835034], [105.29999964, 0.118588419], [105.974999162, -0.781386636], [106.764498603, -2.130918481], [107.015623424, -3.029995968], [106.987498445, -4.601453765], [106.537498764, -5.161910662], [106.312498923, -5.497950688], [105.749999322, -5.945707155], [105.29999964, -6.16945053], [105.0749998, -6.616650693], [105.29999964, -7.509810688], [105.974999162, -10.398839577], [106.199999003, -11.943944932], [107.999997727, -15.44102366], [109.799996452, -20.433922198], [112.049994859, -27.153831285], [113.399993902, -30.309953345], [113.849993584, -30.890946871], [115.857312162, -31.95344133]], [[105.749999322, -5.945707155], [105.883909209, -6.07369891]], [[105.974999162, -10.398839577], [105.862499242, -10.398839577], [105.697069844, -10.437358646]]]}, "properties": {"feature_id": "australia-singapore-cable-asc-0", "cable_id": "australia-singapore-cable-asc", "name": "Australia-Singapore Cable (ASC)", "color": "#c82026", "owners": "Vocus Communications", "rfs_year": 2018, "decommission_year": null, "length_km": 4600.0, "url": "https://www.australiasingaporecable.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[43.489203584, -11.92311598], [43.489203584, -12.045379518], [43.312543553, -12.053986863], [43.200043633, -11.943944932], [43.243305321, -11.700586528]], [[44.400042783, -12.166274799], [44.400042783, -11.921730512], [44.650042605, -11.921730512], [45.233294145, -12.539377089], [45.233294145, -12.783297382]]]}, "properties": {"feature_id": "avassa-0", "cable_id": "avassa", "name": "Avassa", "color": "#bf6b28", "owners": "Comores Telecom, STOI", "rfs_year": 2016, "decommission_year": null, "length_km": 260.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.2528365, 38.46463273], [139.337475527, 38.358355302], [139.391725489, 38.27008535], [139.4757437, 38.22191642]], [[139.2528365, 38.46463273], [139.279225569, 38.358355302], [139.33347553, 38.27008535], [139.4757437, 38.22191642]]]}, "properties": {"feature_id": "awashima-murakami-0", "cable_id": "awashima-murakami", "name": "Awashima-Murakami", "color": "#61bb46", "owners": "Awashimaura Village", "rfs_year": 2022, "decommission_year": null, "length_km": 66.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-27.963385955, 39.011408459], [-28.12490584, 38.827311095], [-28.349905681, 38.827311095], [-28.349905681, 38.739615314], [-28.213135778, 38.684292092], [-28.462405601, 38.651811713], [-28.64751547, 38.525404312], [-28.574905521, 38.475881348], [-28.461235602, 38.432669664], [-28.349905681, 38.299520606], [-25.296927843, 36.902508599], [-25.141217954, 36.957153622], [-25.072268003, 36.875955342], [-24.918608111, 36.956841978], [-24.974908072, 37.232354322], [-25.537407673, 37.589786574], [-25.66870758, 37.739604626], [-25.874907434, 37.678877929], [-26.774906796, 38.034173901], [-27.112406558, 38.475881348], [-27.215776484, 38.658902437], [-27.449906318, 38.651811713], [-27.674906159, 38.651811713], [-27.963385955, 39.011408459]]]}, "properties": {"feature_id": "azores-fiber-optic-system-afos-0", "cable_id": "azores-fiber-optic-system-afos", "name": "Azores Fiber Optic System (AFOS)", "color": "#514da0", "owners": "Altice Portugal", "rfs_year": 1998, "decommission_year": null, "length_km": 1100.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.718388992, 55.523118197], [8.383735293, 55.373632004], [7.644797668, 55.324585758], [6.975069295, 54.034038257], [6.816022175, 53.442804691]]]}, "properties": {"feature_id": "cobracable-0", "cable_id": "cobracable", "name": "COBRAcable", "color": "#59af46", "owners": "Relined", "rfs_year": 2019, "decommission_year": null, "length_km": 304.0, "url": "https://www.tennet.eu/our-projects/international-connections"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-73.682983566, 20.950514349], [-73.845923451, 20.144772979], [-73.912373404, 19.952622905], [-73.687373563, 19.104405476], [-72.834344168, 18.611932473], [-72.510274397, 18.611932473], [-72.343134516, 18.542878441]], [[-73.682983566, 20.950514349], [-73.574873643, 21.425997872], [-73.349873802, 22.052985617], [-73.064134005, 22.401747619]], [[-73.064134005, 22.401747619], [-73.349873802, 22.780969585], [-73.799873484, 22.780969585]], [[-74.525702969, 24.052632415], [-74.924872687, 24.327803112], [-75.525902261, 24.403328403]], [[-74.525702969, 24.052632415], [-74.812372766, 23.298598066], [-74.966182657, 23.09834404]], [[-74.966182657, 23.09834404], [-74.866622728, 23.298598066], [-74.840492746, 23.652235484]], [[-73.682983566, 20.950514349], [-73.799873484, 21.2163979], [-75.149872527, 21.844294079], [-75.733372114, 22.183257204]], [[-75.733372114, 22.183257204], [-75.599872208, 22.469443965], [-75.599872208, 23.298598066], [-75.149872527, 23.711258142], [-74.840492746, 23.652235484]], [[-75.525902261, 24.403328403], [-75.824872049, 24.532657566], [-75.824872049, 24.941363172], [-76.240641754, 25.196209452]], [[-75.780142081, 23.516551982], [-75.712372129, 23.711258142], [-76.04987189, 24.259444486], [-76.574451519, 24.424991123], [-76.04987189, 24.532657566], [-75.937371969, 24.941363172], [-76.240641754, 25.196209452]], [[-76.240641754, 25.196209452], [-76.949871252, 25.043329057], [-77.340200976, 25.067217614]], [[-76.240641754, 25.196209452], [-76.240641754, 25.294427933], [-76.831171336, 25.712041257], [-77.287371013, 25.754704263], [-77.399530934, 26.025295617]], [[-77.340200976, 25.067217614], [-77.399870933, 24.941363172], [-77.844600618, 24.689713881]], [[-77.340200976, 25.067217614], [-77.399870933, 25.348717422], [-78.187370375, 26.159307971], [-78.736739986, 26.516994686]], [[-77.399530934, 26.025295617], [-77.962370535, 26.159307971], [-78.736739986, 26.516994686]], [[-73.799873484, 22.780969585], [-74.024873327, 22.884654114], [-74.362373085, 23.298598066], [-74.362373085, 23.711258142], [-74.525702969, 24.052632415]], [[-75.780142081, 23.516551982], [-75.599872208, 23.711258142], [-75.149872527, 23.814220515], [-74.840492746, 23.652235484]]]}, "properties": {"feature_id": "bahamas-domestic-submarine-network-bdsni-0", "cable_id": "bahamas-domestic-submarine-network-bdsni", "name": "Bahamas Domestic Submarine Network (BDSNi)", "color": "#2aae5d", "owners": "Bahamas Telecommunications Company", "rfs_year": 2006, "decommission_year": null, "length_km": 2735.0, "url": "http://www.btcbahamas.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-78.736739986, 26.516994686], [-78.299870296, 26.159307971], [-77.512370854, 25.348717422], [-77.452990896, 25.06844951], [-77.399870933, 25.348717422], [-77.174871093, 25.450342947], [-76.787661367, 25.407833242]], [[-76.787661367, 25.407833242], [-77.174871093, 25.551882759], [-77.399870933, 25.754704263], [-77.399530934, 26.025295617], [-77.399870933, 26.159307971], [-77.174871093, 26.260240972], [-77.174871093, 26.562513149], [-77.399870933, 26.863990174], [-77.821940634, 26.912500053], [-77.962370535, 26.847150891], [-78.074870456, 26.797064317], [-78.151720401, 26.703096292], [-78.299870296, 26.671579137], [-78.524870137, 26.596273524], [-78.736739986, 26.516994686]], [[-78.736739986, 26.516994686], [-79.199869658, 26.361086325], [-79.649869339, 26.361086325], [-80.088931552, 26.350584577]]]}, "properties": {"feature_id": "bahamas-internet-cable-system-bics-0", "cable_id": "bahamas-internet-cable-system-bics", "name": "Bahamas Internet Cable System (BICS)", "color": "#209fb8", "owners": "Caribbean Crossings", "rfs_year": 2001, "decommission_year": null, "length_km": 1100.0, "url": "https://www.rev.bs/business-solutions/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-0.376975497, 39.459646713], [0.450073917, 39.351217571], [2.250072642, 39.351217571], [2.60525239, 39.552326185]]]}, "properties": {"feature_id": "balalink-0", "cable_id": "balalink", "name": "Balalink", "color": "#3a4ea1", "owners": "IslaLink", "rfs_year": 2001, "decommission_year": null, "length_km": 274.0, "url": "http://www.islalink.es"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[115.74667224, -8.386260161], [115.933242108, -8.401139048], [116.047262027, -8.485465011]]]}, "properties": {"feature_id": "balok-0", "cable_id": "balok", "name": "BALOK", "color": "#35bba4", "owners": "XLSmart", "rfs_year": 2016, "decommission_year": null, "length_km": 60.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[21.375059094, 59.537378139], [20.250059891, 59.451717319], [18.900060847, 59.33716442], [18.06276144, 59.332309018], [18.900060847, 59.394489267], [20.250059891, 59.508848682], [21.375059094, 59.622821769], [23.85005734, 59.679663707], [24.412556942, 59.793058907], [24.932476574, 60.171163189], [24.918806583, 60.074867996], [24.862556623, 59.962431634], [24.750056703, 59.679663707], [24.752496701, 59.436399859], [24.412556942, 59.565883463], [23.85005734, 59.565883463], [21.375059094, 59.537378139]]]}, "properties": {"feature_id": "baltic-sea-submarine-cable-0", "cable_id": "baltic-sea-submarine-cable", "name": "Baltic Sea Submarine Cable", "color": "#2fbfcc", "owners": "CITIC Telecom International", "rfs_year": 2000, "decommission_year": null, "length_km": 1042.0, "url": "https://www.citictel.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[13.82828444, 55.431331651], [13.950064354, 55.334580613], [14.400064035, 55.013346757], [14.850063716, 55.013346757], [14.992153615, 55.031146415], [15.075063557, 54.884127438], [15.412563318, 54.559258766], [15.575063202, 54.172633545]], [[11.940005778, 54.577236267], [12.60006531, 54.624440878], [13.500064672, 54.884127438], [14.400064035, 54.948789024], [14.850063716, 54.948789024], [14.992153615, 55.031146415]]]}, "properties": {"feature_id": "baltica-0", "cable_id": "baltica", "name": "Baltica", "color": "#5f459b", "owners": "Arelion, Orange Polska, Slovak Telekom, TDC Group, Telenor, Ukrtelecom", "rfs_year": 1997, "decommission_year": null, "length_km": 437.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[96.441705916, 14.83337908], [95.125006848, 14.97028106], [94.000007645, 15.621365811], [93.375008088, 16.749771316], [92.925008406, 17.823934413], [92.137508963, 19.952622905], [91.994829066, 21.429274567]]]}, "properties": {"feature_id": "bangladesh-private-cable-system-bpcs-0", "cable_id": "bangladesh-private-cable-system-bpcs", "name": "Bangladesh Private Cable System (BPCS)", "color": "#939597", "owners": "CdNet Communications, Metacore Subcom, Summit Communications", "rfs_year": 2026, "decommission_year": null, "length_km": 1300.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[104.016637, 1.066798], [103.500000916, 1.173168272], [103.340651028, 1.187327758], [102.68279724, 1.502034278], [102.150001872, 1.693340823], [101.728127171, 1.721403338], [101.447662369, 1.665522797]], [[101.447662369, 1.665522797], [101.728127171, 1.777527123], [101.925002031, 1.91822878], [102.220901822, 2.273260324]]]}, "properties": {"feature_id": "batam-dumai-melaka-bdm-0", "cable_id": "batam-dumai-melaka-bdm", "name": "Batam Dumai Melaka (BDM)", "color": "#3cbba0", "owners": "Moratelindo, Telekom Malaysia", "rfs_year": 2009, "decommission_year": null, "length_km": 353.0, "url": "http://www.moratelindo.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.147751165, 1.677427721], [103.340651028, 1.383978004], [103.500000916, 1.271308357], [103.668750796, 1.074774789], [103.781250716, 1.018534217], [104.013757001, 1.065548217]]]}, "properties": {"feature_id": "batam-rengit-cable-system-brcs-0", "cable_id": "batam-rengit-cable-system-brcs", "name": "Batam-Rengit Cable System (BRCS)", "color": "#9f2f87", "owners": "XLSmart", "rfs_year": 2007, "decommission_year": null, "length_km": 64.0, "url": "https://www.xl.co.id/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[110.293596103, 1.675048741], [110.024996293, 1.91822878], [109.574996612, 2.367912559], [106.199999003, 2.143087178], [104.737500039, 1.468426767], [104.625000119, 1.369994553], [104.287900357, 1.173518199], [104.133100467, 1.173205764]]]}, "properties": {"feature_id": "batam-sarawak-internet-cable-system-basics-0", "cable_id": "batam-sarawak-internet-cable-system-basics", "name": "Batam Sarawak Internet Cable System (BaSICS)", "color": "#3660ac", "owners": "Irix Sdn Bhd", "rfs_year": 2021, "decommission_year": null, "length_km": 762.0, "url": "https://www.irix.my/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.987010571, 1.389451397], [103.950025597, 1.185378177], [104.016637, 1.066798]]]}, "properties": {"feature_id": "batam-singapore-cable-system-bscs-0", "cable_id": "batam-singapore-cable-system-bscs", "name": "Batam Singapore Cable System (BSCS)", "color": "#ac3781", "owners": "Telkom Indonesia", "rfs_year": 2009, "decommission_year": null, "length_km": 73.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[58.725032635, 24.941363172], [58.162533033, 24.019900203], [57.886053228, 23.678723426]], [[97.425005219, 7.131299529], [95.400006654, 6.504566781], [94.275007451, 6.380356264], [92.700008566, 5.510071712], [90.000010479, 5.510071712], [85.500013667, 4.613591579], [81.000016855, 3.491423322], [79.650017811, 3.865649782], [78.695130485, 4.389285926], [75.940244433, 6.852191099], [73.745133991, 9.524411345], [72.395134948, 13.492128176], [72.00002323, 16.965102599], [66.825026896, 20.585819096], [62.662529845, 23.917101291], [59.850032656, 24.839308764], [58.725032635, 24.941363172], [56.92503391, 25.017845517], [56.333724329, 25.121690005]], [[72.00002323, 16.965102599], [72.87590261, 19.076074257]], [[80.242987391, 13.063853102], [81.450016536, 12.615395567], [83.700014942, 12.175887186], [89.100011117, 10.853089691], [93.150008248, 9.296323018], [95.400006654, 7.967776882], [97.425005219, 7.131299529], [99.675003625, 5.622041181], [100.409823104, 5.368393581]], [[79.889377642, 6.820776085], [79.537517891, 5.957818681], [78.450834281, 4.58064509]]]}, "properties": {"feature_id": "bay-of-bengal-gateway-bbg-0", "cable_id": "bay-of-bengal-gateway-bbg", "name": "Bay of Bengal Gateway (BBG)", "color": "#a4332b", "owners": "AT&T, China Telecom, Dialog Axiata, Reliance Jio Infocomm, Telekom Malaysia, Telstra, Vodafone, Zain Omantel International, e&", "rfs_year": 2016, "decommission_year": null, "length_km": 8100.0, "url": "https://www.bayofbengalgateway.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[21.011189351, 56.508369141], [20.812559492, 56.407518054], [20.812559492, 56.157725786], [21.082679301, 56.02850685]]]}, "properties": {"feature_id": "bcs-east-0", "cable_id": "bcs-east", "name": "BCS East", "color": "#bc6f29", "owners": "Arelion", "rfs_year": 1995, "decommission_year": null, "length_km": 97.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[21.082679301, 56.02850685], [20.700059572, 56.157725786], [19.125060688, 57.329781117], [18.829450897, 57.439735893]]]}, "properties": {"feature_id": "bcs-east-west-interlink-0", "cable_id": "bcs-east-west-interlink", "name": "BCS East-West Interlink", "color": "#348bcb", "owners": "Arelion", "rfs_year": 1997, "decommission_year": null, "length_km": 218.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-1.367483365, 50.786765157], [-1.321446772, 50.760250496]]]}, "properties": {"feature_id": "cowes-fawley-2-0", "cable_id": "cowes-fawley-2", "name": "Cowes-Fawley 2", "color": "#8fc73e", "owners": "BT", "rfs_year": 2018, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[24.932476574, 60.171163189], [24.412556942, 59.906069925], [23.85005734, 59.793058907], [22.966757966, 59.823408641], [22.612558217, 59.906069925], [22.275058456, 60.018697622], [22.298598439, 60.305754431], [22.050058615, 60.074867996], [21.375059094, 59.849612385], [20.250059891, 59.736409384], [19.91256013, 59.962431634], [19.937760112, 60.114035755], [19.687560289, 59.962431634], [19.125060688, 59.622821769], [18.688360997, 59.292766766]]]}, "properties": {"feature_id": "bcs-north---phase-1-0", "cable_id": "bcs-north---phase-1", "name": "BCS North - Phase 1", "color": "#38b77b", "owners": "Arelion", "rfs_year": 1998, "decommission_year": null, "length_km": 513.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[26.883645191, 60.501141253], [26.775055268, 60.354289475], [26.100055746, 60.130942866], [25.200056384, 60.130942866], [24.932476574, 60.171163189]], [[26.883645191, 60.501141253], [27.000055109, 60.354289475], [27.168804989, 60.130942866], [27.45005479, 59.962431634], [28.125054312, 59.849612385], [28.499954046, 59.799986209]]]}, "properties": {"feature_id": "bcs-north---phase-2-0", "cable_id": "bcs-north---phase-2", "name": "BCS North - Phase 2", "color": "#b1d235", "owners": "Arelion", "rfs_year": 2000, "decommission_year": null, "length_km": 280.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[35.897798806, 34.891703286], [35.775048893, 34.68301766], [35.859228833, 34.43974246], [35.550049052, 34.312151652], [35.485109098, 33.892637128], [35.325049211, 33.565491482], [35.386379168, 33.450192316]]]}, "properties": {"feature_id": "berytar-0", "cable_id": "berytar", "name": "BERYTAR", "color": "#c02028", "owners": "Lebanese Ministry of Telecommunications, Syrian Telecommunications Establishment", "rfs_year": 1997, "decommission_year": null, "length_km": 134.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[102.571710906, 5.791616725], [102.722906469, 5.906566564], [102.754709979, 5.902883822]]]}, "properties": {"feature_id": "besut-perhentian-islands-0", "cable_id": "besut-perhentian-islands", "name": "Besut-Perhentian Islands", "color": "#7ab542", "owners": "Telekom Malaysia", "rfs_year": 2019, "decommission_year": null, "length_km": 21.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[78.145228877, 8.802499063], [78.300018767, 8.190543418], [79.20001813, 6.852191099], [79.866817658, 6.833088157]]]}, "properties": {"feature_id": "bharat-lanka-cable-system-0", "cable_id": "bharat-lanka-cable-system", "name": "Bharat Lanka Cable System", "color": "#26ae4a", "owners": "Bharat Sanchar Nigam Ltd. (BSNL), Sri Lanka Telecom", "rfs_year": 2006, "decommission_year": null, "length_km": 325.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-54.950186837, -34.900416027], [-55.574886394, -35.59302881], [-56.024886076, -35.958118199], [-56.6954456, -36.470955276]]]}, "properties": {"feature_id": "bicentenario-0", "cable_id": "bicentenario", "name": "Bicentenario", "color": "#52b847", "owners": "Antel Uruguay, Telecom Argentina", "rfs_year": 2011, "decommission_year": null, "length_km": 250.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.562471826, 13.929303843], [143.999972225, 13.273238158], [137.249977007, 11.735650161], [133.199979876, 9.967915187], [129.599982426, 7.893494253], [126.449984657, 5.659359572], [124.199986251, 3.865649782], [120.599988802, 2.367912559], [119.249989757, 1.018534217], [119.024989915, 0.568578853], [118.316292352, -0.810555325], [117.851906319, -1.290401396], [117.739410828, -1.515333652], [117.487491006, -2.730375485], [116.583101647, -4.179995582], [114.679921141, -5.049857167], [112.049994859, -4.377144376], [110.024996292, -3.479268679], [109.34999677, -3.029995968], [106.312498923, -0.33140933], [105.637499401, 0.118588419], [104.849999959, 0.568578853], [104.175000437, 0.685071778], [103.893750637, 0.793562653], [103.893750637, 1.018534217], [103.646090812, 1.338585852]], [[179.999946722, 27.097918575], [173.699951185, 25.484199087], [160.199960748, 22.191942631], [151.199967124, 18.678647022], [145.799970949, 16.246388217], [144.674971746, 14.365653759], [144.562471826, 13.929303843], [144.776751674, 13.490037505]], [[124.199986251, 3.865649782], [124.649985933, 1.80578828], [124.839635798, 1.490779296]], [[126.449984657, 5.659359572], [126.224984816, 5.957818681], [125.612875876, 7.079988883]], [[109.34999677, -3.029995968], [107.999997728, -4.601453765], [107.549998047, -5.273944364], [106.827828558, -6.171876391]], [[-122.849838736, 35.052229911], [-121.949839375, 34.312151652], [-120.59984033, 33.565491482], [-117.449842561, 32.338311578], [-117.063784425, 32.357598675]], [[-123.973409356, 45.146590361], [-125.099837142, 44.534664163], [-129.599833954, 43.073310783], [-138.599827579, 40.387320291], [-151.199818653, 37.708551305], [-163.799809727, 34.06399293], [-172.79980979, 30.255702942], [-179.999800397, 27.097918575]]]}, "properties": {"feature_id": "bifrost-0", "cable_id": "bifrost", "name": "Bifrost", "color": "#f5ae1a", "owners": "Keppel T&T, Meta, Telin", "rfs_year": 2025, "decommission_year": null, "length_km": 19888.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-120.621521815, 35.120949368], [-122.849838736, 35.052229911], [-129.599833954, 38.299520606], [-138.599827579, 40.387320291]]]}, "properties": {"feature_id": "bifrost-1", "cable_id": "bifrost", "name": "Bifrost", "color": "#939597", "owners": "Keppel T&T, Meta, Telin", "rfs_year": 2025, "decommission_year": null, "length_km": 19888.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[105.164259737, -2.065142653], [104.96249988, -2.243336429], [104.874511661, -2.295346349]], [[105.883909209, -6.07369891], [105.721874341, -5.973680124], [105.584960376, -5.769333078]]]}, "properties": {"feature_id": "biznet-nusantara-cable-system-1-bncs-1-0", "cable_id": "biznet-nusantara-cable-system-1-bncs-1", "name": "Biznet Nusantara Cable System-1 (BNCS-1)", "color": "#c46628", "owners": "Biznet", "rfs_year": 2024, "decommission_year": null, "length_km": 105.0, "url": "https://www.biznetnetworks.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.775068019, 43.510031008], [7.200069135, 43.155434676], [6.412569693, 42.82627801], [5.962570011, 42.82627801], [5.37253043, 43.293627789]], [[22.050058615, 35.679119358], [21.600058934, 35.861676406], [18.000061485, 37.052999364], [15.750063078, 37.678877929], [15.525063237, 38.063704551], [15.637563158, 38.240638159], [15.300063397, 38.505232979], [14.850063715, 38.681091555]], [[34.769679605, 32.045011858], [33.750050327, 32.433313306], [31.05005224, 33.189714665]], [[35.005095, 29.602772334], [34.650049689, 31.030017263], [34.650049689, 31.51079843], [34.769679605, 32.045011858]], [[8.775068019, 43.510031008], [9.00006786, 44.051519229]], [[8.775068019, 43.510031008], [9.337567621, 43.401144973], [9.450067542, 43.073310783], [9.562567461, 42.908732428], [9.450881, 42.688338873]], [[11.137566345, 41.069340438], [11.700065947, 41.266945072], [12.262565548, 41.520132021], [12.49576, 41.90311]], [[10.687566664, 41.520132021], [9.900067222, 41.182330346], [9.613157425, 41.004773688]], [[24.012167225, 35.512042559], [23.73755742, 35.87687057], [22.950057978, 36.058973123], [22.050058615, 35.679119358]], [[32.466651236, 34.766571697], [31.50005192, 33.970745364], [31.05005224, 33.189714665], [25.200056384, 34.61360601], [23.400057659, 35.174931787], [22.050058615, 35.679119358]], [[14.850063715, 38.681091555], [13.500064672, 38.85651905], [12.150065628, 39.698323355], [11.137566345, 41.069340438], [10.687566664, 41.520132021], [10.125067061, 42.412354501], [9.900067221, 43.073310783], [9.618817421, 43.401144973], [9.00006786, 44.051519229]], [[9.00006786, 44.051519229], [8.938867904, 44.410357529]], [[14.850063715, 38.681091555], [13.950064353, 38.417142223], [13.358654773, 38.116121617]]]}, "properties": {"feature_id": "blue-0", "cable_id": "blue", "name": "Blue", "color": "#7c287d", "owners": "Google, Sparkle, Zain Omantel International", "rfs_year": 2023, "decommission_year": null, "length_km": 5055.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.070165685, 67.502559695], [12.150065629, 67.439493195], [13.950064354, 67.266219473], [14.400064035, 67.285997541]]]}, "properties": {"feature_id": "bodo-rost-cable-0", "cable_id": "bodo-rost-cable", "name": "Bodo-Rost Cable", "color": "#395eab", "owners": "Telenor", "rfs_year": 2016, "decommission_year": null, "length_km": 109.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[119.500379581, 10.82000049], [120.149989121, 10.975828449], [120.599988802, 11.735650161], [120.824988642, 12.175887186], [121.050188483, 12.363012915]], [[120.200769085, 12.005434247], [120.374988961, 11.845776374], [120.599988802, 11.735650161]], [[121.944812068, 11.94926602], [121.935930355, 11.937514333], [121.950777844, 11.930929802]]]}, "properties": {"feature_id": "boracay-palawan-submarine-cable-system-bpscs-0", "cable_id": "boracay-palawan-submarine-cable-system-bpscs", "name": "Boracay-Palawan Submarine Cable System (BPSCS)", "color": "#2b51a3", "owners": "Globe Telecom", "rfs_year": 2013, "decommission_year": null, "length_km": 332.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[21.616368923, 63.095388681], [21.375059094, 63.09669187], [21.150059253, 63.09669187], [20.700059572, 63.274313071], [20.475059731, 63.526173424], [20.394303098, 63.702515694], [20.263049881, 63.825952662]]]}, "properties": {"feature_id": "botnia-0", "cable_id": "botnia", "name": "Botnia", "color": "#dba926", "owners": "Arelion", "rfs_year": 1994, "decommission_year": null, "length_km": 93.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[33.610600426, 34.827281473], [33.975050168, 34.68301766], [35.10004937, 34.157138], [35.485109098, 33.892637128]], [[35.485109098, 33.892637128], [35.521924071, 33.900742507], [35.563039042, 33.891898351]]]}, "properties": {"feature_id": "cadmos-0", "cable_id": "cadmos", "name": "CADMOS", "color": "#5d4a9e", "owners": "A1 Telekom Austria, AT&T, Cyta, Deutsche Telekom, Lebanese Ministry of Telecommunications, Orange, Sparkle, Syrian Telecommunications Establishment, Tata Communications", "rfs_year": 1995, "decommission_year": null, "length_km": 230.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-35.21118082, -5.79484261], [-34.874901058, -6.16945053], [-34.762401138, -6.616650693], [-34.861031068, -7.115296841], [-34.649901218, -7.398261495], [-34.649901218, -7.732822794], [-34.87197106, -8.055326726], [-34.762401138, -8.401139048], [-35.099900899, -9.290424301], [-35.734960449, -9.652223223], [-35.887400341, -10.17745743], [-36.449899943, -10.730617683], [-37.0747995, -10.909607686], [-37.012399544, -11.172420921], [-37.181149425, -11.558448515], [-37.570509149, -11.846669757], [-37.687399066, -12.273935], [-38.024898827, -12.822995626], [-38.504488487, -12.969972035], [-38.474898508, -13.480286782], [-38.699898349, -14.244842547], [-39.047698102, -14.787969164], [-38.812398269, -15.224032285], [-38.699898349, -15.874323282], [-38.812398269, -16.306693066], [-39.06468809, -16.451075728], [-38.924898189, -16.95345499], [-38.924898189, -17.597998996], [-39.374897871, -18.453813776], [-39.859127527, -18.716690159], [-39.599897711, -18.986553257], [-39.599897711, -19.72952545], [-39.824897552, -20.152543786], [-40.301657214, -20.294028447], [-40.499897074, -20.995131543], [-41.0272367, -21.631144868], [-40.949896755, -21.832990805], [-41.174896595, -22.250099679], [-41.399896436, -22.354184084], [-41.785636163, -22.371792111], [-41.849896117, -22.665969968], [-42.299895798, -23.080583506], [-42.74989548, -23.080583506], [-43.209565154, -22.903486555]]]}, "properties": {"feature_id": "brazilian-festoon-0", "cable_id": "brazilian-festoon", "name": "Brazilian Festoon", "color": "#a36929", "owners": "Embratel", "rfs_year": 1996, "decommission_year": null, "length_km": 2552.0, "url": "http://www.embratel.com.br"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[129.558872455, 35.99041429], [129.712482346, 35.541926813], [130.274981947, 34.312151652], [130.150502036, 33.597549135]]]}, "properties": {"feature_id": "bridge-one-0", "cable_id": "bridge-one", "name": "Bridge One", "color": "#939597", "owners": "DCT Telecom", "rfs_year": 2026, "decommission_year": null, "length_km": 330.0, "url": "http://dctcable.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-43.209563123, -22.903495209], [-42.299895798, -23.905969262], [-40.949896755, -24.316706749], [-37.349899305, -23.493922446], [-32.849902493, -18.026426384], [-31.049903768, -13.69898727], [-29.924904565, -9.290424301], [-31.499903437, -4.825692487], [-35.54990058, 0.568578853], [-41.399896436, 7.744889053], [-48.599891335, 14.801154225], [-57.59988496, 21.2163979], [-63.449880816, 24.941363172], [-69.299876671, 29.736069497], [-73.349873802, 33.565491482], [-75.599872208, 35.7856619], [-75.824872049, 36.149866787], [-76.059198055, 36.755008441]], [[-35.54990058, 0.568578853], [-36.899899624, -0.781386636], [-38.542964866, -3.718736533]], [[-63.449880816, 24.941363172], [-65.699879222, 20.375041253], [-66.149878903, 19.104405476], [-66.106666043, 18.466105419]]]}, "properties": {"feature_id": "brusa-0", "cable_id": "brusa", "name": "BRUSA", "color": "#c86d28", "owners": "Telxius", "rfs_year": 2018, "decommission_year": null, "length_km": 11000.0, "url": "http://www.telxius.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.310761293, 58.20906859], [-6.119061429, 58.136377322], [-5.475071885, 57.976955283], [-5.196212083, 57.934079351]], [[-7.008370799, 57.769407151], [-6.914620866, 57.678953761], [-7.022330789, 57.585685134], [-7.163350689, 57.599372953]], [[-7.274140611, 57.366690449], [-7.038200778, 57.366690449], [-6.792990952, 57.544832253], [-6.692891023, 57.544832253], [-6.581661102, 57.436323635]], [[-7.328140573, 57.105535539], [-7.320160578, 57.093533958], [-7.312180584, 57.08152849], [-7.307195588, 57.077574719], [-7.302210591, 57.073620526], [-7.316690581, 57.04945955], [-7.331170571, 57.025282845], [-7.390325529, 57.025282845], [-7.449480487, 57.025282845]], [[-5.90646158, 57.059207937], [-5.85017162, 57.028613619], [-5.820431641, 57.008482923]], [[-5.245382048, 56.722533266], [-5.239522052, 56.722050412], [-5.233662056, 56.721567552]], [[-6.808510941, 56.503788802], [-6.715941006, 56.466098657], [-6.356171261, 56.582124582], [-6.272381321, 56.582124582]], [[-6.093961447, 56.688570262], [-6.070281464, 56.652798872], [-6.070281464, 56.621850655]], [[-5.669351748, 56.455844174], [-5.556821828, 56.455844174], [-5.475801885, 56.437765011]], [[-5.365791963, 56.019420019], [-5.343501979, 56.01385286], [-5.321211994, 56.008284897]], [[-5.614571787, 55.891682498], [-5.858221614, 55.833673555], [-5.953831546, 55.833673555]], [[-6.08991145, 55.846750945], [-6.098116444, 55.847244981], [-6.106321438, 55.847739011]], [[-6.125411425, 55.636120777], [-5.96242154, 55.589707113], [-5.697581728, 55.565501436]], [[-5.533421844, 55.47654966], [-5.420921924, 55.47654966], [-5.332101987, 55.5019429]], [[-5.019992208, 55.869413988], [-5.041792192, 55.864001989], [-5.063592177, 55.858589235]], [[-5.141422122, 55.643559474], [-5.000747221, 55.659422655], [-4.8893723, 55.693048935]], [[-4.867302316, 55.793341241], [-4.883882304, 55.786751944], [-4.900462293, 55.780161533]], [[-5.028092202, 55.751841577], [-4.985982232, 55.747308137], [-4.943872262, 55.74277417]], [[-2.939523682, 59.279768213], [-3.093673573, 59.241407619], [-3.149923533, 59.183824132], [-3.095073572, 59.118039876]]]}, "properties": {"feature_id": "bt-highlands-and-islands-submarine-cable-system-0", "cable_id": "bt-highlands-and-islands-submarine-cable-system", "name": "BT Highlands and Islands Submarine Cable System", "color": "#48c1c4", "owners": "BT", "rfs_year": 2014, "decommission_year": null, "length_km": 402.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-3.357053386, 54.210914913], [-3.599923214, 54.165971787], [-4.274922736, 54.165971787], [-4.42385263, 54.167289004]]]}, "properties": {"feature_id": "bt-mt-1-0", "cable_id": "bt-mt-1", "name": "BT-MT-1", "color": "#d12c7d", "owners": "BT, Manx Telecom", "rfs_year": 1990, "decommission_year": null, "length_km": 80.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.331559153, 38.690161972], [-9.431509083, 38.612065682], [-9.352749138, 38.442695702], [-9.202699245, 38.364714432], [-9.102749316, 38.443079483]]]}, "properties": {"feature_id": "bugio-0", "cable_id": "bugio", "name": "BUGIO", "color": "#d33894", "owners": "Altice Portugal", "rfs_year": 1996, "decommission_year": null, "length_km": 73.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[33.610600426, 34.827281473], [33.975050168, 34.590455883], [35.10004937, 34.06399293], [35.485109098, 33.892637128]]]}, "properties": {"feature_id": "cadmos-2-0", "cable_id": "cadmos-2", "name": "CADMOS-2", "color": "#939597", "owners": "Cyta, Lebanese Ministry of Telecommunications", "rfs_year": 2026, "decommission_year": null, "length_km": 250.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.694701733, 13.464772962], [146.249970631, 11.735650161], [149.3999684, 9.080330768], [152.999965849, 2.367912559], [159.074961546, -3.029995968], [167.849955329, -8.846050187], [173.699964781, -13.69898727], [175.999949555, -15.657788279], [177.074948794, -18.026426384], [177.318898621, -18.100389418]], [[147.149969994, 13.710817738], [146.924970152, 12.615395567], [146.249970631, 11.735650161]], [[179.999946754, 17.395022635], [151.199967124, 13.492128176], [148.499969037, 13.492128176], [147.149969994, 13.710817738], [146.249970631, 14.692360031], [145.637512, 15.011117]], [[-157.797323408, 20.509644635], [-158.737313313, 20.585819096], [-163.799809727, 19.104405476], [-172.799803351, 19.104405476], [-179.999798251, 17.395022635]], [[179.999946722, -18.220645597], [178.874961115, -18.345879129], [178.437446, -18.123634]], [[-150.07481945, -17.168553094], [-150.07481945, -17.812341353], [-149.512319848, -17.86588684], [-149.2132918, -17.80478461]], [[-149.512319848, -17.168553094], [-149.174820088, -17.383402006], [-149.2132918, -17.80478461]], [[-158.08325, 21.33416152], [-157.797323408, 20.509644635], [-157.04981451, 18.251816319], [-155.699815465, 5.957818681], [-151.199818653, -13.69898727], [-149.512319848, -17.168553094], [-149.4561509, -17.63781322]], [[175.999949555, -15.657788279], [179.149947324, -16.09062582], [179.999946722, -16.054802406]], [[-149.456157642, -17.63781322], [-149.737326431, -17.272189292], [-150.074826191, -17.168553094], [-151.874824916, -16.95345499], [-156.599819741, -16.522522204], [-169.649812324, -16.522522204], [-177.999801915, -15.970486611], [-179.999798251, -16.054802311]], [[-179.999797337, -18.220645597], [-177.999801915, -15.970486611]]]}, "properties": {"feature_id": "bulikula-0", "cable_id": "bulikula", "name": "Bulikula", "color": "#939597", "owners": "Google", "rfs_year": 2026, "decommission_year": null, "length_km": 21600.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[23.175057819, 59.451717319], [22.950057978, 59.736409384], [22.966757966, 59.823408641]], [[24.932476574, 60.171163189], [24.412556942, 59.736409384], [23.85005734, 59.622821769], [23.175057819, 59.451717319], [22.275058456, 59.222223915], [21.150059253, 58.641677771], [20.250059891, 57.571890279], [19.125060688, 56.469711377], [17.325061963, 55.843185841], [15.300063397, 55.589707113], [14.400064035, 55.334580613], [13.500064672, 54.948789024], [12.60006531, 54.689518718], [12.150065629, 54.297485953], [12.037565708, 54.165971787], [12.132485641, 54.079177417]]]}, "properties": {"feature_id": "c-lion1-0", "cable_id": "c-lion1", "name": "C-Lion1", "color": "#7dc042", "owners": "Cinia Oy", "rfs_year": 2016, "decommission_year": null, "length_km": 1172.0, "url": "https://www.cinia.fi/en/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-25.060796683, 16.823445181], [-24.974908072, 16.642014063], [-24.637408311, 16.534196198], [-24.357135072, 16.565836522], [-24.187408629, 16.42631807], [-23.399909187, 16.534196198], [-22.935309907, 16.677097964], [-22.949909506, 16.42631807], [-22.919050153, 16.174753794], [-23.174909347, 15.994209912], [-23.343659227, 15.669513225], [-23.399909187, 15.235781783], [-23.399909187, 15.018578574], [-23.521209101, 14.92303556]]]}, "properties": {"feature_id": "cabo-verde-telecom-domestic-submarine-cable-phase-1-0", "cable_id": "cabo-verde-telecom-domestic-submarine-cable-phase-1", "name": "Cabo Verde Telecom Domestic Submarine Cable Phase 1", "color": "#b32c57", "owners": "Cabo Verde Telecom (CVT)", "rfs_year": 1997, "decommission_year": null, "length_km": 0.0, "url": "https://www.cvtelecom.cv"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-25.059408012, 17.019177136], [-25.031158032, 16.911292789], [-25.060796683, 16.823445181], [-25.077407999, 16.724585511], [-25.077407999, 16.61681385], [-23.962408789, 15.452760959], [-23.751080814, 15.276859352]]]}, "properties": {"feature_id": "cabo-verde-telecom-domestic-submarine-cable-phase-2-0", "cable_id": "cabo-verde-telecom-domestic-submarine-cable-phase-2", "name": "Cabo Verde Telecom Domestic Submarine Cable Phase 2", "color": "#364da0", "owners": "Cabo Verde Telecom (CVT)", "rfs_year": 2002, "decommission_year": null, "length_km": 0.0, "url": "https://www.cvtelecom.cv"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-22.919050153, 16.174753794], [-23.062409426, 15.994209912], [-23.231109307, 15.669513225], [-23.287409267, 15.235781783], [-23.209772603, 15.129919209], [-23.287409267, 15.018578574], [-23.521209101, 14.92303556], [-23.512409108, 14.801154225], [-23.624909028, 14.692360031], [-23.849908869, 14.583511645], [-24.29990855, 14.692360031], [-24.41240847, 14.746763925], [-24.500933798, 14.897153768], [-24.581158351, 14.855530885], [-24.695416082, 14.87299271], [-24.637408311, 15.018578574], [-24.52490839, 15.127208002], [-24.29990855, 15.235781783], [-24.074908709, 15.344299556], [-23.751080814, 15.276859352], [-24.074908709, 15.452760959], [-25.189907919, 16.61681385], [-25.189907919, 16.724585511], [-25.060796683, 16.823445181], [-25.087407992, 16.911292789], [-25.059408012, 17.019177136]]]}, "properties": {"feature_id": "cabo-verde-telecom-domestic-submarine-cable-phase-3-0", "cable_id": "cabo-verde-telecom-domestic-submarine-cable-phase-3", "name": "Cabo Verde Telecom Domestic Submarine Cable Phase 3", "color": "#21b595", "owners": "Cabo Verde Telecom (CVT)", "rfs_year": 2011, "decommission_year": null, "length_km": 0.0, "url": "https://www.cvtelecom.cv"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.754733, 42.56312], [8.775068019, 42.661038814], [8.887567939, 42.743713464], [9.225067702, 42.743713464], [9.303704, 42.681846]]]}, "properties": {"feature_id": "calvi-st-florent-0", "cable_id": "calvi-st-florent", "name": "Calvi-St. Florent", "color": "#bf3c95", "owners": "Orange", "rfs_year": 1997, "decommission_year": null, "length_km": 64.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-16.347664183, 33.047315909], [-16.424914128, 32.812318783], [-16.649913969, 32.62301664], [-16.908893786, 32.64727815], [-17.125113632, 32.558899595], [-18.449912694, 32.812318783], [-24.749908231, 36.149866787], [-25.424907754, 36.78317049], [-25.706157554, 37.589786574], [-25.66870758, 37.739604626]]]}, "properties": {"feature_id": "cam-ring-0", "cable_id": "cam-ring", "name": "CAM Ring", "color": "#a85137", "owners": "Altice Portugal", "rfs_year": 2003, "decommission_year": null, "length_km": 1120.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.506729, 10.629948016], [103.837500676, 9.524411345], [104.400000276, 8.190543418], [105.29999964, 7.967776882], [107.999997728, 8.746907464], [109.12499693, 9.967915187], [110.024996293, 12.615395567], [112.72499438, 18.251816319], [113.174994062, 20.796306105], [114.15872, 22.283323132]]]}, "properties": {"feature_id": "cambodia-hong-kong-0", "cable_id": "cambodia-hong-kong", "name": "Cambodia-Hong Kong", "color": "#939597", "owners": "Government of Cambodia", "rfs_year": 2025, "decommission_year": null, "length_km": 2715.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.363011256, 36.626272849], [-7.199920664, 36.512388212], [-8.999919388, 35.419780517], [-11.024917954, 33.939640088], [-14.624915404, 29.736069497], [-15.074915085, 28.951554732], [-15.412414846, 28.557045466], [-15.524914766, 28.359233526], [-16.031164407, 28.292958703], [-16.518014063, 28.059088061]], [[-15.412414846, 28.557045466], [-15.299914925, 28.458185766], [-15.243664965, 28.161052262], [-15.299914925, 28.06182366], [-15.398744855, 27.959394261]], [[-16.518014063, 28.059088061], [-16.424914128, 27.96250336], [-16.537414049, 27.863091577], [-16.762413889, 27.863091577], [-16.981213734, 28.159242763], [-17.09991365, 28.359233526], [-17.364803463, 28.663271035], [-17.589823303, 28.712616153], [-17.765193179, 28.663271035]], [[-15.412414846, 28.557045466], [-15.749914607, 28.507627196], [-16.031164407, 28.342468467], [-16.412564137, 28.310585554]], [[-15.524914766, 28.359233526], [-15.487704792, 28.134362182]], [[-7.199920664, 36.512388212], [-6.299921301, 35.602930323], [-6.035761488, 35.470615921]], [[-16.412574138, 28.310603161], [-16.031164407, 28.391963961], [-15.749914607, 28.557045466], [-14.962415165, 28.951554732], [-13.724916041, 29.736069497], [-10.124918591, 33.939640088], [-8.324919867, 35.419780517], [-6.749920982, 36.149866787], [-6.087131452, 36.276723462]]]}, "properties": {"feature_id": "canalink-0", "cable_id": "canalink", "name": "Canalink", "color": "#5a4a9e", "owners": "IT3", "rfs_year": 2011, "decommission_year": null, "length_km": 1835.0, "url": "http://www.canalink.tel/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-16.371744166, 28.35553752], [-16.199914288, 28.309722769], [-15.974914447, 28.21058805], [-15.749914607, 28.061779538], [-15.699964642, 27.999761412]], [[-16.371744166, 28.35553752], [-16.199914288, 28.260144915], [-15.974914447, 28.111449436], [-15.749914607, 28.012130816], [-15.699964642, 27.999761412]]]}, "properties": {"feature_id": "candalta-0", "cable_id": "candalta", "name": "CANDALTA", "color": "#f0a51f", "owners": "Telefonica", "rfs_year": 1999, "decommission_year": null, "length_km": 110.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[7.200069135, 55.589707113], [6.300069773, 55.843185841], [4.950070729, 56.095022512]], [[4.22849124, 56.078513174], [4.500071048, 55.969309073], [4.564331003, 55.80429095], [4.612570968, 55.747268738], [4.748510872, 55.71590855]], [[4.500071048, 55.969309073], [4.950070729, 56.095022512]], [[7.199969135, 55.589820136], [7.650068817, 55.589707113], [8.329168335, 55.751650232]]]}, "properties": {"feature_id": "cantat-3-0", "cable_id": "cantat-3", "name": "CANTAT-3", "color": "#a6469a", "owners": "Shefa", "rfs_year": 1994, "decommission_year": null, "length_km": 270.0, "url": "http://www.shefa.fo"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.76740918, 32.312234621], [-64.574880019, 31.286738814], [-64.349880178, 28.161052262], [-64.349880178, 24.941363172], [-64.349880178, 20.796306105], [-64.349880178, 18.891661584], [-64.597150003, 18.414412116]]]}, "properties": {"feature_id": "caribbean-bermuda-u-s-cbus-0", "cable_id": "caribbean-bermuda-u-s-cbus", "name": "Caribbean-Bermuda U.S. (CBUS)", "color": "#b2355e", "owners": "Liberty Networks, Orange", "rfs_year": 2009, "decommission_year": null, "length_km": 1700.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-61.142786747, 13.3731124], [-61.199882409, 13.437424347], [-61.25613237, 13.410019112], [-61.24088238, 13.290916333]], [[-61.59308348, 12.170910832], [-61.477778438, 12.27722283], [-61.533382173, 12.342743322], [-61.589632133, 12.395734], [-61.593582131, 12.558545571], [-61.535332172, 12.728911329], [-61.448857233, 12.842620057], [-61.390632274, 12.956082453], [-61.32304896, 13.054150695], [-61.208282404, 13.145460939]], [[-61.593582131, 12.558545571], [-61.53733217, 12.531043226], [-61.47859315, 12.473742852]], [[-61.535332172, 12.728911329], [-61.478982212, 12.674135434], [-61.443192784, 12.611394521]], [[-61.448857233, 12.842620057], [-61.392657273, 12.787673734], [-61.338982311, 12.699625619]], [[-61.390632274, 12.956082453], [-61.278332354, 12.928720698], [-61.187182418, 12.877712444]], [[-61.32304896, 13.054150695], [-61.266857362, 13.02675103], [-61.244682378, 12.997540411]]]}, "properties": {"feature_id": "caribbean-regional-communications-infrastructure-program-carcip-0", "cable_id": "caribbean-regional-communications-infrastructure-program-carcip", "name": "Caribbean Regional Communications Infrastructure Program (CARCIP)", "color": "#a69b33", "owners": "Digicel", "rfs_year": 2019, "decommission_year": null, "length_km": 225.0, "url": "https://www.digicelgroup.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-81.795793, 26.139094], [-83.249866789, 24.941363172], [-84.824865673, 23.711258142], [-86.062364797, 21.635297385], [-85.949864876, 20.375041253], [-85.274865355, 19.104405476], [-84.374865992, 17.395022635], [-83.024866948, 16.102325596], [-81.674867904, 13.929303843], [-79.874869179, 11.955858207], [-79.76236926, 9.967915187], [-79.900259162, 9.350855245]], [[-79.874869179, 11.955858207], [-79.649869339, 12.175887186], [-78.749869978, 12.32247216], [-75.374872368, 11.441766261], [-74.779783, 10.940435797]], [[-79.53670942, 8.964826], [-79.431082965, 8.233600824], [-79.072428343, 7.25976456], [-79.281304217, 5.101279318], [-81.566691266, 2.380576362], [-82.243479706, 0.553867752], [-82.124867587, -1.981015191], [-81.449868064, -2.468145973], [-80.85595099, -2.329805834]], [[-86.767586652, 21.095728792], [-86.517566177, 20.882904908], [-85.988110406, 20.804669659]]]}, "properties": {"feature_id": "carnival-submarine-network-1-csn-1-0", "cable_id": "carnival-submarine-network-1-csn-1", "name": "Carnival Submarine Network-1 (CSN-1)", "color": "#939597", "owners": "Telconet", "rfs_year": 2026, "decommission_year": null, "length_km": 4670.0, "url": "https://www.telconet.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-96.140757658, 19.195461503], [-94.739544519, 21.403912275], [-91.842103134, 23.389811351], [-88.303775513, 24.19753807], [-86.382678569, 25.727742915], [-84.894229028, 27.89623899], [-84.265918488, 30.071025445]]]}, "properties": {"feature_id": "carnival-submarine-network-2-csn-2-0", "cable_id": "carnival-submarine-network-2-csn-2", "name": "Carnival Submarine Network-2 (CSN-2)", "color": "#939597", "owners": "Telconet", "rfs_year": 2026, "decommission_year": null, "length_km": 1700.0, "url": "https://www.telconet.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[100.930572736, 13.174371212], [100.809557333, 12.83342068], [100.659413487, 12.213719908], [100.580293149, 11.276355495], [101.588412543, 8.748764185], [101.239544507, 7.413817961], [100.595102973, 7.198818071]]]}, "properties": {"feature_id": "cat-submarine-network-csn-0", "cable_id": "cat-submarine-network-csn", "name": "CAT Submarine Network (CSN)", "color": "#a1489b", "owners": "National Telecom", "rfs_year": 2013, "decommission_year": null, "length_km": 1240.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[41.667524718, 42.146756358], [41.400044908, 42.079235618], [35.550049052, 42.412354501], [28.575053993, 43.237448352], [28.167434282, 43.41462117]]]}, "properties": {"feature_id": "caucasus-cable-system-0", "cable_id": "caucasus-cable-system", "name": "Caucasus Cable System", "color": "#d02c91", "owners": "Caucasus Online", "rfs_year": 2008, "decommission_year": null, "length_km": 1200.0, "url": "http://www.co.ge/en/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-77.062371173, 18.607582469], [-77.737370695, 18.607582469], [-77.921380564, 18.469357593], [-78.187370376, 18.660883672], [-79.424869499, 19.529070924], [-79.877649178, 19.690425986], [-80.099869021, 19.529070924], [-80.549868702, 19.316876112], [-81.166760761, 19.282955913]], [[-77.103241143, 18.398661383], [-77.062371173, 18.607582469]], [[-76.499871572, 18.572039053], [-77.062371173, 18.607582469]], [[-76.44608161, 18.176328199], [-76.499871572, 18.572039053]], [[-76.666621453, 17.949772943], [-76.387371651, 17.966677204], [-76.162371811, 18.180575096], [-76.204095643, 18.462886138], [-76.499871572, 18.572039053]]]}, "properties": {"feature_id": "cayman-jamaica-fiber-system-cjfs-0", "cable_id": "cayman-jamaica-fiber-system-cjfs", "name": "Cayman-Jamaica Fiber System (CJFS)", "color": "#85489c", "owners": "CW Cayman, CW Jamaica", "rfs_year": 1997, "decommission_year": null, "length_km": 1197.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.768227316, 1.860150409], [9.425067559, 2.967159343], [9.052797823, 3.859513757], [8.782298014, 3.859513757], [8.782298014, 3.750863902]]]}, "properties": {"feature_id": "ceiba-1-0", "cable_id": "ceiba-1", "name": "Ceiba-1", "color": "#3366b1", "owners": "GITGE (Gestor de Infraestructuras de Telecomunicaciones de Guinea Ecuatorial)", "rfs_year": 2011, "decommission_year": null, "length_km": 287.0, "url": "http://www.gitge.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.768227316, 1.860150409], [9.250947682, 3.002760948], [9.052797823, 3.80952595], [8.832297979, 3.80952595], [8.782298014, 3.750863902]], [[9.250947682, 3.002760948], [9.910227215, 2.933124534]]]}, "properties": {"feature_id": "ceiba-2-0", "cable_id": "ceiba-2", "name": "Ceiba-2", "color": "#4fbe9c", "owners": "GITGE (Gestor de Infraestructuras de Telecomunicaciones de Guinea Ecuatorial)", "rfs_year": 2017, "decommission_year": null, "length_km": 290.0, "url": "http://www.gitge.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.248311338, 53.348124633], [-5.624921779, 53.300879649], [-4.630392484, 53.306335502]]]}, "properties": {"feature_id": "celtixconnect-1-cc-1-0", "cable_id": "celtixconnect-1-cc-1", "name": "CeltixConnect-1 (CC-1)", "color": "#aa4f9e", "owners": "EXA Infrastructure", "rfs_year": 2012, "decommission_year": null, "length_km": 131.0, "url": "https://exainfra.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.633564607, 32.158659496], [-64.657008867, 32.242083873], [-64.788692, 32.280852]]]}, "properties": {"feature_id": "challenger-one-bermuda-0", "cable_id": "challenger-one-bermuda", "name": "Challenger One Bermuda", "color": "#5bba46", "owners": "ATN International", "rfs_year": 2024, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-3.598459603, 50.324261292], [-3.149923533, 50.23926851], [-2.812423772, 50.095145162], [-2.474924011, 49.58728674], [-2.533373969, 49.503391023]]]}, "properties": {"feature_id": "channel-islands-9-liberty-submarine-cable-0", "cable_id": "channel-islands-9-liberty-submarine-cable", "name": "Channel Islands-9 Liberty Submarine Cable", "color": "#3a499e", "owners": "JTGlobal", "rfs_year": 2008, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[92.913875602, 12.506922878], [92.923602986, 12.456240462], [92.935066994, 12.396497036], [92.987508363, 12.175887186], [92.987606019, 11.976015926], [92.870758445, 11.735650161], [92.726473391, 11.623375589], [92.868758447, 11.29470932], [92.756258527, 10.853089691], [92.597176608, 10.709095117], [92.700008566, 10.410816505], [92.925008407, 9.524411345], [92.816414734, 9.177521361], [93.037508327, 9.080330768], [93.318758128, 8.301880169], [93.481453325, 8.172274247], [93.406383066, 8.079175518], [93.459583028, 7.967776882], [93.543757969, 7.856347923], [93.93750769, 7.298762754], [93.927449103, 7.031336722]], [[92.726473391, 11.623375589], [92.812508487, 11.29470932], [92.250008885, 11.073982781], [89.100011117, 11.735650161], [83.700014942, 13.054150695], [81.450016536, 12.834868818], [80.242987391, 13.063853102]]]}, "properties": {"feature_id": "chennai-andaman-nicobar-islands-cable-cani-0", "cable_id": "chennai-andaman-nicobar-islands-cable-cani", "name": "Chennai-Andaman & Nicobar Islands Cable (CANI)", "color": "#b0c435", "owners": "Bharat Sanchar Nigam Ltd. (BSNL)", "rfs_year": 2020, "decommission_year": null, "length_km": 2300.0, "url": "http://www.bsnl.co.in"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-158.220663288, 21.463446823], [-158.399813549, 21.635297385], [-158.399812452, 21.739833731], [-158.174813712, 22.052985617], [-157.949813871, 22.261369678], [-152.999817378, 24.532657566], [-147.603098211, 27.366657115], [-138.603104586, 28.95351458], [-127.799835229, 32.052708023], [-122.399839055, 34.68301766], [-120.847201649, 35.367078252]]]}, "properties": {"feature_id": "chi-0", "cable_id": "chi", "name": "CHI", "color": "#ae4b9c", "owners": "Hawaiian Telcom, Verizon", "rfs_year": 2001, "decommission_year": null, "length_km": 3932.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[151.858487166, 7.43999354], [152.999965849, 7.744889053], [157.949962343, 7.744889053], [159.070261549, 7.786404759]]]}, "properties": {"feature_id": "chuuk-pohnpei-cable-0", "cable_id": "chuuk-pohnpei-cable", "name": "Chuuk-Pohnpei Cable", "color": "#5abb5d", "owners": "Federated States of Micronesia Telecommunications Cable Corporation (FSMTCC)", "rfs_year": 2019, "decommission_year": null, "length_km": 1200.0, "url": "https://fsmcable.com/chuuk"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.729273011, 52.468822638], [2.250072642, 52.41790126], [3.825071526, 52.41790126], [4.524191031, 52.363666382]]]}, "properties": {"feature_id": "circe-north-0", "cable_id": "circe-north", "name": "Circe North", "color": "#3cb54e", "owners": "Zayo, euNetworks", "rfs_year": 1999, "decommission_year": null, "length_km": 203.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.308980208, 48.471795243], [-63.899880497, 48.206839732], [-62.549881454, 47.60352623], [-61.955681875, 47.382579621]], [[-64.308980208, 48.471795243], [-63.899880497, 48.356569941], [-62.549881454, 47.755013988], [-61.955681875, 47.382579621]]]}, "properties": {"feature_id": "cogim-0", "cable_id": "cogim", "name": "COGIM", "color": "#2da348", "owners": "T\u00e9l\u00e9bec", "rfs_year": 2005, "decommission_year": null, "length_km": 438.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-76.689361183, 17.942952786], [-76.499871571, 17.823934413], [-76.27487173, 17.823934413], [-76.184344451, 17.918365683], [-76.04987189, 17.823934413], [-75.599872208, 17.395022635]], [[-80.088931528, 26.350585697], [-79.424869499, 25.957179979], [-79.312369578, 25.348717422], [-78.974869818, 24.737178272], [-78.974869818, 23.711258142], [-78.299870296, 22.884654114], [-76.04987189, 21.635297385], [-74.699872846, 21.006499845], [-73.968623364, 20.375041253], [-73.912373404, 20.163975032], [-74.024873324, 19.952622905], [-74.587372926, 19.316876112], [-75.037372607, 18.251816319], [-75.599872208, 17.395022635], [-75.599872208, 11.073982781], [-75.50573165, 10.386791449]]]}, "properties": {"feature_id": "colombia-florida-express-cfx-1-0", "cable_id": "colombia-florida-express-cfx-1", "name": "Colombia-Florida Express (CFX-1)", "color": "#ca2e32", "owners": "Liberty Networks", "rfs_year": 2008, "decommission_year": null, "length_km": 2438.0, "url": "https://libertynet.com/contact"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-80.088931528, 26.350585697], [-79.424869499, 25.957179979], [-79.312369578, 25.348717422], [-78.974869818, 24.737178272], [-78.974869818, 23.711258142], [-78.299870296, 22.884654114], [-76.04987189, 21.635297385], [-74.699872846, 21.006499845], [-73.968623364, 20.375041253], [-73.912373404, 20.163975032], [-74.024873324, 19.952622905], [-74.587372926, 19.316876112], [-75.037372607, 18.251816319], [-75.599872208, 17.395022635], [-75.599872208, 11.073982781], [-75.50573165, 10.386791449]], [[-76.689361183, 17.942952786], [-76.499871571, 17.823934413], [-76.27487173, 17.823934413], [-76.184344451, 17.918365683], [-76.04987189, 17.823934413], [-75.599872208, 17.395022635]]]}, "properties": {"feature_id": "colombia-florida-subsea-fiber-cfx-1-0", "cable_id": "colombia-florida-subsea-fiber-cfx-1", "name": "Colombia-Florida Subsea Fiber (CFX-1)", "color": "#ca2e32", "owners": "Liberty Latin America (LLA)", "rfs_year": 2008, "decommission_year": null, "length_km": 2400.0, "url": "https://libertynet.com/contact"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.952802355, 11.005163154], [-75.149872528, 11.073982781], [-75.262372448, 10.963556858], [-75.50573165, 10.386791449], [-75.82487205, 10.189442767], [-75.82487205, 9.894039028], [-75.558662238, 9.49638198]], [[-74.205293119, 11.241938042], [-74.362373086, 11.331480662], [-74.474873006, 11.221152507], [-74.611933456, 11.012160872]]]}, "properties": {"feature_id": "colombian-festoon-0", "cable_id": "colombian-festoon", "name": "Colombian Festoon", "color": "#34b44a", "owners": "", "rfs_year": 1997, "decommission_year": null, "length_km": 400.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.937089762, 18.372992194], [-64.91237978, 18.891661584], [-65.24987954, 20.796306105], [-67.274878106, 23.711258142], [-69.299876671, 25.957179979], [-73.349873802, 27.96250336], [-76.949871252, 28.06182366], [-77.849870614, 27.863091577], [-79.649869339, 26.964304735], [-80.053341578, 26.715271953]]]}, "properties": {"feature_id": "columbus-ii-b-0", "cable_id": "columbus-ii-b", "name": "Columbus-II b", "color": "#69c6b6", "owners": "AT&T, Setar", "rfs_year": 1994, "decommission_year": null, "length_km": 2068.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.331559153, 38.690161972], [-10.349918432, 38.211179037], [-13.949915882, 36.99311992], [-23.399909188, 36.99311992], [-24.749908231, 37.232354322], [-25.424907753, 37.589786574], [-25.66870758, 37.739604626]]]}, "properties": {"feature_id": "columbus-iii-azores-portugal-0", "cable_id": "columbus-iii-azores-portugal", "name": "Columbus-III Azores-Portugal", "color": "#c35437", "owners": "Altice Portugal", "rfs_year": 1999, "decommission_year": null, "length_km": 0.0, "url": "https://altice.net/altice-international"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[43.489203428, -11.923115063], [44.029043045, -11.808811028], [44.400042783, -12.166271133], [44.029043045, -12.019795534], [43.73969325, -12.287868671], [43.547493386, -12.045379518], [43.489203428, -11.923115063]]]}, "properties": {"feature_id": "comoros-domestic-cable-system-0", "cable_id": "comoros-domestic-cable-system", "name": "Comoros Domestic Cable System", "color": "#5cc4c1", "owners": "Comores Telecom", "rfs_year": 2010, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[4.524191031, 52.363666382], [4.520747594, 52.363306777], [4.516013673, 52.362824895], [4.510043038, 52.362225831], [4.50288946, 52.361514679], [4.494606708, 52.360696534], [4.485248552, 52.35977649], [4.474868763, 52.358759643], [4.463521111, 52.357651087], [4.451259367, 52.356455917], [4.438137299, 52.355179228], [4.424208679, 52.353826114], [4.409527277, 52.352401669], [4.394146863, 52.35091099], [4.378121206, 52.34935917], [4.361504078, 52.347751304], [4.344349248, 52.346092486], [4.326710486, 52.344387813], [4.308641563, 52.342642377], [4.290196249, 52.340861275], [4.271428314, 52.3390496], [4.252391528, 52.337212448], [4.233139661, 52.335354913], [4.213726484, 52.33348209], [4.194205766, 52.331599074], [4.174631278, 52.329710958], [4.155056791, 52.327822839], [4.135536073, 52.325939811], [4.116122896, 52.324066968], [4.096871029, 52.322209405], [4.077834243, 52.320372217], [4.059066308, 52.318560498], [4.040620994, 52.316779344], [4.022552071, 52.31503385], [4.004913309, 52.313329108], [3.987758479, 52.311670216], [3.971141351, 52.310062266], [3.955115694, 52.308510354], [3.939735279, 52.307019576], [3.925053877, 52.305595024], [3.911125257, 52.304241794], [3.89800319, 52.302964982], [3.885741445, 52.30176968], [3.874393793, 52.300660985], [3.864014005, 52.299643991], [3.854655849, 52.298723793], [3.846373097, 52.297905485], [3.839219518, 52.297194162], [3.833248883, 52.296594918], [3.825071526, 52.29575305], [3.825071526, 52.29575305], [3.816071532, 52.294223559], [3.807071538, 52.292694042], [3.798071545, 52.291164497], [3.789071551, 52.289634926], [3.780071558, 52.288105326], [3.771071564, 52.286575699], [3.76207157, 52.285046043], [3.753071577, 52.283516358], [3.744071583, 52.281986645], [3.735071589, 52.280456902], [3.726071596, 52.278927129], [3.717071602, 52.277397326], [3.708071609, 52.275867492], [3.699071615, 52.274337627], [3.690071621, 52.272807732], [3.681071628, 52.271277804], [3.672071634, 52.269747845], [3.66307164, 52.268217853], [3.654071647, 52.266687829], [3.645071653, 52.265157771], [3.63607166, 52.26362768], [3.627071666, 52.262097556], [3.618071672, 52.260567397], [3.609071679, 52.259037204], [3.600071685, 52.257506976], [3.591071691, 52.255976712], [3.582071698, 52.254446414], [3.573071704, 52.252916079], [3.564071711, 52.251385708], [3.555071717, 52.2498553], [3.546071723, 52.248324855], [3.53707173, 52.246794373], [3.528071736, 52.245263854], [3.519071742, 52.243733296], [3.510071749, 52.2422027], [3.501071755, 52.240672065], [3.492071762, 52.23914139], [3.483071768, 52.237610677], [3.474071774, 52.236079923], [3.465071781, 52.234549129], [3.456071787, 52.233018295], [3.447071793, 52.23148742], [3.4380718, 52.229956503], [3.429071806, 52.228425545], [3.420071813, 52.226894545], [3.411071819, 52.225363502], [3.402071825, 52.223832417], [3.393071832, 52.222301288], [3.375071844, 52.2192389], [3.375071844, 52.2192389], [2.025072801, 52.211580224], [1.620287931, 52.207211794]]]}, "properties": {"feature_id": "concerto-0", "cable_id": "concerto", "name": "Concerto", "color": "#33c0cc", "owners": "EXA Infrastructure", "rfs_year": 1999, "decommission_year": null, "length_km": 550.0, "url": "https://exainfra.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.062873298, 40.152905264], [-73.937473386, 40.028455976], [-74.024873324, 39.002378909], [-74.699872846, 36.903212295], [-74.924872687, 35.541926813], [-76.04987189, 33.690389039], [-77.399870934, 32.559826712], [-79.199869658, 29.931250704], [-79.649869339, 26.562513149], [-80.088931528, 26.350585697]], [[-77.399870934, 32.559826712], [-78.266536987, 33.189714665], [-78.882669883, 33.693557908]], [[-79.199869658, 29.931250704], [-80.549868702, 30.223305674], [-81.655727294, 30.332031818]], [[-74.699872846, 36.903212295], [-76.059198055, 36.755008441]]]}, "properties": {"feature_id": "confluence-1-0", "cable_id": "confluence-1", "name": "Confluence-1", "color": "#939597", "owners": "Confluence Networks", "rfs_year": 2026, "decommission_year": null, "length_km": 2571.0, "url": "https://confluencenetworks.net"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-125.186198466, 49.919552658], [-125.248168421, 50.02461]], [[-126.085559434, 50.492768477], [-125.959013545, 50.384344188]], [[-130.330069831, 54.313075], [-130.38751465, 54.287784566]], [[-128.723015871, 52.262322952], [-128.587334672, 52.268988112], [-128.405366104, 52.271593097]], [[-127.495806772, 50.720878251], [-127.434200489, 50.764000914], [-127.406076838, 50.764000914], [-127.237326961, 50.692788788], [-127.189752046, 50.612145899], [-127.1548428, 50.63120042], [-127.068577085, 50.61254255], [-127.000835796, 50.582552529], [-126.926337115, 50.58835092], [-126.83111118, 50.547685616], [-126.731077333, 50.550039662], [-126.618577415, 50.51428148], [-126.449827539, 50.496396995], [-126.224827704, 50.478499373], [-126.085559434, 50.492768477]], [[-127.210512332, 51.680119439], [-127.462320469, 51.64504609], [-127.546710409, 51.575182597], [-127.574835389, 51.505211555], [-127.644814142, 51.405570934]], [[-125.959013545, 50.384344188], [-125.831071625, 50.388928682], [-125.746711685, 50.370996756], [-125.662336744, 50.370996756], [-125.546748202, 50.377333226], [-125.493588241, 50.35305805], [-125.445615918, 50.331395037], [-125.415401376, 50.300060896], [-125.442141238, 50.277429856], [-125.302618505, 50.235839031]], [[-125.503436843, 50.41276524], [-125.546748202, 50.377333226]], [[-126.59874743, 50.700540173], [-126.641134149, 50.670335528], [-126.6107646, 50.573835184], [-126.752611874, 50.613948121], [-126.849486237, 50.633651911], [-126.891716799, 50.611383449], [-127.068577085, 50.621468388], [-127.154847022, 50.63120042]], [[-126.752611874, 50.613948121], [-126.753640971, 50.670335528], [-126.725514796, 50.723769048], [-126.641134149, 50.759363584], [-126.49734715, 50.749918473], [-126.528641838, 50.794934108], [-126.558587459, 50.848866326]], [[-126.2002141, 50.94987263], [-126.337336266, 50.929748092], [-126.506087498, 50.929748092], [-126.558587459, 50.848866326]], [[-123.5145776, 49.40161705], [-123.749838099, 49.429010441], [-124.08733786, 49.538640878], [-124.08733786, 49.684433099], [-123.97483794, 49.793491191], [-124.1798859, 49.78326804], [-124.368587661, 49.757165728], [-124.5565475, 49.75772628]], [[-124.4888546, 49.67789232], [-124.928266, 49.673513]], [[-124.5565475, 49.75772628], [-124.523809, 49.83589]], [[-125.0333616, 48.88316308], [-125.0228913, 48.96451209]], [[-125.0422831, 49.02105636], [-125.0228913, 48.96451209]], [[-125.1415087, 48.83282788], [-125.0333616, 48.88316308]], [[-125.5466816, 48.941831], [-125.4339785, 48.95979786], [-125.380662, 48.99420874], [-125.3642744, 49.00725235]], [[-126.0563412, 49.27631698], [-125.987331514, 49.213092497], [-125.907312, 49.17350283], [-125.9062134, 49.1525376]], [[-125.987331514, 49.213092497], [-126.099821434, 49.213092497], [-126.240471335, 49.249817465], [-126.296721295, 49.341530013], [-126.2723691, 49.36844718]], [[-126.6546953, 49.92630486], [-126.634201056, 49.833814436], [-126.606081076, 49.68847019], [-126.6189006, 49.59185602], [-126.606081076, 49.396473692], [-126.493591155, 49.359851395], [-126.2723691, 49.36844718]], [[-126.7417876, 49.8749187], [-126.634201056, 49.833814436]], [[-126.8454378, 49.98239051], [-126.802950936, 49.906323219]], [[-126.915460857, 49.870085657], [-126.9406609, 49.98933935]], [[-127.3785471, 50.03085275], [-127.281086929, 49.924430189], [-127.112335717, 49.815676683]], [[-127.6544178, 50.53529781], [-127.488056, 50.426667]], [[-127.6544178, 50.53529781], [-127.5816184, 50.59938479]], [[-128.0240726, 50.65227311], [-127.774835248, 50.599660787], [-127.5816184, 50.59938479]], [[-128.0332568, 50.44270213], [-128.027960068, 50.474528274], [-128.0281361, 50.52390511]], [[-127.5816184, 50.59938479], [-127.495806772, 50.720878251]], [[-127.6544178, 50.53529781], [-127.774835248, 50.4924274], [-127.887335168, 50.474528274], [-128.027960068, 50.474528274]], [[-126.7417876, 49.8749187], [-126.802950936, 49.906323219], [-126.915460857, 49.870085657], [-126.971710817, 49.870085657], [-126.9849535, 49.8849756]], [[-127.112335717, 49.815676683], [-126.999835797, 49.851955061], [-126.9849535, 49.8849756]], [[-126.6189006, 49.59185602], [-126.493587507, 49.615634634], [-126.38108759, 49.652066036], [-126.156087755, 49.68847019], [-126.0544419, 49.78104817]], [[-125.0228913, 48.96451209], [-125.224837054, 48.963417671], [-125.3642744, 49.00725235]]]}, "properties": {"feature_id": "connected-coast-0", "cable_id": "connected-coast", "name": "Connected Coast", "color": "#939597", "owners": "Connected Coast Network Partnership", "rfs_year": 2024, "decommission_year": null, "length_km": 0.0, "url": "https://connectedcoast.ca/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[7.017449265, 43.553008713], [7.200069135, 43.401144973], [8.550068179, 42.743713464], [8.937177905, 42.636685779]]]}, "properties": {"feature_id": "corse-continent-4-cc4-0", "cable_id": "corse-continent-4-cc4", "name": "Corse-Continent 4 (CC4)", "color": "#34bfc8", "owners": "Orange", "rfs_year": 1992, "decommission_year": null, "length_km": 190.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[5.878200072, 43.103194733], [6.075069932, 42.743713464], [6.300069773, 42.578254086], [7.425068975, 42.162680228], [8.414618275, 41.835738425], [8.738738045, 41.919502735]]]}, "properties": {"feature_id": "corse-continent-5-cc5-0", "cable_id": "corse-continent-5-cc5", "name": "Corse-Continent 5 (CC5)", "color": "#32c0cf", "owners": "Orange", "rfs_year": 1995, "decommission_year": null, "length_km": 299.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-123.114034, 49.26044], [-123.581088219, 49.282454547], [-123.844009386, 49.173301754]], [[-125.186198466, 49.919552658], [-125.101285, 50.0129674], [-124.98642332, 50.063103045]], [[-123.844009386, 49.173301754], [-123.93561822, 49.254577398], [-124.123514581, 49.251906244], [-124.204510074, 49.352230529], [-124.443203999, 49.349435915], [-124.686728355, 49.443537228], [-124.713568753, 49.493456292], [-124.697128825, 49.513480526], [-124.928266, 49.673513], [-124.829088728, 49.706668518], [-124.829088728, 49.724853566], [-124.941588646, 49.797525673], [-125.049105922, 49.824222582], [-125.186198466, 49.919552658]], [[-125.101818528, 50.231479527], [-125.160708772, 50.172390288], [-125.195957948, 50.137057106], [-125.215925274, 50.101258519], [-125.049274885, 50.111212397], [-125.099837143, 50.047007439], [-124.98642332, 50.063103045], [-124.932537261, 50.0129674], [-124.816410987, 50.035778716], [-124.901031386, 50.084497964], [-124.917527683, 50.117380658]], [[-124.839058721, 50.12374815], [-124.901558675, 50.08366068]], [[-126.752767317, 52.372147936], [-126.904617206, 52.338231722], [-127.12961704, 52.338231722], [-127.240866959, 52.44121756], [-127.353366876, 52.44121756], [-127.465866794, 52.372587034], [-127.578369096, 52.303850088], [-127.790574912, 52.267943283]], [[-127.693508736, 52.353357457], [-127.722027404, 52.36014437], [-127.790578323, 52.267943283], [-127.951472268, 52.063679435], [-128.063451142, 52.065716489], [-128.110946908, 52.096441036], [-128.122312698, 52.153943716], [-128.144704463, 52.161149841], [-128.111868548, 52.185174173], [-128.405366104, 52.271593097], [-128.488413257, 52.317033869], [-128.474834752, 52.440766473], [-128.524873214, 52.591778818], [-128.52383514, 52.643028264], [-128.531086012, 52.782322858], [-128.531086012, 52.98597938], [-128.587334672, 53.121219363], [-128.700718154, 53.149832032], [-128.924834433, 53.323284235], [-129.149834274, 53.323284235], [-129.254788336, 53.425293106], [-129.262334194, 53.356869069], [-129.374834114, 53.390427458], [-129.431085352, 53.457464938], [-129.605676402, 53.543205103], [-129.824833796, 53.724558933], [-130.049833636, 53.85747344], [-130.25851536, 53.949516514]], [[-130.321278039, 54.223392151], [-130.499833317, 54.250043062], [-130.444420135, 54.337055418], [-130.499833317, 54.446756016], [-130.434056842, 54.554394919]], [[-130.258514474, 53.949516514], [-130.278044731, 54.142313297], [-130.321278039, 54.223392151]], [[-131.929803471, 53.562527102], [-131.737332441, 53.52439675], [-130.837333078, 53.52439675], [-130.614498885, 53.492274078], [-130.612333238, 53.657943672], [-130.499833317, 53.724558933], [-130.433271046, 53.794671349], [-130.331084692, 53.85747344], [-130.258514474, 53.949516514]], [[-124.816410987, 50.035778716], [-124.820037341, 50.0129674], [-124.761278778, 49.981964143]], [[-127.951472268, 52.063679435], [-127.91233015, 51.95810254], [-127.94046013, 51.853991887], [-127.94046013, 51.714802095], [-127.863700289, 51.603201303], [-127.856086507, 51.540210524], [-127.74358659, 51.4000532]], [[-127.644814142, 51.405570934], [-127.74358659, 51.4000532], [-127.856086507, 51.329813016], [-127.834438345, 51.249646624], [-127.856086507, 51.189009305], [-127.79983523, 51.047774078], [-127.724644764, 50.97750112], [-127.612772784, 50.860359994], [-127.518576755, 50.835104822], [-127.462320469, 50.764000914], [-127.495806772, 50.720878251]], [[-123.114034, 49.26044], [-123.356088378, 49.319134463], [-123.4347885, 49.39615688]], [[-123.4347885, 49.39615688], [-123.4388794, 49.43963952], [-123.5145776, 49.40161705]], [[-128.640889, 54.05954842], [-128.6475951, 53.9744296], [-128.778834537, 53.850100347], [-128.891334457, 53.749253786], [-129.116334297, 53.682677635], [-129.228834218, 53.549209021], [-129.254788336, 53.425293106]], [[-124.523809, 49.83589], [-124.761278778, 49.981964143]]]}, "properties": {"feature_id": "connected-coast-1", "cable_id": "connected-coast", "name": "Connected Coast", "color": "#ca1d5c", "owners": "Connected Coast Network Partnership", "rfs_year": 2024, "decommission_year": null, "length_km": 0.0, "url": "https://connectedcoast.ca/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.331559153, 38.690161972], [-10.799918113, 38.299520606], [-13.949915882, 35.602930323], [-16.199914288, 34.06399293], [-16.81866385, 32.812318783], [-16.908893786, 32.64727815]]]}, "properties": {"feature_id": "continente-madeira-0", "cable_id": "continente-madeira", "name": "Continente-Madeira", "color": "#37b98e", "owners": "Altice Portugal", "rfs_year": 2000, "decommission_year": null, "length_km": 1179.0, "url": "https://altice.net/altice-international"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[121.448816325, 13.809939476], [121.612488085, 13.492128176], [121.724988005, 13.054150695], [121.724988005, 12.725155924], [121.52772252, 12.586423162], [121.499988164, 12.395734], [121.387488244, 12.17583831], [120.937488563, 11.955858207], [120.374988961, 11.955858207], [120.200769085, 12.005434247], [120.374988961, 11.735650161], [119.92498928, 11.073982781], [119.500379581, 10.82000049]], [[121.52772252, 12.586423162], [121.612488085, 12.395734], [121.786417962, 12.158056686], [121.944812068, 11.94926602], [122.062487766, 11.955858207], [122.399987527, 11.845776374], [122.749987279, 11.58320218], [122.962487128, 11.735650161], [123.299986889, 11.735650161], [123.46873677, 11.955858207], [123.509068772, 12.218076876], [123.52498673, 11.955858207], [123.820484026, 11.537441867], [123.936314563, 11.083374737]], [[123.616685883, 12.366641586], [123.52503673, 12.505588132], [123.356236849, 12.615395567], [123.018737088, 12.834868818], [122.849987208, 13.054150695], [122.849987208, 13.273238158], [122.95067073, 13.54688807]], [[124.007603575, 11.045900954], [124.134136298, 10.932011625], [124.424986092, 10.853089691], [124.612775959, 11.006888021]], [[122.589440517, 10.786617083], [122.849987208, 10.742581675], [122.967760562, 10.739415483]], [[123.412877434, 10.48370878], [123.52498673, 10.410816505], [123.635240558, 10.376237129]], [[123.691392862, 10.238265934], [123.74998657, 10.078698007], [123.74998657, 9.801670473], [123.878209136, 9.675391879]], [[123.913586454, 9.622537096], [124.199986252, 9.524411345], [124.649985933, 9.524411345], [125.099985614, 9.413444259], [125.324985455, 9.246926926], [125.420688512, 8.968934162]], [[123.294908768, 9.246348603], [123.46873677, 9.080330768], [123.74998657, 8.913657156], [124.537486012, 8.635699417], [124.631915946, 8.454147535]]]}, "properties": {"feature_id": "converge-domestic-submarine-cable-network-cdscn-0", "cable_id": "converge-domestic-submarine-cable-network-cdscn", "name": "Converge Domestic Submarine Cable Network (CDSCN)", "color": "#a24a9c", "owners": "Converge ICT", "rfs_year": 2021, "decommission_year": null, "length_km": 1300.0, "url": "https://www.convergeict.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[174.235970805, -41.339027623], [174.431200667, -41.370456612], [174.613370538, -41.301626361]]]}, "properties": {"feature_id": "cook-strait-0", "cable_id": "cook-strait", "name": "Cook Strait", "color": "#951f63", "owners": "Transpower NZ", "rfs_year": 2020, "decommission_year": null, "length_km": 40.0, "url": "https://www.transpower.co.nz/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[34.8968986, 29.4924783], [35.005095, 29.5810295]]]}, "properties": {"feature_id": "coral-bridge-0", "cable_id": "coral-bridge", "name": "Coral Bridge", "color": "#43b549", "owners": "NaiTel, Telecom Egypt", "rfs_year": 2025, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[151.206998369, -33.869555364], [152.099966487, -33.367636764], [154.280362559, -31.851465666], [155.699963937, -28.743810281], [155.699963937, -25.540896076], [155.249964255, -18.880139975], [154.799964574, -15.44102366], [157.04996298, -11.943944932], [159.187461466, -10.17745743], [159.299961386, -9.734235342], [159.243761426, -9.290424301], [159.524961227, -9.012754815], [159.749961068, -9.012754815], [159.949760926, -9.429053646]], [[154.799964574, -15.44102366], [152.099966487, -14.135775375], [148.499969037, -11.503333846], [147.262469914, -10.17745743], [147.188519691, -9.479589293]], [[160.701327581, -8.774637298], [160.64996043, -9.179382546], [160.53746051, -9.290424301], [160.199960749, -9.290424301], [159.949760926, -9.429053646]], [[156.395861881, -6.708991471], [156.599963299, -7.286684094], [157.387462741, -7.732822794], [158.399962024, -8.067119033], [159.749961068, -8.901626855], [159.949760926, -9.429053646]], [[157.190685537, -8.242089439], [157.274962821, -7.955717094], [157.387462741, -7.732822794]]]}, "properties": {"feature_id": "coral-sea-cable-system-cs-0", "cable_id": "coral-sea-cable-system-cs", "name": "Coral Sea Cable System (CS\u00b2)", "color": "#3c4b9f", "owners": "PNG DataCo Limited, Solomon Island Submarine Cable Company", "rfs_year": 2020, "decommission_year": null, "length_km": 4700.0, "url": "https://coralseacablecompany.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-72.924983459, 41.30713], [-72.877024138, 41.146383002], [-72.909218459, 40.96082]]]}, "properties": {"feature_id": "cross-sound-cable-0", "cable_id": "cross-sound-cable", "name": "Cross Sound Cable", "color": "#b91e73", "owners": "Cross Sound Cable Company", "rfs_year": 2003, "decommission_year": null, "length_km": 40.0, "url": "https://www.crosssoundcable.com/dark-fiber-optics/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[118.18905051, 24.493915539], [118.239490474, 24.474717526], [118.289930438, 24.455516585]], [[118.306920426, 24.47605088], [118.303895428, 24.516395195], [118.30087043, 24.556726558]]]}, "properties": {"feature_id": "cross-straits-cable-network-cscn-0", "cable_id": "cross-straits-cable-network-cscn", "name": "Cross-Straits Cable Network (CSCN)", "color": "#1e92d1", "owners": "China Mobile, China Telecom, China Unicom, Chunghwa Telecom", "rfs_year": 2012, "decommission_year": null, "length_km": 21.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-0.134425669, 50.828479351], [7.4236e-05, 50.597677199], [0.450073917, 50.022920456], [0.79777367, 49.877306991]]]}, "properties": {"feature_id": "crosschannel-fibre-0", "cable_id": "crosschannel-fibre", "name": "CrossChannel Fibre", "color": "#547cbe", "owners": "Crosslake Fibre", "rfs_year": 2021, "decommission_year": null, "length_km": 149.0, "url": "http://www.crosslakefibre.ca"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-79.385319729, 43.644625404], [-79.087369738, 43.482827881], [-78.918619857, 43.237448352], [-78.862369897, 43.073310783], [-78.878461247, 42.885436484]]]}, "properties": {"feature_id": "crosslake-fibre-0", "cable_id": "crosslake-fibre", "name": "Crosslake Fibre", "color": "#bfa82f", "owners": "Crosslake Fibre", "rfs_year": 2019, "decommission_year": null, "length_km": 59.0, "url": "http://www.crosslakefibre.ca"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-71.620435027, -33.045541232], [-72.67487428, -31.851465666], [-79.649869339, -18.453813776], [-84.149866152, -11.503333846], [-85.499865195, -6.616650693], [-85.949864876, 0.568578853], [-87.064756434, 5.534179292], [-92.699860095, 9.524411345], [-98.099856269, 12.615395567], [-104.399851806, 16.102325596], [-108.449848937, 18.678647022], [-114.299844793, 22.469443965], [-118.799841605, 27.763588526], [-119.699840968, 31.286738814], [-119.249841286, 32.812318783], [-118.799841605, 33.752769871], [-118.415961262, 33.919920019]], [[-85.949864876, 0.568578853], [-82.349867427, 2.367912559], [-80.099869021, 5.061986954], [-79.424869499, 7.298762754], [-79.649869339, 8.190543418], [-79.566619398, 8.950317109]]]}, "properties": {"feature_id": "curie-0", "cable_id": "curie", "name": "Curie", "color": "#b2692e", "owners": "Google", "rfs_year": 2020, "decommission_year": null, "length_km": 10476.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[24.939288762, 37.439462722], [25.012556516, 37.458430019], [25.237556357, 37.480752149], [25.328581234, 37.446882141]], [[24.939288762, 37.439462722], [25.012556516, 37.436101223], [25.238146035, 37.122233415]], [[24.053807053, 37.711082577], [24.112557154, 37.748097332], [24.337556994, 37.748097332], [24.787556676, 37.659089082], [24.939288762, 37.439462722], [24.984431536, 37.458430019], [25.019204911, 37.65232236]]]}, "properties": {"feature_id": "cyclades-a-0", "cable_id": "cyclades-a", "name": "Cyclades A", "color": "#4aba79", "owners": "Grid Telecom", "rfs_year": 2018, "decommission_year": null, "length_km": 222.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[25.328581234, 37.446882141], [25.293811317, 37.413765764], [25.406106237, 37.241557691], [25.34985159, 37.15194248], [25.375974548, 37.101840262]], [[25.238146035, 37.122233415], [25.293806317, 37.145221002], [25.375974548, 37.101840262]]]}, "properties": {"feature_id": "cyclades-b-0", "cable_id": "cyclades-b", "name": "Cyclades B", "color": "#824198", "owners": "Grid Telecom", "rfs_year": 2020, "decommission_year": null, "length_km": 52.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[131.2425519, 25.84298436], [131.3049769, 25.94584899]]]}, "properties": {"feature_id": "daito-loop-0", "cable_id": "daito-loop", "name": "Daito Loop", "color": "#63c5b9", "owners": "Okinawa Prefecture", "rfs_year": 2025, "decommission_year": null, "length_km": 18.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[121.588367007, 38.939844121], [121.612488084, 38.240638159], [121.4, 37.53]]]}, "properties": {"feature_id": "dalian-yantai-cable-0", "cable_id": "dalian-yantai-cable", "name": "Dalian-Yantai Cable", "color": "#31549b", "owners": "China Telecom", "rfs_year": 1998, "decommission_year": null, "length_km": 146.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[98.675984333, 3.752031394], [98.887504183, 3.828234303], [99.450003784, 3.6411327], [99.787503546, 3.266814817], [100.350003147, 2.817450443], [100.313336543, 2.452337744], [100.462503067, 2.70508116], [100.575002988, 2.70508116], [101.250002509, 2.425986659], [101.758252149, 2.143087178], [101.87075207, 1.976445096], [101.728127171, 1.80558838], [101.447662369, 1.665522797]]]}, "properties": {"feature_id": "damai-cable-system-0", "cable_id": "damai-cable-system", "name": "DAMAI Cable System", "color": "#813e97", "owners": "Triasmitra", "rfs_year": 2019, "decommission_year": null, "length_km": 575.0, "url": "http://www.triasmitra.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.955535058, 55.770577582], [12.716565227, 55.779970327], [12.545575349, 55.720775126]]]}, "properties": {"feature_id": "danica-north-0", "cable_id": "danica-north", "name": "Danica North", "color": "#3c61ad", "owners": "Colt", "rfs_year": 1998, "decommission_year": null, "length_km": 25.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-20.141851495, 63.642367197], [-20.699911101, 63.324862131], [-20.699911101, 62.986189025], [-19.799911738, 62.505365], [-14.399915563, 62.296890739], [-10.799918113, 62.712391894], [-7.424920504, 62.815364879], [-2.24992417, 62.505365], [0.450073917, 62.086961771], [2.025072801, 61.232553013], [2.925072164, 60.354289475], [3.825071526, 58.051315891], [5.17507057, 56.220326885], [6.300069773, 55.969309073], [7.200069135, 55.716652094], [7.650068817, 55.653231052], [8.329168335, 55.751650232]]]}, "properties": {"feature_id": "danice-0", "cable_id": "danice", "name": "DANICE", "color": "#5bba46", "owners": "Farice", "rfs_year": 2009, "decommission_year": null, "length_km": 2304.0, "url": "http://www.farice.is"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[39.700146112, -4.050300939], [42.220203002, -3.012369147], [44.914278723, -0.78686825], [46.836750233, 1.66500465], [53.26058338, 9.719551502], [54.521227018, 12.571397299], [53.646667929, 13.296749577], [54.059401306, 16.53525241], [54.148085877, 17.095827187]]]}, "properties": {"feature_id": "daraja-0", "cable_id": "daraja", "name": "Daraja", "color": "#939597", "owners": "Meta, Safaricom", "rfs_year": 2026, "decommission_year": null, "length_km": 4108.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[118.577240235, -20.313442265], [117.97499051, -20.04866167], [115.199992627, -19.800107039], [111.599995177, -19.800107039], [109.799996452, -20.433922198]]]}, "properties": {"feature_id": "darwin-jakarta-singapore-cable-djsc-0", "cable_id": "darwin-jakarta-singapore-cable-djsc", "name": "Darwin-Jakarta-Singapore Cable (DJSC)", "color": "#752222", "owners": "Vocus Communications", "rfs_year": 2023, "decommission_year": null, "length_km": 1000.0, "url": "https://www.vocus.com.au/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-60.749882729, 11.055581342], [-60.299883047, 10.853089691], [-57.374885119, 8.635699417], [-56.474885757, 7.744889053], [-55.45560166, 7.425872215], [-53.999887511, 7.559058926], [-53.094585529, 7.35741035], [-52.424888626, 5.957818681], [-52.320928699, 4.941547448]], [[-60.735342739, 11.182457], [-60.749882729, 11.055581342]], [[-61.65081209, 10.686261033], [-61.42488225, 10.963556858], [-60.974882569, 11.070057238], [-60.749882729, 11.055581342]], [[-55.45560166, 7.425872215], [-55.349886554, 6.554242425], [-55.173851, 5.82403]], [[-57.374885119, 8.635699417], [-57.487385039, 8.190543418], [-57.8248848, 7.298762754], [-58.154864567, 6.804293299]]]}, "properties": {"feature_id": "deep-blue-one-0", "cable_id": "deep-blue-one", "name": "Deep Blue One", "color": "#ba742d", "owners": "Digicel", "rfs_year": 2024, "decommission_year": null, "length_km": 2250.0, "url": "https://www.digicelgroup.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.536885355, 56.075080977], [12.562760336, 56.105017292], [12.588635318, 56.134930343]]]}, "properties": {"feature_id": "denmark-sweden-17-0", "cable_id": "denmark-sweden-17", "name": "Denmark-Sweden 17", "color": "#34a89e", "owners": "TDC Group, Tele2", "rfs_year": 1994, "decommission_year": null, "length_km": 11.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.592155316, 56.030635743], [12.643960279, 56.037278699], [12.695765242, 56.043920512]]]}, "properties": {"feature_id": "denmark-sweden-18-0", "cable_id": "denmark-sweden-18", "name": "Denmark-Sweden 18", "color": "#373e98", "owners": "TDC Group, Telenor", "rfs_year": 1996, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[118.082220585, -8.841149156], [118.237490475, -9.142360877], [118.687490156, -9.253414273], [119.249989758, -9.179382546], [120.0374892, -9.179382546], [120.26248904, -9.364432611], [120.253019048, -9.64576589]], [[115.649992308, -9.142360877], [115.706242268, -8.864576678], [115.874992149, -8.679270038], [116.072522008, -8.561426607]], [[118.082220585, -8.841149156], [118.012490634, -9.142360877], [117.674990873, -9.364432611], [117.224991192, -9.364432611], [116.54999167, -9.364432611], [116.099991989, -9.253414273], [115.649992308, -9.142360877], [115.424992467, -8.920150538], [115.260572584, -8.657096255]]]}, "properties": {"feature_id": "denpasar-waingapu-cable-systems-0", "cable_id": "denpasar-waingapu-cable-systems", "name": "Denpasar-Waingapu Cable Systems", "color": "#73469b", "owners": "Moratelindo", "rfs_year": 2019, "decommission_year": null, "length_km": 814.0, "url": "http://www.moratelindo.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[73.071502471, 6.622826415], [72.971502542, 6.125830039], [72.970822543, 5.601440403], [73.070822472, 5.103622554], [73.070822472, 4.854566321], [73.290352316, 4.461629537], [73.540352139, 4.212345782], [73.125022433, 3.828234303], [72.955682553, 3.608488162], [72.977322538, 3.276079687], [73.544752136, 1.918908399], [73.575022115, 1.018534217], [73.455592199, 0.289287154], [73.466522192, 0.060338534], [73.42688222, -0.297909859], [73.350022274, -0.443906657], [73.089182459, -0.605519711]]]}, "properties": {"feature_id": "dhiraagu-cable-network-0", "cable_id": "dhiraagu-cable-network", "name": "Dhiraagu Cable Network", "color": "#b91f32", "owners": "Dhiraagu", "rfs_year": 2012, "decommission_year": null, "length_km": 1253.0, "url": "https://www.dhiraagu.com.mv/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[79.872087654, 6.927036657], [79.20001813, 6.181557033], [74.250021637, 4.16491285], [73.500022168, 4.166668199]]]}, "properties": {"feature_id": "dhiraagu-slt-submarine-cable-network-0", "cable_id": "dhiraagu-slt-submarine-cable-network", "name": "Dhiraagu-SLT Submarine Cable Network", "color": "#a44399", "owners": "Dhiraagu, Sri Lanka Telecom", "rfs_year": 2007, "decommission_year": null, "length_km": 850.0, "url": "https://www.dhiraagu.com.mv/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[11.090886379, 36.849936994], [11.427366141, 36.93929548], [12.173015612, 37.457576685], [12.591375316, 37.650586173]]]}, "properties": {"feature_id": "didon-0", "cable_id": "didon", "name": "Didon", "color": "#37b44d", "owners": "Ooredoo Tunisie, Orange Tunisie", "rfs_year": 2014, "decommission_year": null, "length_km": 170.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[39.700143768, -4.050296575], [39.999997071, -5.506103863], [41.175045067, -9.326623361], [42.075044429, -14.807438044], [42.075044429, -20.519587106], [40.971261031, -23.125069021], [35.223462369, -26.361156827], [33.300050645, -28.515333658], [31.757961738, -28.950559667]], [[32.580621156, -25.968268155], [33.791407846, -26.192699081], [35.223462369, -26.361156827]], [[43.663143305, -23.354724804], [42.726976955, -23.420873391], [40.971261031, -23.125069021]], [[46.315441425, -15.713729799], [45.043011076, -15.039497695], [42.025949814, -14.511535912]], [[40.685396976, -14.565582936], [41.537907236, -14.45669497], [42.075044429, -14.807438044]], [[40.174850463, -10.254886657], [41.289616803, -10.030240541]], [[39.269676417, -6.823132108], [39.63257108, -6.306132261], [40.12927201, -5.927942387]], [[34.833447997, -19.820109], [42.025949814, -19.820109]]]}, "properties": {"feature_id": "djibouti-africa-regional-express-1-dare-1-0", "cable_id": "djibouti-africa-regional-express-1-dare-1", "name": "Djibouti Africa Regional Express 1 (DARE 1)", "color": "#939597", "owners": "Djibouti Telecom, Hormuud Telecom Somalia, Somtel International, Telkom Kenya", "rfs_year": 2021, "decommission_year": null, "length_km": 4854.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.590603109, 52.157840488], [2.025072801, 52.004296503], [2.925072164, 51.58683398], [3.496161759, 51.563950945]]]}, "properties": {"feature_id": "farland-north-0", "cable_id": "farland-north", "name": "Farland North", "color": "#52bb77", "owners": "BT", "rfs_year": 1998, "decommission_year": null, "length_km": 150.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[44.550042676, 11.349864561], [43.650043314, 11.510285104], [43.147993669, 11.594869371]], [[44.550042676, 11.349864561], [45.450042039, 11.29470932], [48.600039808, 12.065895274], [52.650036938, 13.054150695], [54.000035984, 13.382708036], [55.125035185, 12.615395567], [54.450035663, 9.524411345], [52.650036939, 5.510071712], [49.50003917, 1.468426767], [45.675041879, -1.456253567], [42.30004427, -3.703826471], [39.672896131, -4.052924365]], [[49.187929391, 11.275556937], [48.825039648, 11.735650161], [48.600039808, 12.065895274]], [[45.344182114, 2.041205223], [46.800041082, 2.03066189], [49.50003917, 1.468426767]]]}, "properties": {"feature_id": "djibouti-africa-regional-express-1-dare-1-1", "cable_id": "djibouti-africa-regional-express-1-dare-1", "name": "Djibouti Africa Regional Express 1 (DARE 1)", "color": "#a8b737", "owners": "Djibouti Telecom, Hormuud Telecom Somalia, Somtel International, Telkom Kenya", "rfs_year": 2021, "decommission_year": null, "length_km": 4854.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[73.275065881, 5.662178353], [73.041363307, 5.629270004], [73.125022433, 5.435413644], [73.125022433, 5.211384397], [73.070782471, 5.103264]], [[73.540272139, 4.211914], [73.631272074, 4.16491285], [73.631272074, 4.052702097], [73.489458375, 3.940895595]], [[72.955653106, 3.608067], [72.836309916, 3.472925056], [72.752322696, 3.276079687], [72.752322696, 2.939076705], [72.893295498, 2.670853794]]]}, "properties": {"feature_id": "domestic-submarine-cable-of-maldives-dscom-0", "cable_id": "domestic-submarine-cable-of-maldives-dscom", "name": "Domestic Submarine Cable of Maldives (DSCoM)", "color": "#cc1b8d", "owners": "Dhiraagu, Ooredoo Maldives", "rfs_year": 2024, "decommission_year": null, "length_km": 286.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-5.604462809, 36.014276783], [-5.399921939, 35.967974348], [-5.334736438, 35.89388141], [-5.323321993, 35.889837117], [-5.313642703, 35.89388141], [-5.287422018, 36.058973123], [-5.325166132, 36.210325321]]]}, "properties": {"feature_id": "dos-continentes-l-ll-0", "cable_id": "dos-continentes-l-ll", "name": "DOS CONTINENTES l & ll", "color": "#31b2ac", "owners": "GTD Espa\u00f1a", "rfs_year": 2020, "decommission_year": null, "length_km": 95.0, "url": "http://www.gtdespana.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[101.447662369, 1.665522797], [101.41875239, 2.143087178], [101.812502111, 2.255504212], [102.220901822, 2.273260324]]]}, "properties": {"feature_id": "dumai-melaka-cable-system-dmcs-0", "cable_id": "dumai-melaka-cable-system-dmcs", "name": "Dumai-Melaka Cable System (DMCS)", "color": "#6bbd44", "owners": "Telekom Malaysia, Telkom Indonesia", "rfs_year": 2005, "decommission_year": null, "length_km": 159.0, "url": "https://www.tm.com.my"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-1.96832437, 46.693996633], [-2.699923851, 46.582355082], [-5.399921939, 46.582355082], [-9.899918751, 46.272182854], [-16.199914288, 45.331071073], [-23.399909187, 44.051519229], [-39.599897711, 39.698323355], [-50.39989006, 37.411283635], [-61.199882409, 37.589786574], [-72.44987444, 37.232354322], [-74.699872846, 36.723078949], [-76.059198055, 36.755008441]]]}, "properties": {"feature_id": "dunant-0", "cable_id": "dunant", "name": "Dunant", "color": "#ab7a2b", "owners": "Google", "rfs_year": 2021, "decommission_year": null, "length_km": 6400.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[24.65578, 60.20678], [24.637556782, 59.962431634], [24.637556782, 59.679663707], [24.752469, 59.436369]]]}, "properties": {"feature_id": "e-finest-0", "cable_id": "e-finest", "name": "E-FINEST", "color": "#40b76f", "owners": "Elisa Corporation", "rfs_year": 2019, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-4.48088259, 54.150478175], [-4.274922736, 54.100057482], [-3.599923214, 53.901684726], [-3.050753603, 53.808975971]]]}, "properties": {"feature_id": "e-llan-0", "cable_id": "e-llan", "name": "E-LLAN", "color": "#44b549", "owners": "Manx Electricity Authority", "rfs_year": 2007, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[120.127887992, 21.457551615], [120.374988961, 21.635297385], [120.543738842, 22.052985617], [120.662198758, 22.249254821]], [[125.099985614, 24.10978189], [123.74998657, 25.234286562], [122.849987208, 25.539194979], [121.949987845, 25.437644439], [121.383288247, 25.137250705], [121.949987845, 25.336008217], [122.399987527, 24.928611492], [122.849987208, 24.007054825], [122.399987527, 22.456448441], [121.049988483, 19.727750791], [119.76865992, 18.516117232], [118.935970867, 17.741878907], [118.799990077, 15.222213116], [119.362489678, 14.569901805], [120.149989121, 14.35203056], [120.820198646, 14.273021485], [120.149989121, 14.024826774], [118.799990077, 13.040451242], [115.649992308, 9.06644424], [113.849993584, 7.730954611], [110.474995974, 5.94383197], [109.799996453, 5.496074035], [107.999997728, 4.711703227], [107.099998365, 4.150887372], [105.749999322, 3.365087426], [105.18749972, 2.803404867], [104.596925138, 1.454368851], [104.287900357, 1.229630815], [104.173140439, 1.236269273], [103.987010571, 1.375393]], [[114.258683294, 22.318292679], [114.974992787, 22.313417381], [115.649992308, 22.000841468], [117.449991033, 21.739833731], [118.799990077, 21.2163979], [121.027755547, 21.038143463], [122.849987208, 21.2163979], [124.199986252, 22.052985617], [125.099985614, 24.122616987], [125.381235415, 25.551882759], [125.662485215, 26.159307971], [126.674984498, 28.557045466], [126.899984339, 29.540507745], [127.34998402, 30.708139994], [125.099985614, 33.189714665], [124.649985933, 34.312151652], [124.649985933, 35.419780517], [125.549985295, 36.149866787], [126.391584699, 36.576330456], [125.549985295, 35.967974348], [125.099985614, 35.419780517], [125.099985614, 34.312151652], [125.324985455, 33.189714665], [128.249983382, 30.708139994], [130.499981789, 29.540507745], [132.749980195, 29.344566989], [134.999978601, 29.344566989], [137.699976688, 30.126049847], [139.274975572, 30.901396089], [141.299974138, 32.052708023], [142.1999735, 34.405022751], [142.1999735, 35.052229911], [141.97497366, 35.7856619], [140.612474625, 36.383483735], [141.749973819, 35.7856619], [141.749973819, 35.052229911], [140.849974456, 34.12610104], [138.59997605, 33.377806036], [137.699976688, 33.659181629], [136.873997273, 34.336828252], [137.474976847, 32.812318783], [137.699976688, 31.286738814], [137.249977007, 29.344566989], [132.749980195, 26.159307971]], [[114.258683294, 22.318292679], [114.974992787, 22.261369678], [115.649992308, 21.948678138], [117.449991033, 21.635297385], [118.799990077, 21.006499845], [121.027755547, 20.827994119], [122.849987208, 20.796306105], [125.999984976, 22.052985617], [128.699983064, 23.298598066], [132.749980195, 26.159307971]], [[121.383288247, 25.149980713], [121.724988005, 25.754704263], [121.949987845, 26.05828756], [122.849987208, 26.260240972], [128.699983064, 25.754704263], [131.399981151, 26.159307971], [132.749980195, 26.159307971]], [[103.987010571, 1.389451397], [104.187400429, 1.289568783], [104.287900357, 1.341927435], [104.400400278, 1.468426767], [104.737500039, 2.817450443], [105.749999322, 4.277107602], [107.099998365, 5.061986954], [107.999997728, 5.733989114], [110.249996134, 7.744889053], [111.487495257, 9.967915187], [112.49999454, 12.615395567], [114.074993424, 17.108519961], [114.299993265, 18.251816319], [114.074993424, 20.796306105], [114.202923334, 22.22205042]], [[124.649985933, 35.419780517], [121.499988164, 35.7856619], [120.342468984, 36.087310907]], [[121.462588191, 25.168986123], [121.387488244, 25.74203803], [121.949987845, 26.75102987], [123.52498673, 28.148653709], [123.299986889, 30.113886122], [122.174987686, 30.744405104], [121.925087862, 30.852678538], [122.174987686, 31.034033882], [122.849987208, 31.466828945], [128.024983542, 32.800499176], [128.699983064, 34.300535531], [128.999492851, 35.158882668], [129.599982426, 34.300535531], [129.599982426, 32.800499176], [129.599982426, 31.658543952], [130.499981789, 30.889328975], [132.749980195, 30.889328975], [134.999978601, 31.274720539], [136.799977326, 32.04078844], [137.024977166, 32.800499176], [136.873997273, 34.325215545], [137.699976688, 33.927972679], [138.59997605, 33.927972679], [139.274975572, 34.114459241], [139.893725134, 34.393419492], [140.034350034, 34.679162982], [140.020287544, 34.840904848], [139.954855091, 34.965046604], [140.090599994, 34.840904848], [140.315599834, 34.679162982], [140.456224735, 34.393419492], [140.737474536, 33.927972679], [140.624974616, 32.421443555], [140.174974935, 30.889328975], [138.824975891, 28.544693071], [137.249977007, 26.951770292], [132.749980195, 23.698382122], [130.94998147, 22.87169787], [125.999984976, 21.20328798], [122.849987208, 20.361858038], [121.112553491, 19.189430263], [120.24308318, 18.601843894], [119.119063391, 17.549363429], [119.024989918, 15.222213116], [119.587489519, 14.569901805], [120.149989121, 13.915654479], [121.066008472, 13.748759176], [120.149989121, 13.259550944], [118.799990077, 12.601672205], [116.09999199, 9.06644424], [114.074993424, 7.730954611], [110.699995815, 5.94383197], [110.024996293, 5.496074035], [107.999997728, 4.599574516], [107.099998365, 4.038674649], [105.749999322, 3.25277508], [105.24374968, 2.803404867], [104.625000119, 1.454368851], [104.287900357, 1.215596521], [104.163770445, 1.210005278], [103.987010571, 1.375393], [104.177930435, 1.249346187], [104.287900357, 1.299801163], [104.428475258, 1.454368851], [104.793749999, 2.803404867], [105.749999322, 4.150887372], [107.099998365, 4.935905975], [107.999997728, 5.608046166], [110.474995974, 7.730954611], [111.712495098, 9.954064678], [112.72499438, 12.601672205], [114.299993264, 17.095079261], [114.524993105, 18.238460811], [114.187493344, 20.783159234], [114.258683294, 22.305283025]], [[114.202923334, 22.22205042], [114.637493026, 20.796306105], [115.424992468, 18.238460811], [116.999991352, 16.102325596], [119.249989758, 14.365653759], [120.149989121, 13.82008641], [121.066008472, 13.762418338]], [[120.127887992, 21.457551615], [118.799990077, 21.530685334], [117.449991033, 21.844294079], [115.649992308, 22.052985617], [114.974992787, 22.365445686], [114.258683294, 22.318292679]]]}, "properties": {"feature_id": "eac-c2c-0", "cable_id": "eac-c2c", "name": "EAC-C2C", "color": "#3a56a6", "owners": "Telstra", "rfs_year": 2002, "decommission_year": null, "length_km": 36500.0, "url": "https://www.telstrainternational.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[159.070334, 7.786484021], [160.199960748, 7.44752232], [163.124958676, 5.659359572], [165.599956923, 1.6183722], [166.949955966, 0.943545269], [171.89995246, 1.393450214], [172.9791, 1.329098003]], [[163.124958676, 5.659359572], [163.012458756, 5.435413644], [163.008103203, 5.3279]], [[166.949955966, 0.943545269], [166.949955966, 0.718569241], [166.921103203, 0.5467]]]}, "properties": {"feature_id": "east-micronesia-cable-system-emcs-0", "cable_id": "east-micronesia-cable-system-emcs", "name": "East Micronesia Cable System (EMCS)", "color": "#939597", "owners": "BwebwerikiNET Limited (BNL), Federated States of Micronesia Telecommunications Cable Corporation (FSMTCC), Nauru Fibre Cable Corporation", "rfs_year": 2026, "decommission_year": null, "length_km": 2250.0, "url": "https://www.eastmicronesiacable.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-76.716761417, 17.949953695], [-76.27487173, 17.395022635], [-75.374872368, 17.180187287], [-74.699872846, 16.965102599], [-71.999874759, 16.965102599], [-70.649875715, 17.395022635], [-69.862376273, 17.823934413], [-69.299876671, 17.716802179], [-67.499877947, 17.395022635], [-66.149878903, 17.609605913], [-64.597150003, 18.414412116]], [[-70.161786061, 18.699363841], [-69.918626233, 18.144943564], [-69.862376273, 17.823934413]]]}, "properties": {"feature_id": "east-west-0", "cable_id": "east-west", "name": "East-West", "color": "#30ace2", "owners": "Liberty Latin America (LLA)", "rfs_year": 2011, "decommission_year": null, "length_km": 1750.0, "url": "https://libertynet.com/contact"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-70.161786061, 18.699363841], [-69.918626233, 18.144943564], [-69.862376273, 17.823934413]], [[-76.716761417, 17.949953695], [-76.27487173, 17.395022635], [-75.374872368, 17.180187287], [-74.699872846, 16.965102599], [-71.999874759, 16.965102599], [-70.649875715, 17.395022635], [-69.862376273, 17.823934413], [-69.299876671, 17.716802179], [-67.499877947, 17.395022635], [-66.149878903, 17.609605913], [-64.597150003, 18.414412116]]]}, "properties": {"feature_id": "east-west-cable-ewc-0", "cable_id": "east-west-cable-ewc", "name": "East-West Cable (EWC)", "color": "#30ace2", "owners": "Liberty Networks", "rfs_year": 2011, "decommission_year": null, "length_km": 1705.0, "url": "https://libertynet.com/contact"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.850680667, 2.295702457], [104.400000278, 2.480311787], [105.749999322, 2.592701465], [105.974999162, 2.817450443], [106.211128995, 3.207140223], [106.874998525, 3.154491498], [107.324998206, 3.266814817], [107.999997728, 3.491423322], [108.290227522, 3.666760479], [108.89999709, 3.266814817], [109.799996453, 2.592701465], [110.249996134, 1.91822878], [110.35370606, 1.520169127]]]}, "properties": {"feature_id": "east-west-submarine-cable-system-0", "cable_id": "east-west-submarine-cable-system", "name": "East-West Submarine Cable System", "color": "#ed164f", "owners": "Sacofa", "rfs_year": 2004, "decommission_year": null, "length_km": 950.0, "url": "https://www.sacofa.com.my"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[43.16164366, 11.573660388], [43.650043314, 11.565447393], [44.550042676, 11.460143029]], [[37.219677869, 19.615566595], [37.800047458, 19.529070924], [39.150046502, 18.251816319], [40.162545785, 16.534196198], [41.625044749, 14.801154225], [42.13129439, 13.929303843], [42.806293912, 13.054150695], [43.129731184, 12.834868818], [43.214106124, 12.615395567], [43.453168453, 12.395734], [44.550042676, 11.460143029], [45.450042039, 11.405009148], [48.600039808, 12.175887186], [52.650036938, 13.163718918], [54.000035984, 13.492128176], [55.575034866, 12.615395567], [55.350035025, 9.524411345], [54.450035664, 5.510071712], [51.300037895, 1.468426767], [46.125041561, -1.906058394], [42.30004427, -4.152767748], [40.950045227, -5.497950688], [40.500045545, -6.16945053], [39.825046023, -6.52351646], [39.269676417, -6.823132108]], [[40.500045545, -6.16945053], [41.625044748, -9.290424301], [42.07504443, -11.943944932], [42.52504411, -14.861883918], [42.525044111, -15.224032285], [42.525044111, -20.574419057], [41.400044908, -23.493922446], [35.550049052, -26.752713396], [33.750050327, -28.54634921], [32.850050965, -28.940898806], [31.757961738, -28.950559667]], [[39.672896131, -4.052924365], [42.30004427, -4.152767748]], [[32.580621156, -25.968268155], [33.750050327, -26.450941899], [35.550049052, -26.752713396]], [[43.663143305, -23.354724804], [42.750043951, -23.597055964], [41.400044908, -23.493922446]], [[43.243303602, -11.700589282], [42.750043951, -11.943944932], [42.07504443, -11.943944932]], [[51.300037895, 1.468426767], [46.800041082, 2.255504212], [45.344182114, 2.041205223]]]}, "properties": {"feature_id": "eastern-africa-submarine-system-eassy-0", "cable_id": "eastern-africa-submarine-system-eassy", "name": "Eastern Africa Submarine System (EASSy)", "color": "#28a27f", "owners": "BT, Bayobab, Bharti Airtel, Botswana Fibre Networks, Comores Telecom, Djibouti Telecom, Liquid Intelligent Technologies, Mauritius Telecom, Orange, Sudatel, Tanzania Telecommunication Corporation, Telkom Kenya, Telkom South Africa, Telma (Telecom Malagasy), Vodacom DRC, WIOCC, Zambia Telecom, center3, e&", "rfs_year": 2010, "decommission_year": null, "length_km": 10500.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-61.53738217, 15.235781783], [-61.370682288, 15.2520775]], [[-61.65081209, 10.686261033], [-61.53738217, 11.073982781], [-61.53738217, 11.29470932], [-61.53738217, 11.62547996], [-61.649882091, 11.845776374], [-61.790581991, 12.008779421], [-61.873071933, 12.19152679], [-61.818531971, 12.395734], [-61.48103221, 13.054150695], [-61.208282404, 13.145460939], [-61.199882409, 13.054150695], [-59.849883366, 13.054150695], [-59.607403538, 13.084493801], [-59.849883366, 13.163718918], [-60.749882728, 14.038469666], [-60.974882569, 14.147583507], [-61.006812546, 13.994508756], [-61.199882409, 14.147583507], [-61.199882409, 14.365653759], [-61.094172484, 14.615455777], [-61.36863229, 14.801154225], [-61.53738217, 15.018578574], [-61.53738217, 15.235781783], [-61.649882091, 15.452760959], [-61.607792121, 15.676204818], [-61.43915724, 15.892797111], [-61.413872258, 15.988768943], [-61.533032173, 16.2413286], [-61.762382011, 16.590029438], [-61.857941943, 17.051481714], [-62.099881772, 16.965102599], [-62.549881453, 16.965102599], [-62.729761326, 17.090876006], [-62.668747225, 17.290434408], [-62.729761326, 17.402379875], [-63.073661082, 18.031045075], [-63.058131093, 18.144943564], [-63.057161094, 18.217681163], [-63.224880975, 18.305228079], [-63.449880816, 18.358623372], [-64.124880337, 18.358623372], [-64.349880178, 18.358623372], [-64.597150003, 18.414412116]]]}, "properties": {"feature_id": "eastern-caribbean-fiber-system-ecfs-0", "cable_id": "eastern-caribbean-fiber-system-ecfs", "name": "Eastern Caribbean Fiber System (ECFS)", "color": "#b4d333", "owners": "AT&T, Claro Dominicana (Codetel), Guyana Telephone and Telegraph (GT&T), Liberty Networks, Orange, Verizon", "rfs_year": 1995, "decommission_year": null, "length_km": 1730.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[18.062756753, 59.332308261], [18.900060847, 59.451717319], [20.250059891, 59.565883463], [21.375059094, 59.679663707], [22.725058137, 59.736409384], [22.966757185, 59.823409427], [23.175057819, 59.736409384], [23.85005734, 59.736409384], [24.412556942, 59.849612385], [24.932478449, 60.171163461], [25.200056384, 60.074867996], [26.100055746, 60.074867996], [26.775055268, 60.298595535], [26.883648941, 60.501140561]]]}, "properties": {"feature_id": "eastern-light-sweden-finland-i-0", "cable_id": "eastern-light-sweden-finland-i", "name": "Eastern Light Sweden-Finland I", "color": "#944098", "owners": "Eastern Light", "rfs_year": 2019, "decommission_year": null, "length_km": 0.0, "url": "https://easternlight.se/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-77.269206964, 60.037114674], [-78.524870137, 59.755303237], [-79.199869659, 59.068365502], [-79.199869659, 58.602626835], [-78.749869978, 58.13060164], [-77.399870934, 57.410662304], [-77.174871093, 56.552477604], [-77.399870934, 56.178604167], [-77.849870615, 55.927313564], [-78.299870296, 55.674382828], [-79.199869659, 55.419806214], [-80.099869021, 54.905692844], [-80.099869021, 54.3849294], [-79.64986934, 53.85747344], [-78.893473391, 53.773614405]], [[-77.174871093, 56.552477604], [-76.724871412, 56.552477604], [-76.547137163, 56.55156256]], [[-78.749869978, 58.13060164], [-78.299870296, 58.367403351], [-78.105070434, 58.455132585]], [[-78.299870296, 55.674382828], [-78.074870456, 55.419806214], [-77.763786692, 55.274574191]]]}, "properties": {"feature_id": "eaufon-1-0", "cable_id": "eaufon-1", "name": "EAUFON 1", "color": "#5b6cb3", "owners": "Tamaani Internet", "rfs_year": 2022, "decommission_year": null, "length_km": 1175.0, "url": "http://krg.ca/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-78.524870137, 59.755303237], [-78.974869818, 60.649722745], [-78.974869818, 61.08784472], [-78.749869978, 61.519983768], [-78.749869978, 62.47072], [-78.524870137, 62.781080494], [-77.399870934, 62.986189025], [-76.04987189, 62.781080494], [-75.646852176, 62.201283373]], [[-75.646852176, 62.201283373], [-75.487330804, 62.395514163], [-74.812331283, 62.34334022], [-74.630819065, 62.113329605]], [[-78.974869818, 61.08784472], [-78.524870137, 60.978877357], [-78.144240407, 60.81768304]], [[-78.749869978, 62.47072], [-78.299870296, 62.47072], [-77.943460549, 62.415023695]]]}, "properties": {"feature_id": "eaufon-2-0", "cable_id": "eaufon-2", "name": "EAUFON 2", "color": "#c11a7d", "owners": "Tamaani Internet", "rfs_year": 2024, "decommission_year": null, "length_km": 675.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-61.649292091, 10.687695708], [-62.099881772, 11.29470932], [-63.899880497, 11.515266158], [-65.699879222, 11.184367066], [-68.399877309, 11.735650161], [-68.89264696, 12.090439618]]]}, "properties": {"feature_id": "ec-link-0", "cable_id": "ec-link", "name": "EC Link", "color": "#663c97", "owners": "Liberty Networks", "rfs_year": 2007, "decommission_year": null, "length_km": 1078.0, "url": "https://libertynet.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[179.999946722, 26.29386584], [173.699951185, 24.669041914], [160.199960748, 21.356164482], [151.199967124, 17.823934413], [145.799970949, 15.813887261], [143.887472304, 13.965698204], [144.224972064, 13.710817738], [144.694701733, 13.464772962]]]}, "properties": {"feature_id": "echo-0", "cable_id": "echo", "name": "Echo", "color": "#cd5628", "owners": "Google, Meta", "rfs_year": 2025, "decommission_year": null, "length_km": 17184.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[143.887472304, 13.965698204], [143.549972543, 13.419186961], [137.249977007, 9.524411345], [133.649979557, 7.744889053], [133.199979876, 7.298762754], [130.499981788, 3.865649782], [129.599982426, 1.6183722], [128.699983063, -1.981015191], [128.024983541, -2.88019558], [127.349984019, -4.676208029], [123.74998657, -6.467627593], [120.14998912, -6.467627593], [116.583101647, -4.852974875], [114.749992946, -4.825692499], [112.049994859, -4.152767748], [110.249996133, -3.479268679], [109.574996611, -3.029995968], [106.537498764, -0.33140933], [105.29999964, 0.906050181], [104.849999959, 1.187252774], [104.625000119, 1.250557148], [104.287900357, 1.299826156], [104.189750427, 1.31015097], [103.987010571, 1.389451397]], [[109.574996611, -3.029995968], [108.112497648, -4.601453765], [107.662497967, -5.273944364], [107.12099835, -5.98115426]], [[133.649979557, 7.744889053], [134.099979237, 7.521883237], [134.560940826, 7.531746239]], [[144.657531759, 13.385305518], [143.999972225, 13.382708036], [143.549972543, 13.419186961]]]}, "properties": {"feature_id": "echo-1", "cable_id": "echo", "name": "Echo", "color": "#939597", "owners": "Google, Meta", "rfs_year": 2025, "decommission_year": null, "length_km": 17184.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-124.15955922, 40.803253109], [-139.050181025, 39.002378909], [-151.199818653, 36.99311992], [-163.799809727, 33.315153958], [-172.79980979, 29.475236195], [-179.999800397, 26.29386584]]]}, "properties": {"feature_id": "echo-2", "cable_id": "echo", "name": "Echo", "color": "#ce5728", "owners": "Google, Meta", "rfs_year": 2025, "decommission_year": null, "length_km": 17184.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-61.649292091, 10.687695708], [-62.099881772, 11.29470932], [-63.899880497, 11.515266158], [-65.699879222, 11.184367066], [-68.399877309, 11.735650161], [-68.89264696, 12.090439618]]]}, "properties": {"feature_id": "eclink-0", "cable_id": "eclink", "name": "ECLink", "color": "#663c97", "owners": "Liberty Latin America (LLA)", "rfs_year": 2007, "decommission_year": null, "length_km": 987.0, "url": "https://libertynet.com/contact"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[11.940005778, 54.577236267], [11.925065788, 54.493972299], [11.925065788, 54.297485953], [12.132485641, 54.079177417]]]}, "properties": {"feature_id": "elektra-globalconnect-1-gc1-0", "cable_id": "elektra-globalconnect-1-gc1", "name": "Elektra-GlobalConnect 1 (GC1)", "color": "#c88129", "owners": "GlobalConnect", "rfs_year": 2000, "decommission_year": null, "length_km": 44.0, "url": "https://www.globalconnectcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[24.752496701, 59.436399859], [25.087556464, 59.679663707], [25.200056384, 59.962431634], [25.087556464, 60.074867996], [24.932476574, 60.171163189]]]}, "properties": {"feature_id": "finland-estonia-2-eesf-2-0", "cable_id": "finland-estonia-2-eesf-2", "name": "Finland-Estonia 2 (EESF-2)", "color": "#b91e4e", "owners": "Arelion, Telia Eesti (formerly Eesti Telekom, EMT, Elion)", "rfs_year": 1992, "decommission_year": null, "length_km": 98.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-35.099900899, 0.568578853], [-37.349899305, 1.468426767], [-46.799892611, 4.16491285], [-51.299889423, 5.061986954], [-52.320928699, 4.941547448]]]}, "properties": {"feature_id": "ellalink-0", "cable_id": "ellalink", "name": "EllaLink", "color": "#939597", "owners": "EllaLink", "rfs_year": 2021, "decommission_year": null, "length_km": 6200.0, "url": "https://www.ella.link/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-16.087414368, 32.433313306], [-16.649913969, 32.528215045], [-16.908898161, 32.647276966]], [[-23.521209101, 14.92303556], [-23.849908869, 14.801154225], [-24.074908709, 14.801154225]], [[-38.542964866, -3.718736533], [-36.449899943, -0.781386636], [-35.099900899, 0.568578853], [-31.049903768, 3.715978119], [-27.859500755, 7.716632623], [-25.649907593, 11.29470932], [-24.29990855, 14.365653759], [-24.074908709, 14.801154225], [-23.399909187, 16.102325596], [-21.599910462, 19.952622905], [-19.599911879, 22.884654114], [-18.449912694, 24.941363172], [-17.662413252, 27.763588526], [-17.470384579, 28.275606244], [-17.09991365, 28.951554732], [-17.198548585, 29.690264251], [-16.64991397, 31.670513047], [-16.087414368, 32.433313306], [-13.724916042, 33.939640088], [-11.474917635, 36.512388212], [-9.44991907, 37.678877929], [-9.112419309, 37.85358172], [-8.869597215, 37.957215275]], [[-13.724916042, 33.939640088], [-12.374916998, 33.939640088], [-9.899918751, 33.939640088], [-7.631920358, 33.605395113]], [[-20.430336961, 21.674407102], [-17.035704, 20.947172]]]}, "properties": {"feature_id": "ellalink-1", "cable_id": "ellalink", "name": "EllaLink", "color": "#c22c75", "owners": "EllaLink", "rfs_year": 2021, "decommission_year": null, "length_km": 6200.0, "url": "https://www.ella.link/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.197971373, 53.410138507], [-5.624921779, 53.541579682], [-5.090742158, 53.541864915], [-4.630392484, 53.306335502]]]}, "properties": {"feature_id": "emerald-bridge-fibres-0", "cable_id": "emerald-bridge-fibres", "name": "Emerald Bridge Fibres", "color": "#ec1c24", "owners": "Zayo", "rfs_year": 2012, "decommission_year": null, "length_km": 120.0, "url": "https://zayoeurope.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[10.887166523, 57.256997748], [11.025066426, 57.17764775], [11.700065948, 57.086065976], [12.251265557, 57.105296578]]]}, "properties": {"feature_id": "energinet-laeso-varberg-0", "cable_id": "energinet-laeso-varberg", "name": "Energinet Laeso-Varberg", "color": "#373996", "owners": "Energinet", "rfs_year": 2011, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[10.514616787, 57.244918111], [10.687566665, 57.223353721], [10.887166523, 57.256997748]]]}, "properties": {"feature_id": "energinet-lyngsa-laeso-0", "cable_id": "energinet-lyngsa-laeso", "name": "Energinet Lyngsa-Laeso", "color": "#a74234", "owners": "Energinet", "rfs_year": 2011, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[36.591125386, 45.431025981], [36.770848187, 45.42360971]]]}, "properties": {"feature_id": "energy-bridge-cable-0", "cable_id": "energy-bridge-cable", "name": "Energy Bridge Cable", "color": "#d96048", "owners": "Miranda Media", "rfs_year": 2017, "decommission_year": null, "length_km": 13.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[15.067443562, 37.513447486], [15.637563158, 37.232354322], [15.750063078, 36.873219512], [15.300063397, 36.149866787], [15.075063557, 36.013486867], [14.380044049, 35.934063614]]]}, "properties": {"feature_id": "epic-malta-sicily-cable-system-emscs-0", "cable_id": "epic-malta-sicily-cable-system-emscs", "name": "Epic Malta-Sicily Cable System (EMSCS)", "color": "#48b648", "owners": "Epic", "rfs_year": 2004, "decommission_year": null, "length_km": 260.0, "url": "https://epic.com.mt/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.165841396, 53.526542769], [-5.624921779, 53.702365557], [-3.330833404, 53.451939091], [-3.027563619, 53.201728445]]]}, "properties": {"feature_id": "geo-eirgrid-0", "cable_id": "geo-eirgrid", "name": "Geo-Eirgrid", "color": "#50c3c9", "owners": "Eirgrid", "rfs_year": 2012, "decommission_year": null, "length_km": 187.0, "url": "http://www.zayo.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.57507312, 0.793562653], [0.225074076, -0.093411305], [-3.599923214, -1.681168936], [-10.799918113, -1.681168936], [-14.849915244, 2.367912559], [-19.349912056, 8.635699417], [-20.6999111, 11.735650161], [-20.6999111, 19.952622905], [-19.849911702, 22.884654114], [-19.124912216, 27.763588526], [-17.999913013, 30.255702942], [-17.09991365, 31.670513047], [-16.312414209, 32.433313306], [-13.949915882, 33.939640088], [-11.699917476, 36.512388212], [-10.349918432, 38.034173901], [-9.56241899, 38.299520606], [-9.102749316, 38.443079483]], [[18.445861169, -33.727218196], [17.550061803, -33.742644657], [16.650062441, -33.555344209], [15.525063238, -32.612760006], [13.500064672, -30.309953345], [9.00006786, -23.493922446], [7.650068817, -18.026426384], [7.650068816, -13.990271167], [8.325068338, -10.62006486], [7.650068817, -6.616650693], [7.200069135, -4.825692499], [4.050071367, -1.23131575], [2.250072642, 1.580886841]], [[9.00006786, -23.493922446], [13.050064991, -22.665969968], [14.53346394, -22.685429732]], [[1.57507312, 0.793562653], [2.250072642, 1.580886841], [3.600071686, 4.16491285], [3.423511811, 6.439066911]], [[7.650068816, -13.990271167], [-3.599923214, -15.296387761], [-5.711521718, -15.918564131]], [[1.57507312, 0.793562653], [1.68757304, 3.828234303], [1.57507312, 5.061986954], [1.227803366, 6.126307297]]]}, "properties": {"feature_id": "equiano-0", "cable_id": "equiano", "name": "Equiano", "color": "#7e2c18", "owners": "Google", "rfs_year": 2023, "decommission_year": null, "length_km": 15000.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.215401361, 53.331711289], [-5.624921779, 53.435130856], [-3.599923214, 53.635715157], [-3.006373634, 53.647933399]]]}, "properties": {"feature_id": "esat-2-0", "cable_id": "esat-2", "name": "ESAT-2", "color": "#27baad", "owners": "Esat BT", "rfs_year": 2000, "decommission_year": null, "length_km": 245.0, "url": "http://www.fiberatlantic.com/system/KrQqY"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-5.391811944, 35.565918934], [-5.174922098, 35.7856619], [-5.174922098, 36.240655233], [-5.145872119, 36.427419772]]]}, "properties": {"feature_id": "est-tet-0", "cable_id": "est-tet", "name": "Est-Tet", "color": "#2ca887", "owners": "Maroc Telecom, Telxius", "rfs_year": 1994, "decommission_year": null, "length_km": 113.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[56.333724329, 25.121690005], [56.92503391, 24.66052225], [57.886048697, 23.678723712], [58.162533033, 23.968510997], [58.725032635, 24.327803112], [59.850031838, 24.019900203], [62.325030084, 22.469443965], [62.325030084, 19.529070924]], [[38.250047139, 22.052985617], [39.182756479, 21.481533476]], [[44.550042676, 12.065895274], [43.650043314, 11.818224496], [43.16164366, 11.573660388]], [[7.426728975, 43.738255688], [7.312569056, 43.401144973], [7.425068976, 41.744358789], [7.969108591, 39.423519823], [8.325068338, 38.651811713], [8.437568259, 38.387754736], [9.00006786, 38.034173901]], [[14.400064035, 33.986293737], [13.500064672, 33.095517117], [13.187364894, 32.877622903]], [[-11.249917795, 37.945510495], [-10.349918432, 37.945510495], [-9.337419149, 38.122730108], [-9.102749316, 38.443079483]], [[32.653181104, 29.113614163], [32.175051443, 29.295435553], [31.725051762, 29.491558027], [31.05005224, 29.736069497], [30.375052718, 30.1017209], [29.981302997, 30.51449596], [29.700933196, 31.072270032], [27.900054471, 32.052708023], [25.200056384, 32.85958149], [22.050058615, 33.596732845], [19.350060528, 33.565491482], [16.650062441, 33.189714665], [14.400064035, 33.986293737], [12.318815509, 35.419780517], [12.037565708, 35.7856619], [11.925065788, 36.240655233], [11.925065787, 37.232354322], [10.912566505, 37.678877929], [10.34861723, 38.034173901], [9.00006786, 38.034173901], [5.40007041, 38.122730108], [2.250072642, 37.767862425], [-2.24992417, 36.058973123], [-4.499922576, 35.967974348], [-5.624921779, 35.922435577], [-6.299921301, 35.87687057], [-8.999919388, 36.058973123], [-9.899918751, 36.42191605], [-11.249917795, 37.945510495], [-13.499916201, 39.698323355], [-13.499916201, 44.051519229], [-9.44991907, 48.704234631], [-7.649920345, 49.58728674], [-6.074881461, 50.311167252], [-4.544402545, 50.828201427]], [[32.653181104, 29.113614163], [33.455063036, 28.161052262], [34.368799889, 27.364667994], [35.268799251, 26.562513149], [36.000048733, 25.754704263], [37.012548016, 24.122616987], [38.250047139, 22.052985617], [39.037546581, 20.375041253], [40.387545625, 18.251816319], [41.400044908, 16.534196198], [42.30004427, 14.801154225], [42.806293912, 13.929303843], [43.143793672, 13.054150695], [43.284418573, 12.834868818], [43.368793513, 12.615395567], [43.762543234, 12.395734], [44.550042676, 12.065895274], [45.450042039, 12.285833556], [48.600039807, 13.054150695], [55.350035025, 15.452760959], [58.950032475, 17.180187287], [62.325030084, 19.529070924], [66.600027056, 19.740987366], [70.200024506, 19.423008156], [72.87590261, 19.076074257]], [[-5.624921779, 35.922435577], [-5.347581976, 36.156019514]], [[29.700933196, 31.072270032], [29.981302997, 30.562943259], [30.375052718, 30.199000717], [31.05005224, 29.833707764], [31.725051762, 29.589433776], [32.175051443, 29.344436236], [32.653181104, 29.113614163]]]}, "properties": {"feature_id": "europe-india-gateway-eig-0", "cable_id": "europe-india-gateway-eig", "name": "Europe India Gateway (EIG)", "color": "#a35e29", "owners": "AT&T, Altice Portugal, BT, Bayobab, Bharat Sanchar Nigam Ltd. (BSNL), Bharti Airtel, Djibouti Telecom, Gibtelecom, Kalaam Telecom, Libya International Telecommunications Company, Telecom Egypt, Telkom South Africa, Verizon, Vodafone, Zain Omantel International, center3, du", "rfs_year": 2011, "decommission_year": null, "length_km": 15000.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[5.332770458, 60.390723706], [5.40012041, 60.354264743], [5.468820362, 60.298595535], [5.512570331, 60.18692234], [5.456320371, 60.074867996], [5.45632537, 59.948350185], [5.56882029, 59.896666992], [5.56882029, 59.783623993], [5.54070531, 59.684391141], [5.51257533, 59.641779784], [5.49851784, 59.613338747], [5.51257533, 59.584873613], [5.48444535, 59.549258289], [5.45632037, 59.527871002], [5.48444535, 59.470771845], [5.56882529, 59.413568401], [5.59694527, 59.370615683], [5.59694527, 59.32760086], [5.56882029, 59.298894027], [5.524480322, 59.27926758], [5.850070092, 59.106894957], [5.850070092, 59.049084545], [5.730770176, 58.970821487]]]}, "properties": {"feature_id": "eviny-digital-0", "cable_id": "eviny-digital", "name": "Eviny Digital", "color": "#ca3693", "owners": "Eviny Digital AS", "rfs_year": 2020, "decommission_year": null, "length_km": 210.0, "url": "https://www.eviny.no/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-8.472719762, 51.898608554], [-7.649920345, 51.58683398], [-7.199920664, 51.306375677]], [[-3.010863631, 51.293645749], [-4.049922895, 51.446820152], [-5.399921939, 51.306375677], [-7.199920664, 51.306375677], [-10.799918113, 50.597677199], [-16.199914288, 50.454639126], [-23.399909187, 50.740281894], [-39.595002944, 48.965331457], [-50.394995294, 45.766420913], [-61.199882409, 44.213009179], [-63.575810726, 44.646178571]]]}, "properties": {"feature_id": "exa-express-0", "cable_id": "exa-express", "name": "EXA Express", "color": "#b03d2b", "owners": "EXA Infrastructure", "rfs_year": 2015, "decommission_year": null, "length_km": 4600.0, "url": "https://exainfra.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[16.868812286, 41.125709059], [18.000061485, 41.238752329], [19.125060688, 41.238752329], [19.450060457, 41.31691028]]]}, "properties": {"feature_id": "italy-albania-0", "cable_id": "italy-albania", "name": "Italy-Albania", "color": "#a8842d", "owners": "ALBtelecom, Sparkle", "rfs_year": 1997, "decommission_year": null, "length_km": 240.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.676191035, 55.130930058], [-6.676191035, 55.415759313]], [[-70.950275503, 42.463646013], [-69.299876671, 42.578254086], [-65.699879222, 42.743713464], [-63.899880497, 44.051519229], [-63.572490729, 44.653228705], [-61.199882409, 44.534664163], [-50.39989006, 46.736779467], [-39.599897711, 49.878144738], [-23.399909187, 54.034038257], [-16.199914288, 54.819361914], [-12.599916838, 55.334580613], [-8.999919388, 55.589707113], [-6.676191035, 55.415759313], [-6.074921461, 55.334580613], [-4.949922257, 54.363085974], [-4.949922257, 54.100057482], [-4.837372337, 53.967914031], [-3.599923214, 53.702365557], [-3.006373634, 53.647933399], [-3.599923214, 53.568959291], [-5.624921779, 53.368058137], [-6.248311338, 53.348124633], [-5.624921779, 53.233595319], [-5.399921939, 52.691501595], [-5.624921779, 52.142592704], [-7.199920664, 51.446820152], [-10.799918113, 50.740281894], [-16.199914288, 50.740281894], [-23.399909187, 51.306375677], [-39.599897711, 49.294684219], [-50.39989006, 46.116434772], [-61.199882409, 44.374057511], [-63.572490729, 44.653228705]]]}, "properties": {"feature_id": "exa-north-and-south-0", "cable_id": "exa-north-and-south", "name": "EXA North and South", "color": "#4cb96a", "owners": "EXA Infrastructure", "rfs_year": 2001, "decommission_year": null, "length_km": 12200.0, "url": "https://exainfra.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[32.466651236, 34.766571697], [32.625051124, 34.49779087], [33.525050486, 33.565491482], [34.200050008, 33.001218523], [34.971901, 32.7617]]]}, "properties": {"feature_id": "exelera-north-0", "cable_id": "exelera-north", "name": "Exelera North", "color": "#d41577", "owners": "Exelera", "rfs_year": 2012, "decommission_year": null, "length_km": 345.0, "url": "https://www.exelera.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[39.182756479, 21.481533476], [38.70004682, 20.375041253], [37.589237574, 19.813237785], [37.219677869, 19.615566595]], [[72.87590261, 19.076074257], [70.200024506, 19.740987366], [66.600027056, 20.375041253], [63.675029128, 22.469443965], [59.850032656, 24.634955698], [58.500032794, 23.968510997], [58.176203023, 23.684877532], [57.881283232, 24.122616987], [57.375033591, 25.348717422], [57.15003375, 26.159307971], [56.98128387, 26.562513149], [56.743004039, 26.973181619], [56.274154371, 27.187252946], [56.250034388, 26.813799488], [55.800034707, 26.411476061], [55.350035025, 26.361086325], [53.550036301, 26.361086325], [52.875036779, 26.562513149], [52.200037257, 26.964304735], [51.525037735, 27.364667994], [50.175038691, 27.96250336], [49.162539409, 28.655812418], [48.600039807, 29.148248791], [48.487539887, 29.246454972], [47.97484025, 29.374104204], [48.600039807, 28.853067255], [49.162539409, 28.458185766], [50.175038691, 26.964304735], [50.175038691, 26.461843796], [50.214198664, 26.285375359], [50.343788572, 26.461843796], [50.512538452, 26.461843796], [50.576018407, 26.229494838], [51.187537974, 26.361086325], [51.637537655, 26.260240972], [51.750037576, 26.05828756], [51.519277739, 25.294608758], [52.200037257, 25.754704263], [53.550036301, 25.855985466], [55.125035185, 25.855985466], [55.125035185, 25.551882759], [55.308535055, 25.269353998], [55.237585105, 25.551882759], [55.350035025, 25.754704263], [55.800034707, 26.108808677], [56.24681439, 26.181305363], [56.362534308, 26.461843796], [56.587534149, 26.461843796], [56.756284029, 26.159307971], [57.262533671, 25.348717422], [57.825033272, 24.122616987], [58.176203023, 23.684877532], [58.500032794, 23.814220515], [58.950032475, 23.659746441], [59.850031838, 22.884654114], [60.075031677, 22.469443965], [59.850031838, 19.104405476], [58.950032475, 18.03800544], [55.350035025, 16.318380026], [52.650036938, 15.235781783], [48.600039807, 13.492128176], [45.450042039, 12.725155924], [44.550042676, 12.230866088], [43.678168294, 12.395734], [43.326606043, 12.615395567], [43.242231103, 12.834868818], [43.059418732, 13.054150695], [42.637544031, 13.929303843], [42.13129439, 14.801154225], [41.062545147, 16.534196198], [40.050045864, 18.251816319], [38.70004682, 20.375041253], [37.912547378, 22.052985617], [36.675048255, 24.122616987], [35.662548972, 25.754704263], [35.015674431, 26.562513149], [34.200050008, 27.364667994], [33.497250506, 28.161052262], [32.990675865, 28.951554732], [32.709426064, 29.344566989], [32.540672684, 29.638336094], [32.540681184, 29.974234637]], [[76.97022971, 8.798160747], [76.500020043, 8.190543418], [75.545132716, 6.628746604], [74.250021637, 5.39808113], [73.500022168, 4.166668199]], [[75.545132716, 6.628746604], [79.20001813, 6.628746604], [79.872087654, 6.927036657]], [[52.182457269, 16.213003862], [52.650036938, 15.669513225], [52.650036938, 15.235781783]], [[60.627371287, 25.258664579], [59.850032656, 24.634955698]], [[48.531779856, 29.923632787], [48.600039807, 29.540507745], [48.487539887, 29.246454972]], [[48.531779856, 29.923632787], [48.712539728, 29.540507745], [48.600039807, 29.148248791]], [[42.954523806, 14.79780901], [42.750043951, 14.692360031], [42.13129439, 14.801154225]]]}, "properties": {"feature_id": "falcon-0", "cable_id": "falcon", "name": "FALCON", "color": "#c62026", "owners": "FLAG", "rfs_year": 2006, "decommission_year": null, "length_km": 10300.0, "url": "https://flagtel.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[151.283367065, 59.583339607], [151.199967124, 59.33716442], [150.862467364, 58.991176703], [147.599969675, 56.095022512], [143.549972544, 53.768910567], [142.942452974, 53.577539617], [143.549972544, 53.635715157], [154.799964574, 52.963398106], [156.287073521, 52.812409509]]]}, "properties": {"feature_id": "far-east-submarine-cable-system-0", "cable_id": "far-east-submarine-cable-system", "name": "Far East Submarine Cable System", "color": "#a8346b", "owners": "Rostelecom", "rfs_year": 2016, "decommission_year": null, "length_km": 1855.0, "url": "https://www.company.rt.ru/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-54.479165, 49.55587483], [-54.395227, 49.58393869], [-54.283672, 49.58393869]]]}, "properties": {"feature_id": "farewell-change-fogo-0", "cable_id": "farewell-change-fogo", "name": "Farewell-Change-Fogo", "color": "#50429a", "owners": "Bell Canada", "rfs_year": 2025, "decommission_year": null, "length_km": 16.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-3.346213394, 58.615419521], [-3.824923054, 58.758568945], [-3.824923054, 59.451717319], [-3.149923533, 60.354289475], [-2.699923851, 61.875570784], [-2.699923851, 62.086961771], [-5.399921939, 62.917978785], [-7.199920664, 63.324862131], [-10.799918113, 64.704685997], [-10.799918113, 65.086520602], [-12.149917157, 65.275408726], [-13.499916201, 65.275408726], [-14.018075834, 65.250849819]], [[-6.927950856, 62.244112059], [-6.897247538, 62.405946169], [-7.199920664, 62.712391894], [-7.199920664, 63.324862131]]]}, "properties": {"feature_id": "farice-1-0", "cable_id": "farice-1", "name": "FARICE-1", "color": "#62bd60", "owners": "Farice", "rfs_year": 2004, "decommission_year": null, "length_km": 1205.0, "url": "http://www.farice.is"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[136.873997273, 34.336828252], [137.699976688, 33.189714665], [138.59997605, 32.243210016]], [[138.59997605, 32.243210016], [140.399974775, 33.001218523], [143.099972863, 34.312151652], [149.3999684, 37.589786574], [160.199960749, 42.743713464], [172.799951823, 45.960245241], [179.999958282, 45.960245241]], [[140.399974775, 33.001218523], [140.062475014, 33.939640088], [140.399974775, 34.405022751], [140.287474854, 34.690726477], [140.076537504, 34.852445709], [139.954855091, 34.976570029]], [[-124.408337632, 43.118664099], [-125.999836505, 43.073310783], [-129.599833954, 43.727214791], [-138.599827579, 45.013833644], [-151.199818653, 45.960245241], [-179.999798251, 45.960245241]], [[138.59997605, 32.243210016], [136.799977326, 31.094262828], [134.999978601, 30.320465425], [131.399981151, 29.246454972], [129.599982426, 28.951554732], [128.249983382, 28.557045466], [122.849987208, 26.461843796], [121.949987845, 25.754704263], [121.462588191, 25.181712819]]]}, "properties": {"feature_id": "faster-0", "cable_id": "faster", "name": "FASTER", "color": "#4bb748", "owners": "China Mobile, China Telecom, Google, KDDI, Singtel, TIME dotCom", "rfs_year": 2016, "decommission_year": null, "length_km": 11629.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[11.212566293, 54.496185042], [11.250066266, 54.593021637], [11.358566189, 54.663066304]]]}, "properties": {"feature_id": "fehmarn-blt-0", "cable_id": "fehmarn-blt", "name": "Fehmarn B\u00e4lt", "color": "#af4298", "owners": "Arelion", "rfs_year": 2000, "decommission_year": null, "length_km": 20.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[47.97484025, 29.374104204], [48.600039807, 28.951554732], [49.162539409, 28.557045466], [50.175038691, 27.863091577], [51.300037895, 27.364667994], [51.975037416, 26.964304735], [52.650036938, 26.562513149], [53.550036301, 25.754704263], [54.900035344, 25.551882759], [55.308535055, 25.269353998]], [[52.650036938, 26.562513149], [52.087537337, 26.05828756], [51.519277739, 25.294608758]], [[51.300037895, 27.364667994], [50.850038213, 26.562513149], [50.576018407, 26.229494838]]]}, "properties": {"feature_id": "fiber-optic-gulf-fog-0", "cable_id": "fiber-optic-gulf-fog", "name": "Fiber Optic Gulf (FOG)", "color": "#2859a8", "owners": "Bahrain Telecommunications Company (Batelco), Kuwait Ministry of Communications, Ooredoo, e&", "rfs_year": 1998, "decommission_year": null, "length_km": 1300.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-76.874281306, -12.278420042], [-77.399870933, -12.822995626], [-77.399870933, -13.69898727], [-76.04987189, -15.44102366], [-73.799873484, -17.168553094], [-72.44987444, -17.597998996], [-71.323675238, -17.641173817]]]}, "properties": {"feature_id": "fibra-optica-al-pacfico-0", "cable_id": "fibra-optica-al-pacfico", "name": "Fibra Optica al Pac\u00edfico", "color": "#7e3a96", "owners": "Entel Bolivia", "rfs_year": 2020, "decommission_year": null, "length_km": 1180.0, "url": "https://www.entel.bo/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-72.953411234, -41.460374245], [-73.349873802, -41.651266977], [-73.799873484, -41.735272483], [-74.249873165, -41.902954271], [-75.149872527, -43.555576274], [-76.04987189, -46.728433187], [-76.04987189, -47.948158004], [-75.599872208, -51.718874275], [-75.149872527, -52.273010202], [-74.137373244, -52.820304305], [-72.899874121, -53.158904291], [-71.549875077, -53.360791738], [-71.099875396, -53.894509657], [-70.199876034, -54.421497115], [-68.84987699, -54.941794967], [-68.174877468, -55.006363937], [-67.605861427, -54.935200597]], [[-76.04987189, -47.948158004], [-75.149872527, -47.872750313], [-74.699872846, -47.797232731], [-74.249873165, -47.797232731], [-73.536887499, -47.801214665]], [[-71.549875077, -53.360791738], [-71.212375317, -53.293601798], [-70.933332575, -53.166655479]]]}, "properties": {"feature_id": "fibra-optica-austral-0", "cable_id": "fibra-optica-austral", "name": "Fibra Optica Austral", "color": "#23a94c", "owners": "Subtel", "rfs_year": 2020, "decommission_year": null, "length_km": 2800.0, "url": "https://fibraopticaaustral.cl/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-73.799873484, 19.952622905], [-73.349873802, 20.375041253], [-71.549875077, 20.375041253], [-70.987375476, 20.163975032], [-70.691185686, 19.799436356]], [[-76.666621453, 17.949772943], [-76.27487173, 17.609605913], [-75.374872368, 17.609605913], [-74.812372766, 18.251816319], [-74.362373085, 19.316876112], [-73.799873484, 19.952622905]], [[-73.799873484, 19.952622905], [-73.574873643, 19.104405476], [-72.80265419, 18.86477036], [-72.608664327, 18.865044782]], [[-77.921380564, 18.469357593], [-77.737370695, 18.500930003], [-77.287371014, 18.500930003], [-77.103241143, 18.398661383]]]}, "properties": {"feature_id": "fibralink-0", "cable_id": "fibralink", "name": "Fibralink", "color": "#c83a26", "owners": "Liberty Networks", "rfs_year": 2006, "decommission_year": null, "length_km": 1102.0, "url": "https://libertynet.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[11.940005778, 54.577236267], [11.812565868, 54.493972299], [11.812565868, 54.297485953], [12.132485641, 54.079177417]]]}, "properties": {"feature_id": "globalconnect-kpn-0", "cable_id": "globalconnect-kpn", "name": "GlobalConnect-KPN", "color": "#e03225", "owners": "GlobalConnect", "rfs_year": 2006, "decommission_year": null, "length_km": 43.0, "url": "https://www.globalconnectcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[24.276617038, 59.400954523], [24.412556942, 59.679663707], [24.750056703, 59.962431634], [24.932476574, 60.171163189]]]}, "properties": {"feature_id": "finland-estonia-3-eesf-3-0", "cable_id": "finland-estonia-3-eesf-3", "name": "Finland-Estonia 3 (EESF-3)", "color": "#41b769", "owners": "Arelion, Telia Eesti (formerly Eesti Telekom, EMT, Elion)", "rfs_year": 1994, "decommission_year": null, "length_km": 104.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[24.752469, 59.436369], [24.975056543, 59.679663707], [25.087556464, 59.962431634], [24.932563, 60.1712]]]}, "properties": {"feature_id": "finland-estonia-connection-1-fec-1-0", "cable_id": "finland-estonia-connection-1-fec-1", "name": "Finland Estonia Connection 1 (FEC-1)", "color": "#d7c027", "owners": "Elisa Corporation", "rfs_year": 2000, "decommission_year": null, "length_km": 0.0, "url": "http://www.elisa.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[24.752469, 59.436369], [24.862556623, 59.679663707], [24.975056543, 59.962431634], [24.932563, 60.1712]]]}, "properties": {"feature_id": "finland-estonia-connection-2-fec-2-0", "cable_id": "finland-estonia-connection-2-fec-2", "name": "Finland Estonia Connection 2 (FEC-2)", "color": "#7fc241", "owners": "Elisa Corporation", "rfs_year": 2000, "decommission_year": null, "length_km": 0.0, "url": "http://www.elisa.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-78.882669883, 33.693557908], [-78.37904024, 33.189714665], [-77.399870934, 32.369989921], [-74.699872846, 30.901396089], [-73.349873802, 30.320465425], [-69.299876671, 28.359233526], [-63.449880816, 25.754704263], [-48.599891335, 16.534196198], [-39.152117354, 8.152046689], [-33.749901855, 0.568578853], [-30.487404145, -3.8160842], [-27.899906, -9.290424301], [-28.349731035, -13.697820289], [-30.149729759, -18.025284193], [-36.337400022, -24.419184554], [-39.599897712, -25.946230718], [-41.849896117, -27.951747285], [-44.099894523, -32.612760006], [-50.849889742, -35.958118199], [-53.99988751, -36.68325067], [-56.6954456, -36.470955276]], [[-50.849889742, -35.958118199], [-53.99988751, -35.409856395], [-54.949996838, -34.966665369]], [[-41.849896117, -27.951747285], [-45.224893726, -25.134186547], [-46.412492885, -24.008868396]]]}, "properties": {"feature_id": "firmina-0", "cable_id": "firmina", "name": "Firmina", "color": "#939597", "owners": "Google", "rfs_year": 2026, "decommission_year": null, "length_km": 14517.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-146.353432936, 61.130356463], [-146.553142789, 61.097140439], [-146.645142722, 61.061417013], [-146.773012628, 60.955723296], [-146.818872594, 60.849584759], [-146.775987365, 60.690595783], [-146.474822001, 60.649722745], [-146.024822319, 60.62115902], [-145.799822479, 60.635934406], [-145.771697499, 60.635934406], [-145.754673869, 60.542748324]]]}, "properties": {"feature_id": "fish-north-0", "cable_id": "fish-north", "name": "FISH North", "color": "#4158a7", "owners": "Cordova Telecom Cooperative", "rfs_year": 2011, "decommission_year": null, "length_km": 90.0, "url": "https://www.ctcak.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-73.655973585, 40.600686009], [-71.099875396, 39.871225136], [-68.399877309, 39.698323355], [-61.199882409, 39.002378909], [-50.39989006, 39.524987334], [-39.599897711, 42.412354501], [-23.399909187, 46.582355082], [-16.199914288, 46.582355082], [-5.399921939, 49.294684219], [-4.499922576, 49.294684219], [-3.599923214, 49.147727886], [-2.812423772, 48.852503408], [-2.767793803, 48.534938683]], [[-5.674921744, 50.063938171], [-6.299921301, 50.095145162], [-8.099920026, 49.878144738], [-10.799918113, 49.58728674], [-16.199914288, 48.406382496], [-23.399909187, 47.197407396], [-39.599897711, 43.073310783], [-50.39989006, 40.043692193], [-61.199882409, 39.351217571], [-68.399877309, 39.871225136], [-71.678684986, 41.097018351], [-72.165644641, 41.217596027], [-72.365844499, 41.217596027], [-72.820774177, 41.146383002], [-73.194403912, 41.022498135], [-73.344113806, 40.909452383]]]}, "properties": {"feature_id": "flag-atlantic-1-fa-1-0", "cable_id": "flag-atlantic-1-fa-1", "name": "FLAG Atlantic-1 (FA-1)", "color": "#80479b", "owners": "FLAG", "rfs_year": 2001, "decommission_year": null, "length_km": 14500.0, "url": "https://flagtel.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.047093308, 40.123492658], [-71.099875396, 39.524987334], [-67.416544672, 37.589786574], [-64.799879859, 34.68301766], [-64.124880337, 33.565491482], [-63.899880497, 32.812318783], [-64.237380258, 32.433313306], [-64.76740918, 32.312234621]]]}, "properties": {"feature_id": "gemini-bermuda-0", "cable_id": "gemini-bermuda", "name": "Gemini Bermuda", "color": "#d73426", "owners": "Liberty Networks, Orange", "rfs_year": 2007, "decommission_year": null, "length_km": 1501.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[39.187836475, 21.484073814], [37.800047458, 22.052985617]], [[35.005095, 29.581033231], [34.711379647, 29.089044023], [34.517629783, 28.313851747], [34.461379823, 28.115586087], [34.447322333, 27.991483448], [34.447322333, 27.916953178], [34.76254961, 26.964304735], [35.550049052, 25.754704263]], [[139.620875327, 35.144036508], [139.443725453, 34.405022751], [139.387475493, 33.939640088], [139.499975413, 32.433313306], [139.049975732, 31.286738814], [137.699976688, 30.51449596], [134.999978601, 29.736069497], [132.749980195, 29.736069497], [130.499981789, 29.931250704], [129.374982585, 30.901396089], [128.024983542, 32.433313306], [127.637634316, 33.197588577], [128.249983382, 34.312151652], [128.62078312, 34.88072782]], [[121.925087862, 30.864750267], [122.174987686, 30.997878215], [122.849987208, 31.190549752], [124.649985933, 30.804816622], [125.662485215, 30.223305674], [126.449984658, 29.540507745]], [[72.87590261, 19.076074257], [72.675022752, 16.965102599], [73.745133991, 13.492128176], [75.095133035, 9.524411345], [77.290243477, 6.852191099], [78.695130485, 5.061986954], [81.000016855, 4.389285926], [85.500013667, 5.510071712], [90.000010479, 6.405200795], [92.700008566, 6.405200795], [94.275007451, 6.628746604], [95.400006654, 6.628746604], [97.425005219, 6.908036], [99.000004103, 6.852191099], [99.675003625, 6.740481725], [100.066113348, 6.613518861]], [[100.409823104, 5.368393581], [99.675003625, 5.510071712], [97.425005219, 6.908036]], [[100.066113348, 6.613518861], [100.293853187, 6.908036], [100.595102973, 7.198818071], [101.700002191, 7.298762754], [103.048831235, 7.451587711], [105.29999964, 7.521883237], [107.999997728, 8.41318536], [109.349996771, 9.967915187], [110.249996134, 12.615395567], [112.949994221, 18.251816319], [113.287493982, 20.796306105], [113.624993743, 21.635297385], [113.949113513, 22.271493896], [114.187543344, 21.844294079], [115.199992627, 21.2163979], [116.549991671, 21.006499845], [118.799990077, 21.321235296], [121.027755547, 21.143107268], [122.849987208, 21.321235296], [123.974986411, 22.052985617], [124.874985773, 24.122616987], [125.099985614, 25.551882759], [125.324985455, 26.159307971], [126.224984817, 28.557045466], [126.449984658, 29.540507745], [127.494222198, 32.450778246], [127.398492884, 33.219819737], [128.137483462, 34.312151652], [128.62078312, 34.88072782]], [[56.333724329, 25.121690005], [56.92503391, 24.839312826], [58.500032794, 24.353428099], [59.850031838, 23.711258142], [61.650030562, 22.469443965], [61.650030562, 18.251816319]], [[-5.145872119, 36.427419772], [-4.724922417, 36.240655233], [-4.499922576, 36.058973123]], [[-5.654511758, 50.043147912], [-6.074921461, 49.950586998], [-6.299921301, 49.805593629], [-7.499920451, 49.343572574], [-8.549919707, 48.704234631], [-12.599916838, 44.051519229], [-12.599916838, 39.698323355], [-11.024917954, 37.945510495], [-9.787418831, 36.512388212], [-8.999919388, 36.149866787], [-6.299921301, 35.967974348], [-5.624921779, 35.96793388], [-5.347581976, 36.156019514], [-4.499922576, 36.058973123], [-2.24992417, 36.149866787], [2.250072642, 37.945510495], [5.40007041, 38.299520606], [9.00006786, 38.299520606], [10.34861723, 38.299520606], [12.150065629, 38.299520606], [12.60006531, 38.431792319], [13.050064991, 38.343651106], [13.358654773, 38.116121617], [13.050064991, 38.299481367], [12.60006531, 38.343611891], [12.150065629, 38.211179037], [12.150065629, 36.873219512], [12.375065469, 36.240655233], [12.71256523, 35.7856619], [13.331314792, 35.419780517], [14.400064035, 34.821666484], [16.650062441, 34.312151652], [19.350060528, 34.68301766], [22.050058615, 34.435956906], [25.200056384, 33.705988497], [28.800053834, 32.433313306], [29.893513059, 31.191465078], [30.825052399, 30.683955675], [31.387552001, 30.417485796], [31.950051602, 30.19897911], [32.287551363, 30.126049847], [32.529931191, 29.972545436], [32.484401224, 29.638336094], [32.653276104, 29.344566989], [32.653181104, 29.113614163], [33.412950566, 28.161052262], [34.143800048, 27.364667994], [34.93129949, 26.562513149], [35.550049052, 25.754704263], [36.562548335, 24.122616987], [37.800047458, 22.052985617], [38.5875469, 20.375041253], [39.937545944, 18.251816319], [40.950045227, 16.534196198], [42.07504443, 14.801154225], [42.581294071, 13.929303843], [43.031293752, 13.054150695], [43.228168613, 12.834868818], [43.312543553, 12.615395567], [43.650043314, 12.395734], [44.550042676, 11.900822862], [45.450042039, 11.955858207], [48.600039807, 12.725155924], [55.350035025, 14.801154225], [58.950032475, 16.534196198], [61.650030562, 18.251816319], [66.600027056, 19.104405476], [70.200024506, 19.104405476], [72.87590261, 19.076074257]], [[29.893513059, 31.191465078], [30.825052399, 30.756490442], [31.387552001, 30.514452885], [31.950051602, 30.296162919], [32.287551363, 30.174689758], [32.529931191, 29.972545436]], [[29.893513059, 31.191465078], [30.150052877, 31.574717129], [31.050052239, 31.702423093], [32.006301562, 31.51079843], [32.284451365, 31.259278146]], [[32.284451365, 31.259278146], [32.512551203, 30.837020582], [32.512551203, 30.255702942], [32.529931191, 29.972545436]]]}, "properties": {"feature_id": "flag-europe-asia-fea-0", "cable_id": "flag-europe-asia-fea", "name": "FLAG Europe-Asia (FEA)", "color": "#c52159", "owners": "FLAG", "rfs_year": 1997, "decommission_year": null, "length_km": 28000.0, "url": "https://flagtel.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[121.027755547, 20.933105647], [118.799990077, 21.111485983], [116.549991671, 20.901439785], [115.199992627, 21.111485983], [114.131293384, 21.844294079], [113.932023525, 22.227650941], [114.300043265, 21.844294079], [115.199992627, 21.425951328], [116.549991671, 21.2163979], [118.799990077, 21.635297385], [120.127887992, 21.666805653], [121.027755547, 21.666805653], [121.949987845, 22.469443965], [122.399987527, 24.019900203], [122.174987686, 24.532657566], [121.801447951, 24.863504112], [122.174987686, 24.941363172], [122.849987208, 24.941363172], [125.999984976, 24.327803112], [128.699983064, 24.122616987], [132.749980195, 24.532657566], [137.249977007, 27.763588526], [138.824975891, 29.344566989], [139.724975253, 30.901396089], [140.174974935, 32.433313306], [140.624974616, 33.939640088], [140.456224735, 34.690726477], [140.178544156, 34.967799876], [140.090599994, 35.013847698], [140.016775047, 35.036003087], [140.076537504, 35.013847698], [140.164481795, 34.967799876], [140.428099755, 34.690726477], [140.512474696, 33.939640088], [139.949975094, 32.433313306], [139.049975732, 31.478822673], [137.699976688, 30.708139994], [134.999978601, 29.931250704], [132.749980195, 29.931250704], [130.499981789, 30.126049847], [129.599982426, 30.901396089], [129.374982585, 31.670513047], [129.374982585, 32.812318783], [129.487482506, 34.312151652], [128.999492851, 35.170378762], [128.812482984, 34.312151652], [128.249983382, 32.812318783], [128.024983542, 31.670513047], [127.34998402, 29.540507745], [127.124984179, 28.557045466], [125.999984976, 26.159307971], [125.662485215, 25.551882759], [125.324985455, 24.122616987], [124.424986092, 22.052985617], [122.849987208, 21.111485983], [121.027755547, 20.933105647]]]}, "properties": {"feature_id": "flag-north-asia-loopreach-north-asia-loop-0", "cable_id": "flag-north-asia-loopreach-north-asia-loop", "name": "FLAG North Asia Loop/REACH North Asia Loop", "color": "#c6b12e", "owners": "FLAG, PCCW, Telstra", "rfs_year": 2001, "decommission_year": null, "length_km": 9504.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-28.64751547, 38.525404312], [-28.799905362, 38.387754736], [-29.699904724, 38.651811713], [-30.599904087, 39.351217571], [-31.128423712, 39.462511041], [-31.108153727, 39.566820276], [-31.110503725, 39.672242863], [-30.599904087, 39.524987334], [-28.799905362, 39.002378909], [-28.12490584, 38.914898984], [-27.963385955, 39.011408459]]]}, "properties": {"feature_id": "flores-corvo-cable-system-0", "cable_id": "flores-corvo-cable-system", "name": "Flores-Corvo Cable System", "color": "#425daa", "owners": "Viatel", "rfs_year": 2014, "decommission_year": null, "length_km": 685.0, "url": "http://www.viatel.pt"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[43.243303602, -11.700589282], [43.143793672, -11.943944932], [43.312543553, -12.163983681], [43.537543394, -12.163983681], [43.875043154, -12.163983681], [44.550042676, -12.603512105], [45.000042357, -12.822995626], [45.16576224, -12.817096446]]]}, "properties": {"feature_id": "fly-lion3-0", "cable_id": "fly-lion3", "name": "FLY-LION3", "color": "#c7b22e", "owners": "Comoros Cables, Orange, Soci\u00e9t\u00e9 R\u00e9unionnaise du Radiot\u00e9l\u00e9phone", "rfs_year": 2019, "decommission_year": null, "length_km": 400.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-73.479463711, -43.117476348], [-73.509983689, -44.121619059], [-73.570723646, -44.697560745], [-73.631513603, -45.134057886], [-73.560613653, -45.339262517], [-73.421743751, -45.353262693], [-73.280093852, -45.282122524], [-73.19831391, -45.281848113], [-73.047624016, -45.417940387], [-72.805094188, -45.458300941]]]}, "properties": {"feature_id": "fos-quellon-chacabuco-0", "cable_id": "fos-quellon-chacabuco", "name": "FOS Quellon-Chacabuco", "color": "#299bb8", "owners": "Grupo Gtd", "rfs_year": 2015, "decommission_year": null, "length_km": 350.0, "url": "https://www.gtd.cl"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[38.6608323, 44.3252049], [38.677878916, 43.882774921], [39.375046342, 43.564400497], [39.726116094, 43.615506554], [39.825046024, 43.401144973], [40.500045545, 42.743713464], [41.400044908, 42.246014932], [41.667524718, 42.146756358]]]}, "properties": {"feature_id": "georgia-russia-0", "cable_id": "georgia-russia", "name": "Georgia-Russia", "color": "#ee7122", "owners": "FOPTNET, GEO-METRIA, Rostelecom", "rfs_year": 2000, "decommission_year": null, "length_km": 433.0, "url": "https://www.company.rt.ru/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[11.940005778, 54.577236267], [12.037565708, 54.493972299], [12.037565708, 54.297485953], [12.149575629, 54.19157681]]]}, "properties": {"feature_id": "germany-denmark-3-0", "cable_id": "germany-denmark-3", "name": "Germany-Denmark 3", "color": "#e61d2d", "owners": "TDC Group", "rfs_year": 2000, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-4.544402545, 50.828201427], [-6.074881461, 50.38295744], [-7.649920345, 49.732933624], [-9.899918751, 48.704234631], [-14.399915563, 44.051519229], [-14.399915563, 39.698323355], [-13.499916201, 35.7856619], [-12.824916679, 33.189714665], [-12.599916838, 30.126049847], [-13.247832029, 28.161052262], [-14.624915404, 26.964304735], [-17.549913332, 22.884654114], [-18.899912375, 19.952622905], [-18.899912375, 14.801154225], [-18.899912375, 11.735650161], [-17.549913332, 8.635699417], [-13.049916519, 4.16491285], [-10.799918113, 1.91822878], [-3.599923214, 1.91822878], [-0.449925445, 2.156121469], [1.57507312, 3.266814817], [2.250072642, 3.379125568], [2.700072323, 4.16491285], [3.423511811, 6.439066911]], [[-0.204315619, 5.55828589], [-0.449925445, 3.279837005], [-0.449925445, 2.156121469]]]}, "properties": {"feature_id": "glo-1-0", "cable_id": "glo-1", "name": "Glo-1", "color": "#3665b0", "owners": "Globacom Limited", "rfs_year": 2010, "decommission_year": null, "length_km": 9800.0, "url": "https://www.gloworld.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.574880019, 18.144943564], [-64.835739834, 18.415247054], [-65.362379461, 18.572039053], [-65.531129341, 18.572039053], [-65.699879222, 18.678647022], [-65.868629102, 18.678647022], [-66.106668933, 18.466104233]], [[-63.082466, 18.067519], [-63.464190806, 17.711782056], [-63.464190806, 17.616496979], [-63.283210934, 17.422853263], [-62.943581174, 17.180187287], [-61.874881931, 15.940130107], [-61.746192023, 16.0208447], [-61.607792121, 15.892797111], [-61.526392178, 15.988768943], [-61.571682146, 16.244479668]], [[-64.819259845, 17.773909269], [-64.574880019, 18.144943564], [-64.124880337, 18.251816319], [-63.449880816, 18.144943564], [-63.082466, 18.067519], [-62.999881134, 17.986414236], [-62.850551241, 17.897908]]]}, "properties": {"feature_id": "global-caribbean-network-gcn-0", "cable_id": "global-caribbean-network-gcn", "name": "Global Caribbean Network (GCN)", "color": "#5dba46", "owners": "Loret Group", "rfs_year": 2006, "decommission_year": null, "length_km": 890.0, "url": "https://groupeloret.net/brand/global-caribbean-network/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[10.516666786, 57.331044233], [10.800066585, 57.451036054], [11.700065948, 57.511513206], [12.076235681, 57.487689099]]]}, "properties": {"feature_id": "globalconnect-2-gc2-0", "cable_id": "globalconnect-2-gc2", "name": "GlobalConnect 2 (GC2)", "color": "#3880c2", "owners": "GlobalConnect", "rfs_year": 2001, "decommission_year": null, "length_km": 95.0, "url": "https://www.globalconnectcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[11.149386338, 55.326053641], [11.025066426, 55.334580613], [10.799576585, 55.324415161]]]}, "properties": {"feature_id": "globalconnect-3-gc3-0", "cable_id": "globalconnect-3-gc3", "name": "GlobalConnect 3 (GC3)", "color": "#d13829", "owners": "GlobalConnect", "rfs_year": 2006, "decommission_year": null, "length_km": 19.0, "url": "https://www.globalconnectcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.997211571, 55.70859649], [10.091402669, 55.56778259]]]}, "properties": {"feature_id": "globalconnect-6-gc6-0", "cable_id": "globalconnect-6-gc6", "name": "GlobalConnect 6 (GC6)", "color": "#4cbb89", "owners": "GlobalConnect", "rfs_year": 2019, "decommission_year": null, "length_km": 0.0, "url": "https://globalconnectcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.415005441, 55.647554791], [12.48756539, 55.557906529], [12.60006531, 55.526080188], [12.71256523, 55.526080188], [12.916665086, 55.533568061]]]}, "properties": {"feature_id": "globalconnect-denmark-sweden-0", "cable_id": "globalconnect-denmark-sweden", "name": "GlobalConnect Denmark-Sweden", "color": "#3465b0", "owners": "GlobalConnect", "rfs_year": 1994, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-68.399877309, 15.235781783], [-70.199876034, 14.801154225], [-71.549875077, 14.147583507], [-74.249873165, 12.834868818], [-74.924872687, 11.735650161], [-74.779752789, 10.940445616]], [[-80.088931552, 26.350584577], [-79.649869339, 26.663094151], [-77.849870614, 27.364667994], [-76.949871252, 27.164665813], [-73.349873802, 24.532657566], [-69.299876671, 22.469443965], [-67.949877628, 20.585819096], [-67.837377707, 18.678647022], [-68.174877468, 17.823934413], [-68.399877309, 15.235781783], [-67.499877947, 12.615395567], [-67.274878106, 11.29470932], [-66.960428329, 10.599588213], [-66.712378504, 10.853089691], [-65.699879222, 11.405009148], [-63.899880497, 11.735650161], [-62.999881134, 11.735650161], [-61.199882409, 11.735650161], [-59.399883685, 11.29470932], [-54.899886872, 9.080330768], [-51.299889423, 6.852191099], [-46.799892611, 5.061986954], [-40.949896755, 1.468426767], [-39.14989803, -1.23131575], [-38.54296846, -3.718735129]], [[-80.088931552, 26.350584577], [-79.649869339, 26.813799488], [-77.849870614, 28.951554732], [-76.499871571, 30.901396089], [-75.149872527, 33.565491482], [-74.474873006, 35.541926813], [-73.912373404, 39.002378909], [-74.337813102, 39.603882066], [-73.349873802, 39.351217571], [-71.099875396, 39.002378909], [-68.316544035, 37.589786574], [-65.699879222, 34.68301766], [-64.574880019, 33.565491482], [-64.124880337, 32.812318783], [-64.237380258, 32.528215045], [-64.76740918, 32.312234621], [-64.349880178, 31.286738814], [-57.59988496, 22.052985617], [-52.199888785, 15.669513225], [-46.799892611, 10.410816505], [-38.699898349, 1.468426767], [-38.024898827, -1.23131575], [-38.54296846, -3.718735129], [-35.999900261, -3.479268679], [-34.199901537, -4.152767748], [-32.174902965, -5.497950682], [-31.274903609, -9.290424301], [-32.849902493, -13.69898727], [-34.649901218, -18.026426384], [-38.024898827, -22.873434954], [-40.949896755, -23.905969262], [-42.299895798, -23.700175468], [-43.209565154, -22.903486555], [-42.299895798, -23.597156567], [-40.949896755, -23.700108452], [-38.362398588, -22.562119512], [-35.54990058, -18.026426384], [-33.749901855, -13.69898727], [-31.94990313, -9.290424301], [-32.512402729, -5.833801116], [-34.199901537, -4.489307689], [-35.999900261, -3.703826471], [-38.54296846, -3.718735129]]]}, "properties": {"feature_id": "globenet-0", "cable_id": "globenet", "name": "GlobeNet", "color": "#7b489c", "owners": "V.tal", "rfs_year": 2000, "decommission_year": null, "length_km": 23500.0, "url": "https://www.vtal.com/en/home/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.591375316, 37.650586173], [12.71256523, 37.232354322], [13.050064991, 36.873219512], [14.062564274, 36.058973123], [14.411884026, 35.950587707]]]}, "properties": {"feature_id": "go-1-mediterranean-cable-system-0", "cable_id": "go-1-mediterranean-cable-system", "name": "GO-1 Mediterranean Cable System", "color": "#49b751", "owners": "GO plc", "rfs_year": 2008, "decommission_year": null, "length_km": 290.0, "url": "https://www.go.com.mt/business"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[151.206997119, -33.869551732], [152.013597166, -33.761157423], [154.799964574, -32.232910094], [157.499962661, -28.743810281], [165.599956923, -22.665969968], [166.439256329, -22.303308065]]]}, "properties": {"feature_id": "gondwana-1-0", "cable_id": "gondwana-1", "name": "Gondwana-1", "color": "#583c97", "owners": "OPT", "rfs_year": 2008, "decommission_year": null, "length_km": 2151.0, "url": "https://www.opt.nc/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[178.437447829, -18.123810944], [178.087448077, -18.667110838], [167.833956039, -20.969716187], [167.399955648, -21.48446726], [167.174955807, -22.319497901], [166.949955966, -22.527485287], [166.612456205, -22.458190789], [166.439256329, -22.303308065]], [[166.612456205, -22.458190789], [166.612456205, -22.394640384], [166.563628115, -22.265370243]], [[166.949955966, -22.527485287], [167.174955807, -22.735159984], [167.494255581, -22.671917357]], [[167.833956039, -20.969716187], [167.608954801, -20.864649324], [167.260502621, -20.937043136]], [[167.399955648, -21.48446726], [167.624955488, -21.589112646], [167.879545152, -21.548062859]], [[167.174955807, -22.319497901], [167.119705846, -22.215387661], [166.945073157, -22.158962312]]]}, "properties": {"feature_id": "gondwana-2picot-2-0", "cable_id": "gondwana-2picot-2", "name": "Gondwana-2/Picot-2", "color": "#d41f26", "owners": "OPT", "rfs_year": 2022, "decommission_year": null, "length_km": 1515.0, "url": "https://www.opt.nc/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-72.937864094, 40.755843085], [-71.099875396, 39.784828556], [-68.399877309, 39.524987334], [-61.199882409, 38.651811713], [-50.39989006, 39.002378909], [-39.599897711, 41.744358789], [-23.399909187, 45.960245241], [-16.199914288, 46.272182854], [-10.799918113, 49.294684219], [-8.099920026, 49.732933624], [-4.544402545, 50.828201427]], [[-16.199914288, 46.272182854], [-9.899918751, 46.890762879], [-5.84992162, 45.960245241], [-4.274922736, 44.69482909], [-2.949193675, 43.274220252]]]}, "properties": {"feature_id": "grace-hopper-0", "cable_id": "grace-hopper", "name": "Grace Hopper", "color": "#28b08c", "owners": "Google", "rfs_year": 2022, "decommission_year": null, "length_km": 7191.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-78.81193048, 26.53625989], [-78.962322052, 26.010202101], [-79.293912561, 25.7206036]]]}, "properties": {"feature_id": "grand-bahama-bimini-submarine-cable-0", "cable_id": "grand-bahama-bimini-submarine-cable", "name": "Grand Bahama Bimini Submarine Cable", "color": "#c86d28", "owners": "Bahamas Telecommunications Company", "rfs_year": 2005, "decommission_year": null, "length_km": 117.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[113.57675159, 22.27071656], [113.737493663, 22.105110548], [114.074993424, 22.105110548], [114.202923334, 22.22205042]], [[110.761812177, 20.045307962], [111.149995496, 20.304717767], [112.837494301, 20.796306105], [113.568743783, 21.635297385], [113.681243703, 21.844294079], [113.737493663, 22.105110548]]]}, "properties": {"feature_id": "hainan-to-hong-kong-express-h2he-0", "cable_id": "hainan-to-hong-kong-express-h2he", "name": "Hainan to Hong Kong Express (H2HE)", "color": "#64c3c7", "owners": "China Mobile", "rfs_year": 2021, "decommission_year": null, "length_km": 675.0, "url": "https://www.chinamobileltd.com/en/global/home.php"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-46.035393152, 60.71902841], [-46.349892929, 60.354289475], [-46.799892611, 59.679663707]], [[-53.960277539, 48.207552821], [-53.549887829, 48.069201381], [-53.099888148, 48.256798569], [-52.199888785, 48.704234631], [-49.499890698, 50.740281894], [-49.049891017, 51.865571656], [-50.849889742, 60.130942866], [-51.749889104, 61.232553013], [-52.649888466, 62.712391894], [-52.649888466, 63.526173424], [-51.974888945, 63.825498326], [-51.729969118, 64.181218811], [-51.862389024, 63.825498326], [-52.424888626, 63.526173424], [-52.199888785, 62.712391894], [-50.39989006, 61.232553013], [-48.599891335, 60.354289475], [-46.799892611, 59.679663707], [-45.899893248, 59.451717319], [-43.199895161, 59.222223915], [-27.899906, 61.015241415], [-22.499909825, 62.086961771], [-20.924910941, 63.324862131], [-20.141851495, 63.642367197]]]}, "properties": {"feature_id": "greenland-connect-0", "cable_id": "greenland-connect", "name": "Greenland Connect", "color": "#f47920", "owners": "Tusass A/S", "rfs_year": 2009, "decommission_year": null, "length_km": 4580.0, "url": "https://www.tusass.gl/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-51.729969118, 64.181218811], [-52.199888785, 64.121675194], [-52.874888307, 64.317390011], [-53.099888148, 64.704685997], [-53.099888148, 65.086520602], [-52.905722331, 65.407674795], [-53.549887829, 65.556225655], [-53.99988751, 65.834046931], [-53.99988751, 66.380804499], [-53.99988751, 66.560452131], [-53.673385362, 66.939471563], [-54.224887351, 67.003944572], [-54.449887191, 67.266219473], [-54.449887191, 68.120141169], [-53.549887829, 68.617767559], [-52.859115919, 68.706975945]]]}, "properties": {"feature_id": "greenland-connect-north-0", "cable_id": "greenland-connect-north", "name": "Greenland Connect North", "color": "#b1542d", "owners": "Tusass A/S", "rfs_year": 2017, "decommission_year": null, "length_km": 680.0, "url": "https://www.tusass.gl/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-3.445566039, 47.697432639], [-3.487423294, 47.679325091], [-3.482272326, 47.65023771]]]}, "properties": {"feature_id": "groix-4-0", "cable_id": "groix-4", "name": "Groix 4", "color": "#d41f77", "owners": "Orange", "rfs_year": 2022, "decommission_year": null, "length_km": 7.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[135.734353157, -14.27751752], [136.424977591, -13.864552711]]]}, "properties": {"feature_id": "groote-eylandt-0", "cable_id": "groote-eylandt", "name": "Groote Eylandt", "color": "#37b19b", "owners": "Telstra", "rfs_year": 2011, "decommission_year": null, "length_km": 95.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-80.143941281, 26.052316286], [-79.649869339, 25.957179979], [-78.412370216, 26.159307971], [-77.512370854, 25.653336613], [-76.831171336, 25.813358882], [-76.240641754, 25.599112346], [-75.599872208, 25.145119704], [-74.924872687, 24.430271928], [-74.699872846, 24.019900203], [-74.587372926, 23.711258142], [-74.587372926, 23.298598066], [-74.699872846, 22.884654114], [-74.474873005, 22.052985617], [-74.024873324, 21.2163979], [-73.912373404, 20.796306105], [-74.024823324, 20.375041253], [-74.091323277, 20.183174722], [-74.306123125, 19.952622905], [-74.699872846, 19.740987366], [-74.924872687, 19.793828592], [-75.158166004, 19.939616198]]]}, "properties": {"feature_id": "gtmo-1-0", "cable_id": "gtmo-1", "name": "GTMO-1", "color": "#8bc63f", "owners": "U.S. Government", "rfs_year": 2016, "decommission_year": null, "length_km": 1528.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-66.185751101, 18.472993988], [-66.487378664, 18.731925896], [-67.049878265, 18.891661584], [-67.724877787, 18.465364393], [-68.062377549, 18.251816319], [-68.512377229, 17.823934413], [-69.299876671, 17.716802179], [-70.649875715, 17.2876363], [-71.999874759, 17.180187287], [-74.699872846, 17.395022635], [-75.149872527, 18.251816319], [-75.262372448, 19.670379639], [-75.158166004, 19.939616198]]]}, "properties": {"feature_id": "gtmo-pr-0", "cable_id": "gtmo-pr", "name": "GTMO-PR", "color": "#28a557", "owners": "U.S. Government", "rfs_year": 2019, "decommission_year": null, "length_km": 1400.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-61.578837219, 15.872979512], [-61.498262198, 15.988768943], [-61.36863229, 16.102325596], [-61.199882409, 16.210382418], [-61.073857108, 16.303571371]], [[-61.36863229, 16.102325596], [-61.319120606, 15.953463637]], [[-61.199882409, 16.210382418], [-61.274442904, 16.251075988]], [[-61.498262198, 15.988768943], [-61.564677073, 16.042456278]]]}, "properties": {"feature_id": "guadeloupe-cable-des-iles-du-sud-gcis-0", "cable_id": "guadeloupe-cable-des-iles-du-sud-gcis", "name": "Guadeloupe Cable des Iles du Sud (GCIS)", "color": "#31ac49", "owners": "Regional Councel of Guadeloupe", "rfs_year": 2020, "decommission_year": null, "length_km": 118.0, "url": "https://www.regionguadeloupe.fr/accueil/#_"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[127.124984179, 25.957179979], [127.46248394, 26.159307971], [127.680843786, 26.212414127]], [[144.800361658, 13.51368534], [144.449971906, 13.929303843], [138.59997605, 17.395022635], [131.849980832, 21.635297385], [128.699983064, 23.711258142], [127.574983861, 24.941363172], [127.124984179, 25.957179979], [127.124984179, 26.562513149], [128.024983542, 28.557045466], [128.249983382, 29.540507745], [128.924982904, 30.51449596], [129.037482825, 31.670513047], [129.599982426, 33.565491482], [130.049982107, 33.939640088], [130.457211819, 34.033162117], [131.031911412, 33.83952017]]]}, "properties": {"feature_id": "guam-okinawa-kyushu-incheon-goki-0", "cable_id": "guam-okinawa-kyushu-incheon-goki", "name": "Guam Okinawa Kyushu Incheon (GOKI)", "color": "#48b64e", "owners": "AT&T", "rfs_year": 2013, "decommission_year": null, "length_km": 4244.0, "url": "http://www.att.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.201384205, 49.248045185], [-2.36242409, 49.294684219], [-2.558073952, 49.423325709]]]}, "properties": {"feature_id": "guernsey-jersey-4-0", "cable_id": "guernsey-jersey-4", "name": "Guernsey-Jersey-4", "color": "#3d7abe", "owners": "Sure", "rfs_year": 1994, "decommission_year": null, "length_km": 36.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[56.333724329, 25.121690005], [56.92503391, 24.762719791], [58.500032794, 24.122616987], [59.850032656, 24.737174207], [63.900028969, 22.469443965], [66.600027056, 20.585819096], [70.200024506, 19.846840405], [72.87590261, 19.076074257]], [[50.842718218, 28.970348643], [50.400038532, 28.557045466]], [[50.214198664, 26.285375359], [50.231288652, 26.461843796], [50.400038532, 26.964304735], [50.850038213, 27.364667994]], [[50.656188351, 26.241586179], [51.075038054, 26.562513149], [51.525037735, 26.964304735]], [[58.176203023, 23.684877532], [58.331282914, 23.917101291], [58.500032794, 24.122616987]], [[56.333724329, 25.121690005], [57.09378379, 25.348717422], [57.09378379, 26.159307971], [56.92503391, 26.562513149], [56.250034388, 26.76358657], [55.800034707, 26.512189502], [55.350035025, 26.512189502], [53.550036301, 26.461843796], [53.100036619, 26.562513149], [52.425037098, 26.964304735], [51.750037576, 27.364667994], [50.400038532, 28.557045466], [49.275039329, 28.951554732], [48.825039648, 29.540507745], [48.531779856, 29.923632787]], [[56.333724329, 25.121690005], [56.700034069, 25.348717422], [56.86878395, 26.159307971], [56.700034069, 26.562513149], [56.250034388, 26.562513149], [55.800034707, 26.209785412], [55.350035025, 25.957179979], [53.550036301, 25.957179979], [52.200037257, 25.855985466], [51.451987787, 25.538926547], [51.750037576, 26.159307971], [51.750037576, 26.562513149], [51.525037735, 26.964304735], [50.850038213, 27.364667994], [50.175038691, 28.161052262], [49.162539409, 28.853067255], [48.600039807, 29.049948644], [47.97484025, 29.374104204]], [[49.275039329, 28.951554732], [49.162539409, 28.853067255]]]}, "properties": {"feature_id": "gulf-bridge-international-cable-systemmiddle-east-north-africa-cable-system-gbicsmena-0", "cable_id": "gulf-bridge-international-cable-systemmiddle-east-north-africa-cable-system-gbicsmena", "name": "Gulf Bridge International Cable System/Middle East North Africa Cable System (GBICS/MENA)", "color": "#b8d432", "owners": "Gulf Bridge International", "rfs_year": 2012, "decommission_year": null, "length_km": 5270.0, "url": "http://www.gbiinc.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-110.305447623, 24.102536622], [-110.137347742, 24.532657566], [-109.57484814, 25.348717422], [-109.050348512, 25.600681535]]]}, "properties": {"feature_id": "gulf-of-california-cable-0", "cable_id": "gulf-of-california-cable", "name": "Gulf of California Cable", "color": "#863f98", "owners": "Megacable", "rfs_year": 2019, "decommission_year": null, "length_km": 250.0, "url": "https://www.megacable.com.mx/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-95.344358222, 28.949542147], [-94.049859139, 28.09491006], [-91.799860733, 27.89623899], [-88.649862964, 28.688714089], [-88.199863283, 29.475236195], [-88.556163031, 30.36577371]]]}, "properties": {"feature_id": "gulf-of-mexico-fiber-optic-network-0", "cable_id": "gulf-of-mexico-fiber-optic-network", "name": "Gulf of Mexico Fiber Optic Network", "color": "#b09330", "owners": "Tampnet", "rfs_year": 2008, "decommission_year": null, "length_km": 1200.0, "url": "https://www.tampnet.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[54.148085877, 17.095827187], [53.92386416, 16.534196198], [52.650036938, 15.561165635], [48.600039807, 13.601498202], [45.450042039, 12.834868818], [45.12334227, 10.815963535], [45.01088235, 10.435118749]], [[49.187929391, 11.275556937], [48.600039807, 13.601498202]]]}, "properties": {"feature_id": "gulf2africa-g2a-0", "cable_id": "gulf2africa-g2a", "name": "Gulf2Africa (G2A)", "color": "#d1b32a", "owners": "Golis Telecommunications, Telesom, Zain Omantel International", "rfs_year": 2017, "decommission_year": null, "length_km": 1500.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.62077, 35.144171], [139.837475174, 34.381814625], [139.91306512, 33.436501397], [139.79680233, 33.112295193]]]}, "properties": {"feature_id": "hachijojima-mainland-0", "cable_id": "hachijojima-mainland", "name": "Hachijojima-Mainland", "color": "#2492bd", "owners": "NTT", "rfs_year": 2008, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[109.105306944, 21.484501], [109.23749685, 20.620920527], [109.67762, 19.9048]]]}, "properties": {"feature_id": "haikou-beihai-cable-0", "cable_id": "haikou-beihai-cable", "name": "Haikou-Beihai Cable", "color": "#2cb2a0", "owners": "China Telecom", "rfs_year": 1999, "decommission_year": null, "length_km": 198.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[11.090886379, 36.849936994], [11.427366141, 36.849310578], [12.173015612, 37.368220508], [12.591375316, 37.650586173]]]}, "properties": {"feature_id": "hannibal-system-0", "cable_id": "hannibal-system", "name": "HANNIBAL System", "color": "#5ab946", "owners": "Tunisia Telecom", "rfs_year": 2009, "decommission_year": null, "length_km": 178.0, "url": "http://www.tunisietelecom.tn"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.694701733, 13.464772962], [144.843721627, 13.273238158], [145.349971269, 12.944533869], [146.249970631, 12.395734], [147.149969994, 11.955858207], [149.3999684, 11.29470932], [151.199967124, 10.410816505], [158.849961705, 9.524411345], [163.799958199, 9.080330768], [167.399955648, 8.635699417], [167.405815644, 9.186487476]], [[167.399955648, 8.635699417], [169.649954054, 7.744889053], [171.196242959, 7.077763788]], [[159.070261549, 7.786404759], [158.849961705, 8.635699417], [158.849961705, 9.524411345]]]}, "properties": {"feature_id": "hantru1-cable-system-0", "cable_id": "hantru1-cable-system", "name": "HANTRU1 Cable System", "color": "#45469c", "owners": "Federated States of Micronesia Telecommunications Cable Corporation (FSMTCC), Hannon Armstrong, Marshall Islands Telecommunications Authority", "rfs_year": 2010, "decommission_year": null, "length_km": 2917.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-16.199914288, 55.077800722], [-12.599916838, 54.819361914], [-10.799918113, 54.165971787], [-10.349918432, 53.901684726], [-9.696518895, 53.770801862]], [[-74.062863297, 40.152833847], [-71.099875396, 40.558480451], [-68.399877309, 41.238752329], [-61.199882409, 42.412354501], [-50.39989006, 44.69482909], [-39.599897711, 47.502289981], [-23.399909187, 52.963398106], [-16.199914288, 55.077800722], [-8.999919388, 58.991176703], [-5.399921939, 59.679663707], [-1.799924489, 59.451717319], [1.800072961, 58.524393961], [4.500071048, 57.571890279], [5.40007041, 56.717468482], [6.300069773, 56.220326885], [7.200069135, 55.843185841], [7.650068817, 55.779970327], [8.329168335, 55.751650232]], [[7.996258571, 58.151065716], [7.987568577, 57.932056587], [6.300069773, 57.571890279], [4.500071048, 57.571890279]]]}, "properties": {"feature_id": "havfrueaec-2-0", "cable_id": "havfrueaec-2", "name": "Havfrue/AEC-2", "color": "#30aa9f", "owners": "Bulk Infrastructure, EXA Infrastructure, Google, Meta", "rfs_year": 2020, "decommission_year": null, "length_km": 7650.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.085471454, 53.549690265], [-5.624921779, 53.605364703], [-4.949922257, 53.802143575], [-4.499922576, 53.835350264], [-3.599923214, 53.835350264], [-3.050753603, 53.808975971]], [[-4.949922257, 53.802143575], [-4.949922257, 53.967914031], [-4.760422392, 54.087213967]], [[-4.499922576, 53.835350264], [-4.499722576, 53.967914031], [-4.566622529, 54.100286167]]]}, "properties": {"feature_id": "havhingstenceltixconnect-2-cc-2-0", "cable_id": "havhingstenceltixconnect-2-cc-2", "name": "Havhingsten/CeltixConnect-2 (CC-2)", "color": "#3567b1", "owners": "Bulk Infrastructure, EXA Infrastructure, Meta", "rfs_year": 2022, "decommission_year": null, "length_km": 301.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.193168431, 55.764614545], [7.650068817, 55.526080188], [7.200069135, 55.526080188], [5.40007041, 55.547300611], [3.150072004, 55.462350188], [-0.899925127, 55.077800722], [-1.617778331, 54.978249215]]]}, "properties": {"feature_id": "havhingstennorth-sea-connect-nsc-0", "cable_id": "havhingstennorth-sea-connect-nsc", "name": "Havhingsten/North Sea Connect (NSC)", "color": "#3075bb", "owners": "Bulk Infrastructure, EXA Infrastructure, Meta", "rfs_year": 2022, "decommission_year": null, "length_km": 661.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.616168132, 57.111650261], [8.662568099, 57.289273622], [8.212568416, 57.932056587], [7.996258571, 58.151065716]]]}, "properties": {"feature_id": "havsil-0", "cable_id": "havsil", "name": "Havsil", "color": "#2b2f83", "owners": "Bulk Infrastructure", "rfs_year": 2022, "decommission_year": null, "length_km": 120.0, "url": "http://bulkinfrastructure.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.257409117, 45.496082428], [12.376065469, 45.331071073], [13.275064832, 45.331071073], [13.533478213, 45.433276695]]]}, "properties": {"feature_id": "italy-croatia-0", "cable_id": "italy-croatia", "name": "Italy-Croatia", "color": "#c23f2f", "owners": "Hrvatski Telekom, Sparkle", "rfs_year": 1994, "decommission_year": null, "length_km": 230.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-159.368563387, 21.974943031], [-159.268463461, 21.882085294], [-158.849813233, 21.530685334], [-158.399813552, 21.321235296], [-158.119494303, 21.339697572]], [[-157.696004614, 21.277557464], [-157.696004614, 21.173966491], [-157.49981419, 21.053169495], [-157.162314429, 20.953979037], [-157.007335119, 21.011512866], [-156.824814668, 20.953979037], [-156.753575306, 20.880185348], [-156.713095335, 20.782151844], [-156.463095519, 20.782151844], [-156.431065542, 20.585819096], [-156.318565625, 20.480466376], [-156.037315226, 20.269544036], [-155.831405982, 20.039988106]]]}, "properties": {"feature_id": "hawaii-inter-island-cable-system-hics-0", "cable_id": "hawaii-inter-island-cable-system-hics", "name": "Hawaii Inter-Island Cable System (HICS)", "color": "#c92c40", "owners": "Hawaiian Telcom", "rfs_year": 1994, "decommission_year": null, "length_km": 479.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-159.368563387, 21.974943031], [-159.179603526, 21.924671937], [-158.849813233, 21.635297385], [-158.456064057, 21.460269199], [-158.220663288, 21.463446823]], [[-157.696004614, 21.277557464], [-157.746004577, 21.173966491], [-157.746004577, 20.893863274], [-157.55220472, 20.732751122], [-157.34732487, 20.562320024], [-156.8968852, 20.562320024], [-156.759725301, 20.636456178], [-156.463095519, 20.782151844], [-156.487314907, 20.585819096], [-156.374814987, 20.480466376], [-156.093565186, 20.269544036], [-155.831405982, 20.039988106]], [[-156.759725301, 20.636456178], [-156.8968852, 20.746451785]], [[-157.55220472, 20.732751122], [-157.162314429, 20.901439785], [-157.023885107, 21.093359005]]]}, "properties": {"feature_id": "hawaii-island-fibre-network-hifn-0", "cable_id": "hawaii-island-fibre-network-hifn", "name": "Hawaii Island Fibre Network (HIFN)", "color": "#d2da26", "owners": "Hawaiian Telcom, Lumen", "rfs_year": 1997, "decommission_year": null, "length_km": 529.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-156.467144, 20.890755], [-156.374814987, 21.006499845], [-156.206065708, 21.006499845], [-156.037315226, 20.953979037], [-155.699815465, 20.691099107], [-155.081066533, 19.952622905], [-155.081864, 19.719235]], [[-156.896861, 20.74347], [-156.82559408, 20.782151844], [-156.824814668, 20.953979037]], [[-157.023889, 21.093333], [-157.106065048, 20.901439785]], [[-159.368579, 21.974925], [-158.849813233, 21.425997872], [-158.399813552, 21.268825931], [-158.094344323, 21.31382924]], [[-158.094344323, 21.31382924], [-157.949813872, 21.187263163], [-157.724814031, 21.134806167], [-157.49981419, 20.99483015], [-157.162314429, 20.901439785], [-157.106065048, 20.901439785], [-156.937314589, 20.953979037], [-156.824814668, 20.953979037], [-156.712314748, 21.059002173], [-156.599814828, 21.111485983], [-156.487314908, 21.059002173], [-156.467144, 20.890755]]]}, "properties": {"feature_id": "hawaiian-islands-fiber-link-hifl-0", "cable_id": "hawaiian-islands-fiber-link-hifl", "name": "Hawaiian Islands Fiber Link (HIFL)", "color": "#939597", "owners": "Ocean Networks, University of Hawai\u2019i", "rfs_year": 2026, "decommission_year": null, "length_km": 740.0, "url": "https://www.oceannetworks.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[174.574460566, -36.126149907], [174.599950548, -35.59302881], [174.149950866, -34.857839362], [172.799951823, -34.116020122], [165.599956923, -34.116020122], [159.299961386, -35.042260723], [155.699963937, -34.857839362], [152.099966487, -34.302092969], [151.206997119, -33.869551732]], [[-158.056894349, 21.335422206], [-158.287313632, 20.796306105], [-159.074813074, 18.678647022], [-161.999811002, 13.054150695], [-167.399807176, 2.367912559], [-171.449804307, -4.825692499], [-172.799803351, -10.17745743], [-173.699802713, -11.943944932], [-176.399800801, -18.453813776], [-179.999798251, -23.905969262]], [[-158.056894349, 21.335422206], [-157.837313951, 21.134806167], [-157.61231411, 21.134806167], [-157.49981419, 21.169779564], [-157.38731427, 21.356164482], [-152.999817378, 25.348717422], [-147.603098211, 30.516425506], [-138.603104586, 35.054063432], [-128.249834911, 42.743713464], [-125.099837142, 45.172673247], [-124.19983778, 45.803614174], [-123.524838258, 45.803614174], [-122.989800676, 45.522898825]], [[-173.699802713, -11.943944932], [-172.078223862, -12.894213639], [-170.999804626, -13.69898727], [-170.695704842, -14.276544564]], [[179.999946722, -23.905969262], [173.699951185, -28.150316036], [170.999953098, -29.137613162], [166.949955967, -32.612760006], [165.599956923, -34.116020122]]]}, "properties": {"feature_id": "hawaiki-0", "cable_id": "hawaiki", "name": "Hawaiki", "color": "#3851a3", "owners": "BW Digital", "rfs_year": 2018, "decommission_year": null, "length_km": 14000.0, "url": "https://www.bw-digital.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-46.328062945, -23.961842898], [-44.999893886, -24.111502734], [-43.649894842, -23.493922446], [-43.209565154, -22.903486555]]]}, "properties": {"feature_id": "junior-0", "cable_id": "junior", "name": "Junior", "color": "#902c8c", "owners": "Google", "rfs_year": 2018, "decommission_year": null, "length_km": 390.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-176.399800801, -18.453813776], [-174.824801914, -18.560495634], [-173.983682513, -18.647678685]]]}, "properties": {"feature_id": "hawaiki-1", "cable_id": "hawaiki", "name": "Hawaiki", "color": "#939597", "owners": "BW Digital", "rfs_year": 2018, "decommission_year": null, "length_km": 14000.0, "url": "https://www.bw-digital.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[5.37253043, 43.293627789], [5.850070092, 41.744358789], [6.975069295, 38.651811713], [7.650068817, 37.945510495], [9.00006786, 37.678877929], [10.34861723, 37.678877929], [10.912566505, 37.32187223], [11.475066106, 37.232354322], [12.262565549, 36.240655233], [12.60006531, 35.7856619], [13.162564911, 35.419780517], [14.400064035, 34.68301766], [16.650062441, 34.12610104], [19.350060528, 34.49779087], [22.050058615, 34.296663133], [25.200056384, 33.565491482], [28.800053834, 32.338311578], [29.893513059, 31.191465078]], [[32.466651236, 34.766571697], [31.50005192, 34.157138], [29.645663235, 32.841864074], [28.800053834, 32.338311578]]]}, "properties": {"feature_id": "hawk-0", "cable_id": "hawk", "name": "Hawk", "color": "#ad4599", "owners": "FLAG", "rfs_year": 2011, "decommission_year": null, "length_km": 3400.0, "url": "https://flagtel.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.558223952, 49.426851101], [-2.924923692, 49.294684219], [-3.459883313, 48.873416834], [-3.459883313, 48.730552979]], [[-2.537573966, 49.509546973], [-3.599923214, 49.58728674], [-4.499922576, 49.732933624], [-5.399921939, 49.805593629], [-5.654511758, 50.043147912]]]}, "properties": {"feature_id": "high-capacity-undersea-guernsey-optical-fibre-hugo-0", "cable_id": "high-capacity-undersea-guernsey-optical-fibre-hugo", "name": "High-capacity Undersea Guernsey Optical-fibre (HUGO)", "color": "#57bf9b", "owners": "Sure, Vodafone", "rfs_year": 2007, "decommission_year": null, "length_km": 425.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[140.116674975, 39.716671527], [139.499975412, 40.043692193], [139.274975571, 40.387320291], [138.824975891, 42.079235618], [138.824975891, 42.743713464], [139.049975732, 43.073310783], [140.399974775, 43.645862806], [140.849974456, 43.645862806], [141.354376, 43.062096]]]}, "properties": {"feature_id": "hokkaido-akita-cable-0", "cable_id": "hokkaido-akita-cable", "name": "Hokkaido-Akita Cable", "color": "#c38c2b", "owners": "KDDI, NTT, Rakuten, Softbank", "rfs_year": 2023, "decommission_year": null, "length_km": 770.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[141.0470618, 45.30049874], [141.2194743, 45.24503586], [141.6981537, 45.39401506]]]}, "properties": {"feature_id": "hokkaido-rebun-rishiri-0", "cable_id": "hokkaido-rebun-rishiri", "name": "Hokkaido-Rebun-Rishiri", "color": "#ddc224", "owners": "NTT", "rfs_year": 2011, "decommission_year": null, "length_km": 64.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[141.315404127, 43.171175266], [141.074974297, 43.564400497], [141.074974297, 44.051519229], [141.299974138, 45.331071073], [141.637473899, 46.272182854], [141.859353741, 46.684852891]]]}, "properties": {"feature_id": "hokkaido-sakhalin-cable-system-hscs-0", "cable_id": "hokkaido-sakhalin-cable-system-hscs", "name": "Hokkaido-Sakhalin Cable System (HSCS)", "color": "#adc136", "owners": "NTT, TTK", "rfs_year": 2008, "decommission_year": null, "length_km": 570.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[152.099966486, -37.995035579], [152.023790917, -34.826981991], [151.20704, -33.869696]], [[179.999946785, -29.790605028], [174.599950547, -31.340410556], [166.949955967, -32.802083893], [159.299961386, -34.673003615], [152.099966486, -37.995035579]], [[-149.84981961, -16.95345499], [-149.624819768, -17.168553094], [-149.4561509, -17.63781322]], [[-179.999798251, -29.790604899], [-163.799809727, -23.493922446], [-156.599814827, -21.414661828], [-150.974818812, -17.597998996], [-149.84981961, -16.95345499], [-149.224820052, -15.970486611]], [[-149.2132918, -17.80478461], [-149.287320009, -17.168553094], [-149.224820052, -15.970486611], [-148.949820247, -13.69898727], [-148.049820884, -9.586362493], [-138.599827579, 17.395022635], [-127.799835229, 26.964304735], [-119.699840968, 31.670513047], [-117.449842561, 32.62301664], [-117.165766836, 32.706407646]], [[174.599950547, -31.340410556], [175.280710065, -33.348019756], [174.824992888, -36.140033391], [174.937492809, -36.592978428], [174.770460427, -36.884180501]], [[152.099966486, -37.995035579], [149.3999684, -39.341800654], [147.599969675, -39.688953385], [146.249970631, -40.034369276], [145.237471345, -39.254741562], [144.692351734, -38.523523523], [144.804851654, -38.25898836], [144.967151539, -37.817532]]]}, "properties": {"feature_id": "honomoana-0", "cable_id": "honomoana", "name": "Honomoana", "color": "#939597", "owners": "Google", "rfs_year": 2026, "decommission_year": null, "length_km": 15215.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-151.368569257, -16.682320306], [-151.481069174, -16.52060478], [-151.649818335, -16.466669436], [-151.749478977, -16.505859152]], [[-151.031069505, -16.845813348], [-151.199818653, -16.736195168], [-151.368569257, -16.682320306], [-151.442979202, -16.730535431]], [[-149.737319689, -17.379584661], [-150.07481945, -17.27600887], [-150.749818971, -16.95345499], [-151.031069505, -16.845813348], [-150.999969527, -16.729596914]], [[-155.856355964, 20.003739829], [-156.262315067, 19.740987366], [-156.599814827, 19.104405476], [-156.599814827, 18.251816319], [-154.799816102, 5.957818681], [-150.29981929, -13.69898727], [-149.399819928, -17.168553094], [-149.441080671, -17.512152458], [-149.568570578, -17.433258754], [-149.737319689, -17.379584661], [-149.829510386, -17.538318796]]]}, "properties": {"feature_id": "honotua-0", "cable_id": "honotua", "name": "Honotua", "color": "#ba8c34", "owners": "OPT French Polynesia", "rfs_year": 2010, "decommission_year": null, "length_km": 4805.0, "url": "http://www.opt.pf"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.406946, 55.44848], [7.650068817, 55.398517026], [5.40007041, 55.355904228], [4.51313, 55.41867]], [[5.40007041, 55.355904228], [5.28757049, 55.3239145], [5.1805, 55.32215]]]}, "properties": {"feature_id": "hronn-0", "cable_id": "hronn", "name": "Hronn", "color": "#009f94", "owners": "Shefa", "rfs_year": 2022, "decommission_year": null, "length_km": 270.0, "url": "https://www.shefa.fo/cables/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[80.242987391, 13.063853102], [81.450016536, 12.395734], [83.700014942, 11.29470932], [89.100011117, 9.967915187], [93.150008248, 8.740828945], [95.400006654, 7.744889053], [97.425005219, 6.740481725], [99.450003785, 5.286069861], [100.237503227, 4.613591579], [100.687502908, 3.266814817], [101.250002509, 2.70508116], [102.150001872, 2.143087178], [102.68279724, 1.755006674], [103.340651028, 1.355886056], [103.500000916, 1.257299278], [103.646090812, 1.338585852]]]}, "properties": {"feature_id": "i2i-cable-network-i2icn-0", "cable_id": "i2i-cable-network-i2icn", "name": "i2i Cable Network (i2icn)", "color": "#d86526", "owners": "Bharti Airtel", "rfs_year": 2002, "decommission_year": null, "length_km": 3200.0, "url": "http://www.airtel.in"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.69355213, 52.715216931], [2.250051736, 52.782345847], [3.150051099, 52.782345847], [4.050050461, 52.918223068], [4.70075, 52.836929]]]}, "properties": {"feature_id": "iceni-0", "cable_id": "iceni", "name": "Iceni", "color": "#d52b90", "owners": "BT", "rfs_year": 2024, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[38.137547219, 22.052985617], [39.182756479, 21.481533476]], [[67.028546752, 24.889731701], [66.487527136, 23.298598066], [66.150027375, 20.375041253], [66.600027056, 19.529070924]], [[32.529931191, 29.972545436], [32.568776164, 29.638336094], [32.737551044, 29.344566989], [33.018800845, 28.951554732], [33.511262996, 28.161052262], [34.312549929, 27.364667994], [35.184424311, 26.562513149], [35.887548813, 25.754704263], [36.900048096, 24.122616987], [38.137547219, 22.052985617], [38.925046661, 20.375041253], [40.275045705, 18.251816319], [41.287544987, 16.534196198], [42.24379431, 14.801154225], [42.750043951, 13.929303843], [43.115668692, 13.054150695], [43.270356083, 12.834868818], [43.354731023, 12.615395567], [43.734418254, 12.395734], [44.550042676, 12.01088236], [45.450042039, 12.175887186], [48.600039807, 12.944533869], [55.350035025, 15.235781783], [58.950032475, 16.965102599], [62.100030244, 19.104405476], [66.600027056, 19.529070924], [70.200024506, 19.316876112], [72.87590261, 19.076074257]], [[5.37253043, 43.293627789], [5.962570012, 41.744358789], [7.200069135, 38.651811713], [7.875068657, 37.945510495], [9.00006786, 37.767862425], [10.34861723, 37.767862425], [10.912566505, 37.411283635], [11.587566026, 37.232354322], [12.71256523, 35.967974348], [13.668814553, 35.419780517], [14.400064035, 35.098264766], [16.650062441, 34.68301766], [19.350060528, 35.052229911], [22.050058615, 34.713848623], [25.200056384, 33.986293737], [28.800053834, 32.62301664], [29.893513059, 31.191465078], [30.825052399, 31.118343724], [31.387552001, 30.997835356], [31.950051602, 30.780635089], [32.287551363, 30.417528914], [32.529931191, 29.972545436]], [[15.067443562, 37.513447486], [15.750063078, 37.411283635], [16.25631272, 36.873219512], [16.4250626, 35.7856619], [16.650062441, 34.68301766]], [[35.859228833, 34.43974246], [35.550049052, 34.405022751], [32.400051283, 33.283811019], [30.600052559, 32.62301664], [28.800053834, 32.62301664]], [[56.333724329, 25.121690005], [56.92503391, 24.864833317], [58.500032794, 24.507068969], [59.850031838, 23.917101291], [62.100030244, 22.469443965], [62.100030244, 19.104405476]], [[32.529931191, 29.972545436], [32.287551363, 30.466024504], [31.950051602, 30.877238884], [31.387552001, 31.094220012], [30.825052399, 31.190549752], [29.893513059, 31.191465078]]]}, "properties": {"feature_id": "imewe-0", "cable_id": "imewe", "name": "IMEWE", "color": "#2966b1", "owners": "Bharti Airtel, Ogero, Orange, Pakistan Telecommunications Company Ltd., Sparkle, Tata Communications, Telecom Egypt, center3, e&", "rfs_year": 2010, "decommission_year": null, "length_km": 12091.0, "url": "https://imewecable.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[81.139518574, 16.175049115], [82.018721189, 15.044700164], [81.822238858, 11.127589656]], [[87.506540938, 21.613825026], [88.645759577, 2.546897236]]]}, "properties": {"feature_id": "india-asia-xpress-iax-0", "cable_id": "india-asia-xpress-iax", "name": "India Asia Xpress (IAX)", "color": "#939597", "owners": "China Mobile, Reliance Jio Infocomm", "rfs_year": 2024, "decommission_year": null, "length_km": 5791.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[72.875901516, 19.06618949], [71.325023709, 16.965102599], [71.045135904, 13.492128176], [72.504910876, 9.361978912], [74.700021318, 6.688675551], [75.375020839, 5.659359572], [78.300018767, 3.715978119], [79.650017811, 3.191933974], [81.000016855, 2.817450443], [85.500013667, 1.91822878], [90.000010479, 2.817450443], [92.700008566, 4.613591579], [94.275007451, 5.609601185], [95.406352705, 6.218295306], [97.425005219, 5.622041181], [98.100004741, 5.286069861], [98.887504183, 4.613591579], [100.012503386, 3.266814817], [101.250002509, 2.143087178], [102.150001872, 1.80578828], [102.68279724, 1.558264178], [103.340651028, 1.383978004], [103.500000916, 1.327518856], [103.646090812, 1.338585852]], [[79.650017811, 3.191933974], [80.437517253, 5.435413644], [80.539857181, 5.940820741]], [[98.100004741, 5.286069861], [99.000004103, 5.957818681], [100.066113348, 6.613518861]], [[101.250002509, 2.143087178], [101.418752389, 2.592701465], [101.443602372, 2.751228764]], [[75.375020839, 5.659359572], [74.250021637, 4.613591579], [73.540352139, 4.212345782]], [[85.500013667, 1.91822878], [83.92501478, 5.510071712], [83.25001526, 7.744876957], [82.800015578, 9.524411345], [81.450016536, 11.735650161], [80.242987391, 13.063853102]]]}, "properties": {"feature_id": "india-asia-xpress-iax-1", "cable_id": "india-asia-xpress-iax", "name": "India Asia Xpress (IAX)", "color": "#ced528", "owners": "China Mobile, Reliance Jio Infocomm", "rfs_year": 2024, "decommission_year": null, "length_km": 5791.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.483758226, 44.305748231], [8.662568099, 44.213009179], [9.2250677, 44.051519229], [9.562567461, 43.401144973], [9.675067381, 43.073310783], [9.900067221, 42.412354501], [10.462566824, 41.520132021], [11.475066106, 39.698323355], [11.700065948, 37.856739976], [12.262565548, 37.232354322], [13.668814553, 35.967974348], [14.400064035, 35.373927825], [16.650062441, 35.236213401], [19.350060528, 35.602930323], [22.050058615, 35.128940238], [23.400057659, 34.806272557], [25.200056384, 34.335379074], [27.900054471, 32.528215045], [29.672353215, 31.047641998]], [[29.672353215, 31.047641998], [29.981302997, 30.804816622], [30.375052718, 30.683955675], [31.05005224, 30.320465425], [31.725051762, 30.077385962], [32.175051443, 29.540203243], [32.653181104, 29.113614163]], [[29.672353215, 31.047641998], [29.981302997, 30.853118512], [30.375052718, 30.780656567], [31.05005224, 30.417528914], [31.725051762, 30.174689758], [32.175051443, 29.589085941], [32.653181104, 29.113614163]], [[32.653181104, 29.113614163], [33.075050805, 28.951554732], [33.539287976, 28.161052262], [34.537549769, 27.364667994], [35.521924072, 26.562513149], [36.337548494, 25.754704263], [37.350047777, 24.122616987], [38.5875469, 22.052985617], [39.037546581, 20.936468], [39.375046342, 20.375041253], [41.737544669, 16.534196198], [42.468794151, 14.801154225], [42.975043792, 13.929303843], [43.228168613, 13.054150695], [43.326606043, 12.834868818], [43.410980983, 12.615395567], [43.875043154, 12.395734], [44.550042676, 11.570378484], [45.450042039, 11.515266158], [48.600039808, 12.285833556], [52.650036938, 13.273238158], [54.000035984, 13.601498202], [55.350035024, 13.710817738], [58.950032475, 15.452760959], [60.975031039, 16.534196198], [66.600027056, 18.678647022], [70.200024506, 18.891661584], [72.875901516, 19.06618949]], [[54.000035984, 13.601498202], [54.112535902, 14.583511645], [54.173383948, 16.54803643], [54.148085877, 17.095827187]], [[44.550042676, 11.570378484], [43.650043314, 11.620598816], [43.147993669, 11.594869371]], [[37.340514177, 24.138084599], [37.800047458, 24.122616987], [38.106977241, 24.07064801]], [[35.521924072, 26.562513149], [35.21254929, 27.497802509], [35.223149283, 28.050969101]], [[25.200056384, 34.335379074], [24.975056543, 34.867831005], [24.7684, 35.07163]], [[39.037546581, 20.936468], [39.182756479, 21.481533476]], [[8.662568099, 44.213009179], [8.325068338, 43.808456439], [7.875068657, 43.564400497], [7.200069135, 43.237448352], [6.412569693, 42.908732428], [5.962570011, 42.908732428], [5.363546998, 43.286507749]]]}, "properties": {"feature_id": "india-europe-xpress-iex-0", "cable_id": "india-europe-xpress-iex", "name": "India Europe Xpress (IEX)", "color": "#939597", "owners": "China Mobile, Reliance Jio Infocomm", "rfs_year": 2026, "decommission_year": null, "length_km": 9775.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[151.196257127, -33.913571606], [151.348793268, -34.826981991], [150.274967779, -37.942453526], [149.3999684, -38.64230125], [147.599969675, -39.167574236], [146.249970631, -39.515593876], [144.449971906, -39.341800654], [143.999972225, -39.167574236], [142.1999735, -39.167574236], [140.399974775, -38.817823973], [134.850857613, -36.676358606], [127.092562327, -36.01682861], [119.550184858, -36.079204932], [115.446769796, -35.917240097], [114.053216096, -34.611299785], [114.053216096, -33.061828894], [115.85731638, -31.953438944]]]}, "properties": {"feature_id": "indigo-central-0", "cable_id": "indigo-central", "name": "INDIGO-Central", "color": "#a4bb39", "owners": "Australia\u2019s Academic and Research Network (AARNET), Google, Indosat Ooredoo, Singtel Optus, Superloop", "rfs_year": 2019, "decommission_year": null, "length_km": 4850.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[106.649998684, -5.174359836], [106.40394145, -5.525635173], [105.749999322, -6.001651665], [105.29999964, -6.057590432], [104.849999959, -6.616650693], [104.849999959, -7.509810688], [105.29999964, -11.943944932], [106.999998436, -15.44102366], [108.89999709, -20.433922198], [111.149995496, -27.153831285], [112.949994221, -30.309953345], [113.849993584, -31.083834719], [115.857312162, -31.95344133]], [[103.646090812, 1.338585852], [103.837500676, 1.018534217], [103.837500676, 0.793562653], [104.175000437, 0.627825579], [104.849999959, 0.512331397], [105.524999481, 0.118588419], [106.199999003, -0.781386636], [106.985498446, -2.130918481], [107.099998365, -3.029995968], [107.099998365, -4.601453765], [106.649998684, -5.174359836], [106.827828558, -6.171876391]]]}, "properties": {"feature_id": "indigo-west-0", "cable_id": "indigo-west", "name": "INDIGO-West", "color": "#a47c2c", "owners": "Australia\u2019s Academic and Research Network (AARNET), Google, Indosat Ooredoo, Singtel, Superloop, Telstra", "rfs_year": 2019, "decommission_year": null, "length_km": 4600.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[35.10636158, 33.036463], [34.98754945, 32.938296728], [34.99874658, 32.811596], [34.818799569, 32.62301664], [34.818799569, 32.433313306], [34.87197458, 32.343948], [34.790674589, 32.27492162], [34.84467858, 32.162413], [34.762549609, 32.132132226], [34.76966458, 32.045043], [34.734424629, 32.012970042], [34.785109593, 31.977829432], [34.537549769, 31.798087368], [34.55601458, 31.66951]], [[34.998740168, 32.811596], [34.76254961, 32.62301664], [34.65004969, 32.243210016], [34.706299649, 32.132132226], [34.769658168, 32.045043], [34.706299649, 32.0368149], [34.537549769, 31.989118978], [34.481299808, 31.798087368], [34.556008168, 31.66951]]]}, "properties": {"feature_id": "israel-coasting-1-ic-1-0", "cable_id": "israel-coasting-1-ic-1", "name": "Israel Coasting 1 (IC-1)", "color": "#3864af", "owners": "Partner Communications Company", "rfs_year": 2000, "decommission_year": null, "length_km": 340.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[101.447662369, 1.665522797], [101.728127171, 1.749465441], [102.150001872, 1.749565394], [102.68279724, 1.530149412], [103.340651028, 1.21542156], [103.500000916, 1.187252774], [103.898835847, 1.191468969], [104.137810464, 1.238391277], [104.287900357, 1.173518199], [104.625000119, 1.131014326], [104.849999959, 1.018534217], [105.29999964, 1.018534217], [106.649998684, -0.33140933], [107.03664841, -2.130918481], [107.153098328, -3.029995968], [107.212498286, -4.601453765], [112.049994859, -5.049857167], [114.469705726, -5.945707155], [116.583101647, -5.74911566], [117.449991033, -4.377144376], [117.599990927, -2.730375485], [117.851906319, -1.515333652], [118.541288327, -0.810555325], [119.249989757, 0.568578853], [119.474989598, 1.018534217], [120.599988802, 1.91822878], [124.199986252, 1.91822878], [124.839635798, 1.490779296]], [[107.212498286, -4.601453765], [106.762498604, -5.273944364], [106.833398554, -6.128964849]], [[103.646090812, 1.338585852], [103.898835847, 1.191468969]], [[104.016637, 1.066798], [103.898835847, 1.191468969]], [[114.469705726, -5.945707155], [113.399993902, -6.616650693], [113.283490079, -6.902248769]], [[116.583101647, -5.74911566], [116.549991671, -6.616650693], [115.874992149, -8.178490279], [115.844425764, -8.371311451], [115.6924, -8.405888111]], [[117.449991033, -4.377144376], [118.799990077, -4.937784305], [119.412389643, -5.152180217]], [[120.599988802, 1.91822878], [118.799990077, 2.817450443], [117.899990714, 3.154491498], [117.674990874, 3.154491498], [117.578510942, 3.327354396]], [[116.831291472, -1.265389668], [117.081241294, -1.402870227], [117.851906319, -1.515333652]]]}, "properties": {"feature_id": "indonesia-global-gateway-igg-system-0", "cable_id": "indonesia-global-gateway-igg-system", "name": "Indonesia Global Gateway (IGG) System", "color": "#5a9f43", "owners": "Telin, Telkom Indonesia", "rfs_year": 2018, "decommission_year": null, "length_km": 5300.0, "url": "https://www.telin.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.529413972, 49.45104718], [-2.304174132, 49.294684219], [-2.201384205, 49.248045185]], [[-2.021314332, 49.22527732], [-1.916424406, 49.256680777], [-1.650024595, 49.283283]]]}, "properties": {"feature_id": "ingrid-0", "cable_id": "ingrid", "name": "INGRID", "color": "#41b549", "owners": "CIEG", "rfs_year": 2004, "decommission_year": null, "length_km": 64.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.64621, 1.338645836], [103.725000756, 1.22474444], [103.950000596, 1.168506749], [104.133110466, 1.173205764]]]}, "properties": {"feature_id": "insica-0", "cable_id": "insica", "name": "INSICA", "color": "#939597", "owners": "Singtel, Telin", "rfs_year": 2026, "decommission_year": null, "length_km": 100.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[168.323004994, -17.730502326], [168.637454772, -17.919416202], [169.199954373, -18.133371564], [177.299948635, -18.560495634], [178.087448077, -18.560495634], [178.437447829, -18.123810944]]]}, "properties": {"feature_id": "interchange-cable-network-1-icn1-0", "cable_id": "interchange-cable-network-1-icn1", "name": "Interchange Cable Network 1 (ICN1)", "color": "#cd2b42", "owners": "Interchange", "rfs_year": 2014, "decommission_year": null, "length_km": 1259.0, "url": "http://www.interchange.vu"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[17.127152102, 39.080669158], [17.775061643, 39.03151488], [19.800060209, 38.944070959], [20.751719535, 38.959266747]]]}, "properties": {"feature_id": "ionian-0", "cable_id": "ionian", "name": "Ionian", "color": "#be432b", "owners": "IslaLink", "rfs_year": 2023, "decommission_year": null, "length_km": 320.0, "url": "http://www.islalink.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.048319355, 53.273886332], [-9.899918751, 53.053652427], [-10.799918114, 53.256035194], [-11.249917795, 53.52439675], [-12.599916838, 54.948789024], [-12.599916839, 55.674382828], [-12.374916998, 56.428260469], [-12.599916839, 58.836278672], [-13.949915882, 59.527871002], [-21.149910782, 60.869535166], [-21.824910304, 62.15710018], [-22.724909666, 62.986189025], [-22.274909985, 63.492719683], [-21.37812062, 63.856257493]]]}, "properties": {"feature_id": "iris-0", "cable_id": "iris", "name": "IRIS", "color": "#94479b", "owners": "Farice", "rfs_year": 2023, "decommission_year": null, "length_km": 1770.0, "url": "http://www.farice.is"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-68.66687301, 44.15633173], [-68.62497263, 44.05149725]]]}, "properties": {"feature_id": "isle-au-haut-cable-0", "cable_id": "isle-au-haut-cable", "name": "Isle Au Haut Cable", "color": "#b2ba34", "owners": "Axiom Technologies", "rfs_year": 2024, "decommission_year": null, "length_km": 10.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.308171295, 49.919910523], [-6.074921461, 50.022920456], [-5.654511758, 50.043147912]]]}, "properties": {"feature_id": "isles-of-scilly-cable-0", "cable_id": "isles-of-scilly-cable", "name": "Isles of Scilly Cable", "color": "#804399", "owners": "BT", "rfs_year": 2014, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[18.48570114, 40.14820187], [18.675061006, 40.043692193], [19.800060209, 39.871225136], [19.96881009, 39.784790133], [19.96881009, 39.741589529], [20.015460057, 39.683625912]]]}, "properties": {"feature_id": "italy-greece-1-ig-1-0", "cable_id": "italy-greece-1-ig-1", "name": "Italy-Greece 1 (IG-1)", "color": "#55b847", "owners": "WIS Telecom", "rfs_year": 1995, "decommission_year": null, "length_km": 169.0, "url": "http://www.wis.one"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.591375316, 37.650586173], [12.54381535, 37.232354322], [12.60006531, 36.873219512], [12.825065151, 35.419780517], [13.162564911, 33.189714665], [13.187364894, 32.877622903]]]}, "properties": {"feature_id": "italy-libya-0", "cable_id": "italy-libya", "name": "Italy-Libya", "color": "#2767b2", "owners": "Libya International Telecommunications Company, Sparkle", "rfs_year": 1998, "decommission_year": null, "length_km": 570.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[15.067443562, 37.513447486], [15.750063078, 37.232354322], [15.918812959, 36.873219512], [15.525063238, 36.149866787], [15.075063557, 35.922435577], [14.492544437, 35.920965693]]]}, "properties": {"feature_id": "italy-malta-0", "cable_id": "italy-malta", "name": "Italy-Malta", "color": "#a7732a", "owners": "GO plc, Sparkle", "rfs_year": 1994, "decommission_year": null, "length_km": 238.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[7.426728975, 43.738255688], [7.875068657, 43.727214791], [8.325068338, 43.889587736], [8.483758226, 44.305748231]]]}, "properties": {"feature_id": "italy-monaco-0", "cable_id": "italy-monaco", "name": "Italy-Monaco", "color": "#51459c", "owners": "Monaco Telecom, Sparkle", "rfs_year": 1995, "decommission_year": null, "length_km": 162.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[73.394049669, 4.014321541], [73.489458236, 3.933495316], [73.540158858, 4.213309579]]]}, "properties": {"feature_id": "ithaafushi-maafushi-hulhumale-0", "cable_id": "ithaafushi-maafushi-hulhumale", "name": "Ithaafushi-Maafushi-Hulhumale", "color": "#41b878", "owners": "Ooredoo Maldives", "rfs_year": 2025, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-87.070264083, 20.629718018], [-87.01848912, 20.515592009], [-86.879164219, 20.4286531]]]}, "properties": {"feature_id": "ixchel-0", "cable_id": "ixchel", "name": "Ixchel", "color": "#6ac5ae", "owners": "Telmex", "rfs_year": 2007, "decommission_year": null, "length_km": 20.0, "url": "https://telmex.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.104828285, 34.963204822], [139.224015608, 34.809532204], [139.360692785, 34.750672523], [139.34851552, 34.670862994], [139.40476548, 34.206955358], [139.495356398, 34.090380844], [139.443725452, 33.89296086], [139.612475333, 33.221091367], [139.79680233, 33.112295193]]]}, "properties": {"feature_id": "izu-islands-cable-system-0", "cable_id": "izu-islands-cable-system", "name": "Izu Islands Cable System", "color": "#b72a79", "owners": "NTT", "rfs_year": 1996, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[116.081532003, -8.585998888], [115.874992149, -8.566064314], [115.537492388, -8.595852074], [115.331442533, -8.536714291]], [[114.097163408, -8.615167136], [114.412493185, -8.893723132], [114.974992787, -8.893723132], [115.221522611, -8.656661268]], [[109.335546782, -0.027021392], [108.89999709, -0.443906657], [109.124996931, -1.681168936], [109.349996771, -2.130918481], [109.799996453, -3.029995968], [110.474995974, -3.479268679], [111.149995496, -3.479268679], [111.599995177, -3.254657365], [111.752925069, -2.849274293]], [[109.971966331, -1.858723987], [109.574996612, -1.906058394], [109.349996771, -2.130918481]], [[111.149995496, -3.479268679], [112.049994859, -3.928327304], [112.949994221, -3.928327304], [114.074993424, -3.703826471], [114.603993049, -3.327586829]], [[117.551060962, 0.327276576], [117.899990714, 0.118588419], [119.249989758, -1.006358951], [119.38846966, -1.142074967]]]}, "properties": {"feature_id": "jaka2ladema-0", "cable_id": "jaka2ladema", "name": "JaKa2LaDeMa", "color": "#4a499e", "owners": "Telkom Indonesia", "rfs_year": 2010, "decommission_year": null, "length_km": 1700.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[109.18222689, -0.061391357], [108.89999709, 0.006088583], [106.874998525, -0.33140933]], [[104.133200467, 1.173685663], [104.287900357, 1.201587148], [104.625000119, 1.299726182], [104.849999959, 1.355961035], [105.29999964, 1.243490077], [106.874998525, -0.33140933], [107.153248328, -2.130918481], [107.269748245, -3.029995968], [107.549998047, -4.601453765], [107.099998365, -5.273944364], [107.12099835, -5.98115426]], [[104.849999959, 1.355961035], [104.625000119, 1.355961035], [104.201560419, 1.328818506], [103.987010571, 1.389451397]]]}, "properties": {"feature_id": "jakabare-0", "cable_id": "jakabare", "name": "JAKABARE", "color": "#33af85", "owners": "Indosat Ooredoo", "rfs_year": 2009, "decommission_year": null, "length_km": 1330.0, "url": "https://indosatooredoo.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[106.827828558, -6.171876391], [106.424998843, -5.273944364], [106.649998684, -4.601453765], [106.762498604, -3.479268679], [106.547458757, -3.079924875], [106.312498923, -2.580536705], [105.862499241, -1.906058394], [105.58270944, -1.553879794], [105.524999481, -1.23131575], [105.18749972, 0.118588419], [104.849999959, 0.345586247], [104.175000437, 0.456083448], [103.725000756, 0.793562653], [103.725000756, 1.018534217], [103.878130648, 1.134723599], [104.016637, 1.066798], [103.921875617, 1.185378177], [103.946480599, 1.327258926]]]}, "properties": {"feature_id": "jakarta-bangka-batam-singapore-b2js-0", "cable_id": "jakarta-bangka-batam-singapore-b2js", "name": "Jakarta-Bangka-Batam-Singapore (B2JS)", "color": "#31b34a", "owners": "Triasmitra", "rfs_year": 2013, "decommission_year": null, "length_km": 759.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[106.827828558, -6.171876391], [106.312498923, -5.273944364], [106.537498764, -4.601453765], [106.537498764, -3.479268679], [106.547458757, -3.079924875], [106.199999003, -2.580536705], [105.749999322, -1.906058394], [105.58270944, -1.553879794], [105.412499561, -1.23131575], [105.0749998, 0.118588419], [104.849999959, 0.290337139], [104.175000437, 0.398835084], [103.668750796, 0.793562653], [103.668750796, 1.018534217], [103.878130648, 1.190951974], [104.016637, 1.066798], [103.978150576, 1.185378177], [103.946480599, 1.327258926], [104.011330553, 1.233727366], [104.149600455, 1.18452336], [104.344150317, 1.201587148], [104.425800259, 1.136713206]]]}, "properties": {"feature_id": "jakarta-bangka-bintan-batam-singapore-b3js-0", "cable_id": "jakarta-bangka-bintan-batam-singapore-b3js", "name": "Jakarta-Bangka-Bintan-Batam-Singapore (B3JS)", "color": "#1ebab0", "owners": "Moratelindo", "rfs_year": 2012, "decommission_year": null, "length_km": 1031.0, "url": "http://www.moratelindo.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[107.12099835, -5.98115426], [107.324998206, -5.833801119], [107.549998047, -5.833801119], [108.449997409, -6.16945053], [108.67499725, -6.393099498], [108.67499725, -6.560772245], [108.557344255, -6.71665342], [108.78749717, -6.616650693], [109.799996453, -6.616650693], [110.024996293, -6.73087135], [110.187886803, -7.026520241], [110.249996134, -6.73087135], [110.699995815, -6.281287025], [111.374995337, -6.16945053], [112.162494779, -6.393099498], [112.61249446, -6.616650693], [112.719720947, -7.271863121]]]}, "properties": {"feature_id": "jakarta-surabaya-cable-system-jayabaya-0", "cable_id": "jakarta-surabaya-cable-system-jayabaya", "name": "Jakarta Surabaya Cable System (JAYABAYA)", "color": "#4b3c97", "owners": "Triasmitra", "rfs_year": 2018, "decommission_year": null, "length_km": 888.0, "url": "http://www.triasmitra.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[114.310393257, -8.448027547], [114.470743144, -8.373314869], [114.527293104, -8.294580236]]]}, "properties": {"feature_id": "jalapati-0", "cable_id": "jalapati", "name": "Jalapati", "color": "#3f5fac", "owners": "CCSI", "rfs_year": 2023, "decommission_year": null, "length_km": 45.0, "url": "https://www.ccsi.co.id/home-id-jalapati/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[104.013737002, 1.06558821], [104.006575557, 0.906050181], [104.034625537, 0.793562653], [104.034375537, 0.627825579], [104.006250557, 0.118588419], [104.006250557, -0.33140933], [103.466700939, -0.816543192]]]}, "properties": {"feature_id": "jambi-batam-cable-system-jiba-0", "cable_id": "jambi-batam-cable-system-jiba", "name": "Jambi-Batam Cable System (JIBA)", "color": "#574099", "owners": "Indosat Ooredoo, Moratelindo, XLSmart", "rfs_year": 2014, "decommission_year": null, "length_km": 267.0, "url": "http://www.moratelindo.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.496447508, 40.923575747], [9.900067222, 41.097606154], [10.575066744, 41.43584595], [11.250066266, 41.744358789], [11.796845879, 42.09141425]], [[9.109447783, 39.215608817], [9.450067541, 38.739615314], [11.700065948, 37.634345603], [12.591375316, 37.650586173]]]}, "properties": {"feature_id": "janna-0", "cable_id": "janna", "name": "Janna", "color": "#ba9f39", "owners": "EXA Infrastructure, Regione Sardegne, Tiscali, WINDTRE", "rfs_year": 2005, "decommission_year": null, "length_km": 634.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.694698295, 13.489135593], [144.349971977, 14.042738209], [143.774972384, 15.235781783], [143.099972863, 16.965102599], [140.849974456, 21.635297385], [139.274975572, 24.941363172], [139.049975732, 27.763588526], [139.274975572, 30.901396089], [139.612475333, 32.433313306], [139.612475333, 33.939640088], [139.781225214, 34.405022751], [139.949975093, 34.690726477], [140.006225054, 34.852445709], [139.961026172, 34.974069806]]]}, "properties": {"feature_id": "japan-guam-australia-north-jga-n-0", "cable_id": "japan-guam-australia-north-jga-n", "name": "Japan-Guam-Australia North (JGA-N)", "color": "#5bba4d", "owners": "Lightstorm Telecom", "rfs_year": 2020, "decommission_year": null, "length_km": 2600.0, "url": "https://www.lightstorm.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.694698295, 13.464777825], [144.815646647, 13.273238158], [145.349971269, 12.834868818], [146.249970631, 12.175887186], [147.149969994, 11.735650161], [149.3999684, 10.853089691], [151.199967124, 9.524411345], [152.999965849, 8.190543418], [155.249964255, 4.16491285], [156.599963299, -0.33140933], [157.724962502, -3.029995968], [159.299961386, -4.825692499], [161.549959792, -6.616650693], [162.449959155, -8.401139048], [162.899958836, -10.17745743], [161.999959474, -13.69898727], [159.299961386, -18.880139975], [157.949962343, -25.540896076], [156.599963299, -28.743810281], [154.609765901, -31.851465666], [152.099966487, -33.461541291], [151.273987072, -33.761161061]], [[157.949962343, -25.540896076], [153.899965212, -26.551620802], [153.089465786, -26.651853879]]]}, "properties": {"feature_id": "japan-guam-australia-south-jga-s-0", "cable_id": "japan-guam-australia-south-jga-s", "name": "Japan-Guam-Australia South (JGA-S)", "color": "#944b9d", "owners": "Australia\u2019s Academic and Research Network (AARNET), Google, Lightstorm Telecom", "rfs_year": 2020, "decommission_year": null, "length_km": 7081.0, "url": "https://www.lightstorm.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.949975094, 41.238752329], [139.612475333, 41.57626183], [139.274975572, 42.079235618], [139.274975572, 42.743713464], [139.499975413, 43.073310783], [140.399974775, 43.482827881], [140.849974456, 43.482827881], [141.315404127, 43.171175266]], [[139.837475174, 41.153950521], [139.387460493, 41.57626183], [139.049975732, 42.079235618], [139.049975732, 42.743713464], [139.274975572, 43.073310783], [140.399974775, 43.564400497], [140.849974456, 43.564400497], [141.315404127, 43.171175266]], [[127.680843786, 26.212414127], [128.024983542, 26.110604582], [128.699983064, 26.361086325], [131.399981151, 29.344566989], [132.749980195, 31.094262828], [134.999978601, 31.478822673], [136.574977485, 32.243210016], [136.799977326, 32.812318783], [136.873997273, 34.336828252], [137.699976688, 34.03292179], [138.59997605, 34.12610104], [139.499975412, 34.528690671], [139.921850113, 34.736964305], [139.992162564, 34.852445709], [139.954855091, 34.976570029], [140.062475014, 34.990809719], [140.343724815, 35.006169092], [140.737474536, 35.174931787], [140.849974456, 35.419780517], [140.962474377, 35.7856619], [140.849974456, 36.058973123], [140.269896742, 36.342194369], [140.849974456, 36.149866787], [141.299974138, 36.42191605], [141.749973819, 36.873219512], [141.749973819, 37.589786574], [141.299974138, 38.034173901], [140.866674444, 38.266670088], [141.299974138, 38.122730108], [141.749973819, 38.211179037], [142.1999735, 38.651811713], [142.424973341, 40.043692193], [142.1999735, 41.069340438], [141.749973819, 41.407726237], [141.299974138, 41.57626183], [140.849974456, 41.57626183], [140.399974775, 41.407726237], [139.949975094, 41.238752329], [139.837475174, 41.153950521], [139.612475333, 40.899490915], [139.499975413, 40.387320291], [139.724975253, 40.043692193], [140.116674975, 39.716671527]], [[132.749980195, 31.094262828], [132.074980673, 31.670513047], [131.294610132, 32.09764082]], [[139.499975412, 34.528690671], [139.556225372, 34.713848623], [139.443725452, 35.0829227], [139.255405586, 35.299489131]]]}, "properties": {"feature_id": "japan-information-highway-jih-0", "cable_id": "japan-information-highway-jih", "name": "Japan Information Highway (JIH)", "color": "#6ebe44", "owners": "KDDI", "rfs_year": 1999, "decommission_year": null, "length_km": 5150.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[105.254099673, -5.409293894], [105.356249601, -5.721872748], [105.880269229, -5.868190998], [106.424998843, -5.721872748], [106.833398554, -6.171588072]], [[107.12099835, -5.98115426], [107.212498286, -5.273944364], [107.662497967, -4.601453765], [107.325998205, -3.029995968], [107.304936375, -2.783713634], [107.411046295, -2.628238536], [107.662887967, -2.767442756], [107.662887967, -2.517708985], [107.760547897, -2.237970538], [108.224997568, -1.23131575], [108.89999709, -0.218910725], [109.335546782, -0.027021392], [108.89999709, 0.118588419], [104.849999959, 0.737317714], [104.400000278, 0.793562653], [104.287500358, 0.906050181], [104.175000437, 0.962292662], [104.016637, 1.066798], [103.884380643, 1.159128691], [103.500000916, 1.1590837], [103.340651028, 1.131139302], [102.68279724, 1.473918782], [102.150001872, 1.63711462], [101.728127171, 1.693340823], [101.447662369, 1.665522797]]]}, "properties": {"feature_id": "jasuka-0", "cable_id": "jasuka", "name": "JaSuKa", "color": "#32499f", "owners": "Telkom Indonesia", "rfs_year": 2006, "decommission_year": null, "length_km": 0.0, "url": "https://www.telkom.co.id/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[114.310393257, -8.448027547], [114.470743144, -8.3454887], [114.527293104, -8.294580236]]]}, "properties": {"feature_id": "java-bali-cable-system-jbcs-0", "cable_id": "java-bali-cable-system-jbcs", "name": "Java Bali Cable System (JBCS)", "color": "#9b3794", "owners": "Triasmitra", "rfs_year": 2013, "decommission_year": null, "length_km": 0.0, "url": "http://www.triasmitra.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[112.719720947, -7.271863121], [112.78124434, -6.616650693], [112.8374943, -6.393099498], [113.962493504, -4.825692499], [114.187493344, -4.377144376], [114.666747692, -3.882827781], [114.524993105, -4.252498776], [114.749992946, -4.377144376], [116.583101647, -4.404364234], [118.799990077, -5.049857167], [119.384689662, -5.343245784]]]}, "properties": {"feature_id": "java-kalimantan-sulawesi-jakasusi-0", "cable_id": "java-kalimantan-sulawesi-jakasusi", "name": "Java-Kalimantan-Sulawesi (JAKASUSI)", "color": "#30a7df", "owners": "Indosat Ooredoo", "rfs_year": 2006, "decommission_year": null, "length_km": 1100.0, "url": "https://indosatooredoo.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[114.097163408, -8.615167136], [114.412493185, -8.83616901], [114.974992787, -8.83616901], [115.159852656, -8.783705414]]]}, "properties": {"feature_id": "javali-0", "cable_id": "javali", "name": "JAVALI", "color": "#3476bb", "owners": "Indosat Ooredoo", "rfs_year": 2011, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[127.285992963, 34.609401752], [127.265609079, 34.451419691], [127.124984179, 33.783943282], [126.909307529, 33.441568506]]]}, "properties": {"feature_id": "jeju-mainland-2-0", "cable_id": "jeju-mainland-2", "name": "Jeju-Mainland 2", "color": "#7a68ae", "owners": "KT", "rfs_year": 1996, "decommission_year": null, "length_km": 191.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[128.027435494, 34.72835855], [127.799983701, 34.312151652], [127.349984019, 33.783943282], [127.124984179, 33.50297484], [126.909307529, 33.441568506]]]}, "properties": {"feature_id": "jeju-mainland-3-0", "cable_id": "jeju-mainland-3", "name": "Jeju-Mainland 3", "color": "#aa519f", "owners": "KT", "rfs_year": 2000, "decommission_year": null, "length_km": 236.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[126.955750231, 33.505336014], [126.909307529, 33.441571507]]]}, "properties": {"feature_id": "jeju-udo-0", "cable_id": "jeju-udo", "name": "Jeju-Udo", "color": "#3a55a5", "owners": "KCTV Jeju Broadcasting, KT, LG Uplus, SK Telecom (SKT)", "rfs_year": 2023, "decommission_year": null, "length_km": 3.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-68.284147392, 12.163814736], [-68.512377229, 12.175887186], [-68.89264696, 12.090439618]]]}, "properties": {"feature_id": "jerry-newton-0", "cable_id": "jerry-newton", "name": "Jerry Newton", "color": "#4365af", "owners": "Liberty Networks", "rfs_year": 2007, "decommission_year": null, "length_km": 88.0, "url": "https://libertynet.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[34.769679605, 32.045011858], [33.750050327, 32.528215045], [31.05005224, 33.283811019], [25.200056384, 34.68301766], [23.400057659, 35.220897333], [22.050058615, 35.87687057], [19.800060209, 37.678877929], [19.182760647, 39.484749961], [18.900060847, 40.043692193], [18.787560927, 40.387320291], [18.000061485, 40.984470358], [16.868812286, 41.125709059]]]}, "properties": {"feature_id": "jonah-0", "cable_id": "jonah", "name": "Jonah", "color": "#43b549", "owners": "Bezeq International Ltd.", "rfs_year": 2012, "decommission_year": null, "length_km": 2297.0, "url": "https://www.bezeqint.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-77.921380564, 18.469357593], [-78.187370376, 18.554264565], [-78.356120256, 18.447578823], [-78.348260262, 18.278671434], [-78.299870296, 18.073658724], [-78.074870456, 17.966677204], [-77.848370616, 18.023694555], [-77.849870615, 17.85963087], [-77.399870933, 17.716802179], [-76.949871252, 17.770376321], [-76.666651453, 17.949944181]]]}, "properties": {"feature_id": "jscfs-0", "cable_id": "jscfs", "name": "JSCFS", "color": "#3e60ac", "owners": "CW Jamaica", "rfs_year": 1997, "decommission_year": null, "length_km": 342.0, "url": "https://libertynet.com/contact"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[179.999927193, 42.740357182], [172.799920733, 42.743697701], [160.199960749, 39.002378909], [149.3999684, 35.419780517], [143.099972863, 33.939640088], [140.399974775, 33.189714665], [138.59997605, 32.433313306], [137.699976688, 33.001218523], [136.873997273, 34.336828252]], [[143.099972863, 33.939640088], [141.299974138, 34.68301766], [139.960975086, 34.9740782]], [[-179.999813511, 42.740359176], [-151.199833911, 42.740359176], [-138.825004302, 40.043693892], [-129.599833954, 36.149866787], [-122.849838736, 34.867831005], [-120.621521815, 35.120949368]]]}, "properties": {"feature_id": "juno-0", "cable_id": "juno", "name": "JUNO", "color": "#cd5628", "owners": "Seren Juno", "rfs_year": 2025, "decommission_year": null, "length_km": 11710.0, "url": "https://seren-juno.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-118.399553445, 33.862234059], [-120.59984033, 33.705988497], [-122.399839055, 33.939640088], [-129.599833954, 37.589786574], [-138.487239217, 41.407726237], [-151.199833911, 44.048716071], [-179.999813509, 44.048716071]], [[179.999927193, 44.051501535], [172.799920733, 44.051501535], [160.199960749, 40.729204125], [149.3999684, 35.7856619], [143.099972863, 34.590455883], [141.97497366, 34.405022751], [140.849974456, 34.405022751], [140.399974775, 34.690726477], [140.189037424, 34.898592963], [139.975467, 35.005433]], [[140.849974456, 34.405022751], [138.59997605, 33.752769871], [137.699976688, 33.84625607], [136.873997273, 34.336828252]], [[141.97497366, 34.405022751], [141.074974297, 32.052708023], [140.624974616, 30.901396089], [138.824975891, 27.763588526], [137.249977007, 26.159307971], [133.199979876, 22.469443965], [127.799983701, 17.395022635], [124.649985933, 15.235781783], [123.52498673, 14.256644995], [122.950087137, 14.116522899]], [[-123.956337952, 45.231085444], [-125.099837142, 44.69482909], [-129.599833954, 43.401144973], [-138.487239217, 41.407726237]]]}, "properties": {"feature_id": "jupiter-0", "cable_id": "jupiter", "name": "JUPITER", "color": "#63c5b9", "owners": "Amazon Web Services, Meta, NTT, PCCW, PLDT, Softbank", "rfs_year": 2020, "decommission_year": null, "length_km": 14557.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[27.912854462, 43.20837345], [28.350054152, 43.182784816], [28.800053833, 43.428384863], [28.800053833, 43.672992393], [28.582753987, 43.817187857]], [[28.9882337, 41.040617563], [29.025053674, 41.43584595], [28.350054152, 41.856179594], [27.98535441, 41.884178753], [28.237554232, 42.190470676], [28.237554232, 42.853775054], [28.350054152, 43.182784816]]]}, "properties": {"feature_id": "kafos-0", "cable_id": "kafos", "name": "KAFOS", "color": "#bc74b0", "owners": "Turk Telekom International", "rfs_year": 1997, "decommission_year": null, "length_km": 538.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-61.112138356, 14.629000145], [-61.19983241, 14.474609432], [-61.087382489, 14.365653759], [-60.974882569, 14.365653759], [-59.849883366, 13.929303843], [-58.049884641, 12.615395567], [-54.899886872, 9.524411345], [-52.874888307, 5.957818681], [-52.645554998, 5.168298539]]]}, "properties": {"feature_id": "kanawa-0", "cable_id": "kanawa", "name": "Kanawa", "color": "#6fc6b1", "owners": "Orange", "rfs_year": 2019, "decommission_year": null, "length_km": 1746.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[137.6326381, -35.65230045], [138.1037266, -35.60320284]]]}, "properties": {"feature_id": "kangaroo-island-2-0", "cable_id": "kangaroo-island-2", "name": "Kangaroo Island 2", "color": "#3a6bb4", "owners": "SA Power Networks", "rfs_year": 2024, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[11.199286302, 57.313750886], [11.700065948, 57.024885527], [12.150065629, 56.840738642], [12.683365251, 56.683369081]], [[10.514616787, 57.244918111], [10.687566665, 57.238576475], [10.966956467, 57.272647241]]]}, "properties": {"feature_id": "kattegat-2-0", "cable_id": "kattegat-2", "name": "Kattegat 2", "color": "#7fc241", "owners": "TDC Group", "rfs_year": 2001, "decommission_year": null, "length_km": 75.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[36.477388395, 45.356985071], [36.675048255, 45.372006523], [36.770848187, 45.42360971]]]}, "properties": {"feature_id": "kerch-strait-cable-0", "cable_id": "kerch-strait-cable", "name": "Kerch Strait Cable", "color": "#36ada8", "owners": "Miranda Media", "rfs_year": 2014, "decommission_year": null, "length_km": 46.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-3.050753603, 53.808975971], [-3.599923214, 53.868530645], [-4.387222656, 53.967914031], [-4.566622529, 54.100286167]]]}, "properties": {"feature_id": "lanis-1-0", "cable_id": "lanis-1", "name": "Lanis-1", "color": "#53bc84", "owners": "Vodafone", "rfs_year": 1992, "decommission_year": null, "length_km": 113.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-130.32633344, 54.313064496], [-130.443584608, 54.297485953], [-130.556084526, 54.330299044], [-130.612333237, 54.559258766], [-130.724833157, 54.689518718], [-130.949832998, 54.754492369], [-131.062384155, 54.948789024], [-131.118684113, 55.077800722], [-131.231084031, 55.142151004], [-131.647832504, 55.342087835]]]}, "properties": {"feature_id": "ketchcan1-submarine-fiber-cable-system-0", "cable_id": "ketchcan1-submarine-fiber-cable-system", "name": "KetchCan1 Submarine Fiber Cable System", "color": "#bf1e5a", "owners": "Ketchican Public Utilities", "rfs_year": 2020, "decommission_year": null, "length_km": 167.0, "url": "https://www.kputel.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[28.661263796, 59.437858237], [27.378609375, 59.765799561], [26.107282353, 59.945326886], [23.847322967, 59.534061903], [22.380820143, 59.139936354], [21.30842107, 58.592238468], [20.523738821, 57.625012212], [19.311956893, 56.417364009], [20.118319659, 55.255976565], [20.602207046, 54.970360488]]]}, "properties": {"feature_id": "kingisepp-kaliningrad-system-baltika-0", "cable_id": "kingisepp-kaliningrad-system-baltika", "name": "Kingisepp-Kaliningrad System (Baltika)", "color": "#12b5d6", "owners": "Rostelecom", "rfs_year": 2021, "decommission_year": null, "length_km": 1115.0, "url": "https://www.company.rt.ru/en/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[127.7285925, 26.13475618], [128.024983542, 26.05828756], [130.274981944, 25.855985466], [131.3049769, 25.94584899]]]}, "properties": {"feature_id": "kitadaito-island-0", "cable_id": "kitadaito-island", "name": "Kitadaito Island", "color": "#da4326", "owners": "Okinawa Prefecture", "rfs_year": 2022, "decommission_year": null, "length_km": 410.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[76.269550206, 9.938386425], [75.60002068, 10.078698007], [73.786591964, 10.700352001], [73.67409367, 10.810878179], [73.561592124, 10.700352001], [72.722867955, 11.124258632], [72.830342642, 11.142200304], [72.777582679, 11.227182491], [72.942842562, 11.197384742], [73.125022433, 11.331480662], [73.125022433, 11.441766261], [73.006446236, 11.485221714], [72.900022592, 11.662208224], [72.710642726, 11.689816748]], [[72.710642726, 11.689816748], [72.393772951, 11.49689298], [72.185933183, 11.598433214], [72.281273031, 11.331480662], [72.28722656, 10.939880964], [72.393772951, 10.889916638], [72.337522991, 10.807049626], [72.195443091, 10.862867747], [72.22502307, 10.779422195], [72.450022911, 10.558311952], [72.640713375, 10.564728357], [72.675022752, 10.33704255], [73.350022274, 10.004846998], [73.644107759, 10.069817641]], [[73.644112065, 10.069817641], [73.800021955, 9.894039028], [73.575022114, 8.783969455], [73.237522353, 8.338985426], [73.051202485, 8.274648804]], [[73.051202485, 8.274648804], [73.237522353, 8.283326224], [75.653670429, 9.650748625], [76.269550206, 9.938386425]], [[72.722867955, 11.124258632], [72.618772792, 10.889916638], [72.337522991, 10.779422195], [72.195443091, 10.862867747]]]}, "properties": {"feature_id": "kochi-lakshadweep-islands-kli-sofc-0", "cable_id": "kochi-lakshadweep-islands-kli-sofc", "name": "Kochi-Lakshadweep Islands (KLI-SOFC)", "color": "#d32c26", "owners": "Bharat Sanchar Nigam Ltd. (BSNL)", "rfs_year": 2024, "decommission_year": null, "length_km": 1989.0, "url": "http://www.bsnl.co.in"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-149.447670666, 60.110049313], [-149.399819928, 59.906069925], [-149.399819928, 59.679663707], [-149.849819609, 59.451717319], [-151.199818653, 58.991176703], [-151.424818493, 58.524393961], [-151.424818493, 58.051315891], [-151.874818175, 57.571890279], [-152.329068552, 57.42449129], [-152.099818015, 57.571890279], [-152.099818015, 57.69234458], [-152.395178503, 57.794422218], [-152.099818015, 57.812399751], [-151.649818334, 58.051315891], [-151.649818334, 58.524393961], [-152.324817856, 59.106894957], [-152.324817856, 59.508848682], [-152.099818015, 59.565883463], [-151.544249128, 59.646565622], [-152.099818015, 59.679663707], [-152.099818015, 59.906069925], [-151.649818334, 60.354289475], [-151.268718604, 60.553102539], [-151.591859093, 60.709068944], [-151.591859093, 60.867466201], [-150.233410089, 61.217558336], [-149.858410364, 61.217558336]]]}, "properties": {"feature_id": "kodiak-kenai-fiber-link-kkfl-0", "cable_id": "kodiak-kenai-fiber-link-kkfl", "name": "Kodiak Kenai Fiber Link (KKFL)", "color": "#36bcac", "owners": "GCI Communication Corp", "rfs_year": 2007, "decommission_year": null, "length_km": 966.0, "url": "https://www.gci.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.1732384, 47.6779496], [9.4800113, 47.6617648]]]}, "properties": {"feature_id": "konstanz-friedrichshafen-0", "cable_id": "konstanz-friedrichshafen", "name": "Konstanz-Friedrichshafen", "color": "#a8c638", "owners": "Stadtwerke Konstanz", "rfs_year": 2007, "decommission_year": null, "length_km": 26.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.1732384, 47.6779496], [9.273071818, 47.69687193]]]}, "properties": {"feature_id": "konstanz-meersburg-0", "cable_id": "konstanz-meersburg", "name": "Konstanz-Meersburg", "color": "#458bca", "owners": "Stadtwerke Konstanz", "rfs_year": 2010, "decommission_year": null, "length_km": 5.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[131.031911412, 33.83952017], [130.499981789, 34.312151652], [128.999492851, 35.170378762], [130.049982107, 34.312151652], [130.401641858, 33.590227243]]]}, "properties": {"feature_id": "korea-japan-cable-network-kjcn-0", "cable_id": "korea-japan-cable-network-kjcn", "name": "Korea-Japan Cable Network (KJCN)", "color": "#b32d25", "owners": "KT, NTT, QTNet, Softbank", "rfs_year": 2002, "decommission_year": null, "length_km": 500.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[143.209933722, -9.078142299], [143.999972225, -8.846050187], [144.725734625, -8.33231396], [145.574971109, -8.401139048], [146.699970312, -9.290424301], [147.188519691, -9.479589293]], [[145.771748293, -7.963744468], [145.574971109, -8.401139048]], [[147.188519691, -9.479589293], [147.374969834, -10.17745743], [149.3999684, -11.06203211], [150.749967443, -11.06203211], [151.199967124, -10.841130096], [151.199967124, -10.398839577], [150.974967284, -10.17745743], [150.299967762, -9.734235342], [149.849968081, -9.290424301], [149.3999684, -8.846050187], [149.3999684, -8.401139048], [148.049969356, -7.063446339], [148.049969356, -6.393099498], [147.599969675, -5.945707155], [146.906304907, -5.585376278], [146.02497079, -5.273944364], [145.784740961, -5.233684246]], [[150.458756712, -10.315743405], [150.749967443, -10.398839577], [151.199967124, -10.398839577]], [[148.293523871, -8.604445748], [148.949968718, -8.401139048], [149.3999684, -8.401139048]], [[146.992938855, -6.739375699], [147.374969834, -7.063446339], [148.049969356, -7.062898169]], [[145.784740961, -5.233684246], [146.02497079, -5.049857167], [146.249970631, -4.825692499], [146.249970631, -4.377144376], [145.349971269, -3.479268679], [144.449971906, -2.580536705], [142.1999735, -2.130918481], [141.299974138, -2.130918481], [140.849974456, -2.355745737], [140.669114585, -2.591565454]], [[141.299974138, -2.130918481], [141.299876482, -2.689698403]], [[143.658370905, -3.580053611], [143.999972225, -3.479268679], [144.449971906, -3.029995968], [144.449971906, -2.580536705]], [[146.249970631, -4.825692499], [146.699970312, -4.601453765], [149.3999684, -4.601453765], [150.524967603, -4.825692499], [151.199967124, -3.928327304], [149.849968081, -2.580536705], [149.849968081, -2.130918481], [150.524967603, -2.130918481], [150.808561152, -2.578139138]], [[150.524967603, -4.825692499], [150.412467682, -5.273944364], [150.138737407, -5.551120494]], [[151.199967124, -3.928327304], [152.212466407, -3.928327304], [152.437466248, -4.152767748], [152.549966168, -4.377144376], [152.662466088, -4.825692499], [152.999965849, -5.049857167], [153.899965212, -4.825692499], [154.799964574, -4.825692499], [155.249964255, -5.273944364], [155.474964096, -5.721872748], [155.567835124, -6.225662995]], [[152.212466407, -3.928327304], [152.212466407, -4.040555289], [152.274575738, -4.342382]], [[145.349971269, -3.479268679], [145.79997095, -2.130918481], [146.699970312, -1.681168936], [147.149969994, -1.79361712], [147.279071465, -2.034985896]]]}, "properties": {"feature_id": "kumul-domestic-submarine-cable-system-0", "cable_id": "kumul-domestic-submarine-cable-system", "name": "Kumul Domestic Submarine Cable System", "color": "#a76c35", "owners": "PNG DataCo Limited", "rfs_year": 2019, "decommission_year": null, "length_km": 5457.0, "url": "https://www.pngdataco.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[123.583336688, -10.183333435], [123.468736769, -9.697273228], [123.524986729, -9.142360877], [124.087486331, -8.920150538], [124.199986251, -8.697804852], [124.403756107, -8.320653716]]]}, "properties": {"feature_id": "kupang-alor-cable-systems-0", "cable_id": "kupang-alor-cable-systems", "name": "Kupang-Alor Cable Systems", "color": "#8fc73e", "owners": "Moratelindo", "rfs_year": 2019, "decommission_year": null, "length_km": 273.0, "url": "http://moratelindo.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[47.97484025, 29.374104204], [48.487539887, 29.344566989], [49.50003917, 29.344566989], [49.950038851, 29.442584646], [50.521128446, 29.570753353]], [[49.50003917, 29.344566989], [49.478069185, 29.072736419]], [[49.950038851, 29.442584646], [50.312048594, 29.246027434]]]}, "properties": {"feature_id": "kuwait-iran-0", "cable_id": "kuwait-iran", "name": "Kuwait-Iran", "color": "#c72379", "owners": "Kuwait Ministry of Communications, Telecommunication Infrastructure Company of Iran", "rfs_year": 2005, "decommission_year": null, "length_km": 380.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[114.88563285, 4.926762453], [114.974992787, 5.120007116], [115.168942649, 5.255340365]]]}, "properties": {"feature_id": "labuan-brunei-submarine-cable-0", "cable_id": "labuan-brunei-submarine-cable", "name": "Labuan-Brunei Submarine Cable", "color": "#ce3894", "owners": "Common Tower Technologies Sdn Bhd", "rfs_year": 2017, "decommission_year": null, "length_km": 52.0, "url": "http://www.cttsb.com.my"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[30.48106014, 1.439963725], [30.66358885, 1.115023672]]]}, "properties": {"feature_id": "lake-albert-1-0", "cable_id": "lake-albert-1", "name": "Lake Albert 1", "color": "#bb8033", "owners": "Bandwidth and Cloud Services (BCS)", "rfs_year": 2019, "decommission_year": null, "length_km": 51.0, "url": "https://www.bcs-ea.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[30.43839921, 1.393388822], [30.64844505, 1.101604129]]]}, "properties": {"feature_id": "lake-albert-2-0", "cable_id": "lake-albert-2", "name": "Lake Albert 2", "color": "#bb8033", "owners": "Bandwidth and Cloud Services (BCS)", "rfs_year": 2020, "decommission_year": null, "length_km": 44.0, "url": "https://www.bcs-ea.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[29.1499372, -3.3776798], [29.225053532, -3.628980033], [29.281303492, -3.965738331], [29.337553452, -4.52669165], [29.337553452, -4.975144051], [29.450053373, -5.647241633], [29.337553452, -5.871105634], [29.203626, -5.9134148]]]}, "properties": {"feature_id": "lake-tanganyika-0", "cable_id": "lake-tanganyika", "name": "Lake Tanganyika", "color": "#d77e27", "owners": "Bandwidth and Cloud Services (BCS)", "rfs_year": 2025, "decommission_year": null, "length_km": 370.0, "url": "https://www.bcs-ea.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-4.691422441, 54.222445614], [-4.79142237, 54.280838989], [-5.38429195, 54.542944035], [-5.484341879, 54.542944035]]]}, "properties": {"feature_id": "lanis-2-0", "cable_id": "lanis-2", "name": "Lanis-2", "color": "#324ca0", "owners": "Vodafone", "rfs_year": 1992, "decommission_year": null, "length_km": 67.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-4.659932463, 55.541331756], [-4.949922257, 55.462350188], [-5.624921779, 54.819361914], [-5.718721713, 54.75370176]]]}, "properties": {"feature_id": "lanis-3-0", "cable_id": "lanis-3", "name": "Lanis-3", "color": "#2d8cb2", "owners": "Vodafone", "rfs_year": 1992, "decommission_year": null, "length_km": 122.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[21.570078955, 57.389720408], [21.150059253, 57.451036054], [19.575060369, 58.051315891], [18.337561245, 58.406716687], [18.000061485, 58.758568945], [17.946541522, 58.903099072]]]}, "properties": {"feature_id": "latvia-sweden-1-lv-se-1-0", "cable_id": "latvia-sweden-1-lv-se-1", "name": "Latvia-Sweden 1 (LV-SE 1)", "color": "#43b549", "owners": "Tele2, Tet", "rfs_year": 1994, "decommission_year": null, "length_km": 304.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-104.308151871, 19.085789444], [-104.287351886, 18.678647022], [-103.949852125, 18.251816319], [-103.049852763, 17.823934413], [-102.599853081, 17.823934413], [-102.194353369, 17.956784079]], [[-102.194353369, 17.956784079], [-102.1498534, 17.716802179], [-101.812353639, 17.609605913], [-101.610553782, 17.66411724]]]}, "properties": {"feature_id": "lazaro-cardenas-manzanillo-santiago-submarine-cable-system-lcmsscs-0", "cable_id": "lazaro-cardenas-manzanillo-santiago-submarine-cable-system-lcmsscs", "name": "Lazaro Cardenas-Manzanillo Santiago Submarine Cable System (LCMSSCS)", "color": "#4cb748", "owners": "Telmex", "rfs_year": 2013, "decommission_year": null, "length_km": 322.0, "url": "https://telmex.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-170.695704842, -14.276544564], [-170.388384058, -14.652114975], [-170.223895308, -16.484618189]]]}, "properties": {"feature_id": "le-vasa-0", "cable_id": "le-vasa", "name": "Le Vasa", "color": "#939597", "owners": "ASTCA", "rfs_year": 2026, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[6.154438781, 43.030084136], [6.203652842, 42.999893747], [6.387610296, 43.007078057], [6.440445975, 43.019272784], [6.366662208, 43.137959696]]]}, "properties": {"feature_id": "les-dhyres-cable-0", "cable_id": "les-dhyres-cable", "name": "\u00celes d'Hy\u00e8res Cable", "color": "#3858a7", "owners": "Orange", "rfs_year": 1996, "decommission_year": null, "length_km": 45.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.083365676, 32.933546412], [12.375065469, 33.001218523], [12.52985536, 32.774885687], [12.642240573, 32.963722529], [13.050064991, 33.001218523], [13.187364894, 32.877622903], [13.500064672, 33.001218523], [14.175064194, 32.812318783], [14.264514131, 32.649989371], [14.400064035, 32.812318783], [14.850063716, 32.812318783], [15.075063557, 32.62301664], [15.094983543, 32.374609808], [15.300063397, 32.338311578], [16.4250626, 31.478822673], [16.588442485, 31.205587351], [16.875062281, 31.286738814], [17.550061803, 31.286738814], [18.225061325, 30.901396089], [18.411971193, 30.586989976], [18.675061006, 30.708139994], [19.350060528, 30.708139994], [19.576520368, 30.378447644], [19.575060369, 30.708139994], [19.800060209, 31.861808602], [20.06676002, 32.116913544], [20.02506005, 32.433313306], [20.250059891, 32.717717937], [20.700059572, 32.812318783], [20.949959395, 32.716977552], [21.150059253, 33.001218523], [21.600058934, 33.001218523], [21.741758834, 32.882141081], [22.050058615, 33.001218523], [22.500058297, 33.001218523], [22.639118198, 32.763635027], [22.950057978, 32.812318783], [23.85005734, 32.433313306], [23.960407262, 32.079851331]]]}, "properties": {"feature_id": "lfon-libyan-fiber-optic-network-0", "cable_id": "lfon-libyan-fiber-optic-network", "name": "LFON (Libyan Fiber Optic Network)", "color": "#36af8a", "owners": "Libyan Post, Telecommunications and Information Technology Company (LPTIC Holding)", "rfs_year": 1999, "decommission_year": null, "length_km": 1639.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.781608015, -0.7206519], [8.77504927, -0.33140933], [9.020377846, 0.265947444], [9.454267538, 0.394465192]]]}, "properties": {"feature_id": "libreville-port-gentil-cable-0", "cable_id": "libreville-port-gentil-cable", "name": "Libreville-Port Gentil Cable", "color": "#48c2c9", "owners": "Republic of Gabon", "rfs_year": 2012, "decommission_year": null, "length_km": 198.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.607558388, 35.501527444], [12.860768933, 35.858359605], [13.162564911, 36.058973123], [13.781314473, 36.78317049], [13.938226567, 37.102502548]]]}, "properties": {"feature_id": "lic-lin-lamp-0", "cable_id": "lic-lin-lamp", "name": "Lic-Lin-Lamp", "color": "#c4a32e", "owners": "Sparkle", "rfs_year": 2000, "decommission_year": null, "length_km": 240.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[117.861514179, -8.10811343], [118.349990396, -7.732822794], [119.474989599, -6.616650693], [119.587489519, -6.16945053], [119.809289362, -5.669034918]]]}, "properties": {"feature_id": "link-1-phase-1-0", "cable_id": "link-1-phase-1", "name": "Link 1 Phase-1", "color": "#37b19b", "owners": "XLSmart", "rfs_year": 2003, "decommission_year": null, "length_km": 368.0, "url": "https://www.xl.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[115.259562897, -8.695101916], [115.537492388, -8.623660111], [115.874992149, -8.623660111], [116.047262027, -8.485465011]]]}, "properties": {"feature_id": "link-1-phase-2-0", "cable_id": "link-1-phase-2", "name": "Link 1 Phase-2", "color": "#5a9f43", "owners": "XLSmart", "rfs_year": 2005, "decommission_year": null, "length_km": 94.0, "url": "https://www.xl.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[117.535490973, 0.324543653], [117.899990714, 0.231087797], [119.249989758, -0.443906657], [119.666102745, -0.711958992]]]}, "properties": {"feature_id": "link-2-phase-1-0", "cable_id": "link-2-phase-1", "name": "Link 2 Phase-1", "color": "#5a9f43", "owners": "XLSmart", "rfs_year": 2004, "decommission_year": null, "length_km": 281.0, "url": "https://www.xl.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[113.456793862, -8.374087789], [113.624993743, -8.623660111], [114.299993265, -8.957195082], [114.974992787, -8.957195082], [115.159852656, -8.783705414]]]}, "properties": {"feature_id": "link-2-phase-2-0", "cable_id": "link-2-phase-2", "name": "Link 2 Phase-2", "color": "#4a499e", "owners": "XLSmart", "rfs_year": 2005, "decommission_year": null, "length_km": 221.0, "url": "https://www.xl.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[116.047262027, -8.485465011], [116.043742029, -8.401139048], [116.09999199, -8.178490279], [116.549991671, -7.955717094], [117.449991033, -7.955717094], [117.861514179, -8.10811343]]]}, "properties": {"feature_id": "link-3-phase-1-0", "cable_id": "link-3-phase-1", "name": "Link 3 Phase-1", "color": "#5a9f43", "owners": "XLSmart", "rfs_year": 2003, "decommission_year": null, "length_km": 275.0, "url": "https://www.xl.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[107.696384662, -3.195961468], [107.662497967, -3.479268679], [107.437498126, -4.601453765], [106.987498445, -5.273944364], [106.833398554, -6.128964849]], [[106.987498445, -5.273944364], [107.12099835, -5.98115426]]]}, "properties": {"feature_id": "link-3-phase-2-0", "cable_id": "link-3-phase-2", "name": "Link 3 Phase-2", "color": "#32499f", "owners": "XLSmart", "rfs_year": 2005, "decommission_year": null, "length_km": 342.0, "url": "https://www.xl.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[106.132518582, -1.851497937], [106.312498923, -1.79361712], [106.71024864, -2.130918481], [107.099998365, -3.029995968], [107.324998206, -3.254657365], [107.549998047, -3.254657365], [107.696384662, -3.195961468]]]}, "properties": {"feature_id": "link-4-phase-2-0", "cable_id": "link-4-phase-2", "name": "Link 4 Phase-2", "color": "#32499f", "owners": "XLSmart", "rfs_year": 2005, "decommission_year": null, "length_km": 300.0, "url": "https://www.xl.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.488200924, -0.823472322], [103.950000597, -0.781386636], [104.400000278, -0.781386636], [105.749999322, -1.118839507], [106.087499083, -1.343787248], [106.199999003, -1.681168936], [106.132518582, -1.851497937]]]}, "properties": {"feature_id": "link-5-phase-2-0", "cable_id": "link-5-phase-2", "name": "Link 5 Phase-2", "color": "#c82026", "owners": "XLSmart", "rfs_year": 2005, "decommission_year": null, "length_km": 365.0, "url": "https://www.xl.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[121.639854629, 30.043111147], [121.724988004, 30.15847912], [121.945694957, 30.171897469]]]}, "properties": {"feature_id": "ningbo-zhoushan-cable-0", "cable_id": "ningbo-zhoushan-cable", "name": "Ningbo-Zhoushan Cable", "color": "#1d9cbb", "owners": "China Telecom", "rfs_year": 1999, "decommission_year": null, "length_km": 35.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[15.642983076, 78.218112073], [14.39994777, 78.180548105], [13.439915522, 78.195535733], [12.263388655, 78.074628693], [11.149970508, 78.198804479], [10.334064903, 78.549423214], [10.153754272, 78.860187555], [10.622561912, 78.980597836], [11.555669428, 79.0210206], [12.006446005, 78.965940666], [11.92100792, 78.924193331]], [[15.642983076, 78.218112073], [14.390139242, 78.198932865], [13.425633978, 78.21532137], [12.264958152, 78.108003209], [11.267757794, 78.218112073], [10.48948177, 78.558529978], [10.296713511, 78.853373812], [10.708671691, 78.960940796], [11.535857562, 79.000935601], [11.889317022, 78.961574845], [11.92100792, 78.924193331]]]}, "properties": {"feature_id": "longyearbyen-ny-lesund-0", "cable_id": "longyearbyen-ny-lesund", "name": "Longyearbyen-Ny-\u00c5lesund", "color": "#cf3a26", "owners": "Sikt", "rfs_year": 2015, "decommission_year": null, "length_km": 540.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[39.700146112, -4.050300939], [42.30004427, -5.049857167], [43.200043633, -5.721872748], [45.450042039, -11.943944932], [47.250040764, -11.943944932], [48.600039807, -11.503333846], [49.50003917, -11.503333846], [50.400038532, -12.383840433], [51.750037576, -17.168553094], [52.200037257, -18.880139975]], [[45.450042039, -11.943944932], [45.16576224, -12.817096446]]]}, "properties": {"feature_id": "lower-indian-ocean-network-2-lion2-0", "cable_id": "lower-indian-ocean-network-2-lion2", "name": "Lower Indian Ocean Network 2 (LION2)", "color": "#973a95", "owners": "Emtel, Mauritius Telecom, Orange, Orange Madagascar, Soci\u00e9t\u00e9 R\u00e9unionnaise du Radiot\u00e9l\u00e9phone, Telkom Kenya", "rfs_year": 2012, "decommission_year": null, "length_km": 2700.0, "url": "https://lion-submarinesystem.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[57.510093495, -20.077536206], [56.700034069, -20.152543786], [55.800034707, -20.469058485], [55.575034866, -20.574419057], [55.547784885, -20.897266515], [55.350035025, -20.574419057], [52.200037257, -18.880139975], [49.40023924, -18.14608657]]]}, "properties": {"feature_id": "lower-indian-ocean-network-lion-0", "cable_id": "lower-indian-ocean-network-lion", "name": "Lower Indian Ocean Network (LION)", "color": "#c64d2b", "owners": "Mauritius Telecom, Orange, Orange Madagascar", "rfs_year": 2009, "decommission_year": null, "length_km": 1060.0, "url": "https://lion-submarinesystem.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[100.57962453, 4.1930259], [100.629219523, 4.228536922]]]}, "properties": {"feature_id": "lumut-pangkor-island-0", "cable_id": "lumut-pangkor-island", "name": "Lumut-Pangkor Island", "color": "#2961a5", "owners": "Telekom Malaysia", "rfs_year": 2018, "decommission_year": null, "length_km": 4.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[124.574985986, 0.761435634], [124.649985933, 0.568578853], [124.649985933, 0.118588419], [123.74998657, -1.006358951], [123.299986889, -1.090719755], [123.074987048, -1.062599741], [122.792757248, -0.938788739]]]}, "properties": {"feature_id": "luwuk-tutuyan-cable-system-ltcs-0", "cable_id": "luwuk-tutuyan-cable-system-ltcs", "name": "Luwuk Tutuyan Cable System (LTCS)", "color": "#554b9f", "owners": "Telkom Indonesia", "rfs_year": 2015, "decommission_year": null, "length_km": 446.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-135.313891035, 59.458344431], [-135.385080983, 59.300415459], [-135.445000939, 59.235837783], [-135.349981009, 59.082616168], [-135.251541081, 58.961407643], [-135.201691118, 58.808825577], [-135.070291214, 58.684515847], [-135.023901248, 58.592018274], [-134.747291451, 58.551049268]]]}, "properties": {"feature_id": "lynn-canal-fiber-0", "cable_id": "lynn-canal-fiber", "name": "Lynn Canal Fiber", "color": "#45bfb2", "owners": "Alaska Power & Telephone Company (AP&T)", "rfs_year": 2016, "decommission_year": null, "length_km": 138.0, "url": "http://www.aptalaska.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[6.300069773, 38.651811713], [5.40007041, 38.211179037], [3.150072004, 37.052999364], [3.035712085, 36.762127782], [2.812572243, 37.052999364], [1.800072961, 37.052999364], [7.4236e-05, 36.331338356], [-0.642015309, 35.701641135]], [[7.755438742, 36.902820465], [7.650068817, 37.232354322], [6.300069773, 38.651811713], [5.512570331, 41.744358789], [5.37253043, 43.293627789]]]}, "properties": {"feature_id": "med-cable-network-0", "cable_id": "med-cable-network", "name": "Med Cable Network", "color": "#3d80bf", "owners": "Orascom Telecom Holding", "rfs_year": 2005, "decommission_year": null, "length_km": 1300.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.107439312, 38.64265833], [-9.44991907, 38.211179037], [-9.787418831, 37.232354322], [-10.124918591, 35.7856619], [-10.574918273, 33.939640088], [-13.949915882, 29.736069497], [-14.399915563, 28.951554732], [-14.624915404, 28.161052262], [-15.074915085, 26.964304735], [-18.449912694, 22.884654114], [-19.799911738, 19.952622905], [-19.804120577, 15.235781783], [-19.799911738, 11.735650161], [-18.449912694, 8.635699417], [-13.949915882, 3.266814817], [-10.799918113, 0.118588419], [-3.599923214, 0.118588419], [7.4236e-05, 0.80660485], [1.57507312, 1.91822878], [2.250072642, 2.480311787], [3.150072004, 4.16491285], [3.423511811, 6.439066911]], [[-0.204315619, 5.55828589], [7.4236e-05, 3.279837005], [7.4236e-05, 0.80660485]], [[-19.803965545, 15.235781783], [-18.449912694, 15.235781783], [-17.445713405, 14.686594842]], [[-3.599923214, 0.118588419], [-3.924922984, 1.468426767], [-4.049922895, 2.367912559], [-4.049922895, 3.266814817], [-4.026242912, 5.323508792]]]}, "properties": {"feature_id": "mainone-0", "cable_id": "mainone", "name": "MainOne", "color": "#603f98", "owners": "MainOne - An Equinix Company", "rfs_year": 2010, "decommission_year": null, "length_km": 7000.0, "url": "https://www.mainone.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.506740911, 10.630401703], [103.612500836, 9.524411345], [103.500000916, 8.190543418], [103.950000597, 5.510071712], [103.725000756, 4.613591579], [103.39521099, 4.116310078]], [[103.500000916, 8.190543418], [101.925002031, 9.524411345], [101.250002509, 11.29470932], [101.137502589, 12.175887186], [101.27734249, 12.670662157]]]}, "properties": {"feature_id": "malaysia-cambodia-thailand-mct-cable-0", "cable_id": "malaysia-cambodia-thailand-mct-cable", "name": "Malaysia-Cambodia-Thailand (MCT) Cable", "color": "#b7922e", "owners": "Symphony, Telcotech, Telekom Malaysia", "rfs_year": 2017, "decommission_year": null, "length_km": 1300.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-48.599891335, -32.612760006], [-50.978020177, -31.455962945], [-51.22802, -30.034259]]]}, "properties": {"feature_id": "malbec-0", "cable_id": "malbec", "name": "Malbec", "color": "#939597", "owners": "Meta, V.tal", "rfs_year": 2021, "decommission_year": null, "length_km": 2880.0, "url": "https://www.vtal.com/en/home/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-46.124893089, -25.134186547], [-46.349892929, -27.951747285], [-48.599891335, -32.612760006], [-53.99988751, -35.775783044], [-56.695442241, -36.470978553]], [[-46.412490541, -24.008866255], [-46.124893089, -25.134186547]], [[-43.209565154, -22.903486555], [-43.649894842, -23.905969262], [-44.999893886, -24.521579208], [-46.124893089, -25.134186547]]]}, "properties": {"feature_id": "malbec-1", "cable_id": "malbec", "name": "Malbec", "color": "#b13885", "owners": "Meta, V.tal", "rfs_year": 2021, "decommission_year": null, "length_km": 2880.0, "url": "https://www.vtal.com/en/home/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[73.540352139, 4.212345782], [74.250021637, 4.389285926], [79.20001813, 6.405200795], [79.866817658, 6.833088157]]]}, "properties": {"feature_id": "maldives-sri-lanka-cable-msc-0", "cable_id": "maldives-sri-lanka-cable-msc", "name": "Maldives Sri Lanka Cable (MSC)", "color": "#4bb648", "owners": "Dhiraagu, Dialog Axiata, Ooredoo Maldives", "rfs_year": 2021, "decommission_year": null, "length_km": 863.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[14.271364126, 36.020483352], [14.3079141, 35.979587592], [14.344464074, 35.938670629]]]}, "properties": {"feature_id": "malta-gozo-cable-0", "cable_id": "malta-gozo-cable", "name": "Malta-Gozo Cable", "color": "#af2724", "owners": "Gozo Fibre Optic Cable Ltd.", "rfs_year": 2020, "decommission_year": null, "length_km": 13.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[14.550263928, 36.784772286], [14.625063875, 36.60275474], [14.512563955, 36.149866787], [14.458763993, 35.934055517]]]}, "properties": {"feature_id": "malta-italy-interconnector-0", "cable_id": "malta-italy-interconnector", "name": "Malta-Italy Interconnector", "color": "#bf3b28", "owners": "Government of Malta", "rfs_year": 2015, "decommission_year": null, "length_km": 95.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-171.766694083, -13.833489256], [-171.449804307, -13.69898727], [-170.774804786, -13.69898727], [-170.099805264, -14.135775375], [-169.649805583, -15.006817033], [-169.649805583, -18.026426384], [-166.499807815, -18.880139975], [-163.799809727, -20.995131543], [-160.199812277, -20.995131543], [-159.862312517, -20.995131543], [-156.599814827, -20.574419057], [-151.874818175, -17.383402006], [-150.974818812, -17.383402006], [-150.07481945, -17.919416202], [-149.512319848, -17.919416202], [-149.323319982, -17.750446541]], [[-169.649805583, -18.026426384], [-169.874805423, -18.453813776], [-169.916705393, -19.016714981]], [[-159.862312517, -20.995131543], [-159.862312517, -21.100125697], [-159.769712582, -21.224342831]], [[-160.199812277, -20.995131543], [-160.199812277, -20.152543786], [-160.087312357, -19.305384072], [-159.774912578, -18.825724826]], [[-151.874818175, -17.383402006], [-151.874818175, -16.95345499], [-151.749518263, -16.506319371]]]}, "properties": {"feature_id": "manatua-0", "cable_id": "manatua", "name": "Manatua", "color": "#de1f29", "owners": "Avaroa Cable Ltd., OPT French Polynesia, Samoa Submarine Cable Company, Telecom Niue", "rfs_year": 2020, "decommission_year": null, "length_km": 3634.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.341367618, 1.175232424], [9.225067701, 1.131014326], [9.225067701, 1.018534217], [9.319567634, 0.934846444]]]}, "properties": {"feature_id": "mandji-fiber-optic-cable-0", "cable_id": "mandji-fiber-optic-cable", "name": "Mandji Fiber Optic Cable", "color": "#939597", "owners": "GITGE (Gestor de Infraestructuras de Telecomunicaciones de Guinea Ecuatorial)", "rfs_year": 2025, "decommission_year": null, "length_km": 50.0, "url": "http://www.gitge.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-5.55944, 54.3021], [-4.691417, 54.219095966]]]}, "properties": {"feature_id": "manx-northern-ireland-0", "cable_id": "manx-northern-ireland", "name": "Manx-Northern Ireland", "color": "#b99633", "owners": "BT", "rfs_year": 2000, "decommission_year": null, "length_km": 59.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-76.059201883, 36.755005436], [-74.699872846, 36.813198606], [-72.44987444, 37.411283635], [-61.199882409, 37.945510495], [-50.39989006, 37.945510495], [-39.599897711, 40.387320291], [-23.399909187, 44.69482909], [-16.199914288, 45.646541495], [-9.899918751, 46.582355082], [-5.84992162, 45.646541495], [-4.499922576, 44.69482909], [-2.949193675, 43.274220252]]]}, "properties": {"feature_id": "marea-0", "cable_id": "marea", "name": "MAREA", "color": "#288da3", "owners": "Meta, Microsoft, Telxius", "rfs_year": 2018, "decommission_year": null, "length_km": 6605.0, "url": "http://www.telxius.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[145.751140984, 15.178201202], [145.79997095, 15.070969022], [145.637471065, 15.011508499], [145.68747103, 14.801154225], [145.408221227, 14.365653759], [145.212471366, 14.152228172], [145.124971428, 13.929303843], [145.012471508, 13.710817738], [144.809541652, 13.549094363]]]}, "properties": {"feature_id": "mariana-guam-cable-0", "cable_id": "mariana-guam-cable", "name": "Mariana-Guam Cable", "color": "#5e479c", "owners": "PTI Pacifica", "rfs_year": 1997, "decommission_year": null, "length_km": 268.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-7.631920358, 33.605395113], [-8.999919389, 33.315153958], [-12.149917157, 30.126049847], [-13.022832189, 28.161052262], [-14.399915563, 26.964304735], [-16.199914288, 23.848523186], [-16.649913969, 22.884654114], [-17.999913013, 19.952622905], [-17.999913013, 16.534196198], [-17.999913013, 11.735650161], [-16.649913969, 8.635699417], [-15.299914927, 7.744889053], [-14.399915564, 6.852191099], [-12.149917157, 5.061986954], [-10.799918113, 3.715978119], [-6.299921302, 3.715978119], [-3.712423134, 3.266814817], [-0.899925127, 3.279837005], [1.350073279, 4.16491285], [2.250072642, 4.052702097], [5.40007041, 1.91822878], [7.200069135, 0.793562653], [8.550068179, 0.568578853], [9.454267538, 0.394465192]], [[2.250072642, 4.052702097], [2.250072642, 5.061986954], [2.440112507, 6.356673335]], [[1.350073279, 4.16491285], [1.35007328, 5.061986954], [1.227803366, 6.126307297]], [[-3.712423134, 3.266814817], [-4.026242912, 5.323508792]], [[-16.199914288, 23.848523186], [-16.087414368, 23.745587983], [-15.934424477, 23.721081978]]]}, "properties": {"feature_id": "maroc-telecom-west-africa-0", "cable_id": "maroc-telecom-west-africa", "name": "Maroc Telecom West Africa", "color": "#b27032", "owners": "Maroc Telecom", "rfs_year": 2021, "decommission_year": null, "length_km": 8600.0, "url": "http://www.iam.ma"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[123.583386688, -10.182939737], [123.299986889, -10.011319801], [122.849987207, -9.918984266], [121.724988004, -9.179382546], [121.642738062, -8.845694469], [121.499988164, -9.068306004], [120.599988802, -9.068306004], [119.249989758, -9.068306004], [118.711810139, -8.79644401]], [[120.253019048, -9.64576589], [120.599988802, -9.290424301], [120.599988802, -9.068306004]], [[116.654921596, -8.53709997], [116.54999167, -8.252720522], [116.54999167, -8.029988443], [116.774991511, -7.807134148], [117.224991193, -7.732822794], [118.237490475, -7.732822794], [118.574990236, -7.955717094], [118.760360104, -8.319317925], [118.771865096, -8.391864543], [118.744900115, -8.464269029]], [[118.082220585, -8.841149156], [117.899990714, -8.586582275], [117.562490953, -8.3640397], [117.337491112, -8.178490279], [117.224991193, -7.732822794]]]}, "properties": {"feature_id": "mataram-kupang-cable-system-mkcs-0", "cable_id": "mataram-kupang-cable-system-mkcs", "name": "Mataram Kupang Cable System (MKCS)", "color": "#d4254a", "owners": "Telkom Indonesia", "rfs_year": 2011, "decommission_year": null, "length_km": 1318.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[106.833398554, -6.171588072], [106.874998525, -5.273944364], [107.324998206, -4.601453765], [107.213498285, -3.029995968], [107.097998367, -2.130918481], [106.762498604, -0.33140933], [105.29999964, 1.131014326]], [[105.29999964, 1.131014326], [104.849999959, 1.243490077], [104.625000119, 1.229455856], [104.194430424, 1.295159856], [103.987010571, 1.389451397]], [[104.016637, 1.066798], [104.019920547, 1.212637188], [104.166110444, 1.23060309], [104.287900357, 1.187552709], [104.625000119, 1.187252774], [104.849999959, 1.131014326], [105.29999964, 1.131014326]]]}, "properties": {"feature_id": "matrix-cable-system-0", "cable_id": "matrix-cable-system", "name": "Matrix Cable System", "color": "#b0c335", "owners": "Matrix NAP Info", "rfs_year": 2008, "decommission_year": null, "length_km": 1055.0, "url": "https://matrixnetworks.sg/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[57.485483513, -20.473995661], [57.712533352, -20.679706954], [58.050033113, -20.679706954], [59.400032156, -20.574419057], [61.650030562, -20.152543786], [62.775029766, -19.683016916], [63.337529367, -19.570614457], [63.448229289, -19.674355987]]]}, "properties": {"feature_id": "mauritius-and-rodrigues-submarine-cable-system-mars-0", "cable_id": "mauritius-and-rodrigues-submarine-cable-system-mars", "name": "Mauritius and Rodrigues Submarine Cable System (MARS)", "color": "#2fb34a", "owners": "Mauritius Telecom", "rfs_year": 2019, "decommission_year": null, "length_km": 677.0, "url": "https://www.myt.mu/mars"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-80.160168978, 26.010548668], [-79.649869339, 25.348717422], [-79.87486918, 24.737178272], [-80.999868383, 23.711258142], [-83.249866789, 23.711258142], [-84.824865673, 22.677206197], [-85.274865355, 21.635297385], [-85.499865195, 20.375041253], [-84.824865673, 19.104405476], [-82.124867586, 17.395022635], [-80.774868542, 16.102325596], [-80.549868702, 13.929303843], [-80.099869021, 13.054150695], [-78.299870296, 10.632033208], [-76.499871571, 10.078698007], [-75.558662238, 9.49638198]], [[-86.767586652, 21.095728792], [-86.512364478, 21.163951238], [-86.174864717, 21.321235296], [-85.274865355, 21.635297385]], [[-83.037659389, 9.988597517], [-82.912367028, 10.410816505], [-80.774868542, 11.955858207], [-80.099869021, 13.054150695]], [[-87.946155788, 15.844981599], [-87.29986392, 16.534196198], [-85.499865195, 18.251816319], [-84.824865673, 19.104405476]], [[-82.124867586, 17.395022635], [-81.166760761, 19.282955913]], [[-79.753529266, 9.437623338], [-79.199869658, 9.967915187], [-78.299870296, 10.632033208]]]}, "properties": {"feature_id": "maya-1-0", "cable_id": "maya-1", "name": "Maya-1", "color": "#934499", "owners": "AT&T, Am\u00e9rica M\u00f3vil (Claro), Axtel, BICS, Cogent, ETB, Embratel, Hondutel, ICE (Kolbi), Liberty Latin America (LLA), Orange, Prepa Networks, RSL Telecom, Sparkle, Telefonica, Tricom, Verizon", "rfs_year": 2000, "decommission_year": null, "length_km": 4400.0, "url": "https://www.maya-1.com/maya1/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-84.824865673, 19.104405476], [-81.166760761, 19.282955913]], [[-87.946155788, 15.844981599], [-87.29986392, 16.534196198], [-85.499865195, 18.251816319], [-84.824865673, 19.104405476]], [[-80.160168978, 26.010548668], [-79.649869339, 25.348717422], [-79.87486918, 24.737178272], [-80.999868383, 23.711258142], [-83.249866789, 23.711258142], [-84.824865673, 22.677206197], [-85.274865355, 21.635297385], [-85.499865195, 20.375041253], [-84.824865673, 19.104405476]]]}, "properties": {"feature_id": "maya-1-2-0", "cable_id": "maya-1-2", "name": "Maya-1.2", "color": "#934499", "owners": "Hondutel, Liberty Networks, Ufinet", "rfs_year": 2000, "decommission_year": null, "length_km": 2386.0, "url": "https://libertynetworks.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.44097231, 51.358595178], [1.800052055, 51.3766755], [2.475051577, 51.3766755], [2.912751267, 51.231244365]]]}, "properties": {"feature_id": "mercator-0", "cable_id": "mercator", "name": "Mercator", "color": "#b9bc33", "owners": "BT", "rfs_year": 2023, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[7.200069135, 42.908732428], [7.425068975, 42.3292397], [8.414618275, 41.919502735], [8.738738045, 41.919502735]]]}, "properties": {"feature_id": "medloop-0", "cable_id": "medloop", "name": "Medloop", "color": "#939597", "owners": "SIPARTECH Sarl", "rfs_year": 2023, "decommission_year": null, "length_km": 1360.0, "url": "https://www.sipartech.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.938867904, 44.410357529], [8.887567939, 44.051519229], [8.437568258, 43.727214791], [7.200069135, 42.908732428], [6.412569693, 42.661038814], [5.962570011, 42.661038814], [5.37253043, 43.293627789]], [[5.962570011, 42.661038814], [4.050071366, 41.688375226], [2.700072323, 41.266945072], [2.168725043, 41.385602702]]]}, "properties": {"feature_id": "medloop-1", "cable_id": "medloop", "name": "Medloop", "color": "#9d4529", "owners": "SIPARTECH Sarl", "rfs_year": 2023, "decommission_year": null, "length_km": 1360.0, "url": "https://www.sipartech.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[34.971901, 32.7617], [34.200050008, 33.095517117], [31.05005224, 33.565491482], [28.800053834, 34.312151652], [26.57479615, 35.455341306], [25.933624491, 35.836586354], [25.386282831, 35.785858781], [24.012167225, 35.512042559], [23.73755742, 35.83127934], [22.950057978, 35.967974348], [18.000061485, 36.873219512], [15.750063078, 37.589786574], [15.067443562, 37.513447486]], [[15.067443562, 37.513447486], [15.750063078, 37.500588446], [18.000061485, 36.512388212], [19.342345692, 36.330708975], [22.050058615, 35.541926813], [23.400057659, 35.0829227], [25.200056384, 34.544136273], [31.05005224, 33.095517117], [33.750050327, 32.338311578], [34.769679605, 32.045011858], [34.537549769, 32.243210016], [34.650049689, 32.62301664], [34.971901, 32.7617]], [[24.012167225, 35.512042559], [23.962557261, 35.7856619], [23.850057339, 36.512388212], [23.73755742, 37.589786574], [23.736187421, 37.976077976]], [[34.200050008, 33.095517117], [33.750050327, 33.565491482], [33.750050327, 34.49779087], [33.610600426, 34.827281473]], [[28.9882337, 41.040617563], [28.305814184, 40.727430846], [27.678864628, 40.552318658], [27.180034981, 40.49568113], [26.754935282, 40.437359374], [26.677105338, 40.379809696], [26.605625388, 40.307830098], [26.531695441, 40.262685574], [26.481695476, 40.221389872], [26.388625542, 40.191704009], [26.39077554, 40.132453844], [26.348195571, 40.086740977], [26.260015633, 40.042344805], [26.098195748, 39.977723188], [25.425056225, 39.524987334], [25.425056225, 38.651811713], [25.875055906, 37.411283635], [26.212555667, 37.232354322], [26.325055587, 36.873219512], [25.875055906, 36.60275474], [25.933624491, 35.836586354]], [[25.875055906, 36.60275474], [25.425056225, 36.60275474], [24.975056543, 36.331338356], [24.525056862, 36.331338356], [24.187557102, 36.512388212], [23.85005734, 37.589786574], [23.736187421, 37.976077976]], [[28.9882337, 41.040617563], [28.2835542, 40.744517527], [27.670664634, 40.571463185], [27.204354964, 40.517289763], [26.755425282, 40.45564648], [26.644005361, 40.375490343], [26.592925397, 40.317361668], [26.516555451, 40.276770728], [26.4478055, 40.223703402], [26.372225554, 40.194392845], [26.376225551, 40.146787755], [26.344195573, 40.104595366], [26.246055643, 40.05564909], [25.312556304, 39.524987334], [25.312556304, 38.651811713], [25.650056065, 37.411283635], [25.200056384, 37.232354322], [24.637556782, 37.277126583], [24.166306973, 37.239619217], [23.962557261, 37.589786574], [23.736187421, 37.976077976]]]}, "properties": {"feature_id": "mednautilus-submarine-system-0", "cable_id": "mednautilus-submarine-system", "name": "MedNautilus Submarine System", "color": "#53b847", "owners": "Sparkle", "rfs_year": 2001, "decommission_year": null, "length_km": 7000.0, "url": "https://www.globalbackbone.tisparkle.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.331559153, 38.690161972], [-9.44991907, 38.122730108], [-9.674918909, 37.232354322], [-9.562418989, 36.693015533], [-8.999919388, 36.331338356], [-5.843848196, 36.13475691], [-5.565736129, 36.289644439], [-5.25052373, 36.376106146], [-4.499922576, 35.7856619], [-2.24992417, 35.87687057], [2.250072642, 37.411283635], [4.725070888, 38.651811713], [6.075069932, 38.651811713], [8.100068498, 38.211179037], [9.00006786, 37.945510495], [10.34861723, 37.945510495], [10.912566505, 37.589786574], [11.812565867, 37.232354322], [12.993815031, 35.967974348], [14.400064035, 35.236213401], [16.650062441, 34.867831005], [19.350060528, 35.236213401], [22.050058615, 34.852445709], [23.400057659, 34.528690671], [25.200056384, 34.12610104], [27.000055108, 33.877395436], [31.05005224, 32.906819029], [31.950051602, 31.798087368], [32.287551363, 31.51079843], [32.284451365, 31.259278146]], [[-4.499922576, 35.7856619], [-4.724922417, 35.602930323], [-5.391811944, 35.565918934]], [[-2.24992417, 35.87687057], [-2.474924011, 35.45033449], [-2.933035, 35.17002]], [[6.075069932, 38.651811713], [5.40007041, 41.744358789], [5.37253043, 43.293627789], [5.06257065, 41.744358789], [4.950070729, 41.182330346], [4.837570809, 40.043692193], [4.725070888, 38.651811713]], [[4.950070729, 41.182330346], [2.700072323, 41.182330346], [2.168725043, 41.385602702]], [[2.250072642, 37.411283635], [2.812572243, 37.232354322], [3.035712085, 36.762127782]], [[8.100068498, 38.211179037], [6.975069294, 37.441063754], [6.557241714, 37.002959356]], [[11.812565867, 37.232354322], [12.060515692, 37.546826221], [12.591375316, 37.650586173]], [[9.00006786, 37.945510495], [9.562567461, 37.589786574], [9.867357246, 37.276816253]], [[22.871347145, 34.648580196], [22.871347145, 35.258610992], [23.903670583, 36.29040944], [23.903670583, 37.09588011], [23.730526174, 37.974461025]], [[31.05005224, 32.906819029], [31.610642394, 33.937310785], [32.466688, 34.766629201]], [[14.400064035, 35.236213401], [15.280325468, 33.689698362], [15.088930734, 32.372546803]], [[20.060997551, 32.114846773], [19.800060208, 32.433313306], [19.687560287, 32.812318783], [19.350060528, 35.236213401]], [[14.3501, 35.9524], [13.676479719, 35.613576194]], [[32.047198752, 34.361262328], [34.200050008, 34.361262328], [35.897798806, 34.891703286]]]}, "properties": {"feature_id": "medusa-submarine-cable-system-0", "cable_id": "medusa-submarine-cable-system", "name": "Medusa Submarine Cable System", "color": "#939597", "owners": "AFRIX Telecom", "rfs_year": 2026, "decommission_year": null, "length_km": 8760.0, "url": "https://medusascs.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[14.458753993, 35.934136486], [14.625063875, 36.149866787], [14.850063716, 36.60275474], [14.853873713, 36.733882872]]]}, "properties": {"feature_id": "melita-1-0", "cable_id": "melita-1", "name": "Melita 1", "color": "#824c9e", "owners": "Melita", "rfs_year": 2009, "decommission_year": null, "length_km": 97.0, "url": "http://www.melita.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[30.901552345, -30.021618287], [32.400051283, -29.920697111], [38.70004682, -27.553513996], [45.000042357, -26.350174905], [47.700040445, -25.540896076], [49.050039488, -24.726118029], [51.750037576, -23.080583506], [53.550036301, -20.995131543], [54.000035982, -20.574419057], [54.900035344, -20.152543786], [55.800034707, -20.152543786], [56.700034069, -20.046895587], [57.495133506, -20.122124416]], [[46.985340951, -25.022510261], [47.250040764, -25.337712187], [47.700040445, -25.540896076]], [[54.000035982, -20.574419057], [54.450035663, -20.679706954], [54.900035344, -20.8900635], [55.303235059, -20.944427907]]]}, "properties": {"feature_id": "meltingpot-indianoceanic-submarine-system-metiss-0", "cable_id": "meltingpot-indianoceanic-submarine-system-metiss", "name": "Meltingpot Indianoceanic Submarine System (METISS)", "color": "#69bd45", "owners": "*Canal+ Telecom, CEB Fibernet, Emtel, SFR, Telma (Telecom Malagasy), Zeop (incl. Reunicable)", "rfs_year": 2021, "decommission_year": null, "length_km": 3200.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.249873165, 33.565491482], [-75.599872208, 30.901396089], [-77.399870933, 28.951554732], [-79.199869658, 26.964304735], [-79.649869339, 26.361086325], [-80.160168978, 26.010548668], [-79.649869339, 26.260240972], [-78.974869818, 26.964304735], [-77.849870614, 27.663994424], [-76.949871252, 27.763588526], [-73.349873802, 26.964304735], [-69.299876671, 24.941363172], [-67.049878265, 22.052985617], [-65.924879062, 20.375041253], [-65.24987954, 18.891661584], [-65.13737962, 18.251816319], [-64.819259845, 17.773909269], [-64.574880019, 18.091482652], [-64.237380258, 18.358623372], [-64.237380258, 18.891661584], [-64.599880001, 20.913116766], [-65.24987954, 24.941363172], [-66.599878584, 28.161052262], [-72.44987444, 38.651811713], [-72.912274112, 40.773520734], [-72.67487428, 38.651811713], [-74.249873165, 33.565491482]]]}, "properties": {"feature_id": "mid-atlantic-crossing-mac-0", "cable_id": "mid-atlantic-crossing-mac", "name": "Mid-Atlantic Crossing (MAC)", "color": "#5bba46", "owners": "Cirion Technologies", "rfs_year": 2000, "decommission_year": null, "length_km": 7500.0, "url": "https://www.ciriontechnologies.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[37.687547538, 22.052985617], [39.182756479, 21.481533476]], [[12.591375316, 37.650586173], [12.173015612, 37.27875778], [12.037565708, 36.873219512], [12.150065629, 35.7856619], [12.48756539, 35.419780517], [14.400064035, 34.12610104], [16.650062441, 33.377806036], [19.350060528, 33.752769871], [22.050058615, 33.737178913], [25.200056384, 33.001218523], [27.900054471, 32.148008779], [29.700933196, 31.072270032]], [[29.700933196, 31.072270032], [29.981302997, 30.659765299], [30.375052718, 30.393272076], [31.05005224, 30.028698128], [31.725051762, 29.784900535], [32.175051443, 29.442366934], [32.653181104, 29.113614163]], [[29.700933196, 31.072270032], [29.981302997, 30.61136638], [30.375052718, 30.296184504], [31.05005224, 29.931250704], [31.725051762, 29.687214676], [32.175051443, 29.393413371], [32.653181104, 29.113614163]], [[32.653181104, 29.113614163], [33.426988056, 28.161052262], [34.031300128, 27.364667994], [34.84692455, 26.562513149], [35.437549132, 25.754704263], [36.450048414, 24.122616987], [37.687547538, 22.052985617], [38.47504698, 20.375041253], [39.825046024, 18.251816319], [40.837545306, 16.534196198], [41.962544509, 14.801154225], [42.468794151, 13.929303843], [42.975043792, 13.054150695], [43.200043633, 12.834868818], [43.284418573, 12.615395567], [43.593793354, 12.395734], [44.550042676, 12.175887186], [45.450042039, 12.615395567], [48.600039807, 13.382708036], [55.350035025, 16.102325596], [58.950032475, 17.823934413], [60.075031678, 19.104405476], [60.187531598, 22.469443965], [59.850031838, 22.988259504], [58.500032794, 24.122616987]], [[58.500032794, 24.122616987], [58.331282914, 23.917101291], [58.176203023, 23.684877532]]]}, "properties": {"feature_id": "middle-east-north-africa-mena-cable-systemgulf-bridge-international-0", "cable_id": "middle-east-north-africa-mena-cable-systemgulf-bridge-international", "name": "Middle East North Africa (MENA) Cable System/Gulf Bridge International", "color": "#51b847", "owners": "Gulf Bridge International, Telecom Egypt", "rfs_year": 2014, "decommission_year": null, "length_km": 8000.0, "url": "https://www.te.eg/wps/portal/te/Business/Wholesale/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[127.6881008, 26.11488698], [128.024983542, 26.005947169], [130.274981944, 25.704031229], [131.2425519, 25.84298436]]]}, "properties": {"feature_id": "minamidaito-island-0", "cable_id": "minamidaito-island", "name": "Minamidaito Island", "color": "#50b748", "owners": "Okinawa Prefecture", "rfs_year": 2011, "decommission_year": null, "length_km": 410.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[23.03574722, 36.52322222], [23.287557739, 36.240655233], [23.512557578, 36.058973123], [23.7225, 35.51233333], [23.400057657, 36.058973123], [23.175057819, 36.240655233], [23.03574722, 36.52322222]]]}, "properties": {"feature_id": "minoas-east-and-west-0", "cable_id": "minoas-east-and-west", "name": "Minoas East and West", "color": "#60489d", "owners": "Grid Telecom", "rfs_year": 2021, "decommission_year": null, "length_km": 270.0, "url": "https://www.grid-telecom.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[129.9344136, 30.83246034], [130.2983291, 30.79298521], [130.4266154, 30.81022492]], [[129.9344136, 30.83246034], [130.049982105, 30.985825422], [130.162482027, 31.082222231], [130.293871934, 31.280295073], [130.274981947, 31.082222231], [130.441731829, 30.889328975], [130.4266154, 30.81022492]]]}, "properties": {"feature_id": "mishima-village-0", "cable_id": "mishima-village", "name": "Mishima Village", "color": "#c41f45", "owners": "Mishima Village", "rfs_year": 2010, "decommission_year": null, "length_km": 192.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[81.000016855, 3.042156042], [82.575015739, 5.510047411], [82.80001558, 7.744876957], [82.350015898, 9.524411345], [81.450016536, 11.29470932], [80.242987391, 13.063853102]], [[72.87590261, 19.076074257], [71.550023549, 16.965102599], [71.495135585, 13.492128176], [72.900022593, 9.443204702], [75.095133035, 6.77044025], [78.695130485, 3.940475772], [79.650017811, 3.416559618], [81.000016855, 3.042156042], [85.500013667, 2.817450443], [90.000010479, 3.715978119], [92.700008566, 4.837826392], [94.275007451, 5.833479967], [95.406352705, 6.311016479], [97.425005219, 5.845915088], [98.325004582, 5.286069861], [99.112504024, 4.613591579], [100.125003306, 3.266814817], [101.250002509, 2.199296754], [102.150001872, 1.91822878], [102.68279724, 1.614492576], [103.340651028, 1.412069619], [103.500000916, 1.383728077], [103.646090812, 1.338585852]], [[97.425005219, 5.845915088], [99.000004103, 6.405200795], [100.066113348, 6.613518861]], [[101.250002509, 2.199296754], [101.362502429, 2.592701465], [101.443602372, 2.751228764]]]}, "properties": {"feature_id": "mist-0", "cable_id": "mist", "name": "MIST", "color": "#a84c9c", "owners": "Orient Link", "rfs_year": 2024, "decommission_year": null, "length_km": 8100.0, "url": "https://orient-link.com/home/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[131.294610132, 32.09764082], [131.737480912, 31.670513047], [131.849980832, 31.286738814], [131.399981151, 29.540507745], [128.699983064, 26.562513149], [128.024983542, 26.159307971], [127.680843786, 26.212414127]]]}, "properties": {"feature_id": "miyazaki-okinawa-cable-moc-0", "cable_id": "miyazaki-okinawa-cable-moc", "name": "Miyazaki-Okinawa Cable (MOC)", "color": "#b0d135", "owners": "KDDI", "rfs_year": 1997, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-46.328062945, -23.961842898], [-44.549894204, -25.179443899], [-41.399896436, -25.337712187], [-37.012399544, -23.803079641], [-31.949728484, -18.025284193], [-30.149729759, -13.697820289], [-29.249905043, -9.290424301], [-31.162403673, -4.489307673], [-34.649901218, 0.568578853], [-40.499897074, 7.744889053], [-48.599891335, 15.669513225], [-57.59988496, 20.796306105], [-69.299876671, 25.754704263], [-73.349873802, 27.763588526], [-76.949871252, 27.96250336], [-77.849870614, 27.763588526], [-78.749869977, 27.264711878], [-79.649869339, 26.76358657], [-80.088931552, 26.350584577]], [[-34.649901218, 0.568578853], [-35.999900261, -0.781386636], [-38.54296846, -3.718735129]]]}, "properties": {"feature_id": "monet-0", "cable_id": "monet", "name": "Monet", "color": "#5bba46", "owners": "Algar Telecom, Angola Cables, Antel Uruguay, Google", "rfs_year": 2017, "decommission_year": null, "length_km": 10556.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.987010571, 1.389451397], [103.978125577, 1.185378177], [104.016637, 1.066798]]]}, "properties": {"feature_id": "moratelindo-international-cable-system-1-mic-1-0", "cable_id": "moratelindo-international-cable-system-1-mic-1", "name": "Moratelindo International Cable System-1 (MIC-1)", "color": "#344fa2", "owners": "Moratelindo", "rfs_year": 2008, "decommission_year": null, "length_km": 70.0, "url": "http://www.moratelindo.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[140.9814, 42.369091], [141.524973978, 41.856179594], [141.749973819, 41.238752329], [141.500504, 40.476711]]]}, "properties": {"feature_id": "muroran-hachinohe-0", "cable_id": "muroran-hachinohe", "name": "Muroran-Hachinohe", "color": "#93489b", "owners": "Softbank", "rfs_year": 2002, "decommission_year": null, "length_km": 280.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.663153328, 63.688397037], [9.618817422, 63.676230956], [9.637665065, 63.619466367], [9.11256778, 63.542885601], [8.975247877, 63.504624785], [8.693958076, 63.408175127], [8.380908298, 63.361516433], [8.093378502, 63.301036489], [7.875068657, 63.17294696], [7.72966876, 63.110783389], [7.762568739, 63.020234538], [7.650068816, 62.917978785], [7.425068975, 62.815364879], [7.160713694, 62.737229464], [6.862569374, 62.763923329], [6.637569534, 62.738168854], [6.465792312, 62.613002975], [6.300069773, 62.660770459], [6.187569853, 62.609058908], [6.174386268, 62.471487317], [5.962570012, 62.505365], [5.850070092, 62.453382413], [5.40007041, 62.296890739], [5.287570489, 62.244545162], [5.34382045, 62.139580792], [5.522335948, 62.035991543], [5.45632037, 61.981449486], [5.49850784, 61.935540246], [5.062570648, 61.981449486], [4.837570809, 61.928555994], [4.725070889, 61.822493742], [4.725070889, 61.71606371], [4.97585196, 61.596307263], [4.725070889, 61.555727089], [4.725070889, 61.448373643], [4.950070729, 61.232553013], [5.293429861, 61.172244368], [4.837570809, 61.015241415], [4.725070889, 60.796431695], [4.855539546, 60.621972493], [5.06257065, 60.57611674], [5.28757049, 60.465392587], [5.332770458, 60.390723706]], [[7.160713694, 62.737229464], [7.425068976, 62.660770459], [7.681611763, 62.563956241]], [[9.637665065, 63.619466367], [9.815742282, 63.576280592], [9.900067223, 63.48851289], [10.293816944, 63.463415495], [10.392059062, 63.431002047]]]}, "properties": {"feature_id": "n0r5ke-viking-0", "cable_id": "n0r5ke-viking", "name": "N0r5ke Viking", "color": "#dabb26", "owners": "NOR5KE Fibre AS", "rfs_year": 2022, "decommission_year": null, "length_km": 810.0, "url": "https://www.n0r5kefibre.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[121.612292772, 13.935275187], [121.724988005, 13.492128176], [121.837487925, 13.054150695], [121.837487925, 12.725155924], [121.724988005, 12.395734], [121.387488244, 12.230866088], [121.050188483, 12.363012915]], [[121.050188483, 12.363012915], [121.049988483, 11.735650161], [121.274988324, 11.29470932], [121.499988164, 10.410816505], [121.949987845, 10.189442767], [122.433633825, 10.425900115], [122.287487606, 9.967915187], [122.287487606, 9.524411345], [122.849987208, 8.85808231], [123.187486969, 8.85808231], [123.299986889, 9.080330768], [123.281436902, 9.295503919]], [[122.433633825, 10.425900115], [122.562107411, 10.720150965]]]}, "properties": {"feature_id": "national-digital-transmission-network-ndtn-0", "cable_id": "national-digital-transmission-network-ndtn", "name": "National Digital Transmission Network (NDTN)", "color": "#a3492e", "owners": "Telecoms Infrastructure Corporation of the Philippines (TelicPhil)", "rfs_year": 1999, "decommission_year": null, "length_km": 1400.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[73.089182459, -0.605519711], [72.997682524, 0.281087261], [72.997682524, 0.531080606], [72.997682524, 0.781063842], [73.424632221, 2.776778986], [73.53957214, 3.276079687], [73.540352139, 3.962982119], [73.540352139, 4.212345782], [73.490352175, 4.461629537], [73.27082233, 4.854566321], [73.070822472, 5.103622554], [73.181272393, 5.211384397], [73.181272393, 5.435413644], [73.170822401, 5.601440403], [73.171502401, 6.125830039], [73.071502471, 6.622826415]]]}, "properties": {"feature_id": "nationwide-submarine-cable-ooredoo-maldives-nascom-0", "cable_id": "nationwide-submarine-cable-ooredoo-maldives-nascom", "name": "Nationwide Submarine Cable Ooredoo Maldives (NaSCOM)", "color": "#ef7422", "owners": "Ooredoo Maldives", "rfs_year": 2016, "decommission_year": null, "length_km": 1136.0, "url": "http://ooredoo.mv"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-140.142111642, -8.860524088], [-139.724826782, -9.290424301], [-139.387327021, -9.845097086], [-139.499826941, -10.17745743], [-140.399826304, -11.06203211], [-144.899823116, -13.69898727], [-145.349822797, -14.135775375], [-145.462322717, -14.571726491], [-145.912322398, -14.789380799], [-146.699821841, -14.789380799], [-147.149821522, -15.224032285], [-147.149821522, -15.549434493], [-147.374821362, -15.874323282], [-148.724820406, -17.383402006], [-149.308120774, -17.72334222]], [[-145.912322398, -14.789380799], [-145.912322398, -14.571726491], [-145.958123147, -14.402858436]], [[-145.349822797, -14.135775375], [-145.124822956, -14.244842547], [-144.972186346, -14.449768611]], [[-139.387327021, -9.845097086], [-139.04982726, -9.845097086], [-139.021116343, -9.754639758]], [[-147.149821522, -15.224032285], [-147.374821362, -15.115452463], [-147.65128601, -15.116206682]], [[-147.149821522, -15.549434493], [-146.924821681, -15.549434493], [-146.58732192, -15.549434493], [-145.799822478, -15.657788279], [-145.349822797, -15.982503786], [-145.124822956, -16.306693066], [-144.562323355, -16.738110439], [-143.999823753, -16.95345499], [-143.774823913, -16.845813348], [-143.774823913, -16.738110439], [-143.86720666, -16.539560977]], [[-146.58732192, -15.549434493], [-146.643572723, -15.44102366], [-146.786149904, -15.289888093]], [[-146.924821681, -15.549434493], [-146.868572558, -15.657788279], [-146.673845296, -15.741365823]], [[-145.799822478, -15.657788279], [-145.799822478, -15.874323282], [-145.743573383, -16.09062582], [-145.624578462, -16.310348412]], [[-143.999823753, -16.95345499], [-143.437324152, -17.06103502], [-142.424824869, -17.490732161], [-141.187325746, -18.026426384], [-140.908125943, -18.21574609]]]}, "properties": {"feature_id": "natitua-0", "cable_id": "natitua", "name": "Natitua", "color": "#b75c28", "owners": "OPT French Polynesia", "rfs_year": 2018, "decommission_year": null, "length_km": 2680.0, "url": "https://www.natitua.pf/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-149.485919867, -23.346921001], [-149.174820088, -22.423530538], [-148.949820247, -20.855024451], [-148.949820247, -18.097730414], [-149.062320168, -17.776635425], [-149.308120774, -17.72334222]], [[-149.174820088, -22.423530538], [-150.749818972, -22.423530538], [-151.342918552, -22.451259432]]]}, "properties": {"feature_id": "natitua-sud-0", "cable_id": "natitua-sud", "name": "Natitua Sud", "color": "#56c5cd", "owners": "OPT French Polynesia", "rfs_year": 2023, "decommission_year": null, "length_km": 820.0, "url": "https://www.natitua.pf/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[173.283950056, -41.272264262], [173.474951345, -40.89028605], [173.924951026, -40.549228298], [174.824950388, -40.549228298], [175.285315826, -40.625274632]]]}, "properties": {"feature_id": "nelson-levin-0", "cable_id": "nelson-levin", "name": "Nelson-Levin", "color": "#403c97", "owners": "Spark New Zealand", "rfs_year": 2001, "decommission_year": null, "length_km": 212.0, "url": "http://www.spark.co.nz"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.3379124, 38.688835452], [-10.799918113, 38.387754736], [-13.949915883, 38.534572653], [-23.399909187, 39.177014585], [-25.199907915, 39.177014585], [-26.774906797, 38.944070959], [-27.25032671, 38.665700931]], [[-27.25032646, 38.66570478], [-27.224906479, 38.475881348], [-26.999906638, 38.034173901], [-25.874907434, 37.589786574], [-25.66870758, 37.739604626]], [[-25.676797575, 37.74037607], [-25.762407514, 37.589786574], [-25.537407674, 36.78317049], [-24.749908231, 35.967974348], [-18.449912694, 32.62301664], [-17.125113632, 32.464030241], [-16.908913786, 32.646885]], [[-16.908910485, 32.646885], [-16.818663851, 32.62301664], [-16.763182235, 32.71937525]], [[-16.76318075, 32.719375367], [-16.312414209, 32.812318783], [-13.949915882, 34.312151652], [-11.924917316, 36.512388212], [-9.44991907, 37.767862425], [-9.112419309, 37.89956046], [-8.869599481, 37.95719]]]}, "properties": {"feature_id": "new-cam-ring-0", "cable_id": "new-cam-ring", "name": "New CAM Ring", "color": "#939597", "owners": "IP Telecom", "rfs_year": 2026, "decommission_year": null, "length_km": 3812.0, "url": "https://www.iptelecom.pt/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-123.962537948, 45.2022321], [-125.099837142, 45.646541495], [-129.599833954, 45.960245241], [-138.599827579, 46.582355082], [-151.199818653, 47.197407396], [-179.999798251, 47.197407396]], [[179.999958282, 47.197407396], [172.799951823, 47.197407396], [160.199960749, 44.051519229], [149.3999684, 38.651811713], [143.099972863, 34.68301766], [140.399974775, 33.565491482], [138.59997605, 32.812318783], [136.799977326, 31.670513047], [134.999978601, 30.901396089], [132.749980195, 30.51449596], [131.399981151, 29.148248791], [130.499981789, 29.344566989], [128.249983382, 30.51449596], [125.999984976, 30.901396089], [122.174987686, 30.853118512], [121.925087862, 30.864750267], [121.893937884, 30.899508356], [121.896077884, 30.935660541]], [[125.999984976, 30.901396089], [124.199986252, 31.670513047], [122.849987208, 31.861808602], [121.949987845, 31.718374002], [121.395298238, 31.619800329]], [[128.249983382, 30.51449596], [128.249983382, 31.670513047], [128.474983223, 32.812318783], [128.924982904, 34.312151652], [128.999492851, 35.170378762]], [[140.399974775, 33.565491482], [140.174974935, 33.939640088], [140.118724975, 34.405022751], [140.146849954, 34.690726477], [140.146849954, 34.898592963], [139.975467, 35.005433]], [[131.399981151, 29.148248791], [128.699983064, 26.159307971], [127.34998402, 25.551882759], [125.999984976, 25.348717422], [124.199986252, 24.941363172], [122.849987208, 25.043329057], [122.174987686, 24.992356688], [121.801447951, 24.863504112]], [[121.896077884, 30.935660541], [121.612488084, 30.933567622], [121.274988323, 31.126369332], [121.274988323, 31.51079843], [121.395298238, 31.619800329]]]}, "properties": {"feature_id": "new-cross-pacific-ncp-cable-system-0", "cable_id": "new-cross-pacific-ncp-cable-system", "name": "New Cross Pacific (NCP) Cable System", "color": "#22ad97", "owners": "China Mobile, China Telecom, China Unicom, Chunghwa Telecom, KT, Microsoft, Softbank", "rfs_year": 2018, "decommission_year": null, "length_km": 13618.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[3.423511811, 6.439066911], [4.050071367, 4.16491285], [5.40007041, 3.042156042], [6.300069773, 2.817450443], [8.100068498, 2.70508116], [9.00006786, 2.817450443], [9.910227215, 2.933124534]]]}, "properties": {"feature_id": "nigeria-cameroon-submarine-cable-system-ncscs-0", "cable_id": "nigeria-cameroon-submarine-cable-system-ncscs", "name": "Nigeria Cameroon Submarine Cable System (NCSCS)", "color": "#36b449", "owners": "Camtel", "rfs_year": 2015, "decommission_year": null, "length_km": 1100.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-1.617778331, 54.978249215], [-0.899925127, 55.334580613], [0.900073598, 55.843185841], [2.53497244, 56.549192472], [3.375071845, 58.051315891], [4.050071367, 58.641677771], [5.17507057, 58.90413203], [5.512570331, 59.020142809], [5.730770176, 58.970821487]]]}, "properties": {"feature_id": "no-uk-0", "cable_id": "no-uk", "name": "NO-UK", "color": "#ac84bb", "owners": "NO-UK COM AS", "rfs_year": 2021, "decommission_year": null, "length_km": 713.0, "url": "https://www.altiboxcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[104.004110558, 1.373499297], [104.093555494, 1.277466829], [104.102950488, 1.196515539]]]}, "properties": {"feature_id": "nongsa-changi-0", "cable_id": "nongsa-changi", "name": "Nongsa-Changi", "color": "#939597", "owners": "BW Digital, Telin", "rfs_year": 2026, "decommission_year": null, "length_km": 50.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[15.908662966, 56.743800103], [16.087562839, 56.593792978], [16.20006276, 56.345222927], [16.31256268, 56.032216971], [17.325061963, 55.716652094], [20.475059731, 55.716652094], [21.149959253, 55.69574861]]]}, "properties": {"feature_id": "nordbalt-0", "cable_id": "nordbalt", "name": "NordBalt", "color": "#7b439a", "owners": "Litgrid, Svenska Kraftn\u00e4t", "rfs_year": 2016, "decommission_year": null, "length_km": 400.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[10.74801584, 59.918603027], [10.575066744, 59.755303237], [10.630839957, 59.664530735], [10.603191724, 59.527871002], [10.700836655, 59.459167]], [[10.700836655, 59.459167], [10.571156747, 59.302700621], [10.575066744, 59.068365502], [10.237566983, 58.894446838], [9.900067222, 58.719648796], [9.450067541, 58.485211962], [9.11256778, 58.367403351], [8.662568099, 58.071153849], [8.325068338, 57.932056587], [7.875068657, 57.87227791], [6.883089359, 57.855814687], [6.525069613, 57.928738158], [5.962570011, 58.262353378], [5.988709993, 58.424143185], [5.51257033, 58.485211962], [5.28757049, 58.641677771], [5.28757049, 58.816867552], [5.512570331, 58.991176703], [5.730770176, 58.970821487]], [[6.525069613, 57.928738158], [6.786929427, 58.06444]], [[8.325068338, 57.932056587], [7.994848572, 58.143805]], [[9.11256778, 58.367403351], [8.758668031, 58.470047]], [[10.237566983, 58.894446838], [10.01636714, 59.081110698]], [[10.575066744, 59.068365502], [10.912566505, 58.981515916], [11.118406359, 58.9683384]]]}, "properties": {"feature_id": "norfest-0", "cable_id": "norfest", "name": "Norfest", "color": "#4db748", "owners": "Tampnet", "rfs_year": 2023, "decommission_year": null, "length_km": 749.0, "url": "https://www.tampnet.com/norfest"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-54.73603937, -1.944987035], [-54.656137046, -2.249581621], [-54.700923, -2.450629], [-54.093637444, -2.361990436], [-54.07454076, -2.000472714], [-53.868637604, -1.912304921], [-53.306138002, -1.856085376], [-52.968638241, -1.63118986], [-52.57775843, -1.528422081], [-52.293638719, -1.462501535], [-52.012388919, -1.462501535], [-51.899888998, -1.237564295], [-51.731139118, -1.068848655], [-51.674889158, -0.843880303], [-51.562389237, -0.618898938], [-51.337389397, -0.50640446], [-51.112389556, -0.281410082], [-51.065714, 0.034535]]]}, "properties": {"feature_id": "norte-conectado-infovia-00-0", "cable_id": "norte-conectado-infovia-00", "name": "Norte Conectado (Infovia 00)", "color": "#e24f25", "owners": "Aquamar Group, BR.Digital Telecom, ICOM Telecom, SEA Telecom, Telefonica, Wirelink", "rfs_year": 2022, "decommission_year": null, "length_km": 770.0, "url": "https://www.gov.br/mcom/pt-br/acesso-a-informacao/acoes-e-programas/programas-projetos-acoes-obras-e-atividades/norte-conectado"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-60.020649, -3.123896], [-59.662383499, -3.092406737], [-59.324883738, -3.204736817], [-59.13166068, -3.580329972], [-58.762384137, -3.429359558], [-58.4399492, -3.136558105], [-58.15474465, -3.129203635], [-58.087384615, -2.867711311], [-57.749884854, -2.755346826], [-57.524885013, -2.41819146], [-57.187385253, -2.530586469], [-56.73720395, -2.633793764], [-56.512385731, -2.474390156], [-56.48933473, -2.102144401], [-56.09521763, -2.161544228], [-55.86747568, -1.762427936], [-55.51623129, -1.913198033], [-55.1201055, -1.890297457], [-54.712387006, -2.249581621], [-54.700923, -2.450629]]]}, "properties": {"feature_id": "norte-conectado-infovia-01-0", "cable_id": "norte-conectado-infovia-01", "name": "Norte Conectado (Infovia 01)", "color": "#424099", "owners": "Alloha Fibra, Am\u00e9rica M\u00f3vil (Claro), Aquamar Group, BR Fibra, ICOM Telecom, Oz\u00f4nio Telecom, PPLink, SEA Telecom, TIM Brasil, Telefonica, V.tal, Voc\u00ea Telecom", "rfs_year": 2023, "decommission_year": null, "length_km": 1100.0, "url": "https://www.gov.br/mcom/pt-br/acesso-a-informacao/acoes-e-programas/programas-projetos-acoes-obras-e-atividades/norte-conectado"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[18.300031271, 57.63842], [18.000061484, 57.652237534], [17.325061962, 57.531650012], [16.662562431, 57.29602797], [16.442539271, 57.26521]]]}, "properties": {"feature_id": "oskarshamn-visby-0", "cable_id": "oskarshamn-visby", "name": "Oskarshamn-Visby", "color": "#30b34a", "owners": "GlobalConnect", "rfs_year": 2008, "decommission_year": null, "length_km": 0.0, "url": "https://globalconnectcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-70.19319401, -4.366370093], [-70.02878003, -4.379887185], [-69.9384964, -4.231296995], [-69.745304279, -4.337260013], [-69.407792634, -4.168974906], [-69.52181004, -4.037852188], [-69.407792634, -3.720042369], [-69.295300637, -3.495488576], [-68.95252266, -3.465503202], [-68.620320361, -3.327036372], [-68.19721486, -3.362085687], [-67.94534099, -3.327036372], [-67.94534099, -3.102393506], [-67.77536821, -2.861725951], [-67.462377974, -2.742861221], [-67.349878053, -2.630484978], [-67.124878213, -2.630484978], [-66.7715742, -2.750610166], [-66.562378611, -2.630484978], [-66.562378611, -2.405702543], [-66.337378771, -2.574293032], [-66.09530681, -2.515185832], [-65.662379249, -2.630484978], [-65.324879488, -2.742861221], [-65.16004126, -2.982672619], [-64.81206969, -3.214552308], [-64.7189822, -3.35216261]]]}, "properties": {"feature_id": "norte-conectado-infovia-02-0", "cable_id": "norte-conectado-infovia-02", "name": "Norte Conectado (Infovia 02)", "color": "#939597", "owners": "Entidade Administradora da Faixa (EAF)", "rfs_year": 2026, "decommission_year": null, "length_km": 1796.0, "url": "https://eaf.org.br/infovias"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-51.065714, 0.034535], [-51.056139596, -0.281410082], [-50.943639676, -0.39390803], [-50.718639835, -0.281410082], [-50.388307303, -0.157127595], [-50.718639835, -0.337659219], [-50.774889795, -0.50640446], [-50.831139755, -0.73139103], [-50.774889795, -1.068848655], [-50.774889795, -1.406269203], [-50.662389875, -1.63118986], [-50.481980003, -1.683596191], [-50.20909265, -1.898843353], [-49.79802088, -1.812160473], [-49.52887972, -1.717382211], [-48.86982175, -1.392058164], [-48.510443, -1.458589]]]}, "properties": {"feature_id": "norte-conectado-infovia-03-0", "cable_id": "norte-conectado-infovia-03", "name": "Norte Conectado (Infovia 03)", "color": "#3655a3", "owners": "Entidade Administradora da Faixa (EAF)", "rfs_year": 2025, "decommission_year": null, "length_km": 600.0, "url": "https://eaf.org.br/infovias"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-61.63505657, -1.458572191], [-61.900131914, -1.16231086], [-61.78764966, -0.508038674], [-61.787631994, 0.075108513], [-61.675132073, 0.525100865], [-61.450132233, 0.862575391], [-61.13126439, 1.823914555], [-61.000132552, 2.099637009], [-60.887632631, 2.324469039], [-60.675833, 2.82351]]]}, "properties": {"feature_id": "norte-conectado-infovia-04-0", "cable_id": "norte-conectado-infovia-04", "name": "Norte Conectado (Infovia 04)", "color": "#939597", "owners": "Entidade Administradora da Faixa (EAF)", "rfs_year": 2026, "decommission_year": null, "length_km": 515.0, "url": "https://eaf.org.br/infovias"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[118.577240235, -20.313442265], [118.574990236, -18.880139975], [118.124990555, -18.240251411], [118.237490475, -17.597998996], [120.599988802, -15.224032285], [121.612488085, -14.898126357], [122.287487606, -14.02665589], [123.299986889, -13.917484462], [124.424986092, -13.589662251], [126.449984657, -11.552325197], [127.349984019, -11.552325197], [129.037482825, -11.723727283], [129.206232705, -11.778847245], [129.937582187, -11.998971512], [130.500006789, -12.109122931], [130.843141545, -12.467474336]], [[130.500006789, -12.109122931], [130.500131788, -11.999142688], [130.632081695, -11.762596325]]]}, "properties": {"feature_id": "north-west-cable-system-0", "cable_id": "north-west-cable-system", "name": "North-West Cable System", "color": "#4f479c", "owners": "Vocus Communications", "rfs_year": 2016, "decommission_year": null, "length_km": 2100.0, "url": "http://www.vocus.com.au"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-3.354957518, 59.051457395], [-3.599923214, 58.991176703], [-3.599923214, 58.758568945], [-3.376583372, 58.670328993]]]}, "properties": {"feature_id": "northern-lights-0", "cable_id": "northern-lights", "name": "Northern Lights", "color": "#b3c134", "owners": "BT", "rfs_year": 2008, "decommission_year": null, "length_km": 67.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[16.868812286, 41.125709059], [18.000061485, 41.15410111], [18.675061006, 40.899490915], [19.125060688, 40.387320291], [19.237560608, 40.043692193], [19.923990122, 39.754052841], [19.125060688, 40.043692193], [19.012560767, 40.387320291], [18.562561086, 40.814402155], [18.000061485, 41.069340438], [16.868812286, 41.125709059]]]}, "properties": {"feature_id": "oteglobe-kokkini-bari-0", "cable_id": "oteglobe-kokkini-bari", "name": "OTEGLOBE Kokkini-Bari", "color": "#eb8d22", "owners": "OTEGLOBE", "rfs_year": 2004, "decommission_year": null, "length_km": 700.0, "url": "http://www.oteglobe.gr"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-134.747291451, 58.551049268], [-134.895441342, 58.498125955], [-134.983811277, 58.49169307], [-135.038891237, 58.460243298], [-135.052661227, 58.413573684], [-135.029221244, 58.365509964], [-135.014771255, 58.305734812], [-135.014771255, 58.238842554], [-135.063891219, 58.186808703], [-135.174930005, 58.179190553], [-135.271311067, 58.199010155], [-135.352371007, 58.222726429], [-135.447490937, 58.287567551], [-135.545870865, 58.329479546], [-135.631860802, 58.357898675], [-135.769610701, 58.360233118], [-135.883470617, 58.343631614], [-135.986990541, 58.327122067], [-136.113010449, 58.301063821], [-136.284060324, 58.288540001], [-136.392070244, 58.274502593], [-136.477560182, 58.240900637], [-136.550560128, 58.19852007], [-136.871269893, 58.145192141], [-139.04982726, 56.840738642]], [[-146.353432936, 61.130356463], [-146.559342785, 61.109153635], [-146.659542711, 61.067464829], [-146.801042607, 60.965892582], [-146.820082594, 60.919223035], [-146.859052565, 60.858765344], [-147.06984241, 60.787662686], [-147.329952219, 60.778700885], [-147.530782072, 60.766401177], [-147.683321144, 60.765014173], [-147.787471884, 60.764633224], [-147.889961809, 60.76589815], [-148.028241707, 60.756524792], [-148.210461573, 60.788165371], [-148.322381491, 60.787379618], [-148.386881444, 60.791000756], [-148.473161381, 60.783470086], [-148.518181348, 60.777416936], [-148.684731225, 60.773027688]], [[-148.684731225, 60.773027688], [-148.521261345, 60.769023622], [-148.413541424, 60.786208272], [-148.313981497, 60.777128895], [-148.197481583, 60.776342871], [-148.099620849, 60.752420948], [-148.082731667, 60.725571801], [-148.060811683, 60.691196784], [-148.056461686, 60.658769591], [-147.875701819, 60.606423489], [-147.633851996, 60.602516438], [-147.50573209, 60.574485694], [-147.495232098, 60.485025728], [-147.568032045, 60.311802352], [-147.640541992, 60.251238005], [-147.762521088, 60.118734153], [-147.788781883, 60.024014183], [-147.894251805, 59.962286469], [-148.009291721, 59.877903325], [-148.081311668, 59.839334333], [-147.824821044, 59.451717319], [-145.349822797, 58.524393961], [-139.04982726, 56.840738642], [-138.149827897, 55.843185841], [-135.44982981, 54.034038257], [-132.299832042, 50.740281894], [-127.799835229, 47.805412176], [-125.099837142, 46.582355082], [-124.19983778, 46.038395194], [-123.524838258, 45.881984905], [-122.989800676, 45.522898825]]]}, "properties": {"feature_id": "northstar-0", "cable_id": "northstar", "name": "NorthStar", "color": "#df2e91", "owners": "Alaska Communications", "rfs_year": 1999, "decommission_year": null, "length_km": 3229.0, "url": "https://www.alaskacommunications.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.659179959, 32.361577235], [-64.574880019, 32.243210016], [-64.462380099, 32.052708023]], [[-26.224907187, 37.569973992], [-25.874907435, 38.299520606], [-25.199907915, 38.827311095], [-23.399909187, 38.827311095], [-13.949915884, 38.299520606], [-10.349918432, 38.122730108], [-8.869597215, 37.957215275]], [[-26.224907187, 37.569973992], [-25.874907434, 37.500588446], [-25.66870758, 37.739604626]], [[-78.882669883, 33.693557908], [-78.266536987, 33.471699571], [-69.299876672, 32.17975359], [-64.462380099, 32.052708023], [-62.099881772, 32.052708023], [-50.39989006, 33.565491482], [-39.549897747, 35.215791335], [-26.224907187, 37.569973992]]]}, "properties": {"feature_id": "nuvem-0", "cable_id": "nuvem", "name": "Nuvem", "color": "#939597", "owners": "Google", "rfs_year": 2026, "decommission_year": null, "length_km": 7194.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.352065485, -6.141015428], [12.150065628, -6.244010842], [11.700065947, -6.244010842]], [[13.23502486, -8.812561807], [12.600065309, -8.252720522], [11.925065788, -7.361072141], [11.700065947, -6.691145451], [11.700065947, -6.244010842], [11.700065947, -5.796494123], [11.925065788, -5.572600905], [12.1898656, -5.556576787]]]}, "properties": {"feature_id": "nzadi-cable-system-0", "cable_id": "nzadi-cable-system", "name": "Nzadi Cable System", "color": "#939597", "owners": "Kakike, Lda., KumoxiCom, Lda.", "rfs_year": 2025, "decommission_year": null, "length_km": 950.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[142.159904012, 26.650916759], [142.143723539, 26.797064317], [142.143723539, 26.997723094], [142.20407855, 27.066475065]], [[139.79680233, 33.112295193], [140.062475014, 33.032662606], [140.737474536, 30.901396089], [141.299974137, 28.688714089], [142.031223619, 27.047832017], [142.20407855, 27.066475065]], [[142.031223619, 27.047832017], [142.031223619, 26.797064317], [142.159904012, 26.650916759]]]}, "properties": {"feature_id": "ogasawara-cable-network-0", "cable_id": "ogasawara-cable-network", "name": "Ogasawara Cable Network", "color": "#f5ae1a", "owners": "Tokyo Metropolitan Government", "rfs_year": 2011, "decommission_year": null, "length_km": 1038.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[127.977283576, 26.591578968], [127.799983701, 26.562513149], [127.574983861, 26.76358657], [127.687483781, 27.164665813], [128.474983223, 28.359233526], [128.699983064, 29.344566989], [129.149982745, 30.51449596], [129.599982426, 31.286738814], [130.049982107, 31.574717129], [130.557081748, 31.596524689]]]}, "properties": {"feature_id": "okinawa-cellular-cable-0", "cable_id": "okinawa-cellular-cable", "name": "Okinawa Cellular Cable", "color": "#504a9f", "owners": "Okinawa Cellular Telephone Company", "rfs_year": 2020, "decommission_year": null, "length_km": 760.0, "url": "https://www.au.com/okinawa_cellular/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[124.2450913, 24.38836595], [124.649985933, 24.327803112], [125.099985614, 24.417474699], [125.387333, 24.75150203], [125.999984976, 24.915858494], [127.237484099, 25.653336613], [127.7285925, 26.13475618]]]}, "properties": {"feature_id": "okinawa-miyakojima-ishigaki-0", "cable_id": "okinawa-miyakojima-ishigaki", "name": "Okinawa-Miyakojima-Ishigaki", "color": "#c2237e", "owners": "NTT", "rfs_year": 2004, "decommission_year": null, "length_km": 467.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.371865472, 55.256124793], [12.825065151, 55.142151004], [14.400064035, 55.077800722], [14.708363816, 55.101035976]]]}, "properties": {"feature_id": "rnne-rdvig-0", "cable_id": "rnne-rdvig", "name": "R\u00f8nne-R\u00f8dvig", "color": "#2aaf8a", "owners": "TDC Group", "rfs_year": 1989, "decommission_year": null, "length_km": 153.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[127.2289978, 26.5872268], [127.7437644, 26.40204469]], [[127.292292, 26.23096859], [127.3635257, 26.19683556]], [[126.7753465, 26.35313219], [126.787484418, 26.461843796], [127.2289978, 26.5872268]], [[122.9907743, 24.45721545], [123.749986568, 24.737178272], [124.7002651, 24.66870033], [125.268735492, 25.551882759], [126.331059987, 25.853235982], [127.237484099, 25.957179979], [127.6881008, 26.11488698]], [[122.9907743, 24.45721545], [123.337486862, 24.270840146], [123.7784436, 24.06001916]]]}, "properties": {"feature_id": "okinawa-remote-islands-0", "cable_id": "okinawa-remote-islands", "name": "Okinawa Remote Islands", "color": "#c31e53", "owners": "Okinawa Prefecture", "rfs_year": 2017, "decommission_year": null, "length_km": 915.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.33790915, 38.688842852], [-9.485884045, 38.612065682], [-9.465249059, 38.442695702], [-9.202699245, 38.188082603], [-9.112419309, 37.991431814], [-8.869597215, 37.957215275]]]}, "properties": {"feature_id": "olisipo-0", "cable_id": "olisipo", "name": "Olisipo", "color": "#939597", "owners": "EllaLink", "rfs_year": 2026, "decommission_year": null, "length_km": 110.0, "url": "https://www.ella.link/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[60.7500312, 16.534196198], [55.012535264, 16.642014063], [54.148085877, 17.095827187]]]}, "properties": {"feature_id": "oman-australia-cable-oac-0", "cable_id": "oman-australia-cable-oac", "name": "Oman Australia Cable (OAC)", "color": "#939597", "owners": "SUBCO", "rfs_year": 2022, "decommission_year": null, "length_km": 11000.0, "url": "https://sub.co/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[115.857312162, -31.95344133], [113.849993584, -31.468437004], [111.599995177, -30.309953345], [89.100011118, -19.72952545], [72.11252315, -7.732812885], [65.250028012, 4.16491285], [61.200030881, 15.669513225], [60.7500312, 16.534196198], [60.7500312, 19.104405476], [60.7500312, 22.469443965], [59.850031838, 23.298598066], [58.950032475, 23.711258142], [58.162533033, 23.917101291], [57.886053228, 23.678723426]], [[89.100011118, -19.72952545], [95.400006653, -13.990271167], [96.832315638, -12.193113009]], [[72.11252315, -7.732812885], [72.337522991, -7.509800774], [72.416672935, -7.333331811]]]}, "properties": {"feature_id": "oman-australia-cable-oac-1", "cable_id": "oman-australia-cable-oac", "name": "Oman Australia Cable (OAC)", "color": "#41b878", "owners": "SUBCO", "rfs_year": 2022, "decommission_year": null, "length_km": 11000.0, "url": "https://sub.co/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[57.886053228, 23.678723426], [58.106283073, 24.122616987], [58.950032475, 24.737178272], [60.300031519, 25.094280247], [60.632843783, 25.295930182]], [[57.797298917, 25.681326932], [57.797298917, 25.190816965], [57.323861752, 24.420846844]], [[56.246811734, 26.181306905], [56.362534308, 26.411476061], [56.587534149, 26.411476061], [56.700034069, 26.159307971], [56.570834942, 25.790848374], [56.257944539, 25.616974602]], [[56.257944539, 25.616974602], [56.587534149, 25.348717422], [57.323861752, 24.420846844], [57.886053228, 23.678723426]]]}, "properties": {"feature_id": "omranepeg-0", "cable_id": "omranepeg", "name": "OMRAN/EPEG", "color": "#3e67b1", "owners": "Vodafone, Zain Omantel International", "rfs_year": 2013, "decommission_year": null, "length_km": 600.0, "url": "http://www.omantel.om"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-0.376975497, 39.459646713], [0.450073917, 39.177014585], [0.900073598, 38.651811713], [0.675073758, 37.589786574], [7.4236e-05, 36.512388212], [-0.642015309, 35.701641135]], [[0.675073758, 37.589786574], [2.812572243, 37.142730002], [3.035712085, 36.762127782]]]}, "properties": {"feature_id": "oran-valencia-orval-0", "cable_id": "oran-valencia-orval", "name": "Oran-Valencia (ORVAL)", "color": "#2cb56f", "owners": "Algerie Telecom", "rfs_year": 2020, "decommission_year": null, "length_km": 770.0, "url": "https://www.algerietelecom.dz/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-79.566619398, 8.950317109], [-79.312369578, 8.190543418], [-78.749869977, 7.298762754], [-78.749869977, 5.061986954], [-80.999868383, 2.367912559], [-81.121561995, 0.553867752], [-80.887368463, -0.33140933], [-80.716131092, -0.949727246]], [[-81.655630403, 30.332100867], [-80.549868702, 30.320465425], [-79.199869658, 30.126049847], [-73.349873802, 29.540507745], [-69.299876671, 27.564309488], [-66.374878743, 23.711258142], [-64.799879859, 20.796306105], [-64.462380098, 18.891661584], [-64.597150003, 18.414412116], [-64.349880178, 18.305228079], [-64.237380258, 18.251816319], [-64.237380258, 17.823934413], [-66.149878903, 16.102325596], [-69.749876353, 13.929303843], [-71.549875077, 13.929303843], [-74.249873165, 12.615395567], [-76.04987189, 10.853089691], [-78.299870296, 10.853089691], [-79.312369578, 9.967915187], [-79.753479266, 9.437721985]], [[-70.04992614, 12.6169179], [-69.299876671, 12.615395567], [-68.96237691, 12.395734], [-68.956976914, 12.168849063]], [[-70.04992614, 12.6169179], [-69.749876353, 13.929303843]], [[-76.04987189, 10.853089691], [-75.505732275, 10.386807452]], [[-66.106668933, 18.466104233], [-65.699879222, 18.572039053], [-64.835739834, 18.521952918], [-64.597150003, 18.414412116]]]}, "properties": {"feature_id": "pacific-caribbean-cable-system-pccs-0", "cable_id": "pacific-caribbean-cable-system-pccs", "name": "Pacific Caribbean Cable System (PCCS)", "color": "#44b97a", "owners": "Liberty Networks, Setar, Telconet, Telxius, United Telecommunication Services (UTS)", "rfs_year": 2015, "decommission_year": null, "length_km": 6163.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[179.999927193, 45.331053766], [172.799920733, 45.331053766], [160.199960749, 42.079235618], [143.099972863, 34.12610104], [138.59997605, 33.001218523], [137.699976688, 33.471699571], [136.873997273, 34.336828252], [137.699976688, 33.752769871], [138.59997605, 33.565491482], [140.849974456, 34.312151652], [141.524973978, 35.052229911], [141.524973978, 35.7856619], [140.612474625, 36.383483735], [142.1999735, 36.149866787], [149.3999684, 39.698323355], [160.199960749, 45.960245241], [172.799951823, 49.000334389], [179.999958282, 49.000334389]], [[-179.999798251, 49.000334389], [-151.199818653, 49.000334389], [-138.599827579, 48.406382496], [-125.099837142, 48.406382496], [-124.649837461, 48.481009942], [-123.749838099, 48.256798569], [-122.849838736, 48.219334014], [-122.666050315, 48.110060905], [-122.637930336, 48.034889597], [-122.581680377, 47.959608462], [-122.483246496, 47.92193005], [-122.441054026, 47.90307887], [-122.302180582, 47.886323206], [-122.441054026, 47.893647352], [-122.497310439, 47.92193005], [-122.595741417, 47.959608462], [-122.651986377, 48.034889597], [-122.680106357, 48.110060905], [-122.849838736, 48.200591448], [-123.749838099, 48.219334014], [-124.649837461, 48.406382496], [-125.099837142, 48.106775709], [-127.349835548, 42.743713464], [-126.449836186, 38.651811713], [-122.849838736, 35.602930323], [-120.621521815, 35.120949368], [-122.849838736, 35.419780517], [-129.599833954, 38.651811713], [-138.599827579, 42.743713464], [-151.199833911, 45.32832917], [-179.999813509, 45.32832917]]]}, "properties": {"feature_id": "pacific-crossing-1-pc-1-0", "cable_id": "pacific-crossing-1-pc-1", "name": "Pacific Crossing-1 (PC-1)", "color": "#05a5d7", "owners": "Pacific Crossing", "rfs_year": 1999, "decommission_year": null, "length_km": 21000.0, "url": "http://www.pc1.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[125.999984976, 21.006499845], [124.649985932, 19.246083087], [123.299986889, 17.823934413], [122.399987527, 16.102325596], [122.174987686, 15.886035719], [121.949987845, 15.777803372], [121.560188122, 15.761539466]], [[125.999984976, 21.006499845], [124.148765585, 23.551705022], [122.849987208, 24.532657566], [122.174987686, 24.788256059], [121.801452794, 24.863504254]], [[125.999984976, 21.006499845], [130.94998147, 22.469443965], [132.749980195, 23.298598066], [138.59997605, 25.754704263], [160.199960749, 40.043692193], [172.799920733, 43.401127086], [179.999927193, 43.401127086]], [[-118.415961262, 33.873229988], [-120.59984033, 33.612349285], [-122.399839055, 33.752769871], [-129.599833954, 37.232354322], [-138.599827579, 40.729204125], [-151.199833911, 43.398311215], [-179.999813509, 43.398311215]]]}, "properties": {"feature_id": "pacific-light-cable-network-plcn-0", "cable_id": "pacific-light-cable-network-plcn", "name": "Pacific Light Cable Network (PLCN)", "color": "#bc3e96", "owners": "Google, Meta", "rfs_year": 2022, "decommission_year": null, "length_km": 11806.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[100.361687, -0.94389], [99.588964362, -2.028191373]]]}, "properties": {"feature_id": "padang-tua-pejat-0", "cable_id": "padang-tua-pejat", "name": "Padang-Tua Pejat", "color": "#7c9e3e", "owners": "Telkom Indonesia", "rfs_year": 2019, "decommission_year": null, "length_km": 160.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[120.253019048, -9.64576589], [120.599988802, -9.623336788], [121.612488085, -10.288167912], [121.879870708, -10.457810042], [122.062487766, -10.398839577], [122.849987208, -10.62006486], [123.035240983, -10.733304229], [123.074987048, -10.509472026], [123.299986889, -10.343606997], [123.583386688, -10.182939737]], [[124.453501697, -8.160824687], [124.649985933, -8.067119033], [125.324985455, -8.067119033], [125.662485215, -8.085683049], [126.449984658, -8.122808518], [126.899984339, -7.955717094], [127.34998402, -7.955717094], [127.691487684, -8.158093867], [127.787883709, -8.150378145], [127.912483622, -8.011421874], [128.924982904, -8.011421874], [129.599982426, -8.178490279], [130.049982107, -8.178490279], [130.837481549, -8.067119033], [131.213067221, -8.052228528], [130.837481549, -7.844284877], [130.724981629, -7.62133126], [130.837481549, -7.175078904], [131.624980992, -6.281287025], [132.299980513, -5.777839699], [132.752128631, -5.626541452], [132.693730234, -5.385957847], [132.864530113, -5.128744871], [133.202129874, -5.128744871], [134.099979238, -5.945707155], [134.268729119, -6.057590432], [134.550174232, -6.194693483], [134.77497876, -6.16945053], [135.224978441, -5.833801119], [136.012477883, -5.609922463], [136.462477565, -5.385957847], [136.687477405, -5.049857167], [136.889627262, -4.55024754]], [[139.396459861, -7.102404536], [139.049975732, -7.175078904], [138.59997605, -7.063446339], [138.26247629, -6.616650693], [138.149976369, -5.945707155], [138.121363108, -5.535665778], [137.812476608, -5.497950688], [137.249977007, -5.273944364], [137.024977166, -5.049857167], [136.889627262, -4.55024754], [136.743727365, -4.377144376], [135.787478043, -3.59155448], [135.501638402, -3.372233814]], [[135.501638402, -3.372233814], [135.562478202, -3.029995968], [135.899977963, -2.580536705], [136.124977804, -2.130918481], [136.157009031, -1.756135139], [136.349977644, -2.018492325], [136.799977326, -2.018492325], [136.968827206, -1.906058394], [137.025027166, -1.681168936], [136.799977326, -1.456253567], [136.349977644, -1.456253567], [135.899977963, -1.343787248], [135.674978123, -1.175078195], [135.618728162, -1.006508928], [135.638552367, -0.729535713], [135.449978282, -0.83763098], [134.999978601, -0.83763098], [134.324979079, -0.781386636], [134.061989265, -0.861458343], [134.212479159, -1.006358951], [134.324979079, -1.23131575], [134.324979079, -1.681168936], [134.66247884, -2.130918481], [135.112478521, -3.029995968], [135.501638402, -3.372233814]], [[134.324979079, -1.681168936], [133.874979398, -2.018492325], [133.482081673, -2.202398136]]]}, "properties": {"feature_id": "palapa-ring-east-0", "cable_id": "palapa-ring-east", "name": "Palapa Ring East", "color": "#cfc12a", "owners": "Indonesian Government, Moratelindo, Telekom PT SmartFren", "rfs_year": 2019, "decommission_year": null, "length_km": 6300.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[124.839635798, 1.490779296], [124.762485853, 1.80578828], [125.212485534, 2.592701465], [125.372934639, 2.754634202], [125.212485534, 2.817450443], [125.212485534, 3.266814817], [125.485532216, 3.600934572], [125.324985455, 3.715978119], [125.437485375, 3.940475772], [126.449984658, 4.052702097], [126.717269624, 4.04296084], [126.899984339, 3.940475772], [127.124984179, 3.715978119], [127.34998402, 3.266814817], [127.912483622, 2.367912559], [128.137483462, 2.255504212], [128.400764526, 2.365668383], [128.193733422, 2.143087178], [128.137483462, 1.91822878], [127.967854676, 1.714620456]], [[127.361312137, 0.795808529], [127.378109, 0.739317547], [127.404085544, 0.674041312], [127.46248394, 0.681072065], [127.56141387, 0.734977909]], [[122.792757248, -0.938788739], [123.074987048, -1.118839507], [123.299986889, -1.146958989], [123.340221236, -1.301025234], [123.412486809, -1.203172123], [123.63748665, -1.23131575], [123.69373661, -1.400021082], [123.52752579, -1.600245159], [123.69378661, -1.624992367], [124.031286371, -1.849888622], [124.312486172, -2.130918481], [124.537486012, -2.130918481], [124.649985933, -2.018492325], [124.774009282, -1.826803651], [124.987485694, -2.018492325], [125.662485215, -2.355745737], [125.887485056, -2.580536705], [126.112484897, -2.580536705], [126.168734857, -2.468145973], [126.112484897, -2.29954219], [125.936995021, -2.201477968]], [[122.512977447, -3.998469097], [122.793787248, -3.984542969], [122.906237168, -4.040605165], [122.962487128, -4.096713358], [123.123912795, -4.136112209], [122.962487128, -4.377144376], [122.849987208, -4.489307689], [122.793737248, -4.657520206], [122.721081049, -4.832406857], [122.791737249, -4.825692499], [122.856110222, -4.79224231]], [[122.559948351, -5.38906904], [122.570737406, -5.439965887], [122.596862387, -5.507088069]]]}, "properties": {"feature_id": "palapa-ring-middle-0", "cable_id": "palapa-ring-middle", "name": "Palapa Ring Middle", "color": "#9d402f", "owners": "Indonesian Government", "rfs_year": 2018, "decommission_year": null, "length_km": 2100.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[108.98720406, 0.906050181], [108.78749717, 1.243490077], [108.449997408, 2.967259208], [108.449997408, 3.416559618], [108.37749746, 3.940874826], [108.14286872, 3.945639298], [107.999997728, 3.840706312], [107.324998206, 3.491423322], [106.874998525, 3.266814817], [106.211128995, 3.207140223], [105.974999162, 2.592701465], [105.749999322, 2.143087178], [104.867072191, 1.476960064], [104.625000119, 1.299726182], [104.287900357, 1.117266983], [104.016637, 1.066798], [104.034750537, 0.906050181], [104.060100519, 0.793562653], [104.175000437, 0.341586322], [104.400000278, 0.006088583], [104.63544933, -0.162758734]], [[104.63544933, -0.162758734], [104.400000278, -0.218910725], [104.118750477, -0.33140933], [103.466700939, -0.816543192]], [[104.016637, 1.066798], [103.878130648, 1.106743972], [103.500000916, 0.962392648], [103.404883795, 0.769834409]], [[103.404883795, 0.769834409], [103.275001074, 0.962392648], [103.050001234, 1.168506749], [102.738926454, 1.220865326], [102.667021505, 0.93255675]], [[102.667021505, 0.93255675], [102.570301574, 1.220865326], [102.080080046, 1.489220606]], [[102.080080046, 1.489220606], [101.728127171, 1.637214579], [101.447662369, 1.665522797]]]}, "properties": {"feature_id": "palapa-ring-west-0", "cable_id": "palapa-ring-west", "name": "Palapa Ring West", "color": "#34ae9c", "owners": "Indonesian Government", "rfs_year": 2018, "decommission_year": null, "length_km": 1980.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[119.500379581, 10.82000049], [120.149989121, 10.853089691], [121.049988483, 11.073982781], [121.499988164, 10.853089691], [121.941297852, 10.749301722]]]}, "properties": {"feature_id": "palawan-iloilo-cable-system-0", "cable_id": "palawan-iloilo-cable-system", "name": "Palawan-Iloilo Cable System", "color": "#4db74a", "owners": "PLDT", "rfs_year": 2014, "decommission_year": null, "length_km": 300.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-79.546549413, 8.934106574], [-79.76236926, 8.190543418], [-79.649869339, 7.298762754], [-80.099869021, 6.852191099], [-80.999868383, 6.852191099], [-85.049865514, 7.744889053], [-87.29986392, 9.524411345], [-98.099856269, 14.365653759], [-102.599853081, 16.102325596], [-106.649850212, 18.678647022], [-107.999849256, 20.375041253], [-111.599846706, 22.469443965], [-116.099843518, 27.763588526], [-118.799841605, 31.286738814], [-120.59984033, 32.812318783], [-121.049840011, 34.312151652], [-120.621521815, 35.120949368]], [[-106.421872233, 23.199717218], [-107.549849575, 22.052985617], [-107.999849256, 20.375041253]], [[-118.799841605, 31.286738814], [-117.449842561, 32.433313306], [-117.038224444, 32.531014181]], [[-85.049865514, 7.744889053], [-84.599865833, 8.635699417], [-84.452208351, 9.525851215]]]}, "properties": {"feature_id": "pan-american-crossing-pac-0", "cable_id": "pan-american-crossing-pac", "name": "Pan-American Crossing (PAC)", "color": "#36a9b7", "owners": "Cirion Technologies", "rfs_year": 2000, "decommission_year": null, "length_km": 10000.0, "url": "https://www.ciriontechnologies.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.440993215, 51.358571444], [1.800072961, 51.306375677], [2.475072483, 51.306375677], [2.961892138, 51.246659538]]]}, "properties": {"feature_id": "pan-european-crossing-uk-belgium-0", "cable_id": "pan-european-crossing-uk-belgium", "name": "Pan European Crossing (UK-Belgium)", "color": "#60b446", "owners": "Colt", "rfs_year": 1999, "decommission_year": null, "length_km": 117.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-4.544402545, 50.828201427], [-5.399921939, 51.58683398], [-5.84992162, 52.142592704], [-6.364861255, 52.401760428]], [[-6.558811118, 52.184255568], [-6.074921461, 51.58683398], [-5.7374217, 50.740281894], [-5.698461727, 50.078700332]]]}, "properties": {"feature_id": "pan-european-crossing-uk-ireland-0", "cable_id": "pan-european-crossing-uk-ireland", "name": "Pan European Crossing (UK-Ireland)", "color": "#59b947", "owners": "Colt", "rfs_year": 2000, "decommission_year": null, "length_km": 495.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-79.53670942, 8.964826], [-79.472495087, 8.218897733], [-78.893772463, 7.25976456], [-78.994547539, 5.061986954], [-81.251824454, 2.380576362], [-81.713819188, 0.568578853], [-81.406230132, -1.906094995], [-80.926333279, -2.276284297]]]}, "properties": {"feature_id": "panam-south-0", "cable_id": "panam-south", "name": "PanAm South", "color": "#c86d28", "owners": "Corporacion Nacional de Telecomunicaciones (CNT), Liberty Networks", "rfs_year": 1999, "decommission_year": null, "length_km": 1340.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-159.724212614, 21.970287673], [-159.637312675, 21.844294079], [-158.849813233, 21.321235296], [-158.399813552, 21.321235296], [-158.220663288, 21.463446823]], [[-157.668905867, 21.272011061], [-157.49981419, 21.111485983], [-157.162314429, 21.006499845], [-157.023885107, 21.093359005], [-156.824814668, 21.006499845], [-156.684482736, 20.900892404]], [[-156.440000487, 20.663598083], [-156.262315066, 20.480466376], [-155.981065872, 20.269544036], [-155.831405982, 20.039988106]]]}, "properties": {"feature_id": "paniolo-cable-network-0", "cable_id": "paniolo-cable-network", "name": "Paniolo Cable Network", "color": "#eb2d24", "owners": "Hawaiian Telcom", "rfs_year": 2009, "decommission_year": null, "length_km": 576.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[104.874511661, -2.295346349], [104.96249988, -2.187128508], [105.164259737, -2.065142653]]]}, "properties": {"feature_id": "pasuli-0", "cable_id": "pasuli", "name": "PASULI", "color": "#939597", "owners": "FiberStar, XLSmart", "rfs_year": 2019, "decommission_year": null, "length_km": 40.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[130.857601535, -0.38335828], [131.046707975, -0.499976465], [131.275916607, -0.474388957], [131.532164404, -0.224827327], [132.299980513, 0.006088583], [134.549978919, -0.106411276], [135.449978282, -0.500154706], [135.638552367, -0.729535713]], [[134.549978919, -0.106411276], [134.437478999, -0.443906657], [134.324979079, -0.668895744], [134.061989265, -0.861458343]]]}, "properties": {"feature_id": "patara-2-0", "cable_id": "patara-2", "name": "Patara-2", "color": "#9a54a1", "owners": "Telin", "rfs_year": 2023, "decommission_year": null, "length_km": 1200.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.450067541, 37.500588446], [9.675067381, 37.35168787], [9.867357246, 37.276816253]], [[55.350035025, 14.147583507], [48.600039808, 12.395734], [45.450042039, 11.62547996], [44.550042676, 11.680570535]], [[67.028546752, 24.889731701], [65.250028012, 22.884654114], [64.35002865, 20.375041253], [60.975031041, 16.965102599], [58.950032473, 14.801154225], [57.000033856, 13.248904801], [55.350035025, 14.147583507]], [[58.000033148, 12.273619554], [57.000033856, 11.29470932], [54.900035344, 9.524411345], [53.550036301, 5.510071712], [50.400038532, 1.468426767], [45.90004172, -1.681168936], [42.30004427, -3.928327304], [39.672896131, -4.052924365]], [[29.700933196, 31.072270032], [27.900054471, 31.861808602], [25.200056384, 32.57562837], [22.050058615, 33.315153958], [19.350060528, 33.189714665], [16.650062441, 32.812318783], [14.400064035, 33.705988497], [11.981315748, 35.419780517], [11.812565868, 35.7856619], [11.250066265, 37.232354322], [10.34861723, 37.500588446], [9.450067541, 37.500588446], [9.00006786, 37.500588446], [7.200069135, 37.945510495], [6.525069614, 38.651811713], [5.625070251, 41.744358789], [5.37253043, 43.293627789]], [[44.550042676, 11.680570535], [43.242231103, 12.615395567], [43.157856163, 12.834868818], [42.862543872, 13.054150695], [42.243794311, 13.929303843], [41.737544669, 14.801154225], [40.387545626, 16.534196198], [39.375046343, 18.251816319], [38.025047299, 20.375041253], [37.237547857, 22.052985617], [36.000048734, 24.122616987], [34.987549451, 25.754704263], [34.509424789, 26.562513149], [33.862550247, 27.364667994], [33.370838096, 28.161052262], [32.653181104, 29.113614163], [31.725051762, 29.099110451], [31.05005224, 29.344566989], [30.375052718, 29.711645058], [29.981302997, 30.223089657], [29.700933196, 31.072270032]], [[50.400038532, 1.468426767], [52.200037257, -2.130918481], [54.000035982, -3.928327304], [55.445054958, -4.617611322]], [[27.900054471, 31.861808602], [31.50005192, 34.25018044], [32.466651236, 34.766571697]], [[11.981315748, 35.419780517], [13.668814553, 35.694348447], [14.35010407, 35.952401017]], [[73.071522471, 6.622458884], [73.112522442, 6.790133539], [73.225022362, 7.013502779]], [[57.000033856, 13.248904801], [58.000033148, 12.273619554], [63.000029606, 11.735650161], [67.000026772, 10.853089691], [71.319575724, 9.118188243], [73.225022362, 7.013502779], [73.597086695, 6.355510377], [74.250021636, 5.659359572], [78.300018767, 3.042156042], [79.650017811, 2.517776095], [81.000016855, 2.143087178], [85.500013667, -0.781332309], [90.000010479, 0.118642751], [92.700008566, 3.940475772], [94.275007451, 4.937462678], [95.453282254, 5.909674834], [97.425005219, 5.286069861], [97.65000506, 5.286069861], [98.212504661, 4.613591579], [99.787503546, 3.266814817], [101.250002509, 1.974446286], [102.150001872, 1.749565394], [102.68279724, 1.502034278], [103.340651028, 1.159233669], [103.646210811, 1.338645836]], [[37.237547857, 22.052985617], [39.182756479, 21.481533476]], [[32.653181104, 29.113614163], [31.725051762, 29.19736364], [31.05005224, 29.442584646], [30.375052718, 29.809307127], [29.981302997, 30.320335942], [29.700933196, 31.072270032]], [[45.450042039, 11.62547996], [45.337542118, 11.073982781], [45.01088235, 10.435118749]], [[65.250028012, 22.884654114], [63.221806842, 23.917101291], [60.000007317, 24.853912431], [58.71855992, 25.051482671], [56.339934324, 25.051482671]]]}, "properties": {"feature_id": "peace-cable-0", "cable_id": "peace-cable", "name": "PEACE Cable", "color": "#0090c5", "owners": "Peace Cable International Network Co. Ltd.", "rfs_year": 2022, "decommission_year": null, "length_km": 25000.0, "url": "http://www.peacecable.net"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-0.376975497, 39.459646713], [0.450073917, 39.264170198], [0.900073598, 39.03151488], [1.41889, 38.906115], [1.80007296, 38.944070959], [2.475072483, 39.264170198], [2.91156, 39.613535]]]}, "properties": {"feature_id": "penbal-4-0", "cable_id": "penbal-4", "name": "Penbal-4", "color": "#11b690", "owners": "Telefonica", "rfs_year": 1991, "decommission_year": null, "length_km": 317.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.114621432, 53.49317505], [-5.624921779, 53.669053535], [-4.499922576, 53.768910567], [-3.599923214, 53.768910567], [-3.006373634, 53.647933399]]]}, "properties": {"feature_id": "rockabill-0", "cable_id": "rockabill", "name": "Rockabill", "color": "#35b44a", "owners": "euNetworks", "rfs_year": 2019, "decommission_year": null, "length_km": 221.0, "url": "http://www.eunetworks.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[2.001342818, 41.304366225], [1.800072961, 40.729204125], [1.800072961, 40.043692193], [2.025072801, 39.351217571], [2.475072483, 39.177014585], [2.970972131, 39.354844128]]]}, "properties": {"feature_id": "penbal-5-0", "cable_id": "penbal-5", "name": "Penbal-5", "color": "#a82990", "owners": "Telefonica", "rfs_year": 1994, "decommission_year": null, "length_km": 315.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.087131452, 36.276723462], [-6.749920982, 36.240655233], [-8.549919707, 35.87687057], [-9.44991907, 35.419780517], [-11.249917795, 33.939640088], [-14.849915244, 29.736069497], [-15.187415005, 28.951554732], [-16.031164407, 28.441436356], [-16.371744166, 28.35553752]]]}, "properties": {"feature_id": "pencan-8-0", "cable_id": "pencan-8", "name": "Pencan-8", "color": "#a52d5f", "owners": "Telefonica", "rfs_year": 2011, "decommission_year": null, "length_km": 1400.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-6.42888121, 36.731294236], [-7.199920664, 36.42191605], [-8.774919548, 35.419780517], [-10.799918113, 33.939640088], [-14.399915563, 29.736069497], [-14.849915244, 28.951554732], [-15.450744819, 28.096374449]]]}, "properties": {"feature_id": "pencan-9-0", "cable_id": "pencan-9", "name": "Pencan-9", "color": "#86c440", "owners": "Telefonica", "rfs_year": 2016, "decommission_year": null, "length_km": 1398.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-58.68650419, 47.6176837], [-59.174883844, 47.197407396], [-59.624883525, 46.582355082], [-60.135383164, 46.251455775]], [[-60.135383164, 46.251455775], [-59.399883685, 46.582355082], [-58.949884003, 47.197407396], [-58.68650419, 47.6176837]]]}, "properties": {"feature_id": "persona-0", "cable_id": "persona", "name": "Persona", "color": "#8fac3c", "owners": "Eastlink", "rfs_year": 2008, "decommission_year": null, "length_km": 800.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[179.99994686, 61.488538765], [179.571917025, 60.869535166], [173.124951592, 55.906298727], [168.29995501, 54.122040571], [159.749961067, 52.64601998], [158.650010674, 53.016667897]], [[-179.99979747, 63.596795905], [-179.077829043, 62.781080494], [-179.999798251, 61.488538765]], [[177.640278393, 64.737839981], [177.57455844, 64.722536292], [177.502145757, 64.727190918], [178.649947678, 64.284866938], [179.774946881, 63.792395924], [179.999947642, 63.596795905]]]}, "properties": {"feature_id": "petropavlovsk-kamchatsky---anadyr-0", "cable_id": "petropavlovsk-kamchatsky---anadyr", "name": "Petropavlovsk-Kamchatsky - Anadyr", "color": "#af2364", "owners": "Rostelecom", "rfs_year": 2022, "decommission_year": null, "length_km": 2173.0, "url": "https://www.company.rt.ru/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.466700939, -0.816543192], [103.893750637, -0.33140933], [103.893750637, 0.118588419], [103.556250876, 0.793562653], [103.668750796, 1.018534217], [104.016637, 1.066798]], [[103.70596077, 1.259306293], [103.865575657, 1.185378177], [104.016637, 1.066798]]]}, "properties": {"feature_id": "pgascom-0", "cable_id": "pgascom", "name": "PGASCOM", "color": "#7c9e3e", "owners": "PGASCOM", "rfs_year": 2010, "decommission_year": null, "length_km": 264.0, "url": "http://www.pgascom.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[121.078149907, 13.635709425], [121.331238284, 13.492128176], [121.499988164, 13.273238158], [121.464538189, 13.045782551], [121.612484933, 12.834868818], [121.70270802, 12.634486177], [121.888557888, 12.193716488], [121.944811, 11.949244772]], [[121.612292772, 13.935275187], [121.781237964, 13.492128176], [121.884734181, 13.429083133], [121.949987845, 13.054150695], [122.062487766, 12.725155924], [122.081711705, 12.602955744]], [[122.081711705, 12.602955744], [122.118737725, 12.725155924], [122.793737247, 13.273238158], [122.95067073, 13.54688807]], [[122.081711705, 12.602955744], [122.174987685, 12.725155924], [122.343737566, 12.651987603], [122.343737566, 12.487282342], [122.399987527, 12.065895274], [122.749987279, 11.58320218]], [[121.944812068, 11.94926602], [121.950777844, 11.930929802]], [[122.562107411, 10.720150965], [122.737487287, 10.65660301], [122.968957, 10.640739]], [[123.412877434, 10.48370878], [123.524986729, 10.447696947], [123.635240558, 10.376237129]], [[122.749987279, 11.58320218], [122.962487128, 11.62547996], [123.299986889, 11.62547996], [123.861543402, 11.940899156]], [[123.167487323, 9.146219691], [123.187486969, 8.969223548], [123.243736928, 8.734552647], [123.335031326, 8.564097022]], [[125.486766774, 9.782713534], [125.099985614, 9.857094709], [124.874985773, 9.967915187], [124.842173948, 10.178582996]], [[124.397202033, 11.054861343], [124.302916178, 10.932011625], [124.199986251, 10.742581675], [124.087486331, 10.521444686], [123.988348843, 10.406420283]], [[124.600275968, 12.069904663], [124.424986091, 12.065895274], [124.087486331, 12.175887186], [123.901230741, 12.10598043]], [[123.901230741, 12.10598043], [123.862486489, 12.395734], [123.896120422, 12.683687102]], [[126.052520365, 9.8552074], [125.887485055, 9.801670473], [125.831235095, 9.690794261], [125.869720035, 9.498333546]], [[124.72892525, 9.172531795], [124.762485851, 9.080330768], [124.81649461, 8.982805933]], [[123.861543402, 11.940899156], [123.93298644, 11.537441867], [124.199986251, 11.29470932], [124.397202033, 11.054861343]], [[123.913586454, 9.622537096], [124.199986252, 9.30244153], [124.649985933, 8.635699417], [124.631915946, 8.454147535]], [[123.335031326, 8.564097022], [123.412486809, 8.746907464], [123.637486649, 8.85808231], [124.481236052, 8.635699417], [124.631915946, 8.454147535]], [[123.335031326, 8.564097022], [123.187486968, 8.635699417], [122.737487287, 8.41318536], [122.678476694, 8.073858106]], [[123.988348843, 10.406420283], [124.199986252, 10.300149066], [124.649985933, 10.189442767], [124.842173948, 10.178582996]], [[122.063271, 6.908093106], [121.949987845, 6.889421763], [121.724988004, 7.001096155], [121.724988004, 7.44752232], [121.949987845, 7.893494253], [122.412090349, 8.210039922], [122.678476694, 8.073858106]], [[123.838926507, 10.252013798], [123.86248649, 10.078698007], [123.80623653, 9.801670473], [123.878209136, 9.675391879]]]}, "properties": {"feature_id": "philippine-domestic-submarine-cable-network-pdscn-0", "cable_id": "philippine-domestic-submarine-cable-network-pdscn", "name": "Philippine Domestic Submarine Cable Network (PDSCN)", "color": "#5cc09d", "owners": "Eastern Telecom, Globe Telecom, Infinivan Inc.", "rfs_year": 2023, "decommission_year": null, "length_km": 2500.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[13.565445463, 41.217935235], [12.958679204, 40.895780106], [13.428232823, 40.795367334], [13.454176273, 40.789944463]], [[9.842201117, 43.048264814], [10.31644179, 42.812137578]], [[15.563363144, 41.918698364], [15.488973559, 42.115432901], [15.50887165, 42.123036161]], [[8.336105703, 41.081726281], [8.228993743, 40.948085546]], [[8.379527706, 39.206570283], [8.302684658, 39.145528667]], [[15.233512238, 38.805806382], [15.187563476, 38.681091555], [15.075900769, 38.63677917], [15.075063556, 38.549238005], [14.963613635, 38.488436613]], [[14.954325432, 38.468386921], [14.965563634, 38.424117612], [14.915688669, 38.380398158], [14.915688669, 38.249559955], [14.968438938, 38.147022083]], [[14.35827144, 38.535852974], [14.521948948, 38.510992323], [14.576656825, 38.564906523], [14.690698828, 38.578555827], [14.836638464, 38.578318962], [14.915688669, 38.556569559], [14.963613635, 38.488436613]], [[13.197330511, 38.708023845], [13.331314791, 38.387754736], [13.247603186, 38.189942704]], [[12.513618, 38.018253909], [12.341014788, 37.98820702], [12.07362, 37.968527908]], [[12.607558388, 35.501531474], [12.71256523, 35.602930323], [12.860768933, 35.858363617]], [[12.434917, 37.800091911], [11.948015771, 37.546826221], [11.756315907, 37.232354322], [11.94346, 36.830872962], [12.543815349, 36.240655233], [12.71256523, 36.013486867], [12.860768933, 35.858363617]], [[14.954325432, 38.468386921], [14.965563634, 38.424117612]]]}, "properties": {"feature_id": "piano-isole-minori-0", "cable_id": "piano-isole-minori", "name": "Piano Isole Minori", "color": "#3d71b7", "owners": "Infratel Italia", "rfs_year": 2024, "decommission_year": null, "length_km": 830.0, "url": "https://www.infratelitalia.it/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[165.341557106, -20.94561399], [165.857766741, -21.024574704], [166.161866525, -20.97707443], [166.680426158, -20.992666792], [166.981205945, -20.848996911], [167.151515824, -20.780630532]], [[166.489016294, -20.70564805], [166.46636631, -20.82718361], [166.161866525, -20.97707443]]]}, "properties": {"feature_id": "picot-1-0", "cable_id": "picot-1", "name": "Picot-1", "color": "#c83994", "owners": "OPT", "rfs_year": 2008, "decommission_year": null, "length_km": 0.0, "url": "https://www.opt.nc/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[151.206997119, -33.869551732], [152.099966487, -33.273630771], [154.020561551, -31.851465666], [154.799964574, -28.743810281], [154.799964574, -25.540896076], [154.349964893, -18.880139975], [153.899965212, -15.44102366], [154.799964574, -11.943944932], [154.799964574, -10.17745743], [152.999965849, -8.401139048], [149.3999684, -7.063446339], [148.049969356, -6.225371754], [147.599969675, -5.777839699], [147.318719874, -5.273944364], [146.907765265, -4.838945215], [145.899970879, -2.330766659], [146.655307363, 1.519276295], [146.249970631, 7.744889053], [145.349971269, 12.175887186], [145.124971428, 12.615395567], [144.787471667, 13.273238158], [144.694701733, 13.464772962]], [[145.784740961, -5.233684246], [146.02497079, -5.161910662], [146.67497033, -5.137011581], [146.907765265, -4.838945215]]]}, "properties": {"feature_id": "pipe-pacific-cable-1-ppc-1-0", "cable_id": "pipe-pacific-cable-1-ppc-1", "name": "PIPE Pacific Cable-1 (PPC-1)", "color": "#8ac53f", "owners": "Vocus Communications", "rfs_year": 2009, "decommission_year": null, "length_km": 6900.0, "url": "http://www.vocus.com.au"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[60.632841283, 25.295928769], [60.300031519, 25.145210227], [58.950032475, 24.839312826], [58.050033113, 24.122616987], [57.886048697, 23.679602601]], [[57.797303292, 25.681322708], [57.959313177, 25.190816399], [57.937533192, 24.122616987], [57.886048697, 23.678723712]]]}, "properties": {"feature_id": "pishgaman-oman-iran-poi-network-0", "cable_id": "pishgaman-oman-iran-poi-network", "name": "Pishgaman Oman Iran (POI) Network", "color": "#90499c", "owners": "Pishgaman Kavir", "rfs_year": 2012, "decommission_year": null, "length_km": 400.0, "url": "http://www.poiconnections.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[120.622988785, 14.088232047], [120.487488881, 13.929303843], [120.599988802, 13.710817738], [121.049988483, 13.546819477], [121.456238195, 13.492128176], [121.568738115, 13.273238158], [121.464538189, 13.045782551], [121.668738044, 12.834868818], [121.781237964, 12.615395567], [121.949987845, 12.175887186], [122.062487766, 12.065895274], [122.399987527, 11.955858207], [122.749987279, 11.58320218], [122.962487128, 11.845776374], [123.299986889, 11.845776374], [123.412486809, 11.955858207], [123.646176644, 12.366734534], [123.58133669, 12.505588132], [123.52498673, 12.615395567], [123.52498673, 12.834868818], [123.63748665, 13.054150695], [123.743736575, 13.138994854], [123.974986411, 13.163718918], [124.199986252, 13.054150695], [124.198716252, 12.617971818], [124.199986252, 12.285833556], [124.424986091, 12.120896898], [124.600275968, 12.069904663]], [[124.612775959, 11.006888021], [124.537486012, 10.742581675], [124.424986092, 10.521444686], [124.199986252, 10.410816505], [123.894616468, 10.309948397], [124.087486331, 10.410816505], [124.190416258, 10.932011625], [124.087486331, 11.29470932], [123.74998657, 11.29470932], [123.299986889, 10.950037884]], [[124.612775959, 11.006888021], [124.649985933, 10.742581675], [124.649985933, 10.410816505], [124.762485853, 9.967915187], [125.043735653, 9.746236974], [125.381235414, 9.30244153], [125.540615302, 8.947610464], [125.324985455, 9.30244153], [125.099985614, 9.524411345], [124.649985933, 9.413444259], [124.537486012, 9.080330768], [124.706235893, 8.635699417], [124.631915946, 8.454147535], [124.424986092, 8.635699417], [124.199986252, 8.635699417], [124.05765682, 8.325649124], [123.849986499, 8.149939793], [123.974986411, 8.41318536], [123.74998657, 8.802499063], [123.412486809, 9.080330768], [123.281436902, 9.295503919]]]}, "properties": {"feature_id": "pldt-domestic-fiber-optic-network-dfon-0", "cable_id": "pldt-domestic-fiber-optic-network-dfon", "name": "PLDT Domestic Fiber Optic Network (DFON)", "color": "#57b947", "owners": "PLDT", "rfs_year": 1997, "decommission_year": null, "length_km": 11100.0, "url": "http://www.pldt.com.ph"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.24020635, -7.413515958], [144.603869182, -7.965739196], [145.805114258, -8.831047291], [146.623353658, -9.428179774], [147.188519691, -9.479589293]]]}, "properties": {"feature_id": "png-lng-0", "cable_id": "png-lng", "name": "PNG LNG", "color": "#cf297b", "owners": "Telikom Papua New Guinea", "rfs_year": 2014, "decommission_year": null, "length_km": 200.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.729273011, 52.468822638], [2.250072642, 52.48646132], [3.825071526, 52.48646132], [4.524191031, 52.363666382]]]}, "properties": {"feature_id": "zeus-0", "cable_id": "zeus", "name": "Zeus", "color": "#2181bf", "owners": "Zayo", "rfs_year": 2022, "decommission_year": null, "length_km": 0.0, "url": "https://zayoeurope.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[10.392059062, 63.431002047], [10.293816944, 63.47597811], [9.900067223, 63.501086793], [9.843817262, 63.576280592], [9.675067382, 63.676208784], [9.506323502, 63.676230956], [9.450067541, 63.726074387], [9.450067541, 63.825498326], [9.618817422, 63.924572484], [9.900067223, 64.121675194], [10.237566984, 64.317390011], [10.462566824, 64.463269834], [10.800066585, 64.535919559], [11.025066426, 64.704685997], [11.237370963, 64.862079504], [11.475066107, 64.967780319], [11.700065948, 65.015339844], [11.925065788, 65.133868927], [12.207765588, 65.473557053], [12.178190609, 65.556163585], [12.262565549, 65.625960821], [12.54381535, 65.834046931], [12.631465288, 66.021538749], [12.76881519, 66.154419591], [13.018265014, 66.198066288], [12.993815031, 66.380804499], [13.050064991, 66.448323996], [12.937565071, 66.560452131], [13.050064991, 66.716585462], [13.500064672, 66.959954742], [13.950064354, 67.135437905], [14.400064035, 67.286005535], [14.512563955, 67.439493195], [14.906313676, 67.611514721], [15.131313517, 67.654325327], [15.356313357, 67.78229156], [15.581313198, 67.909561877], [15.887562981, 67.972937053], [16.1438128, 68.057168566], [16.17188778, 68.141168287], [16.127072811, 68.220747777], [16.065162855, 68.289722255], [16.152422793, 68.361874128], [16.31256268, 68.386428063], [16.668812428, 68.417357408], [17.073261877, 68.407854551], [17.560022734, 68.420548506]]]}, "properties": {"feature_id": "polar-circle-cable-0", "cable_id": "polar-circle-cable", "name": "Polar Circle Cable", "color": "#51b847", "owners": "KystTele", "rfs_year": 2007, "decommission_year": null, "length_km": 1004.0, "url": "http://www.kysttele.no"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[169.649954054, 70.250399733], [159.749961067, 72.13481545], [148.949968718, 72.812309971], [141.749973818, 73.07627581], [134.990896629, 72.811071967]], [[170.307, 69.7029], [169.649954054, 70.250399733]], [[179.99994825, 70.17422909], [177.749948316, 70.552280245], [171.89995246, 70.701552509], [169.649954054, 70.250399733]], [[-179.999798251, 64.187067307], [-172.799803352, 63.990428061], [-170.099805264, 64.768702733], [-169.199805902, 66.078504916], [-170.549804946, 67.668578262], [-175.94980112, 69.475900811], [-179.999796723, 70.17422909]], [[177.502145757, 64.727190918], [178.649947678, 64.47943091], [179.999946722, 64.187067307]], [[-179.999798251, 60.528451203], [-179.527825929, 60.869535166], [-172.799803352, 63.990428061]], [[159.749961067, 52.50929096], [161.999959473, 52.782322858], [168.29995501, 53.85747344], [174.024950954, 55.906298727], [179.977974081, 60.528451203]], [[158.650010674, 53.016667897], [159.749961067, 52.50929096]], [[142.726242659, 46.948992987], [143.437472623, 47.120911503], [145.124971427, 47.044305467], [147.599969673, 46.839484063], [153.44996553, 48.356569941], [158.849961705, 50.835111138], [159.749961067, 52.50929096]], [[131.91074739, 43.154615408], [132.299980513, 42.356956853], [133.199979875, 41.856179594], [134.549978919, 41.744358789], [137.924976528, 43.073310783], [140.849974456, 45.594085789], [141.974973659, 45.751305685], [143.099972862, 45.751305685], [144.674971744, 46.116434772], [145.124971427, 47.044305467]], [[133.199979875, 41.856179594], [133.199979875, 42.3292397], [132.891270094, 42.834535741]]]}, "properties": {"feature_id": "polar-express-0", "cable_id": "polar-express", "name": "Polar Express", "color": "#939597", "owners": "Russian Government", "rfs_year": 2022, "decommission_year": null, "length_km": 12650.0, "url": "https://xn--e1ahdckegffejda6k5a1a.xn--p1ai/en/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[81.000016854, 74.459133486], [78.750018448, 73.969500979], [71.550023549, 73.969500979], [65.700027693, 72.812309971], [63.000029606, 70.99679696], [60.750031199, 70.401898388]], [[78.750018448, 73.969500979], [80.100017492, 73.592449576], [80.531, 73.5077]], [[81.000016854, 74.459133486], [86.85001271, 75.951701164], [94.500007291, 77.204255773], [99.450003784, 77.499838145], [104.849999959, 77.883517178], [112.949994221, 77.499838145], [123.74998657, 76.275681083], [130.949981469, 74.093300005], [135.000705158, 72.811071967], [134.9999786, 72.812309971], [131.39998115, 71.996248165], [128.8645, 71.6375]], [[61.6637, 69.7512], [60.750031199, 70.401898388], [59.400032156, 70.552280245], [57.600033431, 70.401898388], [53.100036619, 69.944023103], [44.100042994, 69.633092281], [35.550049051, 69.475900811], [35.10004937, 69.317548867], [35.11421936, 69.183996651]]]}, "properties": {"feature_id": "polar-express-1", "cable_id": "polar-express", "name": "Polar Express", "color": "#cf3a26", "owners": "Russian Government", "rfs_year": 2022, "decommission_year": null, "length_km": 12650.0, "url": "https://xn--e1ahdckegffejda6k5a1a.xn--p1ai/en/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-1.087284, 50.80401], [-1.163284146, 50.729304038]]]}, "properties": {"feature_id": "portsmouth-ryde-10-0", "cable_id": "portsmouth-ryde-10", "name": "Portsmouth-Ryde 10", "color": "#923e97", "owners": "BT", "rfs_year": 2015, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-1.163284146, 50.729304038], [-1.103827181, 50.741177117], [-1.078430423, 50.77152492], [-1.087284, 50.80401]]]}, "properties": {"feature_id": "portsmouth-ryde-11-0", "cable_id": "portsmouth-ryde-11", "name": "Portsmouth-Ryde 11", "color": "#50429a", "owners": "BT", "rfs_year": 2015, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[32.466651236, 34.766571697], [32.737551044, 34.49779087], [33.300050646, 34.49779087], [33.610600426, 34.827281473]]]}, "properties": {"feature_id": "poseidon-0", "cable_id": "poseidon", "name": "POSEIDON", "color": "#a66d2c", "owners": "Ocean Specialists, Inc (OSI)", "rfs_year": 2014, "decommission_year": null, "length_km": 800.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-71.6, 41.4], [-40, 40], [-6.08, 36.28]]]}, "properties": {"feature_id": "legacy-681", "cable_id": "", "name": "TAT-5", "color": "#888888", "owners": "AT&T", "rfs_year": 1970, "decommission_year": 1993, "length_km": 6300.0, "url": "https://en.wikipedia.org/wiki/TAT-5"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-72.953411234, -41.460374245], [-73.349873802, -41.609223086], [-73.799873484, -41.64192626], [-74.249873165, -41.398592454], [-74.249873165, -40.549228298], [-73.793363489, -39.152161937], [-73.39677377, -38.78712694], [-73.574873644, -38.700856737], [-73.799873484, -38.348806011], [-73.799873484, -37.043280407], [-73.574873644, -36.863477581], [-73.108973974, -36.831684322], [-73.124873962, -35.958118199], [-72.899874122, -35.470960275], [-72.416064464, -35.318374762], [-72.44987444, -34.734661513], [-72.2248746, -33.991743556], [-71.600095042, -33.546885275], [-71.774874918, -33.367636764], [-71.620435027, -33.045541232], [-71.774874918, -31.851465666], [-71.999874759, -30.309953345], [-71.549875077, -29.920697111], [-71.250217087, -29.906307232], [-71.549875077, -29.529912966], [-71.774874919, -28.743810281], [-71.549875078, -27.420446776], [-70.812355601, -27.061994602], [-71.099875397, -26.215682285], [-71.099875396, -24.316706749], [-70.762375635, -23.905969262], [-70.399973548, -23.650023631], [-70.762375635, -23.493922446], [-70.762375636, -22.94251974], [-70.649875716, -22.527485287], [-70.197656036, -22.088379684], [-70.649875716, -21.274950941], [-70.649875716, -20.855024451], [-70.142210059, -20.216704865], [-70.649875716, -19.588268776], [-70.649875715, -19.305384072], [-70.306755958, -18.473543074]]]}, "properties": {"feature_id": "prat-0", "cable_id": "prat", "name": "Prat", "color": "#18b199", "owners": "Grupo Gtd", "rfs_year": 2020, "decommission_year": null, "length_km": 3500.0, "url": "https://www.gtd.cl"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.705301883, 15.115146652], [145.492801326, 15.060835787], [145.637471065, 15.011508499]], [[136.904611137, 34.419427805], [137.617806904, 32.896329058], [138.180306505, 31.372163079], [141.780303956, 21.728227953], [144.030302362, 17.06073219], [144.705301883, 15.115146652], [144.817801804, 14.026348565], [144.816835137, 13.543635829]]]}, "properties": {"feature_id": "proa-0", "cable_id": "proa", "name": "Proa", "color": "#939597", "owners": "Google", "rfs_year": 2026, "decommission_year": null, "length_km": 2891.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.7189822, -3.35216261], [-64.499880072, -3.485507134], [-64.049880391, -3.71006339], [-63.59988071, -3.822320337], [-63.14769152, -4.09194181], [-62.362381587, -3.71006339], [-61.912381905, -3.934562592], [-61.349882304, -3.597792179], [-60.899882623, -3.597792179], [-60.63541789, -3.289115312], [-60.18773608, -3.27912822], [-60.020649, -3.123896], [-60.562382862, -2.980064758], [-60.674882782, -2.755346826], [-60.94388627, -2.62392829]]]}, "properties": {"feature_id": "projeto-amaznia-conectada-pac-01-0", "cable_id": "projeto-amaznia-conectada-pac-01", "name": "Projeto Amaz\u00f4nia Conectada (PAC 01)", "color": "#6d4a9d", "owners": "Government of Brazil", "rfs_year": 2017, "decommission_year": null, "length_km": 800.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-67.08799538, -0.119416258], [-66.512628646, -0.318639544], [-66.287628806, -0.318639544], [-65.612629284, -0.318639544], [-65.275129523, -0.431137038], [-65.01571917, -0.414957876], [-64.600130001, -0.431137038], [-63.812630559, -0.318639544], [-63.362630878, -0.599880028], [-63.025131117, -0.712372553], [-62.92576971, -0.974081207], [-62.575131436, -1.04983192], [-61.900131914, -1.387254868], [-61.63505657, -1.458572191], [-61.450132233, -1.724629701], [-61.450132233, -1.837074984], [-61.056382512, -2.174352918], [-60.94388627, -2.62392829]]]}, "properties": {"feature_id": "projeto-amaznia-conectada-pac-02-0", "cable_id": "projeto-amaznia-conectada-pac-02", "name": "Projeto Amaz\u00f4nia Conectada (PAC 02)", "color": "#34af49", "owners": "Government of Brazil", "rfs_year": 2021, "decommission_year": null, "length_km": 1001.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[51.519277739, 25.294608758], [52.200037257, 25.653336613], [52.420247101, 25.668921307], [52.650036938, 25.450342947], [52.865956785, 25.152632914], [54.000035982, 24.532657566], [54.419075685, 24.443964573]]]}, "properties": {"feature_id": "qatar-u-a-e-submarine-cable-system-0", "cable_id": "qatar-u-a-e-submarine-cable-system", "name": "Qatar-U.A.E. Submarine Cable System", "color": "#d01c59", "owners": "Ooredoo, e&", "rfs_year": 2004, "decommission_year": null, "length_km": 100.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.449096646, 51.382587058], [1.799258657, 51.16076158], [2.48393478, 51.16076158], [2.912772173, 51.231220565]]]}, "properties": {"feature_id": "qe-north-0", "cable_id": "qe-north", "name": "Q&E North", "color": "#939597", "owners": "EXA Infrastructure", "rfs_year": 2025, "decommission_year": null, "length_km": 112.0, "url": "https://exainfra.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[0.046277779, 50.79292283], [1.150443761, 50.146539733], [1.493433178, 50.179173873]]]}, "properties": {"feature_id": "qe-south-0", "cable_id": "qe-south", "name": "Q&E South", "color": "#939597", "owners": "euNetworks", "rfs_year": 2026, "decommission_year": null, "length_km": 141.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-148.456765585, 70.294045936], [-148.387320647, 70.502276603], [-148.499820565, 70.800454459], [-155.249815784, 71.668872349], [-158.399813552, 71.668872349], [-161.118562103, 71.2456293], [-162.899810364, 70.800454459], [-166.949807495, 69.104595056], [-167.849806858, 68.617767559], [-168.299806539, 68.120141169], [-168.52480638, 66.017609452], [-168.074806698, 64.896282206], [-166.949807495, 64.317390011], [-166.049808133, 64.317390011], [-165.406398957, 64.501110537]], [[-156.78863528, 71.290556793], [-156.599814827, 71.383695491], [-156.599814827, 71.668872349]], [[-167.849806858, 68.617767559], [-167.399807176, 68.453101884], [-166.808057929, 68.347772715]], [[-168.299806539, 68.120141169], [-166.949807495, 67.439493195], [-165.599808452, 67.091686036], [-163.799809727, 66.915885357], [-162.596681019, 66.898341239]], [[-161.118562103, 71.2456293], [-160.649811958, 70.800454459], [-160.038342896, 70.63694727]]]}, "properties": {"feature_id": "quintillion-subsea-cable-network-0", "cable_id": "quintillion-subsea-cable-network", "name": "Quintillion Subsea Cable Network", "color": "#baab31", "owners": "Quintillion", "rfs_year": 2017, "decommission_year": null, "length_km": 1900.0, "url": "https://www.quintillionglobal.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-1.518674689, 59.508848682], [-1.799924489, 59.394489267], [-2.137424252, 59.308465665], [-2.419079, 59.2898446]], [[-6.1778038, 56.2917343], [-6.159296401, 56.241171228], [-6.187421381, 56.178604167], [-6.215546362, 56.115934961], [-6.1801888, 56.1036592]], [[-6.3945033, 56.3293938], [-6.3682391, 56.3233499]], [[-5.4424035, 56.5524143], [-5.4124115, 56.5523086]], [[-6.1606929, 56.9120302], [-6.187421381, 56.93804055], [-6.131171421, 56.953380855], [-6.018671501, 56.922693933], [-5.8507796, 56.9469819]], [[-3.0856084, 58.8310597], [-2.9913694, 58.8264028]], [[-3.1720258, 58.8227449], [-3.1451248, 58.8296825]], [[-2.8362038, 59.0251998], [-2.8177204, 58.9792221]], [[-3.1103313, 59.1145555], [-3.078059, 59.143849]], [[-2.857578, 59.255413], [-2.7838271, 59.225208]], [[-2.7662283, 59.1923008], [-2.7014958, 59.2063227]], [[-2.7014958, 59.2063227], [-2.6536596, 59.1489445]], [[-1.024927, 60.341001], [-1.096799988, 60.345013749], [-1.1414772, 60.351445]], [[-1.287109, 59.869131], [-1.237424888, 59.793058907], [-1.293674848, 59.679663707], [-1.518674689, 59.508848682], [-1.6137733, 59.5262096]], [[-1.05559, 60.49937], [-1.124924968, 60.470013653], [-1.18216, 60.459095]], [[-0.966812, 60.687366], [-1.0068292, 60.6701315]]]}, "properties": {"feature_id": "r100-north-0", "cable_id": "r100-north", "name": "R100 North", "color": "#dc673d", "owners": "BT", "rfs_year": 2023, "decommission_year": null, "length_km": 224.0, "url": "https://www.scotlandsuperfast.com/r100-programme/r100-subsea-deployment/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[72.87590261, 19.076074257], [70.200024506, 19.6350641], [66.600027056, 20.163975032], [62.775029766, 20.375041253], [58.950032475, 17.609605913], [55.350035025, 15.886035719], [48.600039807, 13.273238158], [45.450042039, 12.505588132], [44.550042676, 12.285833556], [43.881959133, 12.458770747], [43.425043473, 12.615395567], [43.340668533, 12.834868818], [43.256293593, 13.054150695], [43.031293752, 13.929303843], [42.525044111, 14.801154225], [41.850044589, 16.534196198], [39.487546263, 20.375041253], [39.150046501, 20.936468], [38.70004682, 22.052985617], [37.462547697, 24.122616987], [36.450048414, 25.754704263], [35.696548948, 27.3540103]], [[35.696548948, 27.3540103], [35.80902892, 28.114238356], [35.386279636, 29.113614163], [35.005095, 29.581033231], [35.522363858, 29.189902085], [35.993890401, 28.150207429], [35.696548948, 27.3540103]], [[44.550042676, 12.285833556], [43.636370283, 11.946505433], [43.147993669, 11.594869371]], [[55.350035025, 15.886035719], [54.787535423, 16.534196198], [54.148085877, 17.095827187]], [[62.775029766, 20.375041253], [62.775029766, 22.469443965], [59.850031838, 24.225251377], [58.500032794, 23.891388761], [57.886053228, 23.678723426]]]}, "properties": {"feature_id": "raman-0", "cable_id": "raman", "name": "Raman", "color": "#939597", "owners": "Google, Sparkle, Zain Omantel International", "rfs_year": 2026, "decommission_year": null, "length_km": 7376.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.839209831, 18.32460417], [-64.82562908, 18.30011843]]]}, "properties": {"feature_id": "red-hook-little-saint-james-0", "cable_id": "red-hook-little-saint-james", "name": "Red Hook-Little Saint James", "color": "#c45527", "owners": "Virgin Islands Water and Power Authority", "rfs_year": 2005, "decommission_year": null, "length_km": 5.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[33.082765643, 28.365936334], [32.850090966, 28.951554732], [32.653181104, 29.113614163], [32.597126144, 29.344566989], [32.428051264, 29.638336094], [32.529931191, 29.972545436], [32.400051283, 30.174689758], [32.287551363, 30.369009214], [32.287551363, 30.51449596], [32.231301402, 30.837020582], [32.284451365, 31.259278146]]]}, "properties": {"feature_id": "red2med-0", "cable_id": "red2med", "name": "Red2Med", "color": "#7b231b", "owners": "Telecom Egypt", "rfs_year": 2023, "decommission_year": null, "length_km": 420.0, "url": "https://www.te.eg/interactivemap/#/the-digital-hub"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[107.12099835, -5.98115426], [106.410599127, -4.602669831], [106.9788081, -2.960568198], [106.515777135, -1.514424619], [105.406715423, 0.176337305], [104.940999298, 0.723416167], [104.538306261, 0.869187053], [104.133200467, 1.173685663], [103.987010571, 1.375393]]]}, "properties": {"feature_id": "rising-8-0", "cable_id": "rising-8", "name": "RISING 8", "color": "#939597", "owners": "Moratelindo, Triasmitra", "rfs_year": 2026, "decommission_year": null, "length_km": 1104.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.491495657, 2.800285608], [104.157026218, 2.816426214]]]}, "properties": {"feature_id": "rompin-tioman-island-0", "cable_id": "rompin-tioman-island", "name": "Rompin-Tioman Island", "color": "#5ac6d1", "owners": "Telekom Malaysia", "rfs_year": 2018, "decommission_year": null, "length_km": 75.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.554314, 40.726811], [8.606318139, 40.927829545], [9.00006786, 41.182330346], [9.2250677, 41.224651395], [9.410541579, 41.219397306], [9.900067222, 41.688375226], [10.575066744, 42.162680228], [10.915052605, 42.358453184], [11.137566345, 42.246014932], [11.475066106, 42.162680228], [11.791575, 42.096099]]]}, "properties": {"feature_id": "romsar-2-0", "cable_id": "romsar-2", "name": "ROMSAR 2", "color": "#6b4099", "owners": "Sparkle", "rfs_year": 1996, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-0.210385616, 39.662556], [0.450073917, 39.438156638], [2.250072642, 39.438156638], [2.462768, 39.499952627]]]}, "properties": {"feature_id": "romulo-0", "cable_id": "romulo", "name": "Romulo", "color": "#e1b524", "owners": "Red Electrica", "rfs_year": 2011, "decommission_year": null, "length_km": 237.0, "url": "https://www.ree.es/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.612503914, 36.763842174], [-2.587423932, 36.452085168], [-2.699923852, 35.7247979], [-2.938093683, 35.292274113]]]}, "properties": {"feature_id": "roquetas-melilla-cam-0", "cable_id": "roquetas-melilla-cam", "name": "Roquetas-Melilla (CAM)", "color": "#2fa685", "owners": "Telefonica", "rfs_year": 2014, "decommission_year": null, "length_km": 181.0, "url": "https://www.telefonica.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.785011, 41.832657], [8.583368155, 41.793815103], [8.583368155, 41.709886147], [8.752118035, 41.667880522], [8.90575, 41.67415]]]}, "properties": {"feature_id": "ruppione-isolella-0", "cable_id": "ruppione-isolella", "name": "Ruppione-Isolella", "color": "#c41788", "owners": "Corsica Haut D\u00e9bit", "rfs_year": 2007, "decommission_year": null, "length_km": 62.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[132.891270094, 42.834535741], [133.649979557, 42.3292397], [134.77497876, 41.407726237], [137.024977166, 38.651811713], [138.236076308, 37.147847425], [137.249977007, 38.651811713], [134.999978601, 41.407726237], [133.649979557, 42.412354501], [132.891270094, 42.834535741]]]}, "properties": {"feature_id": "russia-japan-cable-network-rjcn-0", "cable_id": "russia-japan-cable-network-rjcn", "name": "Russia-Japan Cable Network (RJCN)", "color": "#eb8c22", "owners": "KDDI, Rostelecom", "rfs_year": 2008, "decommission_year": null, "length_km": 1800.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[114.603993049, -3.327586829], [114.187493344, -3.703826471], [113.962493504, -4.377144376], [113.737493663, -4.825692499], [113.174994062, -5.721872748], [112.72499438, -6.393099498], [112.72499438, -6.616650693], [112.746674365, -7.258591949], [112.893744262, -6.616650693], [113.06249414, -6.393099498], [114.469705726, -6.16945053], [116.07081354, -6.321671514], [117.379919228, -6.393099498], [118.799990077, -5.385957847], [119.412389643, -5.152180217], [118.799990077, -5.161910662], [116.583101647, -4.628705102], [114.749992946, -4.601453765], [114.412493185, -4.377144376], [114.299993265, -3.703826471], [114.603993049, -3.327586829]]]}, "properties": {"feature_id": "s-u-b-cable-system-0", "cable_id": "s-u-b-cable-system", "name": "S-U-B Cable System", "color": "#cd5628", "owners": "Telkom Indonesia", "rfs_year": 2008, "decommission_year": null, "length_km": 2009.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-62.729761326, 17.298635547], [-62.829761255, 17.298635547], [-62.987041143, 17.386453129], [-62.985525676, 17.475893645], [-63.087091073, 17.481859237], [-63.251640956, 17.521161557], [-63.244216899, 17.61509755], [-63.351690885, 17.616496979], [-63.351690885, 17.711782056], [-63.155061024, 17.929327758], [-63.055056877, 18.024447867], [-62.943631174, 17.984511967], [-62.850548812, 17.897915647]]]}, "properties": {"feature_id": "saba-statia-cable-system-sscs-0", "cable_id": "saba-statia-cable-system-sscs", "name": "Saba, Statia Cable System (SSCS)", "color": "#c01f38", "owners": "Government of the Netherlands", "rfs_year": 2013, "decommission_year": null, "length_km": 198.0, "url": "http://www.sscsbv.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[18.445861169, -33.727218196], [18.000061485, -34.116020122], [17.775061644, -34.857839362], [18.450061166, -36.32152776], [19.800060209, -37.401610748], [23.400057659, -37.401610748], [26.100055746, -36.32152776], [33.300050646, -30.309953345], [38.70004682, -28.743810281], [41.400044908, -28.743810281], [45.450041667, -28.743810607], [47.250040764, -27.951747285], [52.650036938, -23.080583506], [54.000035982, -20.995131543], [54.450035663, -20.574419057], [54.900035344, -20.363625544], [55.800034707, -20.363625544], [56.700034069, -20.574419057], [57.15003375, -20.574419057], [57.485483513, -20.473995661], [57.600033432, -20.679706954], [57.825033272, -20.995131543]], [[54.450035663, -20.574419057], [54.900035344, -20.784921869], [55.279235076, -21.000051588], [55.350035025, -20.784921869], [55.800034707, -20.574419057], [56.700034069, -20.784921869], [57.15003375, -20.995131543], [57.825033272, -20.995131543], [58.275032953, -20.574419057], [60.300031519, -18.880139975], [63.000029606, -14.571726491], [65.700027693, -11.943944932], [72.900022593, -8.401139048], [75.150020999, -6.616650693], [76.950019724, -3.029995968], [77.400019405, 0.568578853], [81.000016855, 1.468426767], [85.500013667, -1.681114627], [90.000010479, -0.781332309], [92.700008566, 3.715978119], [94.275007451, 4.713260444], [95.453282254, 5.818423044], [97.425005219, 5.733989114], [99.675003625, 5.39808113], [100.409823104, 5.368393581]], [[76.269550206, 9.938386425], [76.050020361, 9.524411345], [76.500020043, 4.16491285], [77.400019405, 0.568578853]], [[31.757961738, -28.950559667], [32.625051124, -29.529912966], [33.300050646, -30.309953345]]]}, "properties": {"feature_id": "safe-0", "cable_id": "safe", "name": "SAFE", "color": "#a9499b", "owners": "AT&T, Angola Telecom, BICS, Camtel, China Telecom, Chunghwa Telecom, Cogent, Ghana Telecommunications Company, KPN, Liquid Intelligent Technologies, Maroc Telecom, Mauritius Telecom, NATCOM (Nigeria), OPT, Orange, Orange Cote d\u2019Ivoire, PCCW, Singtel, Sonatel, Sparkle, Tata Communications, Telecom Namibia, Telefonica, Telekom Malaysia, Telkom South Africa, Telstra, Verizon, Vodafone", "rfs_year": 2002, "decommission_year": null, "length_km": 13500.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.102749316, 38.443079483], [-8.999919388, 38.122730108], [-9.224919229, 37.232354322], [-8.999919389, 36.903212295], [-8.887419469, 36.903212295], [-8.774539549, 37.073387515]]]}, "properties": {"feature_id": "sagres-0", "cable_id": "sagres", "name": "Sagres", "color": "#4ab970", "owners": "Altice Portugal", "rfs_year": 1998, "decommission_year": null, "length_km": 302.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[143.1455337, 46.859505192], [143.454021634, 46.93117918], [145.574971109, 46.272182854], [147.599969675, 45.251927381], [147.881512444, 45.086689968], [147.599969675, 45.172673247], [147.059970057, 45.03772308], [146.756345272, 44.69482909], [146.699970312, 44.374057511], [146.249970631, 44.051519229], [145.858564658, 44.034531551], [146.249970631, 43.889587736], [146.747235904, 43.793619742]]]}, "properties": {"feature_id": "sakhalin-kuril-islands-cable-0", "cable_id": "sakhalin-kuril-islands-cable", "name": "Sakhalin-Kuril Islands Cable", "color": "#c1b230", "owners": "Rostelecom", "rfs_year": 2019, "decommission_year": null, "length_km": 940.0, "url": "https://www.company.rt.ru/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-171.766694083, -13.833489256], [-171.449804307, -13.808261465], [-170.999804626, -13.917484462], [-170.695704842, -14.276544564]]]}, "properties": {"feature_id": "samoa-american-samoa-sas-0", "cable_id": "samoa-american-samoa-sas", "name": "Samoa-American Samoa (SAS)", "color": "#924d9e", "owners": "American Samoa Government, Elandia", "rfs_year": 2009, "decommission_year": null, "length_km": 250.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-81.70055037, 12.584703013], [-78.299870296, 10.410816505], [-76.499871571, 9.967915187], [-75.558662238, 9.49638198]]]}, "properties": {"feature_id": "san-andres-isla-tolu-submarine-cable-sait-0", "cable_id": "san-andres-isla-tolu-submarine-cable-sait", "name": "San Andres Isla Tolu Submarine Cable (SAIT)", "color": "#c28c2b", "owners": "Energ\u00eda Integral Andina", "rfs_year": 2010, "decommission_year": null, "length_km": 826.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[121.642738062, -8.845694469], [121.724988004, -9.068306004], [122.849987207, -9.808147286], [123.299986889, -9.900514028], [123.583386688, -10.182939737]], [[118.976199951, -8.505601594], [119.249989758, -8.19704914], [119.587489518, -8.141369966], [119.868739319, -8.19704914], [119.907559292, -8.475554576]]]}, "properties": {"feature_id": "sape-labuan-bajo-ende-kupang-0", "cable_id": "sape-labuan-bajo-ende-kupang", "name": "Sape-Labuan Bajo-Ende-Kupang", "color": "#2982bd", "owners": "Moratelindo", "rfs_year": 2021, "decommission_year": null, "length_km": 474.0, "url": "http://moratelindo.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[9.168977271, 41.390447304], [9.190426159, 41.239857199]]]}, "properties": {"feature_id": "sarco-0", "cable_id": "sarco", "name": "SARCO", "color": "#45b648", "owners": "Free", "rfs_year": 2006, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-5.809831648, 54.857802003], [-5.624921779, 55.045586705], [-5.174922098, 55.23848221], [-4.854172325, 55.240403607]]]}, "properties": {"feature_id": "scotland-northern-ireland-4-0", "cable_id": "scotland-northern-ireland-4", "name": "Scotland-Northern Ireland 4", "color": "#a4ab37", "owners": "BT", "rfs_year": 2022, "decommission_year": null, "length_km": 85.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-9.102749316, 38.443079483], [-9.224919229, 38.122730108], [-9.56241899, 37.232354322], [-9.899918751, 35.7856619], [-10.349918432, 33.939640088], [-12.824916679, 30.126049847], [-13.47283187, 28.161052262], [-14.849915244, 26.964304735], [-17.999913013, 22.884654114], [-19.349912056, 19.952622905], [-19.349912056, 15.018578574], [-19.349912056, 11.735650161], [-17.999913013, 8.635699417], [-13.499916201, 3.715978119], [-10.799918113, 1.018534217], [-3.599923214, 1.018534217], [-0.224925605, 1.481465915], [1.57507312, 2.592701465], [2.250072642, 2.92980888], [2.925072164, 4.16491285], [3.423511811, 6.439066911]], [[2.925072164, 4.16491285], [5.40007041, 2.817450443], [6.300069773, 2.592701465], [7.425068976, 1.468426767], [7.650068817, 0.343586285], [8.100068498, -4.825692499], [8.550068179, -6.616650693], [9.675067382, -10.62006486], [9.450067541, -18.026426384], [10.800066585, -23.493922446], [14.400064035, -30.309953345], [15.975062919, -32.612760006], [17.550061803, -33.649045377], [18.445861169, -33.727218196]], [[-17.445713405, 14.686594842], [-18.449912694, 15.018578574], [-19.349912056, 15.018578574]], [[-4.026242912, 5.323508792], [-3.937422975, 3.266814817], [-3.824923054, 2.367912559], [-3.699923143, 1.468426767], [-3.599923214, 1.018534217]], [[-0.204315619, 5.55828589], [-0.224925605, 3.279837005], [-0.224925605, 1.481465915]], [[9.70641736, 4.047345511], [9.225067701, 3.266814817], [8.100068498, 2.817450443], [6.300069773, 2.592701465]], [[13.372424763, -8.776668857], [12.60006531, -9.014619376], [11.700065948, -9.512401827], [9.675067382, -10.62006486]], [[-14.849915244, 26.964304735], [-15.862464527, 27.80791181], [-15.862464527, 27.942751993], [-15.699964642, 27.999761412]], [[2.250072642, 2.92980888], [2.025072801, 3.828234303], [2.025072801, 5.061986954], [2.440112507, 6.356673335]], [[7.650068817, 0.343586285], [8.550068179, 0.343586285], [9.454267538, 0.394465192]], [[-10.349918432, 33.939640088], [-8.549919707, 35.419780517], [-7.199920664, 36.331338356], [-6.42888121, 36.731294236]]]}, "properties": {"feature_id": "sat-3wasc-0", "cable_id": "sat-3wasc", "name": "SAT-3/WASC", "color": "#04a6c7", "owners": "AT&T, Altice Portugal, Angola Telecom, BICS, BT, Camtel, China Telecom, Chunghwa Telecom, Cogent, Cyta, Deutsche Telekom, Ghana Telecommunications Company, KPN, KT, Liquid Intelligent Technologies, Maroc Telecom, Mauritius Telecom, NATCOM (Nigeria), OPT, Orange, Orange Cote d\u2019Ivoire, PCCW, SBIN (La Soci\u00e9t\u00e9 B\u00e9ninoise d\u2019Infrastructures Num\u00e9riques), Singtel, Sparkle, Tata Communications, Telecom Namibia, Telekom Malaysia, Telkom South Africa, Telstra, Telxius, Verizon, Vodafone", "rfs_year": 2002, "decommission_year": null, "length_km": 14350.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[37.219677869, 19.615566595], [37.589237574, 20.130435865], [38.100047246, 20.656013868], [39.182756479, 21.481533476]]]}, "properties": {"feature_id": "saudi-arabia-sudan-1-sas-1-0", "cable_id": "saudi-arabia-sudan-1-sas-1", "name": "Saudi Arabia-Sudan-1 (SAS-1)", "color": "#68bc45", "owners": "Sudatel, The Arab Investment Company, center3", "rfs_year": 2003, "decommission_year": null, "length_km": 333.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[37.219677869, 19.615566595], [37.589237574, 20.236025167], [38.100047246, 20.796306105], [39.182756479, 21.481533476]]]}, "properties": {"feature_id": "saudi-arabia-sudan-2-sas-2-0", "cable_id": "saudi-arabia-sudan-2-sas-2", "name": "Saudi Arabia-Sudan-2 (SAS-2)", "color": "#3c67b1", "owners": "Sudatel, center3", "rfs_year": 2011, "decommission_year": null, "length_km": 330.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[39.182863, 21.481542781], [38.812546741, 22.052985617], [37.800047457, 23.848523186], [36.562548335, 25.754704263], [35.606299012, 26.562513149], [34.461379824, 27.916953178], [34.461379824, 27.991483448], [34.489504803, 28.115586087], [34.573879743, 28.313851747], [34.767629606, 29.089044023], [34.952209475, 29.283852]], [[35.606299012, 26.562513149], [35.606299012, 27.097918575], [35.696528948, 27.354019]], [[37.800047457, 23.848523186], [37.968797338, 23.917101291], [38.10701724, 24.070617]]]}, "properties": {"feature_id": "saudi-vision-0", "cable_id": "saudi-vision", "name": "Saudi Vision", "color": "#c76a28", "owners": "center3", "rfs_year": 2023, "decommission_year": null, "length_km": 1071.0, "url": "https://center3.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.640495281, 56.070694017], [12.668130262, 56.057309588], [12.695765242, 56.043920512], [12.683020251, 56.02474049], [12.67027526, 56.005550936], [12.64176028, 56.019473116], [12.613245301, 56.033390278], [12.626870291, 56.052046658], [12.640495281, 56.070694017]]]}, "properties": {"feature_id": "scandinavian-ring-north-0", "cable_id": "scandinavian-ring-north", "name": "Scandinavian Ring North", "color": "#79c042", "owners": "Arelion", "rfs_year": 2000, "decommission_year": null, "length_km": 5.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.67027526, 55.593736175], [12.825115151, 55.589678857], [12.918815084, 55.556803647], [12.76881519, 55.557906529], [12.67027526, 55.593736175]]]}, "properties": {"feature_id": "scandinavian-ring-south-0", "cable_id": "scandinavian-ring-south", "name": "Scandinavian Ring South", "color": "#84489c", "owners": "Arelion", "rfs_year": 2000, "decommission_year": null, "length_km": 21.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-5.53869184, 54.643037743], [-5.287422018, 54.689518718], [-5.174922098, 54.754492369], [-5.11550214, 54.844025369]]]}, "properties": {"feature_id": "scotland-northern-ireland-3-0", "cable_id": "scotland-northern-ireland-3", "name": "Scotland-Northern Ireland 3", "color": "#44b649", "owners": "BT", "rfs_year": 2022, "decommission_year": null, "length_km": 42.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-4.16950281, 51.558094716], [-5.399921939, 51.446820152], [-5.849921621, 51.58683398], [-6.585031099, 52.171647958]]]}, "properties": {"feature_id": "solas-0", "cable_id": "solas", "name": "Solas", "color": "#af3143", "owners": "Vodafone, eir", "rfs_year": 1999, "decommission_year": null, "length_km": 232.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.729273011, 52.468822638], [2.250072642, 52.623261419], [3.825071526, 52.623261419], [4.275071207, 52.554914683], [4.613670968, 52.458501705]]]}, "properties": {"feature_id": "scylla-0", "cable_id": "scylla", "name": "Scylla", "color": "#b82a3f", "owners": "euNetworks", "rfs_year": 2021, "decommission_year": null, "length_km": 204.0, "url": "http://www.eunetworks.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.646090812, 1.338585852], [103.837500676, 1.168506749], [104.140020462, 1.157968929], [104.260025377, 1.468426767], [104.625000119, 2.817450443], [105.749999322, 4.501447394], [107.099998365, 5.174038327], [107.999997728, 5.845915088], [110.024996293, 7.744889053], [111.262495417, 9.967915187], [112.274994699, 12.615395567], [113.849993583, 17.108519961], [114.074993424, 18.251816319], [113.962493504, 20.796306105], [114.258683294, 22.318292679]], [[105.749999322, 4.501447394], [104.835969969, 5.39808113], [103.048831235, 7.005165564], [101.700002191, 7.07553093], [100.595102973, 7.198818071]], [[114.074993424, 18.251816319], [111.149995496, 18.287425987], [110.049376275, 18.389897]], [[107.999997728, 5.845915088], [109.12499693, 4.16491285], [109.799996453, 2.817450443], [110.362496054, 1.91822878], [110.35370606, 1.520169127]], [[113.849993583, 17.108519961], [116.999991352, 16.749771316], [119.92498928, 16.642014063], [120.320938999, 16.615894147]]]}, "properties": {"feature_id": "sea-h2x-0", "cable_id": "sea-h2x", "name": "SEA-H2X", "color": "#939597", "owners": "China Mobile, China Unicom, Converge ICT", "rfs_year": 2026, "decommission_year": null, "length_km": 6000.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-118.399453445, 33.862474869], [-120.59984033, 33.189714665], [-122.399839055, 33.189714665], [-127.799835229, 32.812318783], [-138.603104586, 30.516425506], [-147.603098211, 28.95351458], [-152.999817378, 25.754704263], [-157.949813871, 22.677206197], [-158.399813552, 22.052985617], [-158.45606296, 21.739833731], [-158.456063507, 21.635297385], [-158.220663288, 21.463446823], [-158.399813552, 21.268825931], [-158.849813233, 21.006499845], [-163.799809727, 19.952622905], [-172.799803351, 19.952622905], [-179.999798251, 18.251816319]], [[137.249977007, 10.853089691], [137.699976688, 9.967915187], [138.061499869, 9.443922836]], [[133.199979876, 9.080330768], [133.649979557, 8.190543418], [134.560940826, 7.531746239]], [[125.612875876, 7.079988883], [125.999984976, 5.957818681], [126.449984658, 5.061986954]], [[125.065610638, 1.378623022], [125.999984976, 1.91822878], [126.449984658, 3.266814817], [126.449984658, 5.061986954], [133.199979876, 9.080330768], [137.249977007, 10.853089691], [143.999972225, 13.054150695], [144.694698295, 13.464777825]], [[144.694701733, 13.464772962], [144.899971587, 13.273238158], [145.349971269, 13.492128176], [146.249970631, 14.038469666], [147.149969994, 14.147583507], [151.199967124, 14.365653759], [160.199960749, 15.669513225], [179.999926722, 18.251816319]]]}, "properties": {"feature_id": "sea-us-0", "cable_id": "sea-us", "name": "SEA-US", "color": "#4eb748", "owners": "GTA TeleGuam, Globe Telecom, Hawaiian Telcom, Lightstorm Telecom, Telin", "rfs_year": 2017, "decommission_year": null, "length_km": 14500.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-71.593675046, 41.191963142], [-71.491625119, 41.323294052], [-71.442775153, 41.441393468]]]}, "properties": {"feature_id": "sea2shore-0", "cable_id": "sea2shore", "name": "sea2shore", "color": "#50c2bc", "owners": "National Grid", "rfs_year": 2016, "decommission_year": null, "length_km": 32.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-46.412492885, -24.008868396], [-44.549894204, -25.360305087], [-41.399896436, -25.540896076], [-36.674899783, -24.111502734], [-31.049729122, -18.025284193], [-29.249730397, -13.697820289], [-28.574905521, -9.290424301], [-30.824903909, -4.152767729], [-34.199901537, 0.568578853], [-39.599897711, 7.744889053], [-48.75732183, 17.469778423], [-61.805495501, 29.535336954], [-65.045998227, 31.435859958], [-65.522340286, 32.609814615], [-68.056797417, 34.636546883], [-73.133418956, 39.638969555], [-74.062863297, 40.152833847]], [[-65.556399416, 32.637365242], [-65.685430196, 32.416239743], [-65.499994925, 31.977134139], [-65.097152784, 31.895737454], [-64.933626578, 31.93869579], [-64.633564607, 32.158659496]]]}, "properties": {"feature_id": "seabras-1-0", "cable_id": "seabras-1", "name": "Seabras-1", "color": "#a9812d", "owners": "Seaborn Networks, Sparkle", "rfs_year": 2017, "decommission_year": null, "length_km": 10800.0, "url": "http://www.seabornnetworks.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[38.057480598, 22.066172634], [39.215189778, 21.494773132]], [[43.180426969, 11.608807305], [43.682476613, 11.80459792], [44.582475976, 11.969777836]], [[31.790395038, -28.93810832], [32.882484264, -29.02686219], [33.782483627, -28.731334166], [35.807482192, -26.940767064], [41.657478048, -23.687079177], [42.782477251, -20.561097386], [42.782477251, -15.210302529], [42.78247725, -14.848130829], [42.33247757, -11.930023974], [41.882477888, -9.276382019], [40.644978765, -6.155304105]], [[55.382468325, 15.03232075], [55.832468006, 12.629280327], [55.832468006, 9.53844356], [55.382468325, 5.524234439], [52.232470556, 1.482650692], [46.382474701, -2.116699613], [42.33247757, -4.3629571], [40.982478526, -5.707714823], [40.644978765, -6.155304105], [39.857479322, -6.565263959], [39.302109716, -6.80900403]], [[42.33247757, -4.3629571], [39.705329431, -4.038731181]], [[32.613054455, -25.955475389], [33.782483627, -26.538892119], [35.807482192, -26.940767064]], [[72.908335909, 19.089520995], [70.232457805, 19.224110884], [66.632460355, 19.33030318], [61.907463703, 18.692125701], [58.982465775, 16.763395785], [55.382468325, 15.03232075], [48.632473107, 12.848741565], [45.482475338, 12.079809213], [44.582475976, 11.969777836], [43.738726573, 12.409630577], [43.373101832, 12.629280327], [43.288726892, 12.848741565], [43.119977012, 13.068011238], [42.726227291, 13.943113658], [42.219977649, 14.814910299], [41.207478367, 16.547836005], [40.194979084, 18.265328581], [38.84498004, 20.388379086], [38.057480598, 22.066172634], [36.819981475, 24.135602424], [35.807482192, 25.767518777], [35.13248267, 26.575239209], [34.288733268, 27.377303716], [33.473458845, 28.173595846], [32.649891106, 29.116662]]]}, "properties": {"feature_id": "seacomtata-tgn-eurasia-0", "cable_id": "seacomtata-tgn-eurasia", "name": "SEACOM/Tata TGN-Eurasia", "color": "#2f95b3", "owners": "SEACOM, Tata Communications", "rfs_year": 2009, "decommission_year": null, "length_km": 15000.0, "url": "http://www.seacom.mu"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-132.829531667, 56.015227955], [-132.911282799, 56.127039035], [-132.897282809, 56.190508112], [-132.729712931, 56.264142446], [-132.68226177, 56.290901657], [-132.648082992, 56.350470719], [-132.648082992, 56.381643336], [-132.648082992, 56.475041444], [-132.64813299, 56.537179473], [-132.704534141, 56.599105613], [-132.78895908, 56.661040335], [-132.831200379, 56.722763716], [-132.969852755, 56.807791226], [-132.844882847, 56.913365563], [-132.951982769, 57.020977431], [-133.232942562, 57.081745867], [-133.51633118, 57.124973167], [-133.573282313, 57.168160908], [-133.60188112, 57.229668206], [-133.574242311, 57.3139615], [-133.608522286, 57.373036992], [-133.635181096, 57.558771471], [-133.746312185, 57.707894171], [-133.76848217, 57.82371237], [-133.935180884, 57.986403269], [-134.06858195, 58.101249459], [-134.192781858, 58.165130914], [-134.295830628, 58.207472287], [-134.579900434, 58.242595439], [-134.655480378, 58.291672686], [-134.786930282, 58.412190868], [-134.782919144, 58.498125955], [-134.747291451, 58.551049268]]]}, "properties": {"feature_id": "sealink-0", "cable_id": "sealink", "name": "SEALink", "color": "#b08c34", "owners": "Alaska Power & Telephone Company Wireless (APTW)", "rfs_year": 2023, "decommission_year": null, "length_km": 345.0, "url": "https://www.aptalaska.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-132.829514, 56.015202], [-132.613503016, 55.947482692], [-132.507743095, 55.892663814], [-132.371606991, 55.797652916], [-132.304127039, 55.633778255], [-132.16174714, 55.526742438], [-131.975513485, 55.42022053]], [[-133.0219314, 55.5138458], [-132.706762949, 55.42022053], [-132.538015511, 55.38828278], [-132.369263196, 55.356319214], [-132.2005109, 55.42022053], [-131.975513485, 55.42022053], [-131.881573554, 55.434270638], [-131.660473975, 55.343014309]]]}, "properties": {"feature_id": "sealink-south-0", "cable_id": "sealink-south", "name": "SEALink South", "color": "#b36036", "owners": "Alaska Power & Telephone Company Wireless (APTW)", "rfs_year": 2024, "decommission_year": null, "length_km": 159.0, "url": "https://www.aptalaska.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[101.250002509, 2.480311787], [101.700002191, 2.367912559], [102.220901822, 2.273260324]], [[66.600027056, 19.952622905], [66.375027215, 20.375041253], [66.600027056, 23.298598066], [67.028546752, 24.889731701]], [[91.994829066, 21.429274567], [91.800009204, 19.952622905], [88.200011754, 13.492079936]], [[79.872087654, 6.927036657], [79.425017971, 5.957818681], [78.461949799, 4.80725241]], [[103.646090812, 1.338585852], [103.500000916, 1.229280896], [103.340651028, 1.299701189], [102.68279724, 1.698782263], [102.150001872, 2.03066189], [101.250002509, 2.480311787], [100.462503067, 3.266814817], [99.787503546, 4.613591579], [99.000004103, 5.286069861], [97.425005219, 6.405200795], [95.400006654, 8.190543418], [93.144928251, 9.524411345], [91.800009204, 10.410816505], [90.000010479, 12.395734], [88.200011754, 13.492079936], [83.700014942, 13.929255693], [81.450016536, 13.273238158], [80.242987391, 13.063853102], [81.450016536, 11.073982781], [82.125016056, 9.524411345], [82.575015737, 7.744852766], [82.350015898, 5.510023109], [81.000016855, 4.613591579], [78.695130485, 4.613591579], [76.390244115, 6.852191099], [74.195133672, 9.524411345], [72.845134629, 13.492128176], [72.225023071, 16.965102599], [72.87590261, 19.076074257]], [[7.755438742, 36.902820465], [7.875068657, 37.232354322], [7.987568577, 37.945510495], [8.100068498, 38.387754736]], [[9.867357246, 37.276816253], [9.675067382, 37.589786574], [9.00006786, 38.387754736]], [[13.358654773, 38.116121617], [13.050064991, 38.387754736], [12.60006531, 38.519865192], [12.150065629, 38.387754736], [10.34861723, 38.387754736], [9.00006786, 38.387754736], [8.100068498, 38.387754736], [7.650068817, 38.651811713], [6.187569853, 41.744358789], [5.37253043, 43.293627789]], [[39.182756479, 21.481533476], [39.262546422, 20.375041253], [40.612545466, 18.251816319], [41.625044748, 16.534196198], [42.41254419, 14.801154225], [42.918793832, 13.929303843], [43.200043633, 13.054150695], [43.312543553, 12.834868818], [43.396918493, 12.615395567], [43.818793194, 12.395734], [44.550042676, 12.120896898], [45.450042039, 12.395734], [48.600039807, 13.163718918], [55.350035025, 15.669513225], [58.950032475, 17.395022635], [62.550029925, 19.952622905], [66.600027056, 19.952622905], [70.200024506, 19.529070924], [72.87590261, 19.076074257]], [[62.550029925, 19.952622905], [62.550029925, 22.469443965], [59.850031838, 24.122616987], [58.500032794, 24.583819112], [56.92503391, 24.89034854], [56.333724329, 25.121690005]], [[100.066113348, 6.613518861], [100.057913354, 6.354447104], [99.9924834, 6.20553623], [99.673503626, 5.956366566], [99.000004103, 5.845915088], [97.425005219, 6.405200795]], [[29.893513059, 31.191465078], [30.825052399, 30.901396089], [31.387552001, 30.708097005], [31.950051602, 30.490241707], [32.287551363, 30.271897571], [32.529931191, 29.972545436]], [[12.150065629, 38.387754736], [12.262565549, 38.211179037], [12.262565549, 36.873219512], [12.48756539, 36.240655233], [12.71256523, 35.87687057], [13.500064672, 35.419780517], [14.400064035, 34.960082325], [16.650062441, 34.49779087], [19.350060528, 34.867831005], [22.050058615, 34.57501888], [25.200056384, 33.84625607], [28.800053834, 32.528215045], [29.893513059, 31.191465078], [30.825052399, 30.828970605], [31.387552001, 30.611323348], [31.950051602, 30.393250512], [32.287551363, 30.223305674], [32.542821182, 29.959091441], [32.596876144, 29.638336094], [32.765676024, 29.344566989], [33.046925825, 28.951554732], [33.525275486, 28.161052262], [34.481299809, 27.364667994], [35.437549132, 26.562513149], [36.225048574, 25.754704263], [37.237547857, 24.122616987], [38.47504698, 22.052985617], [39.182756479, 21.481533476]]]}, "properties": {"feature_id": "seamewe-4-0", "cable_id": "seamewe-4", "name": "SeaMeWe-4", "color": "#187bb6", "owners": "Algerie Telecom, Bangladesh Submarine Cable Company Limited (BSCCL), Bharti Airtel, National Telecom, Orange, Pakistan Telecommunications Company Ltd., Singtel, Sparkle, Sri Lanka Telecom, Tata Communications, Telecom Egypt, Telekom Malaysia, Tunisia Telecom, Verizon, center3, e&", "rfs_year": 2005, "decommission_year": null, "length_km": 20000.0, "url": "https://www.seamewe4.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[59.366662179, 22.700003992], [59.512532076, 22.884654114], [59.850031838, 24.430271928]], [[43.16164366, 11.573660388], [43.650043314, 11.707989321], [44.550042676, 11.735650161]], [[80.539857181, 5.940820741], [81.000016855, 5.510071712], [82.80001558, 5.510071712], [85.500013667, 6.405200795], [90.000010479, 7.298762754], [92.700008566, 6.852191099], [94.275007451, 6.852191099], [95.400006654, 6.740481725], [97.425005219, 6.237476973], [98.775004263, 5.286069861], [99.562503705, 4.613591579], [100.350003147, 3.266814817], [101.250002509, 2.367912559], [102.150001872, 1.974446286], [102.68279724, 1.670619462], [103.340651028, 1.271608283], [103.500000916, 1.215271594], [103.646090812, 1.338585852]], [[5.930340035, 43.125291587], [6.300069773, 42.743713464], [6.525069614, 41.744358789], [8.100068498, 38.651811713], [8.325068338, 38.387754736], [9.00006786, 38.211179037], [10.34861723, 38.211179037], [10.912566505, 37.856739976], [12.150065628, 37.232354322], [12.150065629, 36.240655233], [12.48756539, 35.7856619], [12.993815031, 35.419780517], [14.400064035, 34.544136273], [16.650062441, 33.939640088], [19.350060528, 34.312151652], [22.050058615, 34.157138], [25.200056384, 33.424765497], [27.900054471, 32.433313306], [29.700933196, 31.072270032], [29.981302997, 30.466024504], [30.375052718, 30.004345237], [31.05005224, 29.638336094], [31.725051762, 29.393587625], [32.175051443, 29.246411346], [32.653181104, 29.113614163], [33.469100526, 28.161052262], [34.425049849, 27.364667994], [35.353174191, 26.562513149], [36.112548653, 25.754704263], [37.125047936, 24.122616987], [38.36254706, 22.052985617], [39.150046502, 20.375041253], [40.500045545, 18.251816319], [41.512544828, 16.534196198], [42.35629423, 14.801154225], [42.862543872, 13.929303843], [43.171918653, 13.054150695], [43.298481063, 12.834868818], [43.382856003, 12.615395567], [43.537543394, 12.395734], [44.550042676, 11.735650161], [45.450042039, 11.735650161], [48.600039808, 12.505588132], [55.350035025, 14.365653759], [58.950032475, 15.886035719], [60.975031038, 15.994209912], [65.754915657, 16.886337034], [70.650024187, 13.412055033], [72.109799159, 9.280734132], [74.304909601, 6.606897166], [76.950019724, 5.510071712], [79.650017811, 5.510071712], [80.539857181, 5.940820741]], [[29.700933196, 31.072270032], [29.981302997, 30.417485796], [30.375052718, 29.906873917], [31.05005224, 29.540507745], [31.725051762, 29.295522764], [32.175051443, 29.19736364], [32.653181104, 29.113614163]], [[65.754915657, 16.886337034], [63.458362615, 20.880771169], [63.225029447, 22.469443965], [59.850031838, 24.430271928], [58.500032794, 24.737178272], [56.92503391, 24.941363172], [56.333724329, 25.121690005]], [[67.028546752, 24.889731701], [65.250028012, 24.05414827], [63.225029447, 22.469443965]], [[90.116610396, 21.82081803], [90.900009842, 20.375041253], [91.800009204, 17.823934413], [91.800009204, 14.801154225], [90.45001016, 9.524411345], [90.22501032, 7.967776882], [90.000010479, 7.298762754]], [[102.220901822, 2.273260324], [102.150001872, 1.974446286]], [[94.391217368, 16.858032256], [93.600007929, 16.965102599], [91.800009204, 17.823934413]], [[16.650062441, 33.939640088], [16.4250626, 34.68301766], [16.20006276, 35.7856619], [16.087562839, 36.873219512], [15.750063078, 37.32187223], [15.067443562, 37.513447486]], [[27.900054471, 32.433313306], [28.800053834, 34.312151652], [28.575053993, 36.149866787], [28.462554073, 36.512388212], [28.253574221, 36.855250193]], [[99.562503705, 4.613591579], [98.675984333, 3.752031394]], [[101.250002509, 2.367912559], [101.36255243, 2.143087178], [101.447662369, 1.665522797]], [[42.954523806, 14.79780901], [42.750043951, 14.746763925], [42.35629423, 14.801154225]], [[38.106977241, 24.07064801], [37.800047458, 24.019900203], [37.340514177, 24.03538146], [37.125047936, 24.122616987]]]}, "properties": {"feature_id": "seamewe-5-0", "cable_id": "seamewe-5", "name": "SeaMeWe-5", "color": "#c71f8e", "owners": "Bangladesh Submarine Cable Company Limited (BSCCL), China Mobile, China Telecom, China Unicom, Djibouti Telecom, Myanmar Post and Telecommunication (MPT), Ooredoo, Orange, Singtel, Sparkle, Sri Lanka Telecom, TeleYemen, Telecom Egypt, Telekom Malaysia, Telkom Indonesia, Transworld, center3, du", "rfs_year": 2016, "decommission_year": null, "length_km": 20000.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[35.887548814, 24.122616987], [36.900048095, 24.36196861], [37.800047458, 24.327803112], [38.106977241, 24.07064801]], [[5.37253043, 43.293627789], [5.28757049, 41.744358789], [5.850070092, 38.651811713], [6.750069455, 37.945510495], [9.00006786, 37.411283635], [10.34861723, 37.411283635], [11.137566345, 37.232354322], [11.812565868, 35.419780517], [14.400064035, 33.565491482], [16.650062441, 32.62301664], [19.350060529, 33.001218523], [22.050058615, 33.174022097], [25.200056385, 32.433313306], [27.900054472, 31.76621026], [31.050052239, 31.798087368], [32.062551522, 31.51079843], [32.284451365, 31.259278146]], [[32.284451365, 31.259278146], [32.062551522, 30.837020582], [32.062551522, 30.077385962], [32.231246401, 29.638336094], [32.400051283, 29.082725788], [33.082765643, 28.365936334]], [[32.284451365, 31.259278146], [32.006301562, 30.837020582], [31.950051602, 30.077385962], [32.17500144, 29.638336094], [32.287551363, 29.082725788], [33.082765643, 28.365936334]], [[33.082765643, 28.365936334], [33.356800604, 28.161052262], [33.806300287, 27.364667994], [34.42504985, 26.562513149], [34.875049531, 25.754704263], [35.887548814, 24.122616987], [37.125047937, 22.052985617], [37.91254738, 20.375041253], [39.262546423, 18.251816319], [40.275045705, 16.534196198], [41.681294709, 14.801154225], [42.18754435, 13.929303843], [42.834418892, 13.054150695], [43.143793673, 12.834868818], [43.228168613, 12.615395567], [43.509418413, 12.395734], [44.550042676, 11.018775], [45.450042038, 10.963556858], [48.600039807, 11.735650161], [52.650036937, 12.725155924], [54.000035983, 13.054150695], [55.350035023, 13.273238158], [58.950032473, 15.018578574], [60.300031519, 15.669513225], [65.754915657, 16.45525448], [70.25491247, 13.251828813], [71.714687441, 9.199470523], [73.909797883, 6.52510526], [74.700021317, 5.659359572], [78.300018767, 3.491423322], [79.650017811, 2.967259208], [81.000016855, 2.592701465], [85.500013667, 1.018588541], [90.000010479, 1.918283082], [92.700008566, 4.389285926], [94.275007451, 5.385636448], [95.421073974, 6.138771009], [97.425005219, 5.510071712], [97.8750049, 5.286069861], [98.662504342, 4.613591579], [99.900003466, 3.266814817], [101.250002509, 2.03066189], [102.150001872, 1.524657539], [102.68279724, 1.417686732], [103.340651028, 1.074949758], [103.500000916, 1.144999058], [103.646090812, 1.338585852]], [[44.550042676, 11.018775], [43.650043314, 11.399928123], [43.147993669, 11.594869371]], [[79.650017811, 2.967259208], [79.875017651, 3.191933974], [80.550017173, 5.435413644], [80.539857181, 5.940820741]], [[101.250002509, 2.03066189], [101.47500235, 2.592701465], [101.443602372, 2.751228764]], [[90.000010479, 1.918283082], [90.900009841, 5.061986954], [91.350009523, 9.524411345], [92.700008566, 14.801154225], [92.700008566, 17.823934413], [92.025009043, 19.952622905], [91.994829066, 21.429274567]], [[74.700021317, 5.659359572], [74.250021637, 4.837826392], [73.540272, 4.211916944]], [[70.25491247, 13.251828813], [71.100023868, 16.965102599], [72.87590261, 19.076074257]], [[65.754915657, 16.45525448], [65.475027852, 20.375041253], [66.150027373, 23.298598066], [67.028546752, 24.889731701]], [[85.500013667, 1.018588541], [83.700014941, 5.510071712], [83.02501542, 7.744876957], [82.575015738, 9.524411345], [81.450016536, 11.515266158], [80.242987391, 13.063853102]], [[51.519387739, 25.294537], [52.200037257, 26.05828756]], [[54.419075685, 24.443964573], [54.340145739, 24.872582667]], [[60.300031519, 15.669513225], [60.300031519, 19.104405476], [60.300031519, 22.469443965], [59.850031838, 23.091785477], [58.950032475, 23.659746441], [58.612532714, 23.814220515], [57.66137276, 24.420846844], [57.15003375, 25.348717422], [56.812533989, 26.159307971], [56.587534149, 26.512189502], [56.362534308, 26.512189502], [55.800034707, 26.159307971], [55.350035025, 25.855985466], [54.340145739, 24.872582667], [52.875036778, 25.450342947], [52.200037257, 26.05828756], [51.637537655, 26.361086325], [51.187537974, 26.461843796], [50.575952739, 26.229438]], [[58.612532714, 23.814220515], [58.407782859, 23.58413]]]}, "properties": {"feature_id": "seamewe-6-0", "cable_id": "seamewe-6", "name": "SeaMeWe-6", "color": "#939597", "owners": "Bahrain Telecommunications Company (Batelco), Bangladesh Submarine Cable Company Limited (BSCCL), Bharti Airtel, China Unicom, Dhiraagu, Djibouti Telecom, Microsoft, Mobily, Orange, PCCW, Singtel, Sri Lanka Telecom, Telecom Egypt, Telekom Malaysia, Telin, Transworld", "rfs_year": 2026, "decommission_year": null, "length_km": 21700.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[104.016634656, 1.066798937], [104.01562555, 1.223182297], [104.137817847, 1.263407171]], [[103.946484974, 1.327257989], [104.137817847, 1.263407171]], [[103.850684261, 2.295706828], [104.328890933, 2.140106067], [104.400000278, 1.91822878], [104.288100357, 1.468426767], [104.177930123, 1.263407171], [104.137817847, 1.263407171]]]}, "properties": {"feature_id": "seax-1-0", "cable_id": "seax-1", "name": "SEAX-1", "color": "#61a042", "owners": "SEAX", "rfs_year": 2018, "decommission_year": null, "length_km": 250.0, "url": "https://seax.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-73.15529394, -41.8069375], [-73.252653871, -41.872416747], [-73.504463693, -41.991127289]]]}, "properties": {"feature_id": "segunda-fos-canal-de-chacao-0", "cable_id": "segunda-fos-canal-de-chacao", "name": "Segunda FOS Canal de Chacao", "color": "#9fa237", "owners": "Grupo Gtd", "rfs_year": 2015, "decommission_year": null, "length_km": 40.0, "url": "https://www.gtd.cl"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-17.445713405, 14.686594842], [-18.449912694, 14.583511645], [-22.499909825, 14.583511645], [-23.521209101, 14.92303556]]]}, "properties": {"feature_id": "senegal-horn-of-africa-regional-express-share-cable-0", "cable_id": "senegal-horn-of-africa-regional-express-share-cable", "name": "Senegal Horn of Africa Regional Express (SHARE) Cable", "color": "#c43292", "owners": "Agence De L\u2019informatique del\u2019Etat", "rfs_year": 2023, "decommission_year": null, "length_km": 720.0, "url": "https://adie.sn/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[39.269676417, -6.823132108], [40.500045545, -6.840100758], [42.750043951, -6.616650693], [52.200037257, -4.825692499], [54.000035982, -4.601453765], [55.445054958, -4.617611322]]]}, "properties": {"feature_id": "seychelles-to-east-africa-system-seas-0", "cable_id": "seychelles-to-east-africa-system-seas", "name": "Seychelles to East Africa System (SEAS)", "color": "#bb5235", "owners": "Seychelles Cable System Ltd.", "rfs_year": 2012, "decommission_year": null, "length_km": 1930.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[124.107086317, 12.645255062], [124.228111232, 12.615395567], [124.282386193, 12.501390119]]]}, "properties": {"feature_id": "sorsogon-samar-submarine-fiber-optical-interconnection-project-sssfoip-0", "cable_id": "sorsogon-samar-submarine-fiber-optical-interconnection-project-sssfoip", "name": "Sorsogon-Samar Submarine Fiber Optical Interconnection Project (SSSFOIP)", "color": "#bf3b28", "owners": "National Grid Corporation of the Philippines", "rfs_year": 2019, "decommission_year": null, "length_km": 21.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.523653976, 57.666863027], [-2.699923851, 57.932056587], [-2.699923851, 58.524393961], [-2.90002371, 58.833370284], [-2.474924011, 58.875068311], [-1.687424569, 59.394489267], [-1.181174929, 59.679663707], [-1.124924968, 59.793058907], [-1.238544887, 59.996072691], [-1.267374866, 60.004077668], [-1.323654826, 60.004077668], [-1.799924489, 60.018697622], [-2.924923692, 60.354289475], [-6.299921301, 61.875570784], [-6.771840967, 62.01764625]], [[-4.333322694, 60.333364649], [-4.049922895, 60.242806526], [-3.599923214, 60.242806526], [-2.924923692, 60.354289475], [-2.699923851, 60.409888456], [-2.294924138, 60.44103178]]]}, "properties": {"feature_id": "shefa-2-0", "cable_id": "shefa-2", "name": "SHEFA-2", "color": "#ca2026", "owners": "Shefa", "rfs_year": 2008, "decommission_year": null, "length_km": 1000.0, "url": "http://www.shefa.fo"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.506729, 10.629948016], [103.837500676, 9.524411345], [104.400000276, 8.190543418], [105.29999964, 7.967776882], [107.999997728, 8.746907464], [109.12499693, 9.967915187], [110.024996293, 12.615395567], [112.72499438, 18.251816319], [113.174994062, 20.796306105], [114.258683294, 22.318292679]]]}, "properties": {"feature_id": "sihanoukville-hong-kong-shv-hk-0", "cable_id": "sihanoukville-hong-kong-shv-hk", "name": "Sihanoukville-Hong Kong (SHV-HK)", "color": "#939597", "owners": "Government of Cambodia", "rfs_year": 2026, "decommission_year": null, "length_km": 2938.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[22.639118198, 32.763635027], [22.950057978, 33.565491482], [23.175057819, 35.419780517], [23.512557579, 35.740018264], [23.73755742, 35.740018264], [24.012167225, 35.512042559]]]}, "properties": {"feature_id": "silphium-0", "cable_id": "silphium", "name": "Silphium", "color": "#ce1e4c", "owners": "Libya International Telecommunications Company", "rfs_year": 2013, "decommission_year": null, "length_km": 425.0, "url": "http://www.litc.ly"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-66.016868997, 18.441839619], [-65.699879222, 18.678647022], [-65.24987954, 18.891661584], [-63.899880497, 18.678647022], [-63.145681031, 18.059683498], [-63.115555385, 18.047704732], [-63.073661082, 18.031045075]]]}, "properties": {"feature_id": "sint-maarten-puerto-rico-network-one-smpr-1-0", "cable_id": "sint-maarten-puerto-rico-network-one-smpr-1", "name": "Sint Maarten Puerto Rico Network One (SMPR-1)", "color": "#3fb449", "owners": "Dauphin Telecom, TelEm Group", "rfs_year": 2004, "decommission_year": null, "length_km": 375.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[55.392234995, 25.352332241], [55.068785225, 25.551882759], [54.450035662, 25.450342947], [54.221135825, 25.240855835]]]}, "properties": {"feature_id": "sir-abu-nuayr-cable-0", "cable_id": "sir-abu-nuayr-cable", "name": "Sir Abu Nu\u2019ayr Cable", "color": "#9f54a0", "owners": "e&", "rfs_year": 2018, "decommission_year": null, "length_km": 84.0, "url": "https://www.etisalat.ae/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-5.80812165, 54.713955252], [-5.592111803, 54.713955252], [-4.949922257, 55.334580613], [-4.783462375, 55.63788181]]]}, "properties": {"feature_id": "sirius-north-0", "cable_id": "sirius-north", "name": "Sirius North", "color": "#208ecb", "owners": "Virgin Media Business", "rfs_year": 1999, "decommission_year": null, "length_km": 147.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-3.050753603, 53.808975971], [-3.599923214, 53.802143575], [-5.624921779, 53.502097883], [-6.248311338, 53.348124633]]]}, "properties": {"feature_id": "sirius-south-0", "cable_id": "sirius-south", "name": "Sirius South", "color": "#8f4a9c", "owners": "Virgin Media Business", "rfs_year": 1999, "decommission_year": null, "length_km": 219.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-88.294454578, 17.92560749], [-88.09086336, 17.911032138], [-87.978342271, 17.911032138]]]}, "properties": {"feature_id": "strategic-evolution-underwater-link-seul-0", "cable_id": "strategic-evolution-underwater-link-seul", "name": "Strategic Evolution Underwater Link (SEUL)", "color": "#bd254b", "owners": "Belize Telemedia", "rfs_year": 2017, "decommission_year": null, "length_km": 24.0, "url": "https://www.livedigi.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.850680667, 2.295702457], [104.400000278, 2.536507847], [105.749999322, 3.210654701], [106.323582899, 3.38115077], [108.177731976, 4.302952045], [108.552369158, 4.421744871], [108.968649385, 4.245004324], [109.799996453, 2.367912559], [110.137496214, 1.91822878], [110.35370606, 1.520169127], [110.474995974, 1.91822878], [110.699995815, 2.367912559], [111.599995177, 3.042156042], [112.49999454, 3.266814817], [113.068354137, 3.197006077], [113.174994062, 3.715978119], [113.399993902, 4.16491285], [114.007413472, 4.425309063], [114.074993424, 5.061986954], [115.649992308, 5.957818681], [116.074312008, 5.981320525], [115.649992308, 6.06969947], [110.699995815, 5.510071712], [107.999997728, 5.39808113], [105.29999964, 4.613591579], [103.725000756, 4.389285926], [103.39521099, 4.116310078]]]}, "properties": {"feature_id": "sistem-kabel-rakyat-1malaysia-skr1m-0", "cable_id": "sistem-kabel-rakyat-1malaysia-skr1m", "name": "Sistem Kabel Rakyat 1Malaysia (SKR1M)", "color": "#b64d26", "owners": "TIME dotCom, Telekom Malaysia", "rfs_year": 2017, "decommission_year": null, "length_km": 3800.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[105.584960376, -5.769333078], [105.693749361, -6.001651665], [105.883899227, -6.073710601]], [[114.666747692, -3.882827781], [114.074993424, -4.377144376], [113.849993584, -4.825692499], [112.949994221, -5.721872748], [112.837494301, -5.721872748], [112.585594479, -5.793509457]], [[112.59819447, -6.953337827], [112.49999454, -6.641483534], [112.49999454, -6.393099498], [112.893744261, -5.833801119], [112.837494301, -5.777839699], [112.585594479, -5.793509457]]]}, "properties": {"feature_id": "sjjk-0", "cable_id": "sjjk", "name": "SJJK", "color": "#32499f", "owners": "XLSmart", "rfs_year": 2008, "decommission_year": null, "length_km": 543.0, "url": "https://www.xl.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[10.01636714, 59.081110698], [10.012567143, 58.933171326], [9.900067223, 58.347730245], [9.900067223, 57.812399751], [9.959267181, 57.588188343]]]}, "properties": {"feature_id": "skagenfiber-west-0", "cable_id": "skagenfiber-west", "name": "Skagenfiber West", "color": "#463d98", "owners": "Altibox", "rfs_year": 2020, "decommission_year": null, "length_km": 170.0, "url": "http://www.skagenfiber.no"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[7.996258571, 58.151065716], [8.437568259, 57.932056587], [8.77506802, 57.571890279], [9.112567781, 57.147145663], [9.112567781, 56.840738642], [9.225067701, 56.717468482], [9.281317661, 56.593792978], [9.337567621, 56.562810679], [9.611687427, 56.51079153]]]}, "properties": {"feature_id": "skagerrak-4-0", "cable_id": "skagerrak-4", "name": "Skagerrak 4", "color": "#60bb46", "owners": "Statnett", "rfs_year": 2014, "decommission_year": null, "length_km": 137.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[124.839635798, 1.490779296], [125.099985614, 1.243490077], [125.999984976, 1.018534217], [126.899984339, 1.018534217], [126.899984339, 0.568578853], [126.899984339, 0.118588419], [126.674984498, -1.23131575], [126.68699449, -2.201477968], [127.124984179, -2.580536705], [127.34998402, -3.254657365], [127.574983861, -3.703826471], [127.799983701, -3.928327304], [128.024983542, -3.928327304], [128.190703424, -3.645746178], [128.474983223, -3.816084222], [129.149982745, -3.928327304], [129.824982267, -4.152767748], [130.499981789, -4.152767748], [131.399981151, -3.928327304], [132.299980513, -3.479268679], [132.749980195, -3.366969497], [133.008570011, -3.111418827]], [[129.872052233, -4.520172026], [129.824982267, -4.152767748]], [[129.149982745, -3.928327304], [129.149982745, -3.703826471], [128.955252883, -3.297846629]], [[127.34998402, -3.254657365], [127.085824207, -3.233401496]], [[126.68699449, -2.201477968], [125.936995021, -2.201477968]], [[126.674984498, -1.23131575], [127.34998402, -1.006358951], [127.799983701, -1.006358951], [128.249983382, -1.23131575], [129.149982745, -1.23131575], [129.599982426, -0.781386636], [130.390021866, -0.590190557], [130.890121512, -0.590190557], [131.295391225, -0.882055944]], [[127.480453928, -0.626808465], [127.34998402, -0.781386636], [127.34998402, -1.006358951]], [[128.190703424, -3.645746178], [128.024983542, -4.040555289], [127.799983701, -4.152767748], [126.449984658, -4.152767748], [125.099985614, -3.816084222], [123.074987048, -3.816084222], [122.512977447, -3.998469097]], [[127.34998402, 1.018534217], [127.34998402, 0.906050181], [127.375374002, 0.789853009]], [[126.899984339, 1.018534217], [127.34998402, 1.018534217], [127.46248394, 0.906050181], [127.56141387, 0.734977909]]]}, "properties": {"feature_id": "smpcs-packet-1-0", "cable_id": "smpcs-packet-1", "name": "SMPCS Packet-1", "color": "#a43a95", "owners": "Telkom Indonesia", "rfs_year": 2015, "decommission_year": null, "length_km": 3156.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[130.857601535, -0.38335828], [130.890121512, -0.490195085], [131.295391225, -0.882055944]], [[140.669114585, -2.591565454], [140.399974775, -2.130918481], [139.499975413, -1.681168936], [137.699976688, -1.23131575], [136.799977326, -1.23131575], [136.349977644, -1.400021082], [135.899977963, -1.400021082], [135.449978282, -1.175078195], [134.999978601, -0.781386636], [134.549978919, -0.556402273], [133.649979557, -0.33140933], [132.299980513, -0.106411276], [131.624980992, -0.33140933], [131.295391225, -0.882055944], [131.045391402, -0.757068845], [130.890121512, -0.690184231], [130.390021866, -0.690184231], [130.274981948, -1.23131575], [130.724981629, -1.681168936], [131.399981151, -2.580536705], [131.849980832, -3.029995968], [132.299980513, -3.254657365], [132.749980195, -3.254657365], [133.008570011, -3.111418827], [132.749980195, -3.479268679], [132.605350297, -3.679267551], [132.605350297, -4.178090662], [132.85535012, -4.427385674], [133.649979557, -4.377144376], [134.099979238, -4.152767748], [134.999978601, -4.713582177], [135.899977963, -4.825692499], [136.574977485, -5.049857167], [136.799977326, -6.16945053], [136.799977326, -8.401139048], [137.249977007, -8.846050187], [138.59997605, -9.068306004], [139.949975094, -8.846050187], [140.405054772, -8.499084024]], [[139.499975413, -1.681168936], [139.353295517, -2.175227145]], [[136.053297855, -1.187185613], [135.899977963, -1.400021082]], [[134.061989265, -0.861458343], [134.324979079, -0.725141539], [134.549978919, -0.556402273]], [[132.752030193, -5.635389325], [132.637530274, -5.385957847], [132.639630273, -5.128744871], [132.85535012, -4.427385674]], [[134.099979238, -4.152767748], [133.791479457, -3.679367345]], [[136.574977485, -5.049857167], [136.889627262, -4.55024754]]]}, "properties": {"feature_id": "smpcs-packet-2-0", "cable_id": "smpcs-packet-2", "name": "SMPCS Packet-2", "color": "#33b44a", "owners": "Telkom Indonesia", "rfs_year": 2015, "decommission_year": null, "length_km": 3498.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-67.499877947, 18.465364393], [-68.062377548, 18.678647022], [-68.438157282, 18.621371316]], [[-71.620435027, -33.045541232], [-71.999874759, -31.851465666], [-73.799873484, -27.153831285], [-72.899874121, -19.517593878], [-70.306755958, -18.473543074], [-72.899874121, -19.092898582], [-75.599872208, -18.453813776], [-77.849870614, -15.44102366], [-78.074870455, -13.69898727], [-77.849870614, -12.822995626], [-76.874281306, -12.278420042], [-79.199869658, -12.383840433], [-81.899867745, -11.503333846], [-84.149866152, -6.616650693], [-84.149866152, -3.029995968], [-86.399864558, 0.568578853], [-90.449861689, 3.715978119], [-91.799860732, 9.524411345], [-91.349861051, 13.054150695], [-90.822223678, 13.934797333]], [[-80.088931552, 26.350584577], [-79.87486918, 25.348717422], [-80.324868861, 24.737178272], [-80.999868383, 24.122616987], [-83.249866789, 24.122616987], [-84.824865673, 23.091785477], [-85.724865036, 21.635297385], [-86.174864717, 20.375041253], [-86.962364159, 18.251816319], [-87.862363522, 16.534196198], [-88.312363203, 16.102325596], [-88.59713531, 15.727236639]], [[-38.504488487, -12.969972035], [-37.349899305, -13.69898727], [-36.449899943, -13.69898727]], [[-66.106668933, 18.466104233], [-66.487378664, 18.678647022], [-67.049878265, 18.785187975], [-67.499877947, 18.465364393], [-67.724877787, 17.823934413], [-70.199876034, 14.583511645], [-71.549875077, 13.710817738], [-74.147093238, 12.416907726], [-74.812372766, 11.735650161], [-74.779752789, 10.940445616]], [[-81.053780844, -4.153834937], [-81.449868064, -3.479268679], [-81.449868064, -2.580536705]], [[-80.914420947, -2.27290343], [-81.449868064, -2.580536705], [-84.149866152, -3.029995968]], [[-44.549894204, -24.81691654], [-43.424895001, -23.905969262], [-43.209565154, -22.903486555]], [[-46.328062945, -23.961842898], [-45.449893567, -25.134186547], [-43.649894842, -27.951747285], [-45.899893248, -32.612760006], [-50.849889742, -35.22626672], [-53.99988751, -36.32152776], [-56.6954456, -36.470955276]], [[-46.328062945, -23.961842898], [-44.549894204, -24.81691654], [-42.74989548, -24.726118029], [-40.949896755, -23.287413403], [-39.03739811, -21.937383136], [-37.349899305, -18.026426384], [-36.449899943, -13.69898727], [-33.749901855, -8.401139048], [-33.749901855, -6.616650693], [-34.649901218, -4.825692499], [-35.999900261, -4.152767748], [-38.54296846, -3.718735129], [-38.474898508, -1.23131575], [-39.599897711, 1.468426767], [-46.799892611, 8.635699417], [-52.199888785, 13.929303843], [-57.59988496, 16.534196198], [-59.399883685, 17.823934413], [-62.099881772, 19.104405476], [-65.24987954, 18.998067526], [-65.699879222, 18.785187975], [-65.981079022, 18.678647022], [-66.106668933, 18.466104233], [-66.374878743, 19.104405476], [-66.374878743, 20.375041253], [-67.499877947, 22.052985617], [-69.299876671, 23.298598066], [-73.349873802, 25.348717422], [-76.949871252, 27.364667994], [-77.849870614, 27.464533938], [-79.649869339, 26.713351448], [-80.088931552, 26.350584577]]]}, "properties": {"feature_id": "south-america-1-sam-1-0", "cable_id": "south-america-1-sam-1", "name": "South America-1 (SAm-1)", "color": "#35ad49", "owners": "Telxius", "rfs_year": 2001, "decommission_year": null, "length_km": 25000.0, "url": "http://www.telxius.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-71.620435027, -33.045541232], [-72.44987444, -31.851465666], [-74.249873165, -27.153831285], [-78.299870296, -15.44102366], [-78.299870296, -13.69898727], [-78.074870455, -12.822995626], [-76.874281306, -12.278420042], [-79.199869658, -12.163983681], [-80.999868383, -11.503333846], [-83.249866789, -6.616650693], [-83.249866789, -3.029995968], [-82.799867108, 0.568578853], [-81.899867745, 2.367912559], [-79.649869339, 5.061986954], [-79.199869658, 7.298762754], [-79.537369419, 8.190543418], [-79.546549413, 8.934106574]], [[-67.033908277, 10.608129807], [-67.387378026, 11.29470932], [-67.724877787, 12.615395567], [-68.84987699, 13.929303843], [-70.199876034, 15.235781783]], [[-56.6954456, -36.470955276], [-53.99988751, -36.140033391], [-50.849889742, -34.857839362], [-46.799892611, -32.612760006], [-44.549894204, -27.951747285], [-45.674893408, -25.134186547], [-46.328062945, -23.961842898], [-44.999893886, -24.316706749], [-43.649894842, -23.700108452], [-43.209565154, -22.903486555], [-42.299895798, -23.803113122], [-40.949896755, -24.111502734], [-37.687399066, -23.184038424], [-33.749901855, -18.026426384], [-31.94990313, -13.69898727], [-30.599904087, -9.290424301], [-31.837403201, -5.161910653], [-34.199901537, -3.816084222], [-35.999900261, -3.254657365], [-38.54296846, -3.718735129], [-38.699898349, -1.23131575], [-40.049897392, 1.468426767], [-46.799892611, 6.852191099], [-51.299889423, 8.635699417], [-54.899886872, 10.853089691], [-57.149885279, 13.054150695], [-60.299883047, 16.534196198], [-61.649882091, 17.395022635], [-63.449880816, 17.823934413], [-64.124880337, 18.03800544], [-64.574880019, 18.03800544], [-64.819259845, 17.773909269], [-64.991429724, 17.831274189], [-66.149878903, 16.965102599], [-68.399877309, 15.886035719], [-70.199876034, 15.235781783], [-71.549875077, 14.583511645], [-74.249873165, 13.273238158], [-78.299870296, 11.515266158], [-79.87486918, 9.967915187], [-79.900259162, 9.353803197]], [[-77.040301188, 3.883678466], [-78.299870296, 4.16491285], [-79.649869339, 5.061986954]]]}, "properties": {"feature_id": "south-american-crossing-sac-0", "cable_id": "south-american-crossing-sac", "name": "South American Crossing (SAC)", "color": "#276fac", "owners": "Cirion Technologies, Sparkle", "rfs_year": 2000, "decommission_year": null, "length_km": 20000.0, "url": "https://www.ciriontechnologies.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-38.54296846, -3.718735129], [-35.999900261, -2.805287932], [-34.199901537, -2.580536705], [-29.812404617, -3.142332684], [-19.799911738, -6.616650693], [-5.399921939, -8.401139048], [7.200069135, -9.068306004], [11.700065948, -9.068306004], [12.60006531, -9.198513131], [13.201440382, -9.490080989]]]}, "properties": {"feature_id": "south-atlantic-cable-system-sacs-0", "cable_id": "south-atlantic-cable-system-sacs", "name": "South Atlantic Cable System (SACS)", "color": "#28ab4a", "owners": "Angola Cables", "rfs_year": 2018, "decommission_year": null, "length_km": 6165.0, "url": "https://www.angolacables.co.ao/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-38.54296846, -3.718735129], [-35.999900261, -2.580536705], [-34.199901537, -2.130918481], [-25.199907912, -1.906058394], [-10.799918113, -2.805287932], [-3.599923214, -2.805287932], [0.450073917, -1.081346446], [6.300069773, 1.91822878], [8.100068498, 2.480311787], [9.00006786, 2.592701465], [9.910227215, 2.933124534]]]}, "properties": {"feature_id": "south-atlantic-inter-link-sail-0", "cable_id": "south-atlantic-inter-link-sail", "name": "South Atlantic Inter Link (SAIL)", "color": "#c62a26", "owners": "Camtel, China Unicom", "rfs_year": 2020, "decommission_year": null, "length_km": 5800.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-90.822223678, 13.934797333], [-91.574860892, 13.054150695], [-92.249860413, 9.524411345], [-90.89986137, 3.715978119], [-87.749863601, 0.568578853], [-86.399864558, -2.430680262], [-85.049865514, -6.616650693], [-82.799867108, -11.503333846], [-79.199869658, -15.44102366], [-76.499871571, -18.453813776], [-74.024873324, -27.153831285], [-72.224874599, -31.851465666], [-71.620435027, -33.045541232]], [[-82.799867108, -11.503333846], [-79.199869658, -12.603512105], [-76.874281306, -12.278420042]], [[-76.499871571, -18.453813776], [-72.899874121, -19.305384072], [-70.306755958, -18.473543074]], [[-86.399864558, -2.430680262], [-84.149866152, -2.580536705], [-81.009068376, -2.228447783]]]}, "properties": {"feature_id": "south-pacific-cable-system-spcsmistral-0", "cable_id": "south-pacific-cable-system-spcsmistral", "name": "South Pacific Cable System (SPCS)/Mistral", "color": "#d18e29", "owners": "Am\u00e9rica M\u00f3vil (Claro), Telxius", "rfs_year": 2021, "decommission_year": null, "length_km": 7300.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-16.362314173, 28.377623643], [-15.288094934, 28.388533019], [-15.18009501, 28.388533019], [-15.18009501, 28.0603588], [-15.408754848, 28.040969583]]]}, "properties": {"feature_id": "subcan-link-1-0", "cable_id": "subcan-link-1", "name": "Subcan Link 1", "color": "#92c83d", "owners": "Cable Submarine de Canarias", "rfs_year": 2002, "decommission_year": null, "length_km": 143.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.987012289, 1.389451397], [104.192090425, 1.276482074], [104.287900357, 1.327893755], [104.456550238, 1.468426767], [104.849999959, 2.817450443], [105.749999322, 4.052702097], [107.099998365, 4.837826392], [107.999997728, 5.510071712], [110.699995815, 7.744889053], [111.937494938, 9.967915187], [112.949994221, 12.615395567], [114.524993105, 17.108519961], [114.749992946, 18.251816319], [116.999991352, 19.529070924], [120.149989121, 20.269544036], [121.049988483, 20.375041253], [122.849987208, 20.901439785], [124.874985773, 22.052985617], [125.774985136, 24.122616987], [126.224984817, 25.551882759], [126.674984498, 26.159307971], [128.249983382, 28.359233526], [129.599982426, 28.754486416], [131.399981151, 29.049948644], [134.999978601, 30.126049847], [136.799977326, 30.901396089], [138.59997605, 32.052708023], [139.049975732, 32.433313306], [139.724975253, 33.939640088], [140.231224895, 34.405022751], [140.203099914, 34.690726477], [140.034350034, 34.852445709], [139.954675091, 34.976727761]], [[114.749992946, 18.251816319], [114.299993265, 20.796306105], [114.203093333, 22.222140389]], [[120.149989121, 20.269544036], [120.487488881, 21.635297385], [120.662088758, 22.249168196]], [[112.949994221, 12.615395567], [111.599995177, 13.273238158], [110.024996293, 13.710817738], [109.219596864, 13.782910441]], [[100.595102973, 7.198818071], [101.700002191, 7.410337122], [103.048831235, 7.563123274], [105.29999964, 6.181557033], [107.099998365, 4.837826392]], [[138.59997605, 32.052708023], [137.699976688, 33.095517117], [136.873997273, 34.336828252]], [[129.599982426, 28.754486416], [129.374982585, 30.901396089], [129.149982745, 31.670513047], [129.262482665, 32.812318783], [129.374982585, 34.312151652], [128.999482851, 35.170301871]], [[128.249983382, 28.359233526], [127.124984179, 29.540507745], [125.774985136, 30.320465425], [124.649985933, 30.901396089], [122.849987208, 31.286738814], [122.174987686, 31.142418511], [121.896087884, 30.935661747]], [[126.224984817, 25.551882759], [123.74998657, 25.653336613], [122.849987208, 25.754704263], [121.949987845, 25.653336613], [121.487688173, 25.181626282]]]}, "properties": {"feature_id": "southeast-asia-japan-cable-2-sjc2-0", "cable_id": "southeast-asia-japan-cable-2-sjc2", "name": "Southeast Asia-Japan Cable 2 (SJC2)", "color": "#cfc12a", "owners": "China Mobile, Chunghwa Telecom, DongHwa Telecom, KDDI, Meta, SK Broadband, Singtel, Telin, True Corporation, VNPT International", "rfs_year": 2025, "decommission_year": null, "length_km": 10500.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[114.570693073, 4.703623084], [114.299993265, 5.061986954], [111.824995018, 7.744889053]], [[103.646090812, 1.324527159], [104.168460442, 1.223182297], [104.287900357, 1.257699181], [104.512700198, 1.454368851], [105.01874984, 2.803404867], [105.749999322, 3.701945083], [107.099998365, 4.487428147], [107.999997728, 5.047979159], [108.67499725, 5.496074035], [109.349996771, 5.94383197], [111.824995018, 7.730954611], [113.737501655, 9.954064678], [114.749992946, 13.040451242], [115.199992627, 14.787557927], [116.09999199, 18.238460811], [120.149989121, 20.150773874], [121.049988483, 20.150773874], [122.849987208, 20.572653976], [125.999984976, 21.412906652], [130.94998147, 23.28568166], [132.749980195, 24.10978189], [137.249977007, 27.352178406], [138.824975891, 28.93924891], [139.949975094, 30.889328975], [140.399974775, 32.421443555], [139.949975094, 33.927972679], [140.343724815, 34.393419492], [140.259349874, 34.679162982], [140.062475014, 34.840904848], [139.954855091, 34.965046604]], [[116.09999199, 18.251816319], [115.199992627, 19.529070924], [114.749992946, 20.796306105], [114.299993265, 21.635297385], [114.202923334, 22.22205042]], [[115.199992627, 14.801154225], [116.999991352, 14.147583507], [118.799990077, 13.929303843], [120.149989121, 14.147583507], [120.622988785, 14.088232047]], [[116.67753158, 23.355006811], [117.168741233, 22.884654114], [118.349990396, 22.105110548], [120.149989121, 20.163975032]]]}, "properties": {"feature_id": "southeast-asia-japan-cable-sjc-0", "cable_id": "southeast-asia-japan-cable-sjc", "name": "Southeast Asia-Japan Cable (SJC)", "color": "#6bbd44", "owners": "China Mobile, China Telecom, Chunghwa Telecom, Globe Telecom, Google, KDDI, National Telecom, Singtel, Telkom Indonesia, Unified National Networks (UNN)", "rfs_year": 2013, "decommission_year": null, "length_km": 8900.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-61.790581991, 12.008779421], [-61.814831974, 11.861435173], [-61.649882091, 11.29470932], [-61.593632131, 11.073982781], [-61.649292091, 10.687695708]], [[-61.094172484, 14.615455777], [-61.143632449, 14.365653759], [-61.143632449, 14.147583507], [-60.986602561, 14.032406259]], [[-62.729761326, 17.298635547], [-63.056131095, 17.180187287]], [[-61.715942044, 16.028938259], [-61.874881931, 15.994221447], [-62.099881772, 16.534196198], [-62.043631812, 16.803627104], [-61.987381852, 16.965102599], [-61.846881952, 17.159549933]], [[-61.094172484, 14.615455777], [-61.31238233, 14.801154225], [-61.42488225, 15.018578574], [-61.392512273, 15.308036758], [-61.53738217, 15.452760959], [-61.720282041, 15.838661138], [-61.715942044, 16.028938259]], [[-61.31238233, 14.147583507], [-60.974882569, 14.256644995], [-60.749882728, 14.147583507], [-59.849883366, 13.273238158], [-59.607403538, 13.084493801]], [[-61.31238233, 14.147583507], [-61.199882409, 14.038469666], [-60.986602561, 14.032406259]], [[-64.819259845, 17.773909269], [-64.687379939, 18.091435124]], [[-60.986602561, 14.032406259], [-61.199882409, 13.929303843], [-61.42488225, 13.492128176], [-61.42488225, 13.273238158], [-61.208282404, 13.145460939]], [[-61.208282404, 13.145460939], [-61.593432131, 13.054150695], [-61.930931892, 12.395734], [-61.931331891, 12.19152679], [-61.790581991, 12.008779421]], [[-61.571682146, 16.244479668], [-61.470132218, 15.988768943], [-61.4952722, 15.892797111], [-61.607792121, 15.838661138], [-61.715942044, 16.028938259]], [[-66.106668933, 18.466104233], [-65.699879222, 18.518710039], [-65.362379461, 18.465364393], [-65.08112966, 18.251816319], [-64.687379939, 18.091435124], [-64.124880337, 18.144943564], [-63.449880816, 18.251816319], [-63.224880975, 18.198340635], [-63.07814455, 18.089928807]], [[-61.715942044, 16.028938259], [-61.874881931, 15.886035719], [-61.987381852, 15.940130107], [-63.056131095, 17.180187287], [-63.170714347, 17.422853263], [-63.112381055, 17.770328706], [-63.224880975, 17.877428826], [-63.224880975, 18.037957897], [-63.07814455, 18.089928807]], [[-64.819259845, 17.773909269], [-64.574880019, 17.984511967], [-64.124880337, 17.931002278], [-63.924880479, 17.180187287], [-62.374881577, 15.452760959], [-61.762382011, 14.692360031], [-61.31238233, 14.147583507]], [[-62.850548812, 17.897915647], [-63.056031095, 17.877381241], [-63.168631015, 17.930954706], [-63.168631015, 18.037957897], [-63.07814455, 18.089928807]], [[-62.221756686, 16.770717047], [-62.212331693, 16.830453554], [-62.156081733, 16.857419758], [-62.043631812, 16.803627104]]]}, "properties": {"feature_id": "southern-caribbean-fiber-0", "cable_id": "southern-caribbean-fiber", "name": "Southern Caribbean Fiber", "color": "#44c0bb", "owners": "Digicel", "rfs_year": 2006, "decommission_year": null, "length_km": 3000.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[174.767920429, -36.787809862], [175.049907729, -36.592978428], [175.049907729, -36.140033391], [175.49990741, -35.775783044], [178.649905179, -36.140033391], [179.999904222, -35.59302881]], [[151.196257127, -33.913571606], [152.099966487, -34.394975206], [155.699963937, -35.22626672], [159.299961386, -35.775783044], [167.399955648, -36.32152776], [172.799951823, -36.68325067], [174.623390531, -36.787577612]], [[179.999960318, -17.383402006], [178.874961115, -18.028803651], [178.437447829, -18.123810944], [178.087448077, -18.880139975], [173.699964781, -23.905969262], [166.499969881, -27.153831285], [160.649974025, -31.083834719], [154.799964574, -33.009922957], [152.092065391, -34.117355672], [151.591830457, -33.96305436], [151.273987072, -33.761161061]], [[-179.999798251, -35.59302881], [-175.499801438, -34.116020122], [-172.799803351, -25.540896076], [-169.199805901, -15.44102366], [-168.299806539, -10.17745743], [-163.799809727, 2.367912559], [-160.199812277, 13.054150695], [-157.49981419, 18.678647022], [-156.487314908, 19.740987366], [-155.856355964, 20.003739829], [-155.924815305, 20.269544036], [-155.699815465, 20.585819096], [-152.999817378, 23.298598066], [-147.603098211, 26.564516489], [-138.603104586, 28.163026882], [-127.799835229, 31.670513047], [-122.399839055, 34.49779087], [-120.847201649, 35.367078252]], [[-122.989800676, 45.522898825], [-123.524838258, 45.823217206], [-124.19983778, 45.862402572], [-125.099837142, 45.331071073], [-128.699834592, 42.743713464], [-138.603104586, 35.787478805], [-147.603098211, 31.288652857], [-152.999817378, 26.562513149], [-157.949813871, 22.907684383], [-158.512313472, 22.052985617], [-158.512312373, 21.739833731], [-158.512313464, 21.635297385], [-158.130574295, 21.354068966], [-158.737313313, 20.796306105], [-159.974812436, 18.678647022], [-162.899810364, 14.801154225], [-166.499807814, 10.410816505], [-171.899803989, 2.367912559], [-176.399800801, -6.616650693], [-179.09979889, -15.006817033], [-179.549798569, -16.95345499], [-179.999798251, -17.383402006]], [[-155.822035989, 20.023293139], [-156.149815146, 20.269544036], [-156.8968852, 20.456951124], [-157.34732487, 20.509644635], [-157.858513936, 20.893863274], [-158.130574295, 21.354068966]]]}, "properties": {"feature_id": "southern-cross-cable-network-sccn-0", "cable_id": "southern-cross-cable-network-sccn", "name": "Southern Cross Cable Network (SCCN)", "color": "#2f85a6", "owners": "Southern Cross Cable Network", "rfs_year": 2000, "decommission_year": null, "length_km": 30500.0, "url": "http://www.southerncrosscables.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-16.362314173, 28.377623643], [-15.288094934, 28.484109147], [-15.072085087, 28.484109147], [-15.072085087, 28.0603588], [-15.408754848, 28.040969583]]]}, "properties": {"feature_id": "subcan-link-2-0", "cable_id": "subcan-link-2", "name": "Subcan Link 2", "color": "#8dc63e", "owners": "Cable Submarine de Canarias", "rfs_year": 2002, "decommission_year": null, "length_km": 136.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[151.196257127, -33.913571606], [152.092065391, -34.206632737], [154.828644734, -33.129107644], [160.64996043, -31.468437004], [166.499956286, -27.951747285], [173.699951185, -24.726118029], [178.199947997, -20.574419057], [179.09994736, -19.72952545], [179.549947041, -19.305384072], [179.999946722, -18.880139975]], [[173.699951185, -24.726118029], [175.049950229, -30.309953345], [175.505711625, -33.348019756], [174.937450309, -36.140033391], [174.993700269, -36.592978428], [174.773241441, -36.784138025]], [[-179.999798251, -18.880139975], [-177.299800163, -16.738110439], [-175.499801438, -14.571726491], [-173.924802554, -11.943944932], [-172.799803351, -11.06203211], [-171.674804148, -10.62006486], [-171.449804307, -9.290424301], [-169.199805901, -4.825692499], [-162.899810364, 2.367912559], [-160.199812277, 5.061986954], [-159.299812915, 5.957818681], [-138.599827579, 23.298598066], [-127.799835229, 28.557045466], [-120.59984033, 33.095517117], [-118.799841605, 33.799525735], [-118.399553445, 33.862234059]], [[-157.427814241, 1.872154031], [-157.72481403, 2.817450443], [-158.849813233, 4.16491285], [-160.199812277, 5.061986954]], [[-171.449804307, -9.290424301], [-171.674804148, -9.290424301], [-171.811504051, -9.174626307]], [[178.438227829, -18.123069641], [178.649947679, -18.880139975], [179.09994736, -19.72952545]], [[179.349749532, -16.808011774], [179.09994736, -17.168553094], [179.09994736, -17.705202173], [179.3249472, -18.880139975], [179.549947041, -19.305384072]]]}, "properties": {"feature_id": "southern-cross-next-0", "cable_id": "southern-cross-next", "name": "Southern Cross NEXT", "color": "#b61e51", "owners": "Southern Cross Cable Network", "rfs_year": 2022, "decommission_year": null, "length_km": 13700.0, "url": "https://www.southerncrosscables.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[140.281810796, 48.965235369], [142.201263302, 47.989427189]]]}, "properties": {"feature_id": "sovetskaya-gavan-ilyinskoye-0", "cable_id": "sovetskaya-gavan-ilyinskoye", "name": "Sovetskaya Gavan-Ilyinskoye", "color": "#05a5d7", "owners": "TTK", "rfs_year": 2007, "decommission_year": null, "length_km": 214.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[140.283333, 48.966667], [141.9801818, 49.0635102]]]}, "properties": {"feature_id": "sovetskaya-gavan-uglegorsk-0", "cable_id": "sovetskaya-gavan-uglegorsk", "name": "Sovetskaya Gavan-Uglegorsk", "color": "#a72f6a", "owners": "Rostelecom", "rfs_year": 2019, "decommission_year": null, "length_km": 127.0, "url": "https://www.company.rt.ru/en/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-55.835899771, 47.071964438], [-56.137385996, 47.120911503], [-56.193635956, 47.120877481], [-56.349885845, 47.083686217], [-56.193635956, 47.082622255], [-56.137335996, 46.89066037], [-56.180585965, 46.775830298], [-55.968636115, 46.813826285], [-55.803286232, 46.868958275]]]}, "properties": {"feature_id": "st-pierre-and-miquelon-cable-0", "cable_id": "st-pierre-and-miquelon-cable", "name": "St. Pierre and Miquelon Cable", "color": "#63ae45", "owners": "French Authority of St. Pierre and Miquelon", "rfs_year": 2018, "decommission_year": null, "length_km": 200.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-64.993869722, 18.32460417], [-64.984569728, 18.333503534], [-64.975269735, 18.342402439], [-64.961644745, 18.339065997], [-64.948019754, 18.33572949], [-64.945924756, 18.331975249], [-64.943829757, 18.328220927], [-64.950809752, 18.320574388], [-64.957789747, 18.312927511], [-64.927539769, 18.302773873], [-64.89728979, 18.292619639], [-64.870214809, 18.30754459], [-64.843139829, 18.322468255]], [[-64.843139829, 18.322468255], [-64.684549941, 17.782279508], [-64.703199928, 17.746662811], [-64.703199928, 17.782279508], [-64.721749915, 17.801341999], [-64.900079788, 17.801341999], [-64.900079788, 17.748053329], [-64.881469801, 17.712429822], [-64.918629775, 17.748053329], [-64.993869722, 18.32460417]]]}, "properties": {"feature_id": "st-thomas-st-croix-system-0", "cable_id": "st-thomas-st-croix-system", "name": "St. Thomas-St. Croix System", "color": "#ba742d", "owners": "Virgin Islands Next Generation Networks, Inc.", "rfs_year": 1997, "decommission_year": null, "length_km": 183.0, "url": "http://www.vingn.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[19.7248144, 60.2726387], [19.968810089, 60.317170739], [20.13755997, 60.372833014], [20.25005989, 60.483872905], [20.700059571, 60.704817132], [21.150059252, 60.704817132], [21.4462353, 60.6794687]], [[18.5654015, 60.0320464], [18.900060846, 60.037431698], [19.575060368, 60.037431698], [19.8049529, 60.099262]]]}, "properties": {"feature_id": "sto-hel-one-0", "cable_id": "sto-hel-one", "name": "STO-HEL-One", "color": "#45449b", "owners": "GlobalConnect", "rfs_year": 2008, "decommission_year": null, "length_km": 560.0, "url": "https://www.globalconnectcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[6.786929427, 58.06444], [6.207735903, 57.773701151], [3.784811151, 57.059997667], [2.700072321, 55.178595869], [2.176861789, 52.715216931], [1.729273011, 52.468822638]]]}, "properties": {"feature_id": "tampnet-south-0", "cable_id": "tampnet-south", "name": "Tampnet South", "color": "#2fbfcc", "owners": "Tampnet", "rfs_year": 1999, "decommission_year": null, "length_km": 1751.0, "url": "https://www.tampnet.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[121.050188483, 12.363012915], [120.712488721, 12.175887186], [120.487488881, 11.735650161], [120.0374892, 11.073982781], [119.500379581, 10.82000049]], [[120.487488881, 11.735650161], [120.374988961, 11.790718791], [120.200769085, 12.005434247]], [[124.084716333, 12.585260603], [124.228111232, 12.505588132], [124.282386193, 12.501390119]], [[124.612775959, 11.006888021], [124.424986092, 10.797840764], [124.312486172, 10.742581675], [124.19998625, 10.521444686], [124.143736291, 10.410816505], [123.988348843, 10.406420283]], [[124.842173948, 10.178582996], [124.818735813, 9.967915187], [125.156235574, 9.746236974], [125.437485374, 9.30244153], [125.540615302, 8.947610464]], [[124.631915946, 8.454147535], [124.593735973, 8.635699417], [123.74998657, 9.024781436], [123.52498673, 9.080330768], [123.281436902, 9.295503919], [123.52498673, 9.413444259], [123.693736611, 9.801670473], [123.80623653, 10.078698007], [123.838926507, 10.252013798]], [[123.988348843, 10.406420283], [124.055162135, 10.590420892], [124.246666218, 10.932011625], [124.143736291, 11.29470932], [124.01730638, 11.246495], [123.93298644, 11.427191411], [122.962487128, 11.955858207], [122.399987527, 12.175887186], [122.174987685, 12.065895274], [122.033257415, 11.867904481], [121.837487925, 12.175887186], [121.724988004, 12.395734], [121.52772252, 12.586423162], [121.556231822, 12.834868818], [121.464538189, 13.045782551], [121.624988075, 13.273238158], [121.478530392, 13.620875075], [121.066008472, 13.762418338]]]}, "properties": {"feature_id": "submarine-cable-in-the-philippines-scip-0", "cable_id": "submarine-cable-in-the-philippines-scip", "name": "Submarine Cable in the Philippines (SCiP)", "color": "#224092", "owners": "DITO Telecommunity", "rfs_year": 2022, "decommission_year": null, "length_km": 1638.0, "url": "https://dito.ph/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[105.164259737, -2.065142653], [104.96249988, -2.130918481], [104.849999959, -2.243336429], [104.737500039, -2.468145973], [104.625000119, -2.636728372], [104.625000119, -2.805287932], [104.757320025, -2.990989902]]]}, "properties": {"feature_id": "sumatera-bangka-cable-system-sbcs-0", "cable_id": "sumatera-bangka-cable-system-sbcs", "name": "Sumatera Bangka Cable System (SBCS)", "color": "#bab034", "owners": "Telkom Indonesia", "rfs_year": 2014, "decommission_year": null, "length_km": 57.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-68.152482128, 49.22104], [-68.39987731, 48.803129142], [-68.459452624, 48.503259271]]]}, "properties": {"feature_id": "sunoque-i-0", "cable_id": "sunoque-i", "name": "Sunoque I", "color": "#2c286e", "owners": "Hydro-Qu\u00e9bec, Telus", "rfs_year": 1999, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-69.083598542, 48.739357089], [-68.849876991, 48.580342672], [-68.709311216, 48.372789022]]]}, "properties": {"feature_id": "sunoque-ii-0", "cable_id": "sunoque-ii", "name": "Sunoque II", "color": "#9f4a23", "owners": "Hydro-Qu\u00e9bec, Telus", "rfs_year": 1999, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-58.154864567, 6.804293299], [-57.71238488, 7.298762754], [-57.374885119, 8.190543418]], [[-56.375375827, 5.886620767], [-56.362385836, 6.405200795], [-56.474885757, 7.298762754], [-57.374885119, 8.190543418], [-60.299883047, 10.632033208], [-60.749882728, 10.853089691], [-60.974882569, 10.963556858], [-61.42488225, 10.853089691], [-61.65081209, 10.686261033]]]}, "properties": {"feature_id": "suriname-guyana-submarine-cable-system-sg-scs-0", "cable_id": "suriname-guyana-submarine-cable-system-sg-scs", "name": "Suriname-Guyana Submarine Cable System (SG-SCS)", "color": "#63bb45", "owners": "Guyana Telephone and Telegraph (GT&T), Telesur", "rfs_year": 2010, "decommission_year": null, "length_km": 1249.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[15.642983076, 78.218112073], [14.429373355, 78.136939259], [13.507532009, 78.150768923], [12.763750656, 78.048519315], [11.700065948, 77.070689525], [12.60006531, 73.422115105], [16.20006276, 69.737245508], [16.875062281, 69.104595056], [16.875062281, 68.862518642], [16.553187509, 68.734310262], [16.987562202, 68.862518642], [17.100062122, 69.104595056], [16.650062441, 69.737245508], [13.050064991, 73.422115105], [12.150065629, 77.070689525], [13.050064991, 78.039938648], [13.525563072, 78.120184909], [14.45225992, 78.115412069], [15.642983076, 78.218112073]]]}, "properties": {"feature_id": "svalbard-undersea-cable-system-0", "cable_id": "svalbard-undersea-cable-system", "name": "Svalbard Undersea Cable System", "color": "#944c9d", "owners": "Space Norway", "rfs_year": 2004, "decommission_year": null, "length_km": 2714.0, "url": "https://spacenorway.no"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[24.752496701, 59.436399859], [24.412556942, 59.508848682], [23.85005734, 59.451717319], [23.175057819, 59.222223915], [22.736388129, 59.000082835], [22.050058615, 59.106894957], [20.250059891, 59.279742671], [18.900060847, 59.279742671], [18.688360997, 59.292766766]]]}, "properties": {"feature_id": "sweden-estonia-ee-s-1-0", "cable_id": "sweden-estonia-ee-s-1", "name": "Sweden-Estonia (EE-S 1)", "color": "#e23825", "owners": "Arelion, GN Great Nordic, Telia Eesti (formerly Eesti Telekom, EMT, Elion)", "rfs_year": 1995, "decommission_year": null, "length_km": 240.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[21.570078955, 57.389720408], [21.150059253, 57.390458724], [19.350060528, 57.752422007], [19.041860747, 57.862980705], [18.900060847, 58.051315891], [18.562561086, 58.641677771], [18.562561086, 59.106894957], [18.337561245, 59.279742671], [18.06276144, 59.332309018]]]}, "properties": {"feature_id": "sweden-latvia-0", "cable_id": "sweden-latvia", "name": "Sweden-Latvia", "color": "#42b985", "owners": "Latvia State Radio and Television Centre", "rfs_year": 2005, "decommission_year": null, "length_km": 391.0, "url": "http://www.lvrtc.lv"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[151.207037119, -33.869696], [151.57379311, -34.826981991], [150.49996762, -37.942453526], [149.3999684, -38.817823973], [147.599969675, -39.341800654], [146.249970631, -39.688953385], [144.449971906, -39.515593876], [143.999972225, -39.341800654], [142.1999735, -39.341800654], [140.399974775, -38.992915159], [134.850857613, -37.394784705], [127.092562327, -36.741418128], [119.550184858, -36.260840218], [115.446769796, -36.099249602], [113.828213598, -34.611299785], [113.828213598, -33.061828894], [115.857312162, -31.95344133]], [[144.449971906, -39.515593876], [144.449971906, -38.817823973], [144.326911993, -38.329156472]], [[143.999972225, -39.341800654], [144.224972065, -38.817823973], [144.326911993, -38.329156472]], [[134.850857613, -37.394784705], [135.899977963, -36.018803302], [136.349977644, -35.653993397], [137.699976687, -35.287509583], [138.59988605, -34.926102]]]}, "properties": {"feature_id": "sydney-melbourne-adelaide-perth-smap-0", "cable_id": "sydney-melbourne-adelaide-perth-smap", "name": "Sydney-Melbourne-Adelaide-Perth (SMAP)", "color": "#939597", "owners": "SUBCO", "rfs_year": 2026, "decommission_year": null, "length_km": 5000.0, "url": "https://sub.co/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[30.880392359, -30.057717076], [32.400051283, -30.018154883], [38.70004682, -28.34851724], [45.000042357, -27.153831285], [47.700040445, -25.946230718], [52.200037256, -23.080583506], [54.675035502, -21.623977662], [55.350035025, -21.798176401], [56.025034547, -21.798176401], [56.700034068, -20.995131543], [57.15003375, -20.679706954], [57.485483513, -20.473995661]]]}, "properties": {"feature_id": "t3-0", "cable_id": "t3", "name": "T3", "color": "#d02a3f", "owners": "Liquid Intelligent Technologies, Mauritius Telecom", "rfs_year": 2023, "decommission_year": null, "length_km": 3200.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[34.894869516, 29.492576423], [34.950974476, 29.512254681], [35.005095, 29.581033231]]]}, "properties": {"feature_id": "taba-aqaba-0", "cable_id": "taba-aqaba", "name": "Taba-Aqaba", "color": "#98a439", "owners": "National Electric Power Company of Jordan", "rfs_year": 1998, "decommission_year": null, "length_km": 13.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-118.245336, 34.053481], [-120.59984033, 32.906819029], [-127.799835229, 31.286738814], [-138.603104586, 27.366657115], [-147.603098211, 25.756721525], [-152.999817378, 24.122616987], [-157.27481435, 21.356164482], [-157.49981419, 21.047336588], [-157.802254537, 20.893863274], [-159.524812755, 18.678647022], [-165.599808452, 10.410816505], [-170.999804626, 2.367912559], [-175.499801439, -6.616650693], [-178.874799048, -15.006817033], [-179.549798569, -17.383402006], [-179.999798251, -17.812341353]], [[179.999904925, -17.812341353], [178.874961115, -18.240251411], [178.42494705, -18.559310646], [178.087448077, -18.773659061], [170.999966693, -22.665969968], [166.499969881, -25.946230718], [160.649974025, -30.697669744], [154.800071765, -32.612760006], [152.047927014, -33.937162362], [151.20704, -33.869696]], [[-158.08325, 21.33416152], [-157.900083112, 21.128587432], [-157.802254537, 20.893863274]], [[160.649974025, -30.697669744], [155.316576355, -27.936291841], [153.966577312, -27.138263162], [153.516577628, -26.937854888], [153.40407771, -26.837516819], [153.0894391, -26.6518402]], [[178.087448077, -18.773659061], [177.524948475, -18.347065591], [177.318898621, -18.100389418]], [[178.42494705, -18.559310646], [178.437447829, -18.123810944]]]}, "properties": {"feature_id": "tabua-0", "cable_id": "tabua", "name": "Tabua", "color": "#939597", "owners": "Google", "rfs_year": 2026, "decommission_year": null, "length_km": 0.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-66.08278895, 18.453602409], [-66.030607739, 18.444291233], [-66.016868997, 18.441839619], [-65.699879222, 18.465364393], [-64.937089762, 18.372992194]]]}, "properties": {"feature_id": "taino-carib-0", "cable_id": "taino-carib", "name": "Taino-Carib", "color": "#44bb90", "owners": "AT&T, Altice USA, CANTV, Cogent, Embratel, Liberty Networks, Orange, Setar", "rfs_year": 1992, "decommission_year": null, "length_km": 187.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.440993215, 51.358571444], [1.800072961, 51.235991798], [2.475072483, 51.235991798], [2.912772173, 51.231220565]]]}, "properties": {"feature_id": "tangerine-0", "cable_id": "tangerine", "name": "Tangerine", "color": "#25ae73", "owners": "Colt", "rfs_year": 2000, "decommission_year": null, "length_km": 112.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[121.462588191, 25.168986123], [121.095886887, 25.678720355], [120.49297, 26.367331367], [120.324261315, 26.15516], [119.934349273, 26.15516], [119.960935772, 26.074237947], [119.960935772, 26.032479263], [119.939075788, 25.967044518]]]}, "properties": {"feature_id": "taiwan-matsu-no-4-0", "cable_id": "taiwan-matsu-no-4", "name": "Taiwan-Matsu No.4", "color": "#939597", "owners": "Chunghwa Telecom", "rfs_year": 2026, "decommission_year": null, "length_km": 300.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[120.170474288, 23.36279], [119.924989279, 23.436294941], [119.656164288, 23.57363]], [[120.64549, 24.432462602], [120.26248904, 24.36196861], [118.799990076, 24.36196861], [118.43944, 24.437482602]], [[121.46264819, 25.181604223], [121.274988324, 25.74203803], [120.712488721, 26.394681925], [120.49297, 26.367331367]]]}, "properties": {"feature_id": "taiwan-penghu-kinmen-matsu-no-2-tpkm2-0", "cable_id": "taiwan-penghu-kinmen-matsu-no-2-tpkm2", "name": "Taiwan Penghu Kinmen Matsu No.2 (TPKM2)", "color": "#5a266c", "owners": "Chunghwa Telecom", "rfs_year": 2000, "decommission_year": null, "length_km": 467.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[118.3158464, 24.4134189], [118.462490315, 24.310716907], [119.249989758, 23.797065779], [119.512019572, 23.60192], [119.576253997, 23.573729364], [119.656159572, 23.57363], [119.699989439, 23.436294941], [120.0374892, 23.281375913], [120.180862, 22.99721]], [[119.934349273, 26.15516], [120.262489038, 25.754704263], [120.937488561, 25.247006433], [121.311107806, 24.9888889]], [[119.934349273, 26.15516], [119.868739319, 26.041442344], [119.93907506, 25.973144108]], [[119.934349273, 26.15516], [119.9885961, 26.2254073], [120.14998912, 26.243424885], [120.374988961, 26.29386584], [120.49297, 26.3673365]]]}, "properties": {"feature_id": "taiwan-penghu-kinmen-matsu-no-3-tpkm3-0", "cable_id": "taiwan-penghu-kinmen-matsu-no-3-tpkm3", "name": "Taiwan Penghu Kinmen Matsu No.3 (TPKM3)", "color": "#4dbd9a", "owners": "Chunghwa Telecom", "rfs_year": 2013, "decommission_year": null, "length_km": 510.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[119.607813734, 25.780770721], [119.924989279, 25.805355686], [120.824988642, 25.551882759], [121.274988324, 25.348717422], [121.462588191, 25.181712819]]]}, "properties": {"feature_id": "taiwan-strait-express-1-tse-1-0", "cable_id": "taiwan-strait-express-1-tse-1", "name": "Taiwan Strait Express-1 (TSE-1)", "color": "#63b545", "owners": "China Mobile, China Unicom, Chunghwa Telecom, Far EasTone (FET), Taiwan International Gateway Corporation, Taiwan Mobile", "rfs_year": 2013, "decommission_year": null, "length_km": 260.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-80.394251328, 27.638731771], [-79.649869339, 27.264711878], [-79.19986966, 26.863990174], [-78.862369897, 26.76358657], [-77.849870614, 27.164665813], [-77.399870933, 27.064530023], [-76.949871253, 26.562513149], [-76.606171496, 26.116791262], [-76.240641754, 25.700526109], [-73.349873802, 23.917101291], [-70.199875994, 22.145638852], [-68.849876951, 21.309590385], [-67.499877947, 20.375041253], [-66.487378664, 19.104405476], [-65.924879063, 18.838433218]], [[-65.924879063, 18.838433218], [-65.323985535, 18.624080689], [-65.19362958, 18.251816319], [-64.88053, 17.753367673]], [[-66.106668933, 18.466104233], [-66.037328983, 18.678647022], [-65.924879063, 18.838433218]], [[-85.949864876, 21.635297385], [-86.512364478, 21.268825931], [-86.767566, 21.095663484]], [[-80.160168978, 26.010548668], [-80.099869021, 25.348717422], [-80.774868542, 24.737178272], [-80.999868383, 24.532657566], [-83.249866789, 24.532657566], [-84.824865673, 23.505089681], [-85.949864876, 21.635297385], [-86.287364638, 20.375041253], [-87.074864079, 18.251816319], [-87.974863442, 16.534196198], [-88.312363203, 16.102325596], [-88.597165, 15.727178885]], [[-87.974863442, 16.534196198], [-87.862363522, 16.102325596], [-87.946155788, 15.844981599]], [[-70.199875994, 22.145638852], [-71.549874999, 21.425997872], [-73.349873802, 20.796306105], [-74.137373244, 19.952622905], [-74.699872846, 19.316876112], [-75.149872527, 18.251816319], [-75.937371969, 17.395022635], [-78.299870296, 11.955858207], [-79.649869339, 9.967915187], [-79.753479266, 9.437721985]], [[-78.299870296, 11.955858207], [-75.374872368, 11.331480662], [-74.779752789, 10.940445616]], [[-79.649869339, 9.967915187], [-82.349867427, 10.078698007], [-83.037659389, 9.988597517]]]}, "properties": {"feature_id": "tam-1-0", "cable_id": "tam-1", "name": "TAM-1", "color": "#939597", "owners": "Trans Americas Fiber", "rfs_year": 2026, "decommission_year": null, "length_km": 7200.0, "url": "https://transamericasfiber.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.105148883, 57.15400553], [-1.01960354, 57.501567657], [2.543382434, 57.811692596], [2.812797, 58.320872573], [4.015159331, 59.001816944], [5.45632037, 59.122322569], [5.524480322, 59.27926758]], [[3.784811151, 57.059997667], [2.543382434, 57.811692596]], [[4.015159331, 59.001816944], [4.010328581, 60.354289475], [4.554407711, 60.566745741], [4.83023, 60.587338]]]}, "properties": {"feature_id": "tampnet-north-0", "cable_id": "tampnet-north", "name": "Tampnet North", "color": "#97489b", "owners": "Tampnet", "rfs_year": 1999, "decommission_year": null, "length_km": 1751.0, "url": "https://www.tampnet.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[109.18222689, -0.061391357], [108.827365305, -0.061391357], [108.677829278, -0.179555523], [107.959352981, -1.2275714], [107.566160144, -2.148726042], [107.530076185, -2.495065218], [107.662887967, -2.767442756]]]}, "properties": {"feature_id": "tanjung-pandan-sungai-kakap-0", "cable_id": "tanjung-pandan-sungai-kakap", "name": "Tanjung Pandan-Sungai Kakap", "color": "#a84c9c", "owners": "Moratelindo", "rfs_year": 2019, "decommission_year": null, "length_km": 348.0, "url": "http://www.moratelindo.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[107.662887967, -2.767442756], [107.606648006, -2.517708985], [107.647997977, -2.237970538], [108.112497648, -1.23131575], [108.89999709, -0.106411276], [109.18222689, -0.061391357]]]}, "properties": {"feature_id": "tanjung-pandan-sungai-kakap-1", "cable_id": "tanjung-pandan-sungai-kakap", "name": "Tanjung Pandan-Sungai Kakap", "color": "#939597", "owners": "Moratelindo", "rfs_year": 2019, "decommission_year": null, "length_km": 348.0, "url": "http://www.moratelindo.co.id"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-53.549887829, -35.22626672], [-53.99988751, -35.59302881], [-56.695442241, -36.470978553]], [[-46.328062945, -23.961842898], [-45.899893248, -25.134186547], [-45.449893567, -27.951747285], [-47.699891973, -32.612760006], [-50.849889742, -34.487754479], [-53.549887829, -35.22626672], [-54.950186837, -34.900416027]]]}, "properties": {"feature_id": "tannat-0", "cable_id": "tannat", "name": "Tannat", "color": "#34a8a7", "owners": "Antel Uruguay, Google", "rfs_year": 2018, "decommission_year": null, "length_km": 2000.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[117.578510942, 3.327354396], [117.618740914, 3.154491498], [117.899990714, 3.042156042], [117.899990714, 2.817450443], [117.819420772, 2.5720225]]]}, "properties": {"feature_id": "tarakan-selor-cable-system-tscs-0", "cable_id": "tarakan-selor-cable-system-tscs", "name": "Tarakan Selor Cable System (TSCS)", "color": "#3db557", "owners": "Telkom Indonesia", "rfs_year": 2014, "decommission_year": null, "length_km": 83.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[174.871830355, -37.801382082], [174.599950548, -37.758235765], [172.799951823, -37.401610748], [167.399955648, -37.043280407], [159.299961386, -36.502600461], [155.699963937, -35.59302881], [152.099966487, -34.487754479], [151.245087093, -33.737123051]]]}, "properties": {"feature_id": "tasman-global-access-tga-cable-0", "cable_id": "tasman-global-access-tga-cable", "name": "Tasman Global Access (TGA) Cable", "color": "#cc3b95", "owners": "One NZ, Spark New Zealand, Telstra", "rfs_year": 2017, "decommission_year": null, "length_km": 2288.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.974873657, 51.222446966], [-4.049922895, 51.376651775], [-5.399921939, 51.165500079], [-7.199920664, 51.024192888], [-10.799918113, 50.311167252], [-16.199914288, 49.878144738], [-23.399909187, 49.58728674], [-39.599897711, 45.646541495], [-50.39989006, 42.578254086], [-61.199882409, 41.069340438], [-68.399877309, 40.729204125], [-71.099875396, 40.301576658], [-74.062863297, 40.152833847]]]}, "properties": {"feature_id": "tata-tgn-atlantic-south-0", "cable_id": "tata-tgn-atlantic-south", "name": "Tata TGN-Atlantic South", "color": "#b86d35", "owners": "Tata Communications", "rfs_year": 2001, "decommission_year": null, "length_km": 6830.0, "url": "http://www.tatacommunications.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[51.519277739, 25.294608758], [51.975037416, 26.05828756], [52.425037098, 26.562513149]], [[50.576018407, 26.229494838], [51.187537974, 26.562513149], [51.750037576, 26.964304735]], [[55.308535055, 25.269353998], [55.181285145, 25.551882759], [55.237535105, 25.855985466], [55.350035025, 26.05828756]], [[61.875030403, 18.678647022], [61.875030403, 22.469443965], [60.750031199, 22.884654114], [59.625031996, 22.884654114], [59.366662179, 22.700003992], [59.400032156, 22.884654114], [59.175032314, 23.608214441], [58.500032794, 24.430271928], [56.92503391, 25.043329057], [56.333724329, 25.121690005], [56.812533989, 25.348717422], [56.92503391, 26.159307971], [56.756284029, 26.562513149], [56.250034388, 26.612814709], [55.800034707, 26.260240972], [55.350035025, 26.05828756], [53.550036301, 26.05828756], [52.425037098, 26.562513149], [51.750037576, 26.964304735], [51.075038054, 27.364667994], [50.512538452, 26.964304735], [50.287538612, 26.461843796], [50.214198664, 26.285375359]]]}, "properties": {"feature_id": "tata-tgn-gulf-0", "cable_id": "tata-tgn-gulf", "name": "Tata TGN-Gulf", "color": "#63bb45", "owners": "Tata Communications", "rfs_year": 2012, "decommission_year": null, "length_km": 4031.0, "url": "http://www.tatacommunications.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[107.07919838, 10.34213843], [107.774997887, 9.635342385], [108.67499725, 9.30244153], [111.599995177, 9.30244153], [113.399993902, 9.080330768], [114.974992787, 9.080330768]], [[103.987010571, 1.375393], [104.182620432, 1.262333057], [104.287900357, 1.243665036], [104.568850158, 1.454368851], [105.13124976, 2.803404867], [105.749999322, 3.477386829], [107.099998365, 4.263084148], [107.999997728, 4.823813856], [109.574996612, 5.496074035], [110.249996134, 5.94383197], [113.174994062, 7.730954611], [114.974992787, 9.06644424], [116.549991671, 12.601672205], [118.013270634, 15.439678696], [119.027517129, 17.65466548], [120.01268453, 18.601843894], [121.049988483, 19.515816878], [122.849987208, 19.727750791], [125.999984976, 20.361858038], [130.94998147, 21.20328798], [138.59997605, 24.10978189]], [[114.183973347, 22.249615783], [114.749992946, 21.896495663], [115.649992308, 21.635250907], [116.999991352, 21.321235296], [118.349990396, 20.585819096], [120.149989121, 19.740987366], [121.049988483, 19.529070924]], [[120.2203132, 18.785187975], [120.599988801, 18.785187975], [121.049988483, 18.785187975], [121.513078155, 18.418302135]]]}, "properties": {"feature_id": "tata-tgn-intra-asia-tgn-ia-0", "cable_id": "tata-tgn-intra-asia-tgn-ia", "name": "Tata TGN-Intra Asia (TGN-IA)", "color": "#3eb65c", "owners": "Tata Communications", "rfs_year": 2009, "decommission_year": null, "length_km": 6700.0, "url": "http://www.tatacommunications.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[179.999958282, 47.805412176], [172.799951823, 47.805412176], [160.199960749, 44.69482909], [149.3999684, 39.002378909], [143.099972863, 35.052229911], [138.59997605, 34.03292179], [137.699976688, 34.312151652], [137.391576906, 34.769142894], [137.587476768, 34.312151652], [138.59997605, 24.122616987], [139.949975094, 21.635297385], [142.1999735, 16.965102599], [143.324972703, 15.235781783], [144.224972066, 13.929303843], [144.694701733, 13.464772962]], [[179.999958282, 48.406382496], [172.799951823, 48.406382496], [160.199960749, 45.331071073], [149.3999684, 39.351217571], [141.299974138, 35.052229911], [140.343724815, 35.052229911], [140.061105015, 35.062298418]], [[-122.989800676, 45.522898825], [-123.524838258, 45.862402572], [-124.19983778, 45.979793077], [-125.099837142, 46.194363988], [-129.599833954, 46.582355082], [-138.599827579, 47.805412176], [-151.199818653, 48.406382496], [-179.999798251, 48.406382496]], [[-118.245353558, 34.053396879], [-118.799841605, 33.939640088], [-119.249841287, 33.877395436], [-120.59984033, 33.939640088], [-122.399839055, 34.312151652], [-123.299838418, 35.052229911], [-125.549836823, 38.651811713], [-126.449836186, 42.743713464], [-125.099837142, 45.013833644], [-124.19983778, 45.744763674], [-123.524838258, 45.764387408], [-122.989800676, 45.522898825], [-123.524838258, 45.842813339], [-124.19983778, 45.921128872], [-125.099837142, 46.038395194], [-129.599833954, 46.272182854], [-138.599827579, 47.197407396], [-151.199818653, 47.805412176], [-179.999798251, 47.805412176]]]}, "properties": {"feature_id": "tata-tgn-pacific-0", "cable_id": "tata-tgn-pacific", "name": "Tata TGN-Pacific", "color": "#b86637", "owners": "Tata Communications", "rfs_year": 2002, "decommission_year": null, "length_km": 22300.0, "url": "http://www.tatacommunications.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[103.919730618, 1.172215972], [103.987010571, 1.389451397]], [[80.242987391, 13.063853102], [81.450016536, 12.175887186], [83.700014942, 10.410816505], [89.100011117, 9.080330768], [93.150008248, 8.518425925], [95.400006654, 7.521883237], [97.425005219, 6.572869519], [99.225003944, 5.286069861], [100.012503386, 4.613591579], [100.575002988, 3.266814817], [101.250002509, 2.592701465], [102.150001872, 2.086875539], [102.68279724, 1.726894676], [103.340651028, 1.327793782], [103.500000916, 1.243290124], [103.919730618, 1.172215972]]]}, "properties": {"feature_id": "tata-tgn-tata-indicom-0", "cable_id": "tata-tgn-tata-indicom", "name": "Tata TGN-Tata Indicom", "color": "#94a139", "owners": "Tata Communications", "rfs_year": 2004, "decommission_year": null, "length_km": 3175.0, "url": "http://www.tatacommunications.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.949193675, 43.274220252], [-4.049922895, 44.69482909], [-5.84992162, 46.272182854], [-6.974920823, 48.106775709], [-6.974920823, 50.454639126], [-5.399921939, 51.024192888], [-4.049922895, 51.271197214], [-2.974873657, 51.222446966], [-4.049922895, 51.306375677], [-5.399921939, 51.094900461], [-7.199920664, 50.597677199], [-10.799918113, 48.704234631], [-15.299914925, 44.69482909], [-15.299914925, 39.698323355], [-13.949915882, 39.002378909], [-10.799918113, 38.651811713], [-9.107439312, 38.64265833]]]}, "properties": {"feature_id": "tata-tgn-western-europe-0", "cable_id": "tata-tgn-western-europe", "name": "Tata TGN-Western Europe", "color": "#613e98", "owners": "Tata Communications", "rfs_year": 2002, "decommission_year": null, "length_km": 3578.0, "url": "http://www.tatacommunications.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-149.177035111, -17.771815724], [-149.112570912, -17.830191638], [-149.121695125, -17.91388762], [-149.242256118, -17.937193892], [-149.248565234, -17.849433232]]]}, "properties": {"feature_id": "tautira-teahupoo-0", "cable_id": "tautira-teahupoo", "name": "Tautira-Teahupo'o", "color": "#8d4098", "owners": "OPT French Polynesia", "rfs_year": 2023, "decommission_year": null, "length_km": 38.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[104.016637, 1.066798], [104.033500538, 1.290748483], [103.987010571, 1.389451397], [104.192090425, 1.302655425], [104.287900357, 1.355961035], [104.372325298, 1.468426767], [104.652083433, 2.367912559], [104.385965862, 5.39808113], [103.034766819, 6.893492138], [101.700002191, 7.019705967], [100.595102973, 7.198818071]]]}, "properties": {"feature_id": "thailand-indonesia-singapore-tis-0", "cable_id": "thailand-indonesia-singapore-tis", "name": "Thailand-Indonesia-Singapore (TIS)", "color": "#79c042", "owners": "National Telecom, Singtel, Telkom Indonesia", "rfs_year": 2003, "decommission_year": null, "length_km": 968.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[5.37253043, 43.293627789], [6.075069932, 41.744358789], [7.425068976, 38.651811713], [8.100068498, 37.945510495], [9.00006786, 37.856739976], [10.34861723, 37.856739976], [10.912566505, 37.500588446], [11.700065946, 37.232354322], [11.812565868, 36.240655233], [12.262565549, 35.7856619], [12.65631527, 35.419780517], [14.400064035, 34.265677527], [16.650062441, 33.565491482], [19.350060528, 33.939640088], [22.050058615, 33.877395436], [25.200056384, 33.142628531], [27.900054471, 32.243210016], [29.700933196, 31.072270032]], [[27.900054471, 32.243210016], [30.600052559, 32.433313306], [32.400051283, 33.189714665], [33.412550566, 34.49779087], [33.610600426, 34.827281473]], [[8.100068498, 37.945510495], [7.987568577, 37.232354322], [7.755438742, 36.902820465]]]}, "properties": {"feature_id": "te-northtgn-eurasiaseacomalexandrosmedex-0", "cable_id": "te-northtgn-eurasiaseacomalexandrosmedex", "name": "TE North/TGN-Eurasia/SEACOM/Alexandros/Medex", "color": "#3c54a4", "owners": "Algerie Telecom, Cyta, PCCW, SEACOM, Tata Communications, Telecom Egypt", "rfs_year": 2011, "decommission_year": null, "length_km": 3634.0, "url": "https://www.te.eg/wps/portal/te/Business/Wholesale/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-17.765193179, 28.663271035], [-17.589823303, 28.663271035], [-17.364803463, 28.564511099], [-17.212413571, 28.359233526], [-17.093756323, 28.159242763], [-17.108213644, 28.087940706], [-16.976044635, 28.045558045], [-16.762413889, 27.91280889], [-16.537414049, 27.91280889], [-16.481164089, 27.96250336], [-16.518014063, 28.059088061]]]}, "properties": {"feature_id": "tegopa-0", "cable_id": "tegopa", "name": "TEGOPA", "color": "#397cbf", "owners": "Telefonica", "rfs_year": 1994, "decommission_year": null, "length_km": 222.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-179.999798251, -8.401139048], [-176.399800801, -3.029995968], [-172.799803351, 2.367912559], [-167.399807176, 10.410816505], [-163.799809727, 14.801154225], [-160.199812277, 18.678647022], [-158.849813233, 20.796306105], [-158.399813552, 21.425997872], [-158.242049992, 21.548761736]], [[151.228487104, -33.88203865], [152.033214222, -33.84895888], [154.800018169, -32.423034994], [160.649974025, -30.309953345], [166.499969881, -25.540896076], [170.999966693, -22.250099679], [173.699964781, -17.168553094], [179.999960318, -8.401139048]]]}, "properties": {"feature_id": "telstra-endeavour-0", "cable_id": "telstra-endeavour", "name": "Telstra Endeavour", "color": "#393d98", "owners": "Telstra", "rfs_year": 2008, "decommission_year": null, "length_km": 9125.0, "url": "https://www.telstrainternational.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-15.694014646, 28.149943225], [-15.862414527, 28.21058805], [-16.312414208, 28.111449436], [-16.538584048, 28.046741704]]]}, "properties": {"feature_id": "tenerife-gran-canaria-0", "cable_id": "tenerife-gran-canaria", "name": "Tenerife-Gran Canaria", "color": "#368ccb", "owners": "Telefonica", "rfs_year": 1999, "decommission_year": null, "length_km": 110.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-151.544249128, 59.646565622], [-152.099818015, 59.622821769], [-152.999817378, 59.565883463], [-153.54512766, 59.618078064], [-153.591077626, 59.63553746], [-153.632137596, 59.682374554]], [[-153.880477414, 59.776104343], [-153.95294736, 59.779688216], [-154.043567294, 59.756874724], [-154.093567257, 59.76710773], [-154.106116594, 59.787212091], [-154.120127238, 59.766317201], [-154.168667202, 59.747384234], [-154.315437094, 59.760813191], [-154.473256979, 59.755303237], [-154.646446852, 59.706893462], [-154.821686723, 59.716718187], [-154.906116027, 59.75471391]], [[-154.846686705, 59.708048572], [-154.906116027, 59.75471391]], [[-153.880477414, 59.776104343], [-153.956067358, 59.763960609], [-154.0357573, 59.734045641], [-154.123257235, 59.71198775], [-154.245127146, 59.701742903], [-154.392007038, 59.697802518], [-154.647376851, 59.65359911], [-154.695126816, 59.618078064], [-154.754506772, 59.521531421], [-154.752746774, 59.442186028]], [[-154.858846696, 59.949183973], [-154.852565744, 59.962411745], [-154.847716068, 59.972621619], [-154.708116167, 60.0603228], [-154.558116274, 60.128876022], [-154.517636946, 60.141982098], [-154.429507011, 60.179150627], [-154.390437039, 60.194687243], [-154.336927079, 60.200368079]], [[-154.846686705, 59.708048572], [-154.792006745, 59.527871002], [-154.752746774, 59.442186028]], [[-154.899766666, 59.718120043], [-154.876376683, 59.695436046], [-154.943566634, 59.633090759], [-155.045126559, 59.597527759], [-155.79356601, 59.400852717], [-155.894735936, 59.327774303], [-155.759186035, 59.373802346], [-155.264956398, 59.462363771], [-154.793566744, 59.46997939], [-154.752746774, 59.442186028]]]}, "properties": {"feature_id": "terra-sw-0", "cable_id": "terra-sw", "name": "TERRA SW", "color": "#63bb45", "owners": "GCI Communication Corp", "rfs_year": 2012, "decommission_year": null, "length_km": 0.0, "url": "https://www.gci.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[100.924758599, 13.172386821], [99.95361808, 13.09397], [100.18581879, 12.990582068], [99.947653432, 11.314651076], [99.533011587, 10.607658452], [99.178123, 10.494497206], [99.533011587, 10.411934559], [100.030472123, 9.526934715], [100.239456399, 9.47291542], [100.680422884, 7.467212833], [100.595102973, 7.198818071]]]}, "properties": {"feature_id": "thailand-domestic-submarine-cable-network-tdscn-0", "cable_id": "thailand-domestic-submarine-cable-network-tdscn", "name": "Thailand Domestic Submarine Cable Network (TDSCN)", "color": "#8aaa3d", "owners": "National Telecom", "rfs_year": 2001, "decommission_year": null, "length_km": 884.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[39.672896131, -4.052924365], [42.30004427, -4.601453765], [46.575041242, -2.355745737], [53.100036619, 1.468426767], [56.250034388, 5.510071712], [57.600033432, 9.524411345], [62.100030244, 15.669513225], [63.000029606, 20.796306105], [63.000029606, 22.469443965], [59.850031838, 24.327803112], [58.500032794, 24.66052225], [56.92503391, 24.915858494], [56.333724329, 25.121690005]]]}, "properties": {"feature_id": "the-east-african-marine-system-teams-0", "cable_id": "the-east-african-marine-system-teams", "name": "The East African Marine System (TEAMS)", "color": "#73bf43", "owners": "TEAMS Ltd., e&", "rfs_year": 2009, "decommission_year": null, "length_km": 5054.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[19.858511225, 39.641540074], [19.956685098, 39.640977935], [20.021000052, 39.683031225]], [[20.112871839, 39.385367991], [20.19293493, 39.422998402], [20.27741131, 39.449988876]], [[26.107170135, 35.206954161], [26.325055586, 35.511407642], [26.887555188, 35.633414654], [27.112555029, 35.907250156], [27.56255471, 35.998318945], [27.851088977, 35.927851575]], [[28.12005578, 36.411579864], [27.900054471, 36.452085168], [27.337554869, 36.632853424], [27.143445007, 36.782900608]], [[26.995074015, 36.771580493], [26.816614586, 36.864938145], [26.550055427, 36.873219512], [26.100055746, 36.60275474], [25.762555985, 36.452085168], [25.650056065, 36.36154264], [25.46480559, 36.345425714]], [[25.40234624, 36.477426412], [25.537556144, 36.632853424], [25.537556144, 36.813198606], [25.403636239, 36.977260173]], [[25.375976259, 37.101840262], [25.368681264, 37.127881938], [25.289696106, 37.125246849]], [[25.238146035, 37.122232929], [25.425056224, 37.262205452], [25.419566228, 37.439068852]], [[25.328581234, 37.439068852], [25.256431343, 37.530333013], [25.207101364, 37.538715782]], [[25.160525741, 37.538715782], [25.031181503, 37.530333013], [24.936036454, 37.441582605]]]}, "properties": {"feature_id": "thetis-0", "cable_id": "thetis", "name": "Thetis", "color": "#69a0d5", "owners": "Vodafone", "rfs_year": 2022, "decommission_year": null, "length_km": 660.0, "url": "https://www.vodafone.gr/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-80.088931528, 26.350585697], [-79.64986934, 25.957179979], [-79.76236926, 25.348717422], [-80.099869021, 24.737178272], [-80.999868383, 23.917101291], [-83.249866789, 23.917101291], [-84.824865673, 22.884654114], [-85.499865195, 21.635297385], [-85.724865036, 20.936468], [-85.837364957, 20.375041253], [-86.849864239, 18.251816319], [-87.749863601, 16.534196198], [-88.199863282, 16.102325596], [-88.59713531, 15.727236639]], [[-86.767586652, 21.095728792], [-86.512364478, 21.006499845], [-86.174864717, 21.006499845], [-85.724865036, 20.936468]]]}, "properties": {"feature_id": "tikal-amx3-0", "cable_id": "tikal-amx3", "name": "TIKAL-AMX3", "color": "#939597", "owners": "Am\u00e9rica M\u00f3vil (Claro), Telxius", "rfs_year": 2026, "decommission_year": null, "length_km": 1935.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[125.579379805, -8.559447499], [125.774985134, -8.3454887], [126.449984658, -8.289830421], [126.899984338, -8.141369966], [127.349984019, -8.252720522], [127.57498386, -9.586362493], [127.237484099, -10.472598925], [126.449984657, -11.552325197]]]}, "properties": {"feature_id": "timor-leste-south-submarine-cable-tlssc-0", "cable_id": "timor-leste-south-submarine-cable-tlssc", "name": "Timor-Leste South Submarine Cable (TLSSC)", "color": "#f5ae1a", "owners": "Government of Timor-Leste", "rfs_year": 2025, "decommission_year": null, "length_km": 607.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[114.258683294, 22.318292679], [114.243743304, 22.2960703], [114.239357, 22.26885]], [[114.258683294, 22.318292679], [114.257810794, 22.2960703], [114.239357, 22.26885]]]}, "properties": {"feature_id": "tko-connect-0", "cable_id": "tko-connect", "name": "TKO Connect", "color": "#de542a", "owners": "HKBN, iAdvantage", "rfs_year": 2023, "decommission_year": null, "length_km": 6.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-109.704906284, 23.077049], [-106.418502721, 23.19767215]]]}, "properties": {"feature_id": "tmx5-0", "cable_id": "tmx5", "name": "TMX5", "color": "#ae4b9c", "owners": "Telmex", "rfs_year": 2025, "decommission_year": null, "length_km": 383.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[23.960407262, 32.079851331], [24.300057022, 32.243210016], [24.975056543, 32.052708023], [25.087356464, 31.761227938]]]}, "properties": {"feature_id": "tobrok-emasaed-cable-system-0", "cable_id": "tobrok-emasaed-cable-system", "name": "Tobrok-Emasaed Cable System", "color": "#65ac44", "owners": "Libya International Telecommunications Company", "rfs_year": 2010, "decommission_year": null, "length_km": 178.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-172.510903556, -8.5590929], [-172.46230359, -8.846050187], [-172.34980367, -9.068306004], [-172.124803829, -9.179382546], [-171.811504051, -9.174626307], [-171.674804148, -9.345932007], [-171.449804307, -9.345932007], [-171.261504441, -9.383770857]]]}, "properties": {"feature_id": "tokelau-submarine-cable-0", "cable_id": "tokelau-submarine-cable", "name": "Tokelau Submarine Cable", "color": "#7f6fb2", "owners": "Teletok", "rfs_year": 2023, "decommission_year": null, "length_km": 250.0, "url": "https://www.teletokco.tk"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[179.999960318, -19.305384072], [179.099960955, -18.667110838], [178.437447829, -18.123810944]], [[-179.999798251, -19.305384072], [-175.94980112, -20.995131543], [-175.200001651, -21.133465659]]]}, "properties": {"feature_id": "tonga-cable-0", "cable_id": "tonga-cable", "name": "Tonga Cable", "color": "#42b549", "owners": "Digicel Tonga, Government of Tonga, Tonga Communications Corporation", "rfs_year": 2013, "decommission_year": null, "length_km": 827.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-173.983682513, -18.647678685], [-174.262302315, -18.880139975], [-174.937301837, -19.72952545], [-175.162301677, -20.574419057], [-175.200001651, -21.133465659]], [[-174.937301837, -19.72952545], [-174.599802076, -19.72952545], [-174.352142251, -19.813796247]]]}, "properties": {"feature_id": "tonga-domestic-cable-extension-tdce-0", "cable_id": "tonga-domestic-cable-extension-tdce", "name": "Tonga Domestic Cable Extension (TDCE)", "color": "#e11e25", "owners": "Tonga Cable Limited", "rfs_year": 2018, "decommission_year": null, "length_km": 410.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[138.59997605, 33.189714665], [138.393970336, 31.721659545], [135.052908563, 28.932934896], [128.074983506, 25.417654892], [127.208675526, 24.9888889], [125.828096619, 23.865759963], [120.882019851, 22.345698082]]]}, "properties": {"feature_id": "topaz-0", "cable_id": "topaz", "name": "Topaz", "color": "#939597", "owners": "Google", "rfs_year": 2023, "decommission_year": null, "length_km": 0.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-124.80753735, 49.233995251], [-124.818588736, 49.09864531], [-125.099837143, 48.951106021], [-125.549836824, 48.803129142], [-138.599827579, 49.000334389], [-151.199818653, 49.58728674], [-179.999798251, 49.58728674]], [[179.999946722, 49.58728674], [172.799951823, 49.58728674], [160.199960749, 46.582355082], [149.3999684, 40.043692193], [142.1999735, 36.873219512], [141.074974297, 36.632853424], [140.718274549, 36.713059117]], [[142.1999735, 36.873219512], [142.42497334, 36.149866787], [142.1999735, 35.052229911], [140.849974456, 33.939640088], [138.59997605, 33.189714665], [137.699976688, 33.565491482], [136.873997273, 34.336828252]], [[-124.80753735, 49.233995251], [-123.97483794, 49.35578708], [-123.114034, 49.26044]]]}, "properties": {"feature_id": "topaz-1", "cable_id": "topaz", "name": "Topaz", "color": "#33499e", "owners": "Google", "rfs_year": 2023, "decommission_year": null, "length_km": 0.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[120.912815247, 22.438108727], [122.873023859, 20.789874954], [131.423017802, 18.35209417], [138.623012702, 16.635422896], [144.473008558, 14.685705665], [145.206258037, 14.576853977], [145.543757799, 14.467948484], [146.273007283, 14.685705665], [151.223003776, 17.066099765], [160.2229974, 20.61448193], [179.999946722, 25.579505482]], [[145.543757799, 14.467948484], [145.37300792, 13.758776741], [144.923008239, 13.540131566], [144.809541652, 13.549094363]], [[-179.976763746, 25.579505482], [-172.776773139, 28.781327859], [-163.776773076, 32.648802835], [-151.176782002, 36.356002675], [-124.136522568, 40.883157278]], [[122.873023859, 20.789874954], [121.748024656, 19.345770485], [121.105415111, 18.706298049]], [[145.206258037, 14.576853977], [145.421864551, 14.850056076], [145.637471065, 15.011508499]]]}, "properties": {"feature_id": "tpu-0", "cable_id": "tpu", "name": "TPU", "color": "#939597", "owners": "Google", "rfs_year": 2026, "decommission_year": null, "length_km": 13470.0, "url": "https://cloud.google.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[18.405157, 40.302007], [18.575061077, 40.501475542], [19.125060687, 40.757615606], [19.376194, 40.786713]]]}, "properties": {"feature_id": "trans-adriatic-express-tae-0", "cable_id": "trans-adriatic-express-tae", "name": "Trans Adriatic Express (TAE)", "color": "#c072af", "owners": "EXA Infrastructure, TAP AG", "rfs_year": 2023, "decommission_year": null, "length_km": 106.0, "url": "https://exainfra.net/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[49.668611, 40.589722], [49.775038974, 41.003339829], [51.000038106, 43.473757448], [51.200001, 43.650002]]]}, "properties": {"feature_id": "trans-caspian-fiber-optic-cable-project-0", "cable_id": "trans-caspian-fiber-optic-cable-project", "name": "Trans-Caspian Fiber Optic Cable Project", "color": "#939597", "owners": "Azertelecom, Kazakhtelecom", "rfs_year": 2026, "decommission_year": null, "length_km": 341.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[104.016637, 1.066798], [105.264444968, 0.513354402], [107.002100467, -0.560270469], [109.265621831, -2.528148848], [107.301413223, -5.440604564], [107.115086245, -5.983271222]], [[109.968941645, -1.881623426], [109.59906886, -2.108947755], [109.265621831, -2.528148848]]]}, "properties": {"feature_id": "trans-global-cable-system-tgcs-0", "cable_id": "trans-global-cable-system-tgcs", "name": "Trans Global Cable System (TGCS)", "color": "#939597", "owners": "Trans Indonesia Supercorridor", "rfs_year": 2026, "decommission_year": null, "length_km": 1200.0, "url": "https://www.supercorridor.co.id/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-123.94016938, 45.644017751], [-125.099837142, 44.854552256], [-129.599833954, 44.051519229], [-138.599827579, 45.646541495], [-151.199818653, 46.582355082], [-179.999798251, 46.582355082]], [[134.999978601, 30.708139994], [132.749980195, 30.320465425], [130.499981789, 30.51449596], [124.199986252, 31.861808602], [122.849987208, 31.957307911], [121.949987845, 31.76621026], [121.395298238, 31.619800329]], [[121.408188229, 31.618965811], [122.174987686, 31.190549752], [123.52498673, 30.126049847], [123.74998657, 28.161052262], [121.949987845, 26.562513149], [121.499988164, 25.754704263], [121.462588191, 25.181712819], [121.612488085, 25.754704263], [121.949987845, 26.361086325], [125.261893091, 27.590347329], [130.499981789, 30.708139994]], [[139.975467, 35.005433], [140.104662484, 34.898592963], [140.062475014, 34.690726477], [139.949975094, 34.405022751], [139.049975732, 33.939640088], [136.799977326, 31.861808602], [134.999978601, 31.094262828], [132.749980195, 30.708139994]], [[132.749980195, 30.320465425], [132.749980195, 30.708139994], [130.499981789, 30.708139994], [128.924982904, 31.670513047], [127.850288165, 33.197588577], [128.362483303, 34.312151652], [128.62078312, 34.88072782], [127.912483622, 34.312151652], [127.124984179, 33.189714665], [125.999984976, 32.812318783], [124.199986252, 33.189714665], [122.849987208, 33.939640088], [120.824988642, 35.419780517], [120.342468984, 36.087310907], [120.599988802, 35.419780517], [122.399987527, 33.939640088], [123.74998657, 33.001218523], [124.199986252, 31.861808602]], [[134.999978601, 30.708139994], [136.799977326, 31.478822673], [138.59997605, 32.62301664], [140.399974775, 33.377806036], [143.099972863, 34.49779087], [149.3999684, 37.945510495], [160.199960749, 43.401144973], [172.799951823, 46.582355082], [179.999958282, 46.582355082]]]}, "properties": {"feature_id": "trans-pacific-express-tpe-cable-system-0", "cable_id": "trans-pacific-express-tpe-cable-system", "name": "Trans-Pacific Express (TPE) Cable System", "color": "#a2c539", "owners": "AT&T, China Telecom, China Unicom, Chunghwa Telecom, KT, NTT, Verizon", "rfs_year": 2008, "decommission_year": null, "length_km": 17968.0, "url": "https://tpecable.org:59876/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-13.547572417, 28.959501465], [-13.612416121, 28.655812418], [-13.862220631, 28.496470563]], [[-14.358415593, 28.048718629], [-14.512415484, 27.89623899], [-15.187415006, 27.813351447], [-15.390735174, 27.895462213]]]}, "properties": {"feature_id": "transcan-2-0", "cable_id": "transcan-2", "name": "TRANSCAN-2", "color": "#7fae40", "owners": "Telefonica", "rfs_year": 1990, "decommission_year": null, "length_km": 238.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-15.699964642, 27.999761412], [-15.637414687, 28.194108049], [-15.524914767, 28.293214058], [-14.399915564, 28.688714089], [-13.827315969, 28.863419399]]]}, "properties": {"feature_id": "transcan-3-0", "cable_id": "transcan-3", "name": "TRANSCAN-3", "color": "#d82729", "owners": "Telefonica", "rfs_year": 2000, "decommission_year": null, "length_km": 210.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[56.333724329, 25.121690005], [56.92503391, 25.068807301], [58.725032635, 25.145210227], [59.850032656, 24.941359113], [62.550029925, 24.532657566], [67.028546752, 24.889731701]], [[58.176203023, 23.684877532], [58.275082953, 23.917101291], [58.725032635, 24.225251377], [59.850032656, 24.941359113]]]}, "properties": {"feature_id": "transworld-tw1-0", "cable_id": "transworld-tw1", "name": "Transworld (TW1)", "color": "#61bb46", "owners": "Transworld", "rfs_year": 2006, "decommission_year": null, "length_km": 1300.0, "url": "http://www.tw1.com"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[11.090886379, 36.849936994], [11.427366141, 37.029174247], [11.948015771, 37.635969028], [12.150065626, 37.767862425], [12.513618, 38.018253909]]]}, "properties": {"feature_id": "trapani-kelibia-2-keltra-2-0", "cable_id": "trapani-kelibia-2-keltra-2", "name": "Trapani-Kelibia 2 (KELTRA-2)", "color": "#d62426", "owners": "Sparkle, Tunisia Telecom", "rfs_year": 2007, "decommission_year": null, "length_km": 209.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-60.949592587, 10.831511901], [-60.974882569, 11.016811865], [-60.840262664, 11.16577638]]]}, "properties": {"feature_id": "tt-1-0", "cable_id": "tt-1", "name": "TT-1", "color": "#4abb84", "owners": "Alliance Telecommunications, Liberty Latin America (LLA), TSTT", "rfs_year": 2012, "decommission_year": null, "length_km": 48.0, "url": "https://libertynet.com/contact"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-60.949592587, 10.831511901], [-60.974882569, 11.016811865], [-60.840262664, 11.16577638]]]}, "properties": {"feature_id": "tt1-0", "cable_id": "tt1", "name": "TT1", "color": "#4abb84", "owners": "Alliance Telecommunications, Liberty Networks, TSTT", "rfs_year": 2015, "decommission_year": null, "length_km": 44.0, "url": "https://libertynet.com/contact"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[178.437447829, -18.123810944], [178.874961115, -18.134559478], [179.999932621, -17.597998996]], [[-171.899803989, -13.480286782], [-172.012303909, -13.589662251], [-172.178161025, -13.670594023]], [[-171.766694083, -13.833489256], [-171.899803989, -13.480286782], [-172.23730375, -13.261386], [-172.799803351, -13.261386], [-175.499801438, -14.135775375], [-177.299800163, -15.006817033], [-179.549798569, -17.168553094], [-179.999798251, -17.597998996]], [[179.349749532, -16.808011774], [179.549947041, -17.168553094], [179.999932621, -17.597998996]], [[-178.158108228, -14.296837877], [-177.749799844, -14.571726491], [-177.299800163, -15.006817033]], [[-176.17500035, -13.282000575], [-175.724801279, -13.69898727], [-175.499801438, -14.135775375]]]}, "properties": {"feature_id": "tui-samoa-0", "cable_id": "tui-samoa", "name": "Tui-Samoa", "color": "#ba8c34", "owners": "Samoa Submarine Cable Company", "rfs_year": 2018, "decommission_year": null, "length_km": 1693.0, "url": "http://ssccsamoa.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[32.966700881, 36.099997364], [32.962550884, 35.907250156], [33.075050805, 35.541926813], [33.236280691, 35.299121866]]]}, "properties": {"feature_id": "turcyos-1-0", "cable_id": "turcyos-1", "name": "Turcyos-1", "color": "#97b93c", "owners": "Turk Telekom", "rfs_year": 1993, "decommission_year": null, "length_km": 110.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[35.999368734, 36.082340814], [35.550049052, 35.7856619], [34.87504953, 35.419780517], [34.200050008, 35.236213401], [33.919450207, 35.284389092]]]}, "properties": {"feature_id": "turcyos-2-0", "cable_id": "turcyos-2", "name": "Turcyos-2", "color": "#81c341", "owners": "Turk Telekom", "rfs_year": 2011, "decommission_year": null, "length_km": 213.0, "url": "http://www.turktelekom.com.tr"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[13.018229076, 66.198066288], [13.050064991, 66.245217763], [13.218814872, 66.290494626], [13.387564752, 66.313102554], [13.563638846, 66.292968358], [13.563638846, 66.247734335], [13.624478647, 66.22416306], [13.781314473, 66.256524477], [13.950064354, 66.256524477], [14.141958749, 66.313710646]]]}, "properties": {"feature_id": "tverrlinken-0", "cable_id": "tverrlinken", "name": "Tverrlinken", "color": "#1bbaae", "owners": "KystTele", "rfs_year": 2010, "decommission_year": null, "length_km": 0.0, "url": "http://www.kysttele.no"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[56.333724329, 25.121690005], [56.92503391, 25.094280247], [57.603643429, 25.234288824], [57.797303292, 25.681322708]]]}, "properties": {"feature_id": "uae-iran-0", "cable_id": "uae-iran", "name": "UAE-Iran", "color": "#d41f26", "owners": "Telecommunication Infrastructure Company of Iran, e&", "rfs_year": 1992, "decommission_year": null, "length_km": 170.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[35.897798806, 34.891703286], [35.550049052, 34.867831005], [33.975050168, 34.775476076], [33.610600426, 34.827281473]]]}, "properties": {"feature_id": "ugarit-0", "cable_id": "ugarit", "name": "UGARIT", "color": "#267cb5", "owners": "A1 Telekom Austria, AT&T, BT, Cyta, Deutsche Telekom, Lebanese Ministry of Telecommunications, Orange, Singtel, Sparkle, Syrian Telecommunications Establishment, Tata Communications, Telefonica, Vivacom", "rfs_year": 1995, "decommission_year": null, "length_km": 239.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.533373969, 49.503391023], [-2.418674051, 49.58728674], [-2.699923851, 50.167261163], [-3.037423612, 50.311167252], [-3.598459603, 50.324261292]]]}, "properties": {"feature_id": "uk-channel-islands-7-0", "cable_id": "uk-channel-islands-7", "name": "UK-Channel Islands-7", "color": "#923e97", "owners": "BT, Sure", "rfs_year": 1994, "decommission_year": null, "length_km": 124.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-2.225994187, 49.215708682], [-2.420674049, 49.218648052], [-3.599923214, 49.441203723], [-4.499922576, 49.58728674], [-5.172972099, 50.022541391]]]}, "properties": {"feature_id": "uk-channel-islands-8-0", "cable_id": "uk-channel-islands-8", "name": "UK-Channel Islands-8", "color": "#8fc73e", "owners": "BT", "rfs_year": 1994, "decommission_year": null, "length_km": 237.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[129.338733379, 37.175143266], [129.599982426, 37.172616593], [130.499981788, 37.35168787], [130.893276609, 37.489320626]]]}, "properties": {"feature_id": "ulleung-mainland-2-0", "cable_id": "ulleung-mainland-2", "name": "Ulleung-Mainland 2", "color": "#aa422e", "owners": "KT", "rfs_year": 2016, "decommission_year": null, "length_km": 164.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[6.733269466, 0.333286472], [6.875069366, 0.118588419], [6.750069454, -0.33140933], [5.650070233, -1.23131575], [5.636870243, -1.435160298]]]}, "properties": {"feature_id": "ultramar-ge-0", "cable_id": "ultramar-ge", "name": "Ultramar GE", "color": "#41b87b", "owners": "GITGE (Gestor de Infraestructuras de Telecomunicaciones de Guinea Ecuatorial)", "rfs_year": 2023, "decommission_year": null, "length_km": 263.0, "url": "https://gitge.com/en/home/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[1.729273011, 52.468822638], [2.250072642, 52.554914683], [3.825071526, 52.554914683], [4.275071207, 52.520701335], [4.613670968, 52.458501705]]]}, "properties": {"feature_id": "ulysses-2-0", "cable_id": "ulysses-2", "name": "Ulysses 2", "color": "#b96528", "owners": "Verizon", "rfs_year": 1997, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[96.248206053, 16.758772278], [96.441705916, 14.83337908], [96.750005697, 11.29470932], [97.425005219, 7.354454266], [99.675003625, 5.286069861], [100.462503067, 4.613591579], [100.800002828, 3.266814817], [101.250002509, 2.817450443], [102.150001872, 2.199296754], [102.68279724, 1.783118249], [103.340651028, 1.383978004], [103.500000916, 1.285317359], [103.647100811, 1.338165967]]]}, "properties": {"feature_id": "umo-0", "cable_id": "umo", "name": "UMO", "color": "#34a496", "owners": "Campana Group", "rfs_year": 2023, "decommission_year": null, "length_km": 2227.0, "url": "https://www.campanaworks.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-54.950186837, -34.900416027], [-55.349886554, -35.59302881], [-55.799886235, -35.958118199], [-56.6954456, -36.470955276]]]}, "properties": {"feature_id": "unisur-0", "cable_id": "unisur", "name": "Unisur", "color": "#af5b39", "owners": "Antel Uruguay, Telxius", "rfs_year": 1995, "decommission_year": null, "length_km": 265.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[12.14088, -5.23097], [11.700065947, -5.572600905], [11.475066106, -5.796494123], [11.475066106, -6.691145451], [11.812565867, -7.361072141], [12.375065469, -7.361072141], [12.86666667, -7.233333333]], [[12.1898656, -5.556576787], [11.925065788, -5.628582348], [11.812565867, -5.796494123], [11.812565867, -6.132166432], [12.150065628, -6.188091596], [12.352065485, -6.141015428]]]}, "properties": {"feature_id": "unitel-north-submarine-cable-unsc-0", "cable_id": "unitel-north-submarine-cable-unsc", "name": "Unitel North Submarine Cable (UNSC)", "color": "#4bc2c8", "owners": "Unitel (Angola)", "rfs_year": 2023, "decommission_year": null, "length_km": 1145.0, "url": "http://www.unitel.ao"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[8.938867904, 44.410357529], [9.337567621, 44.051519229], [9.675067381, 43.401144973], [9.787567301, 43.073310783], [10.012567141, 42.412354501], [10.575066744, 41.520132021], [10.912566505, 41.069340438], [11.700065947, 39.698323355], [12.037565708, 38.211179037], [12.150065626, 37.856739976], [12.591375316, 37.650586173]], [[10.912566505, 41.069340438], [11.250066266, 41.266945072], [11.587566027, 41.43584595], [12.037565708, 41.604308459], [12.226913, 41.769718]], [[10.809437174, 41.20741868], [10.1729445, 41.144044043], [9.496447508, 40.923575747]]]}, "properties": {"feature_id": "unitirreno-0", "cable_id": "unitirreno", "name": "Unitirreno", "color": "#4cb96a", "owners": "Azimut, Unidata", "rfs_year": 2025, "decommission_year": null, "length_km": 1156.0, "url": "http://www.unitirreno.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.954855091, 34.976570029], [140.062475014, 34.967765254], [140.343724815, 34.960082325], [141.299974138, 34.867831005], [143.099972863, 34.867831005], [149.3999684, 36.149866787], [160.199960749, 41.407726237], [172.799920733, 44.694811589], [179.999927193, 44.694811589]], [[-118.388023454, 33.844470402], [-120.59984033, 33.799525735], [-122.399839055, 34.12610104], [-129.599833954, 37.945510495], [-138.599827579, 42.079235618], [-151.199833911, 44.692056556], [-179.999813509, 44.692056556]]]}, "properties": {"feature_id": "unityeac-pacific-0", "cable_id": "unityeac-pacific", "name": "Unity/EAC-Pacific", "color": "#77459a", "owners": "Bharti Airtel, Google, KDDI, Singtel, TIME dotCom, Telstra", "rfs_year": 2010, "decommission_year": null, "length_km": 9620.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[173.699964781, -13.69898727], [178.324947908, -9.586362493], [179.1988245, -8.520204506]]]}, "properties": {"feature_id": "vaka-0", "cable_id": "vaka", "name": "VAKA", "color": "#939597", "owners": "Tuvalu Telecommunications Corporation (TTC)", "rfs_year": 2026, "decommission_year": null, "length_km": 668.0, "url": "https://www.tuvalutelecom.tv/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-123.338009822, 49.380079371], [-123.276529867, 49.374816039]], [[-124.356169075, 49.342144421], [-124.08733786, 49.429010441], [-123.749838099, 49.410714833], [-123.637338179, 49.392412404], [-123.428906254, 49.343283488]]]}, "properties": {"feature_id": "vancouver-bowen-island-vancouver-island-0", "cable_id": "vancouver-bowen-island-vancouver-island", "name": "Vancouver-Bowen Island-Vancouver Island", "color": "#854e9f", "owners": "Rogers Communications", "rfs_year": 2019, "decommission_year": null, "length_km": 75.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-71.451095851, 10.395928632], [-71.549875077, 10.468102245], [-71.598410199, 10.688176132], [-71.549875077, 11.073982781], [-71.099875396, 11.405009148], [-70.424875874, 11.62547996], [-70.204316031, 11.708782466], [-69.862376273, 11.62547996], [-69.677806091, 11.402807398], [-69.524876512, 11.515266158], [-69.299876671, 11.62547996], [-68.73737707, 11.570378484], [-68.399877309, 11.29470932], [-68.284496531, 10.928560855], [-68.062377548, 10.742581675], [-68.009594382, 10.478139223], [-67.724877787, 10.632033208], [-67.387378026, 10.742581675], [-67.162378186, 10.742581675], [-66.878298387, 10.606498174], [-66.599878584, 10.742581675], [-66.262378823, 10.742581675], [-66.149878903, 10.632033208], [-66.098121127, 10.480347852], [-65.699879222, 10.410816505], [-65.24987954, 10.410816505], [-64.6448995, 10.20251427], [-64.408130137, 10.410816505], [-64.182106859, 10.454323438], [-64.406130138, 10.632033208], [-64.349880178, 10.797840764], [-64.012380417, 10.742581675], [-63.84763444, 10.95521572], [-63.449880816, 10.853089691], [-63.250515722, 10.666775863]]]}, "properties": {"feature_id": "venezuelan-festoon-0", "cable_id": "venezuelan-festoon", "name": "Venezuelan Festoon", "color": "#3cac48", "owners": "CANTV", "rfs_year": 1998, "decommission_year": null, "length_km": 1200.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[24.011428, 37.888178], [24.300057021, 37.886342045], [24.750056702, 37.708551305], [24.936036454, 37.441582605]]]}, "properties": {"feature_id": "vodafone-greece-domestic-0", "cable_id": "vodafone-greece-domestic", "name": "Vodafone Greece Domestic", "color": "#aebf3c", "owners": "Vodafone", "rfs_year": 2008, "decommission_year": null, "length_km": 92.0, "url": "https://www.vodafone.gr/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[16.63697245, 57.7560136], [17.325061962, 57.772425659], [18.000061484, 57.712381471], [18.300031271, 57.63842]]]}, "properties": {"feature_id": "vstervik-visby-0", "cable_id": "vstervik-visby", "name": "V\u00e4stervik-Visby", "color": "#d96526", "owners": "GlobalConnect", "rfs_year": 2008, "decommission_year": null, "length_km": 0.0, "url": "https://globalconnectcarrier.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-16.199914288, 27.763588526], [-15.749914607, 27.564309488], [-15.468664806, 27.564309488], [-15.299914925, 27.663994424], [-15.299914925, 27.813351447], [-15.398744855, 27.959394261]], [[-23.521209101, 14.92303556], [-22.499909825, 15.018578574], [-20.249911419, 15.018578574]], [[-4.026242912, 5.323508792], [-4.162422815, 3.266814817], [-4.274922736, 2.367912559], [-4.149922824, 1.468426767], [-3.599923214, -0.781386636]], [[-0.204315619, 5.55828589], [0.225074076, 3.279837005], [0.225074076, 0.131631857]], [[-9.107439312, 38.64265833], [-9.44991907, 38.299520606], [-11.024917954, 36.512388212], [-11.924917316, 35.419780517], [-13.499916201, 32.052708023], [-14.624915404, 30.51449596], [-15.299914925, 28.951554732], [-16.199914288, 27.763588526], [-17.999913013, 24.941363172], [-18.899912375, 22.884654114], [-20.249911419, 19.952622905], [-20.249911419, 15.235781783], [-20.249911419, 11.735650161], [-18.899912375, 8.635699417], [-14.399915563, 2.817450443], [-10.799918113, -0.781386636], [-3.599923214, -0.781386636], [0.225074076, 0.131631857], [1.57507312, 1.355961035], [2.250072642, 2.03066189], [4.500071048, 0.118588419], [6.300069773, -1.23131575], [7.650068817, -4.825692499], [8.100068498, -6.616650693], [9.00006786, -10.62006486], [8.550068179, -18.026426384], [9.900067223, -23.493922446], [13.950064354, -30.309953345], [15.750063078, -32.612760006], [16.650062441, -33.273630771], [18.155531374, -33.348058456]], [[1.227803366, 6.126307297], [1.462573199, 5.061986954], [3.375071845, 4.16491285]], [[3.423511811, 6.439066911], [3.375071845, 4.16491285], [2.250072642, 2.03066189]], [[4.500071048, 0.118588419], [6.300069773, 1.693340823], [8.100068498, 2.367912559], [9.00006786, 3.266814817], [9.208657712, 4.01470648]], [[10.800066585, -5.945707155], [11.250066266, -5.236602022], [11.863635832, -4.778787769]], [[9.00006786, -10.62006486], [11.700065948, -9.290424301], [12.60006531, -9.290424301], [13.201440382, -9.490080989]], [[12.349965487, -5.933373731], [10.800066585, -5.945707155], [8.100068498, -6.616650693]], [[14.53346394, -22.685429732], [13.050064991, -22.873434954], [9.900067223, -23.493922446]]]}, "properties": {"feature_id": "west-africa-cable-system-wacs-0", "cable_id": "west-africa-cable-system-wacs", "name": "West Africa Cable System (WACS)", "color": "#394da1", "owners": "Altice Portugal, Angola Cables, Bayobab, Broadband Infraco, Camtel, Cape Verde Telecom, Congo Telecom, Liquid Intelligent Technologies, Office Congolais de Poste et T\u00e9l\u00e9communication, PCCW, Tata Communications, Telecom Namibia, Telkom South Africa, Togo Telecom, Vodacom DRC, Vodafone, Vodafone Espana, Vodafone Ghana", "rfs_year": 2012, "decommission_year": null, "length_km": 14530.0, "url": "https://wacscable.com/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-122.509725823, 48.142230385], [-122.573710369, 48.098654429]]]}, "properties": {"feature_id": "whidbey-island-camano-island-0", "cable_id": "whidbey-island-camano-island", "name": "Whidbey Island-Camano Island", "color": "#cc1d53", "owners": "Whidbey Telecom", "rfs_year": 1999, "decommission_year": null, "length_km": 4.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-122.357431, 47.97947], [-122.206419, 47.976575]]]}, "properties": {"feature_id": "whidbey-island-everett-0", "cable_id": "whidbey-island-everett", "name": "Whidbey Island-Everett", "color": "#55b847", "owners": "Whidbey Telecom", "rfs_year": 1999, "decommission_year": null, "length_km": 9.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-122.319802534, 48.013589715], [-122.357431, 47.97947]]]}, "properties": {"feature_id": "whidbey-island-hat-island-0", "cable_id": "whidbey-island-hat-island", "name": "Whidbey Island-Hat Island", "color": "#ac4a9b", "owners": "Whidbey Telecom", "rfs_year": 1999, "decommission_year": null, "length_km": 4.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-122.443293137, 47.938516351], [-122.469184006, 47.90307887], [-122.441054026, 47.82760547], [-122.412930501, 47.714189281], [-122.329439105, 47.60356]]]}, "properties": {"feature_id": "whidbey-island-seattle-0", "cable_id": "whidbey-island-seattle", "name": "Whidbey Island-Seattle", "color": "#ed166f", "owners": "Whidbey Telecom", "rfs_year": 1999, "decommission_year": null, "length_km": 44.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-58.154864567, 6.804293299], [-57.937384721, 7.298762754], [-58.499884322, 10.410816505], [-59.174883844, 12.615395567], [-59.536383588, 13.06262571]]]}, "properties": {"feature_id": "x-link-submarine-cable-0", "cable_id": "x-link-submarine-cable", "name": "X-Link Submarine Cable", "color": "#bb3726", "owners": "E-Networks Inc.", "rfs_year": 2019, "decommission_year": null, "length_km": 775.0, "url": "https://www.enetworks.gy/"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-72.937864094, 40.755843085], [-71.099875396, 40.129762554], [-68.399877309, 40.387320291], [-61.199882409, 40.387320291], [-50.39989006, 41.57626183], [-39.599897711, 44.374057511], [-23.399909187, 48.406382496], [-16.199914288, 49.294684219], [-10.799918113, 50.022920456], [-8.099920026, 50.311167252], [-5.399921939, 50.811421859], [-4.544402545, 50.828201427]]]}, "properties": {"feature_id": "yellow-0", "cable_id": "yellow", "name": "Yellow", "color": "#b99633", "owners": "Colt", "rfs_year": 2000, "decommission_year": null, "length_km": 7001.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[124.245096219, 24.38836539], [125.099985614, 24.007057109], [125.774985136, 24.019900203], [127.687483777, 25.551882759], [127.7999837, 25.855985466], [127.680803785, 26.212369269]], [[125.299985472, 24.794620014], [125.437485374, 25.179151749], [126.337484737, 26.260240972], [126.747384446, 26.348765492]]]}, "properties": {"feature_id": "yui-0", "cable_id": "yui", "name": "YUI", "color": "#632c8c", "owners": "Okinawa Cellular Telephone Company", "rfs_year": 2023, "decommission_year": null, "length_km": 720.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.548995378, 39.195004615], [139.837475173, 39.03151488], [139.909635122, 39.020996237]]]}, "properties": {"feature_id": "yuza-tobishima-0", "cable_id": "yuza-tobishima", "name": "Yuza-Tobishima", "color": "#2e2f8a", "owners": "NTT", "rfs_year": 2022, "decommission_year": null, "length_km": 31.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-120.662551785, 35.285427], [-120.937340092, 35.0829227], [-121.049840012, 34.806272557], [-120.599840331, 34.25018044], [-119.924840809, 34.25018044], [-119.698872492, 34.419255], [-119.699840968, 34.157138], [-119.249841287, 33.970745364], [-118.799841605, 33.986293737], [-118.245353558, 34.053396879]]]}, "properties": {"feature_id": "zayo-festoon-0", "cable_id": "zayo-festoon", "name": "Zayo Festoon", "color": "#b58636", "owners": "Zayo", "rfs_year": 2015, "decommission_year": null, "length_km": 0.0, "url": ""}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-124.4084, 43.1189], [-150, 47], [-179.99, 46.9]], [[179.99, 46.9], [172.8, 46.9], [160.2, 43.6], [145.8, 36.15], [139.95, 34.96]], [[-120.6596, 35.2828], [-135, 31], [-155, 25], [-175, 20], [-179.99, 18.5]], [[179.99, 18.5], [170, 17], [155, 15], [144.81, 13.53]], [[144.81, 13.53], [130, 20], [121, 21.5], [117.5, 22.5], [116.7, 23.37]], [[139.95, 34.96], [139, 33], [134, 31], [128, 30], [121.38333, 31.6]], [[121.38333, 31.6], [125, 33.5], [129.07, 35.18]], [[121.38333, 31.6], [121.8, 30], [122, 29], [121, 28], [120, 25], [119.8, 23], [120.6625, 22.2495]], [[120.6625, 22.2495], [118.5, 23], [116.7, 23.37]], [[120.6625, 22.2495], [124, 24.5], [127.68, 26.21]]]}, "properties": {"feature_id": "legacy-662", "cable_id": "", "name": "China-US CN", "color": "#888888", "owners": "AT&T, China Telecom, NTT, KT, CHT etc.", "rfs_year": 1999, "decommission_year": 2016, "length_km": 30800.0, "url": "https://www.submarinenetworks.com/en/systems/trans-pacific/china-us-cn"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.975467, 35.005433], [142.9, 34.1], [160, 42.2], [172.8, 45.6], [179.99, 45.6]], [[-179.99, 45.6], [-151.2, 45.6], [-138.5, 44.5], [-123.687, 38.96962]]]}, "properties": {"feature_id": "legacy-663", "cable_id": "", "name": "Japan-US CN", "color": "#888888", "owners": "Verizon Business, Hawaiian Telcom, etc.", "rfs_year": 2001, "decommission_year": 2023, "length_km": 21000.0, "url": "https://www.submarinenetworks.com/en/systems/trans-pacific/japan-us-cn"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.0454, 40.1259], [-73.9, 39.9], [-74, 39.69], [-74.3418, 39.6046], [-61, 41.4], [-50, 43], [-23.5, 49.8], [-4.557, 50.803], [-6.2, 50.4], [-5.9, 49.6], [0.7086, 49.8675], [0.8, 50.6], [4.3944, 52.2017], [4.1, 53.8], [7.2058, 53.5975], [8.139, 55.669], [7.2, 56], [5.6, 56.7], [1.84, 58.88], [-1.8, 59.6], [-5.4, 60], [-9, 59.6], [-16, 56.2], [-50.5, 47.5], [-54, 44.7], [-74.0454, 40.1259]]]}, "properties": {"feature_id": "legacy-664", "cable_id": "", "name": "TAT-14", "color": "#888888", "owners": "AT&T, BT, C&W, Deutsche Telekom, France Telecom, KPN, MCII, PGE, Sprint, Swisscom and Telia", "rfs_year": 2001, "decommission_year": 2020, "length_km": 15428.0, "url": "https://www.submarinenetworks.com/en/systems/trans-atlantic/tat-14"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.339, 39.605], [-40, 45], [-6.5, 49]], [[-6.5, 49], [-4.55, 50.82]], [[-6.5, 49], [-4.37, 47.8]]]}, "properties": {"feature_id": "legacy-665", "cable_id": "", "name": "TAT-8", "color": "#888888", "owners": "AT&T, British Telecom, France Telecom", "rfs_year": 1988, "decommission_year": 2002, "length_km": 5846.0, "url": "https://en.wikipedia.org/wiki/TAT-8"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.26, 39.7], [-68, 42], [-63.6, 44.4]], [[-63.6, 44.4], [-30, 48], [-5.18, 50.04]], [[-5.18, 50.04], [-3, 48], [-1.95, 46.72]], [[-1.95, 46.72], [-4, 42], [-6.08, 36.28]]]}, "properties": {"feature_id": "legacy-666", "cable_id": "", "name": "TAT-9", "color": "#888888", "owners": "AT&T, British Telecom, France T\u00e9l\u00e9com", "rfs_year": 1992, "decommission_year": 2004, "length_km": 7500.0, "url": "https://en.wikipedia.org/wiki/TAT-9"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-71.6, 41.4], [-40, 45], [-1.95, 46.72]]]}, "properties": {"feature_id": "legacy-682", "cable_id": "", "name": "TAT-6", "color": "#888888", "owners": "Consortium of telecommunications companies (AT&T, implied)", "rfs_year": 1976, "decommission_year": 1994, "length_km": 6700.0, "url": "https://en.wikipedia.org/wiki/TAT-6"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-63.6, 44.4], [-40, 55], [-20.27, 63.44]], [[-20.27, 63.44], [-15, 63], [-7.15, 62.29]], [[-7.15, 62.29], [-4, 58], [-1.07, 54.62]], [[-1.07, 54.62], [4, 55], [8.14, 55.67]], [[8.14, 55.67], [6, 55.7], [4.8, 55.7]]]}, "properties": {"feature_id": "legacy-667", "cable_id": "", "name": "CANTAT-3", "color": "#888888", "owners": "Originally Teleglobe, later F\u00f8roya Tele (Shefa)", "rfs_year": 1994, "decommission_year": 2010, "length_km": 4025.0, "url": "https://en.wikipedia.org/wiki/CANTAT-3"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-123.7, 38.9], [-140, 30], [-158.2, 21.5]], [[-158.2, 21.5], [-179.99, 18]], [[179.99, 18], [170, 15], [144.8, 13.5]], [[144.8, 13.5], [142, 15], [140, 34.9]]]}, "properties": {"feature_id": "legacy-668", "cable_id": "", "name": "TPC-3", "color": "#888888", "owners": "Consortium of major national carriers (e.g., AT&T, KDD)", "rfs_year": 1989, "decommission_year": 2003, "length_km": 3834.0, "url": "https://en.wikipedia.org/wiki/TPC-3"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.05, 40.12], [-70, 36], [-64.75, 32.3]], [[-64.75, 32.3], [-40, 40], [-8.6, 51.6]], [[-8.6, 51.6], [-5, 51.5], [-3, 51.3]]]}, "properties": {"feature_id": "legacy-669", "cable_id": "", "name": "PTAT-1", "color": "#888888", "owners": "Tel-Optik (PSI, Inc.), Cable & Wireless, later Sprint", "rfs_year": 1989, "decommission_year": 2004, "length_km": 7552.0, "url": "https://en.wikipedia.org/wiki/PTAT-1"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-10.3, 51.9], [-30, 50], [-53.37, 47.87]]]}, "properties": {"feature_id": "legacy-670", "cable_id": "", "name": "1858 Cable", "color": "#888888", "owners": "Atlantic Telegraph Company, U.S. and British Governments", "rfs_year": 1858, "decommission_year": 1858, "length_km": 3108.0, "url": "https://en.wikipedia.org/wiki/Transatlantic_telegraph_cable"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-10.4, 51.88], [-30, 50], [-53.37, 47.87]]]}, "properties": {"feature_id": "legacy-671", "cable_id": "", "name": "1866 Cable", "color": "#888888", "owners": "", "rfs_year": 1866, "decommission_year": 1965, "length_km": 3430.0, "url": "https://ethw.org/Milestones:Landing_of_the_Transatlantic_Cable,_1866"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-5.65, 50.04], [-12.2607, 42.9657], [-10.459, 35.9171], [-5.35, 36.14], [2.7246, 38.2209], [11.6455, 38.0654], [14.5, 35.9], [29.9, 31.2], [31.2012, 32.315], [32.3602, 31.5411], [32.5, 29.9], [33.5413, 28.0623], [42.8687, 13.3896], [44.22, 11.8136], [45, 12.8], [72.8, 19.1], [75.498, 4.5217], [89.0771, 5.2222], [95.5371, 7.1445], [80.3, 13.1], [100.3, 5.4], [103.8, 1.35], [106.8, -6.2], [130.8, -12.4]]]}, "properties": {"feature_id": "legacy-672", "cable_id": "", "name": "UK-Australia (1870)", "color": "#888888", "owners": "British-Australian Telegraph Company, Eastern Telegraph Company", "rfs_year": 1870, "decommission_year": null, "length_km": 3269.0, "url": "https://en.wikipedia.org/wiki/Australian_Overland_Telegraph_Line"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-4.53, 48.67], [-40, 45], [-70.2, 41.8], [-73.8, 40.6]]]}, "properties": {"feature_id": "legacy-673", "cable_id": "", "name": "French Atlantic (1898)", "color": "#888888", "owners": "Compagnie Francaise des Cables Telegraphiques (CFCT)", "rfs_year": 1898, "decommission_year": 1959, "length_km": 5876.0, "url": "https://ethw.org/Milestones:French_Transatlantic_Telegraph_Cable_of_1898"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-0.1278, 51.5074], [-63.5724, 44.6479]], [[-63.5724, 44.6479], [-71.208, 46.8139], [-73.5674, 45.5019], [-75.6972, 45.4215], [-97.1384, 49.8951], [-114.0719, 51.0447], [-123.1207, 49.2827]], [[-123.1207, 49.2827], [-159.353, 3.8667], [-180, -16.5873]], [[180, -16.5873], [178.4501, -18.1248], [167.9547, -29.0408]], [[167.9547, -29.0408], [174.7762, -41.2865]], [[167.9547, -29.0408], [153.026, -27.4705], [151.2093, -33.8688], [144.9631, -37.8136], [138.6007, -34.9285], [115.8613, -31.9523]], [[115.8613, -31.9523], [96.871, -12.1642], [57.5012, -20.1609], [31.0218, -29.8587]], [[31.0218, -29.8587], [18.4241, -33.9249]], [[18.4241, -33.9249], [-5.7089, -15.965], [-14.3559, -7.9467], [-59.6167, 13.0975]], [[-59.6167, 13.0975], [-64.783, 32.2949], [-63.5724, 44.6479]], [[-63.5724, 44.6479], [-0.1278, 51.5074]]]}, "properties": {"feature_id": "legacy-674", "cable_id": "", "name": "All Red Line (1902)", "color": "#888888", "owners": "Pacific Cable Board (governments of Britain, Canada, New Zealand, etc.)", "rfs_year": 1902, "decommission_year": 1970, "length_km": 13657.0, "url": "https://en.wikipedia.org/wiki/All_Red_Line"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-122.5, 37.7], [-157.8, 21.3], [-177.3, 28.2], [-179.99, 27.15]], [[179.99, 27.15], [144.6, 13.4], [120.9, 14.6]]]}, "properties": {"feature_id": "legacy-675", "cable_id": "", "name": "First Transpacific (1903)", "color": "#888888", "owners": "Commercial Pacific Cable Company (Commercial Cable Co., Great Northern Telegraph Co., Eastern Telegraph Co.)", "rfs_year": 1903, "decommission_year": 1951, "length_km": 11124.0, "url": "https://en.wikipedia.org/wiki/Commercial_Pacific_Cable_Company"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-81.8, 24.5], [-82.4, 23.1]]]}, "properties": {"feature_id": "legacy-676", "cable_id": "", "name": "Key West-Havana Cable", "color": "#888888", "owners": "Cuban American Telephone & Telegraph Company (AT&T, ITT)", "rfs_year": 1921, "decommission_year": 1988, "length_km": 200.0, "url": "https://atlantic-cable.com/CableCos/KeyWest/index2.htm"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-53.9, 48.2], [-30, 52], [-5.5, 56.4]]]}, "properties": {"feature_id": "legacy-677", "cable_id": "", "name": "TAT-1", "color": "#888888", "owners": "UK's GPO, AT&T, Canadian Overseas Telecommunications Corporation", "rfs_year": 1956, "decommission_year": 1978, "length_km": 3584.0, "url": "https://en.wikipedia.org/wiki/TAT-1"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-53.9, 48.2], [-30, 48], [-4.37, 47.8]]]}, "properties": {"feature_id": "legacy-678", "cable_id": "", "name": "TAT-2", "color": "#888888", "owners": "AT&T, and national operators of Germany and France", "rfs_year": 1959, "decommission_year": 1982, "length_km": 3500.0, "url": "https://en.wikipedia.org/wiki/TAT-2"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.3, 39.6], [-40, 45], [-5.18, 50.04]]]}, "properties": {"feature_id": "legacy-679", "cable_id": "", "name": "TAT-3", "color": "#888888", "owners": "AT&T, GPO (now BT)", "rfs_year": 1963, "decommission_year": 1986, "length_km": 6515.0, "url": "https://en.wikipedia.org/wiki/TAT-3"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.3, 39.6], [-40, 45], [-1.95, 46.72]]]}, "properties": {"feature_id": "legacy-680", "cable_id": "", "name": "TAT-4", "color": "#888888", "owners": "AT&T, France Telecom", "rfs_year": 1965, "decommission_year": 1987, "length_km": 6300.0, "url": "https://en.wikipedia.org/wiki/TAT-4"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.3, 39.6], [-40, 45], [-5.18, 50.04]]]}, "properties": {"feature_id": "legacy-683", "cable_id": "", "name": "TAT-7", "color": "#888888", "owners": "AT&T, British Telecom, France Telecom", "rfs_year": 1983, "decommission_year": 1994, "length_km": 6500.0, "url": "https://en.wikipedia.org/wiki/TAT-7"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[151.2093, -33.8688], [167.954712, -29.040835]], [[167.954712, -29.040835], [174.763336, -36.848461]], [[174.763336, -36.848461], [178.441895, -18.1416]], [[178.441895, -18.1416], [180, -15.547]], [[-180, -15.547], [-157.858093, 21.315603]], [[-157.858093, 21.315603], [-123.116226, 49.246292]]]}, "properties": {"feature_id": "legacy-684", "cable_id": "", "name": "ANZCAN", "color": "#888888", "owners": "Australia, New Zealand, Canada, Fiji, Norfolk Island", "rfs_year": 1984, "decommission_year": 2001, "length_km": 16000.0, "url": "https://en.wikipedia.org/wiki/ANZCAN"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-123.1207, 49.2827], [-157.8581, 21.3156]], [[-157.8581, 21.3156], [-180, 23.9126]], [[180, 23.9126], [178.4419, -18.1248]], [[178.4419, -18.1248], [174.7633, -36.8485]], [[174.7633, -36.8485], [151.2093, -33.8688]]]}, "properties": {"feature_id": "legacy-685", "cable_id": "", "name": "COMPAC", "color": "#888888", "owners": "Commonwealth countries (Canada, New Zealand, Australia, UK)", "rfs_year": 1963, "decommission_year": 1984, "length_km": 22530.0, "url": "https://en.wikipedia.org/wiki/COMPAC"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[5.37, 43.296398], [43.145645, 11.572076]], [[43.145645, 11.572076], [39.658871, -4.04374]], [[39.658871, -4.04374], [39.178326, -6.776012]], [[39.178326, -6.776012], [32.588711, -25.953724]], [[32.588711, -25.953724], [31.75, -28.95]], [[43.145645, 11.572076], [72.877426, 19.07609]]]}, "properties": {"feature_id": "legacy-686", "cable_id": "", "name": "SEACOM", "color": "#888888", "owners": "IPS, Remgro, Sanlam, Convergence Partners, Brian Herlihy", "rfs_year": 2009, "decommission_year": null, "length_km": 17000.0, "url": "https://en.wikipedia.org/wiki/SEACOM"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[139.25, 35.3], [144.7937, 13.4443]], [[144.7937, 13.4443], [166.636, 19.285]], [[166.636, 19.285], [180, 26.729]], [[-180, 26.729], [-177.37, 28.2]], [[-177.37, 28.2], [-158.2167, 21.4833]]]}, "properties": {"feature_id": "legacy-687", "cable_id": "", "name": "TPC-1", "color": "#888888", "owners": "AT&T, Hawaiian Telephone Company (HTC), Kokusai Denshin Denwa (KDD)", "rfs_year": 1964, "decommission_year": 1989, "length_km": 10000.0, "url": "https://en.wikipedia.org/wiki/TPC-1"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[144.7937, 13.4443], [127.6809, 26.2124]], [[127.6809, 26.2124], [121.5654, 25.033]], [[121.5654, 25.033], [129.0756, 35.1796]], [[121.5654, 25.033], [114.1694, 22.3193]], [[114.1694, 22.3193], [103.8198, 1.3521]]]}, "properties": {"feature_id": "legacy-688", "cable_id": "", "name": "TPC-2", "color": "#888888", "owners": "", "rfs_year": 1975, "decommission_year": 1989, "length_km": 7643.0, "url": "https://en.wikipedia.org/wiki/TPC-2"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-124.4084, 43.1189], [-120.8499, 35.3658]], [[-120.8499, 35.3658], [-158.23, 21.57]], [[144.79, 13.48], [131.4239, 31.911]], [[131.4239, 31.911], [139.25, 35.3]], [[139.25, 35.3], [180, 38.607]], [[-180, 38.607], [-124.4084, 43.1189]]]}, "properties": {"feature_id": "legacy-689", "cable_id": "", "name": "TPC-5CN", "color": "#888888", "owners": "TPC-5 Consortium", "rfs_year": 1996, "decommission_year": null, "length_km": 22560.0, "url": "https://en.wikipedia.org/wiki/TPC-5CN"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-71.63, 41.38], [-40, 48], [7.2, 53.6]], [[7.2, 53.6], [4.53, 52.37]]]}, "properties": {"feature_id": "legacy-690", "cable_id": "", "name": "TAT-10", "color": "#888888", "owners": "AT&T, Deutsche Bundespost Telekom, PTT Telecom Netherlands", "rfs_year": 1992, "decommission_year": 2003, "length_km": 0.0, "url": "https://en.wikipedia.org/wiki/TAT-10"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-74.25, 39.7], [-40, 45], [-4.12, 51.55]], [[-4.12, 51.55], [-1.95, 46.72]]]}, "properties": {"feature_id": "legacy-691", "cable_id": "", "name": "TAT-11", "color": "#888888", "owners": "AT&T, France Telecom, Mercury Communications", "rfs_year": 1993, "decommission_year": 2003, "length_km": 0.0, "url": "https://en.wikipedia.org/wiki/Transatlantic_communications_cable"}}, {"type": "Feature", "geometry": {"type": "MultiLineString", "coordinates": [[[-72.88, 40.8], [-40, 45], [-5.65, 50.04]], [[-5.65, 50.04], [-4.55, 50.82]], [[-4.55, 50.82], [-40, 48], [-71.63, 41.38]], [[-71.63, 41.38], [-72.88, 40.8]], [[-5.65, 50.04], [-4.37, 47.8]], [[-4.37, 47.8], [-4.55, 50.82]]]}, "properties": {"feature_id": "legacy-692", "cable_id": "", "name": "TAT-12-13", "color": "#888888", "owners": "AT&T, BT, France Telecom", "rfs_year": 1996, "decommission_year": 2008, "length_km": 12234.0, "url": "https://en.wikipedia.org/wiki/TAT-12/13"}}]}, "cities": [{"id": "us-ashburn", "city": "Ashburn", "country": "US", "country_name": "United States", "region": "North America", "tbps": 33.1594, "ips": 100934452, "lon": -77.4714, "lat": 39.0277}, {"id": "us-new-york", "city": "New York", "country": "US", "country_name": "United States", "region": "North America", "tbps": 47.2713, "ips": 69322932, "lon": -73.9249, "lat": 40.6943}, {"id": "us-seattle", "city": "Seattle", "country": "US", "country_name": "United States", "region": "North America", "tbps": 32.05865, "ips": 30696072, "lon": -122.3244, "lat": 47.6211}, {"id": "us-chicago", "city": "Chicago", "country": "US", "country_name": "United States", "region": "North America", "tbps": 35.6179, "ips": 28980879, "lon": -87.6866, "lat": 41.8375}, {"id": "jackson-us", "city": "Jackson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21474052, "lon": -90.2125, "lat": 32.3157}, {"id": "us-columbus", "city": "Columbus", "country": "US", "country_name": "United States", "region": "North America", "tbps": 3.268, "ips": 22291535, "lon": -82.9855, "lat": 39.9862}, {"id": "us-boston", "city": "Boston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 7.284924, "ips": 19505777, "lon": -71.0852, "lat": 42.3188}, {"id": "us-atlanta", "city": "Atlanta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 32.4012, "ips": 18083543, "lon": -84.422, "lat": 33.7628}, {"id": "cupertino-us", "city": "Cupertino", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 17856256, "lon": -122.0466, "lat": 37.3168}, {"id": "monroe-us", "city": "Monroe", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 17109000, "lon": -92.0774, "lat": 32.5185}, {"id": "pompano-beach-us", "city": "Pompano Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 16814080, "lon": -80.1312, "lat": 26.2428}, {"id": "bridgeton-us", "city": "Bridgeton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 16788061, "lon": -75.2281, "lat": 39.4286}, {"id": "us-portland", "city": "Portland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 4.767, "ips": 14622374, "lon": -122.65, "lat": 45.5371}, {"id": "us-dallas", "city": "Dallas", "country": "US", "country_name": "United States", "region": "North America", "tbps": 35.3468, "ips": 14422455, "lon": -96.7667, "lat": 32.7935}, {"id": "newark-us", "city": "Newark", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 14075276, "lon": -74.1725, "lat": 40.7245}, {"id": "us-los-angeles", "city": "Los Angeles", "country": "US", "country_name": "United States", "region": "North America", "tbps": 25.9197, "ips": 11881081, "lon": -118.4068, "lat": 34.1141}, {"id": "us-houston", "city": "Houston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 2.437, "ips": 11725195, "lon": -95.3885, "lat": 29.786}, {"id": "northlake-us", "city": "Northlake", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 11158867, "lon": -87.9054, "lat": 41.9142}, {"id": "us-san-francisco", "city": "San Francisco", "country": "US", "country_name": "United States", "region": "North America", "tbps": 21.1699, "ips": 9517158, "lon": -122.4449, "lat": 37.7558}, {"id": "us-san-jose", "city": "San Jose", "country": "US", "country_name": "United States", "region": "North America", "tbps": 11.7271, "ips": 7394081, "lon": -121.848, "lat": 37.3012}, {"id": "council-bluffs-us", "city": "Council Bluffs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 7215872, "lon": -95.8516, "lat": 41.2369}, {"id": "us-mountain-view", "city": "Mountain View", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.02, "ips": 6803051, "lon": -122.0796, "lat": 37.4001}, {"id": "us-san-antonio", "city": "San Antonio", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.501, "ips": 6675095, "lon": -98.5238, "lat": 29.4632}, {"id": "us-kansas-city", "city": "Kansas City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 11.3073, "ips": 6465114, "lon": -94.5541, "lat": 39.1238}, {"id": "us-phoenix", "city": "Phoenix", "country": "US", "country_name": "United States", "region": "North America", "tbps": 5.7734, "ips": 6243044, "lon": -112.0892, "lat": 33.5722}, {"id": "us-minneapolis", "city": "Minneapolis", "country": "US", "country_name": "United States", "region": "North America", "tbps": 12.313, "ips": 5977869, "lon": -93.2678, "lat": 44.9635}, {"id": "us-cleveland", "city": "Cleveland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.272, "ips": 5767229, "lon": -81.6805, "lat": 41.4764}, {"id": "santa-clara-us", "city": "Santa Clara", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 5279800, "lon": -121.968, "lat": 37.3646}, {"id": "ridgefield-us", "city": "Ridgefield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 4215296, "lon": -73.5023, "lat": 41.3065}, {"id": "mishawaka-us", "city": "Mishawaka", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 4207872, "lon": -86.1666, "lat": 41.6742}, {"id": "us-austin", "city": "Austin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.08, "ips": 4157367, "lon": -97.7522, "lat": 30.3005}, {"id": "adelphi-us", "city": "Adelphi", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -76.9649, "lat": 39.0017}, {"id": "us-jacksonville", "city": "Jacksonville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.152, "ips": 3552823, "lon": -81.6749, "lat": 30.3322}, {"id": "us-palo-alto", "city": "Palo Alto", "country": "US", "country_name": "United States", "region": "North America", "tbps": 3.0233, "ips": 3521508, "lon": -122.1468, "lat": 37.3905}, {"id": "sunnyvale-us", "city": "Sunnyvale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 3513927, "lon": -122.0255, "lat": 37.3836}, {"id": "fort-collins-us", "city": "Fort Collins", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 3474176, "lon": -105.0656, "lat": 40.5477}, {"id": "virginia-beach-us", "city": "Virginia Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 3375443, "lon": -76.0435, "lat": 36.7335}, {"id": "us-albuquerque", "city": "Albuquerque", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.09, "ips": 3054252, "lon": -106.6465, "lat": 35.1054}, {"id": "us-las-vegas", "city": "Las Vegas", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.4595, "ips": 2985722, "lon": -115.2654, "lat": 36.2333}, {"id": "chandler-us", "city": "Chandler", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2802593, "lon": -111.8514, "lat": 33.2825}, {"id": "us-charlotte", "city": "Charlotte", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0931, "ips": 2769308, "lon": -80.8303, "lat": 35.2083}, {"id": "us-miami", "city": "Miami", "country": "US", "country_name": "United States", "region": "North America", "tbps": 33.60641, "ips": 2728115, "lon": -80.2101, "lat": 25.784}, {"id": "us-albany", "city": "Albany", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.02, "ips": 2686657, "lon": -73.7987, "lat": 42.6664}, {"id": "canton-us", "city": "Canton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2612847, "lon": -81.3676, "lat": 40.8078}, {"id": "defiance-us", "city": "Defiance", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1139712, "lon": -84.3657, "lat": 41.2813}, {"id": "north-charleston-us", "city": "North Charleston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2553088, "lon": -80.0722, "lat": 32.9067}, {"id": "pensacola-us", "city": "Pensacola", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2447616, "lon": -87.1911, "lat": 30.4413}, {"id": "us-philadelphia", "city": "Philadelphia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 2.341, "ips": 2426458, "lon": -75.1339, "lat": 40.0077}, {"id": "quincy-us", "city": "Quincy", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2237555, "lon": -71.0187, "lat": 42.2506}, {"id": "westborough-us", "city": "Westborough", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2236416, "lon": -71.614, "lat": 42.2681}, {"id": "irvine-us", "city": "Irvine", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2210749, "lon": -117.7738, "lat": 33.6772}, {"id": "bellevue-us", "city": "Bellevue", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2209619, "lon": -122.1535, "lat": 47.5951}, {"id": "pontiac-us", "city": "Pontiac", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2176768, "lon": -83.2878, "lat": 42.6493}, {"id": "us-des-moines", "city": "Des Moines", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.08, "ips": 2174840, "lon": -93.6105, "lat": 41.5725}, {"id": "chantilly-us", "city": "Chantilly", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2152580, "lon": -77.4453, "lat": 38.8868}, {"id": "plano-us", "city": "Plano", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2111390, "lon": -96.7486, "lat": 33.0502}, {"id": "hollywood-us", "city": "Hollywood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2103552, "lon": -80.1679, "lat": 26.0293}, {"id": "southington-us", "city": "Southington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2098944, "lon": -72.8801, "lat": 41.605}, {"id": "greenwood-village-us", "city": "Greenwood Village", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 2051429, "lon": -104.9131, "lat": 39.6153}, {"id": "rockwall-us", "city": "Rockwall", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1048576, "lon": -96.4374, "lat": 32.9169}, {"id": "us-sacramento", "city": "Sacramento", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.132, "ips": 2005300, "lon": -121.4685, "lat": 38.5677}, {"id": "highlands-ranch-us", "city": "Highlands Ranch", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1986387, "lon": -104.9708, "lat": 39.5419}, {"id": "us-orlando", "city": "Orlando", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.1, "ips": 1969145, "lon": -81.337, "lat": 28.4773}, {"id": "san-diego-us", "city": "San Diego", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1947390, "lon": -117.1222, "lat": 32.8313}, {"id": "athens-us", "city": "Athens", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1907472, "lon": -83.3689, "lat": 33.9508}, {"id": "us-buffalo", "city": "Buffalo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.012, "ips": 1627949, "lon": -78.8487, "lat": 42.9018}, {"id": "tyler-us", "city": "Tyler", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1853184, "lon": -95.3062, "lat": 32.3184}, {"id": "sterling-us", "city": "Sterling", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1831639, "lon": -77.405, "lat": 39.0052}, {"id": "richardson-us", "city": "Richardson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1781352, "lon": -96.7093, "lat": 32.9716}, {"id": "us-madison", "city": "Madison", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.2915, "ips": 1767063, "lon": -89.393, "lat": 43.0822}, {"id": "us-denver", "city": "Denver", "country": "US", "country_name": "United States", "region": "North America", "tbps": 11.4771, "ips": 1754487, "lon": -104.8758, "lat": 39.762}, {"id": "little-rock-us", "city": "Little Rock", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1719400, "lon": -92.3577, "lat": 34.7256}, {"id": "euless-us", "city": "Euless", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1641984, "lon": -97.08, "lat": 32.8508}, {"id": "us-nashville", "city": "Nashville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.1, "ips": 1601342, "lon": -86.7842, "lat": 36.1715}, {"id": "middletown-us", "city": "Middletown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1593600, "lon": -84.3659, "lat": 39.5033}, {"id": "alexandria-us", "city": "Alexandria", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1534976, "lon": -77.0861, "lat": 38.8185}, {"id": "us-salt-lake-city", "city": "Salt Lake City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 3.007, "ips": 1530739, "lon": -111.9311, "lat": 40.7776}, {"id": "ann-arbor-us", "city": "Ann Arbor", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1528576, "lon": -83.731, "lat": 42.2759}, {"id": "the-dalles-us", "city": "The Dalles", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1528576, "lon": -121.1818, "lat": 45.6053}, {"id": "us-baton-rouge", "city": "Baton Rouge", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.04, "ips": 1512083, "lon": -91.1311, "lat": 30.442}, {"id": "us-montgomery", "city": "Montgomery", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.448, "ips": 1492563, "lon": -86.2668, "lat": 32.3482}, {"id": "irving-us", "city": "Irving", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1482259, "lon": -96.9702, "lat": 32.8583}, {"id": "us-baltimore", "city": "Baltimore", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.204, "ips": 1411767, "lon": -76.6144, "lat": 39.3051}, {"id": "virginia-us", "city": "Virginia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1400320, "lon": -76.0435, "lat": 36.7335}, {"id": "oakland-us", "city": "Oakland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1389907, "lon": -122.2166, "lat": 37.7904}, {"id": "camarillo-us", "city": "Camarillo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1354752, "lon": -119.0321, "lat": 34.223}, {"id": "hesperia-us", "city": "Hesperia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -117.3147, "lat": 34.3975}, {"id": "dover-us", "city": "Dover", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1344681, "lon": -75.5202, "lat": 39.161}, {"id": "tukwila-us", "city": "Tukwila", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1310046, "lon": -122.2728, "lat": 47.475}, {"id": "fort-myers-us", "city": "Fort Myers", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1294596, "lon": -81.8302, "lat": 26.6194}, {"id": "wilmington-us", "city": "Wilmington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1264775, "lon": -77.8866, "lat": 34.2099}, {"id": "wallingford-us", "city": "Wallingford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1253632, "lon": -72.8038, "lat": 41.4589}, {"id": "us-spokane", "city": "Spokane", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.39, "ips": 1233591, "lon": -117.433, "lat": 47.6671}, {"id": "rochester-us", "city": "Rochester", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1201543, "lon": -77.6162, "lat": 43.168}, {"id": "memphis-us", "city": "Memphis", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1178451, "lon": -89.9663, "lat": 35.1087}, {"id": "southfield-us", "city": "Southfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1170492, "lon": -83.2605, "lat": 42.4765}, {"id": "mayfield-us", "city": "Mayfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1163776, "lon": -88.6447, "lat": 36.7371}, {"id": "maynard-us", "city": "Maynard", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1154304, "lon": -71.4561, "lat": 42.4264}, {"id": "wichita-us", "city": "Wichita", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1152793, "lon": -97.3443, "lat": 37.6895}, {"id": "walnut-creek-us", "city": "Walnut Creek", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1151232, "lon": -122.0399, "lat": 37.9024}, {"id": "tuscaloosa-us", "city": "Tuscaloosa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1135360, "lon": -87.5268, "lat": 33.2348}, {"id": "us-reston", "city": "Reston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 4.996, "ips": 1127475, "lon": -77.3461, "lat": 38.9497}, {"id": "davie-us", "city": "Davie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1118468, "lon": -80.287, "lat": 26.0789}, {"id": "watsonville-us", "city": "Watsonville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1113344, "lon": -121.7708, "lat": 36.9206}, {"id": "san-angelo-us", "city": "San Angelo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1106176, "lon": -100.4504, "lat": 31.4424}, {"id": "boulder-us", "city": "Boulder", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1095180, "lon": -105.2524, "lat": 40.0248}, {"id": "wakefield-us", "city": "Wakefield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1071191, "lon": -71.0656, "lat": 42.5035}, {"id": "melbourne-us", "city": "Melbourne", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1069139, "lon": -80.6627, "lat": 28.1086}, {"id": "fortuna-us", "city": "Fortuna", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1066496, "lon": -124.1419, "lat": 40.5862}, {"id": "hayward-us", "city": "Hayward", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1059840, "lon": -122.0766, "lat": 37.6328}, {"id": "kennesaw-us", "city": "Kennesaw", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1051392, "lon": -84.6177, "lat": 34.026}, {"id": "calera-us", "city": "Calera", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1050368, "lon": -86.7449, "lat": 33.1254}, {"id": "schaumburg-us", "city": "Schaumburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1048324, "lon": -88.0838, "lat": 42.0308}, {"id": "piscataway-us", "city": "Piscataway", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1034594, "lon": -74.4636, "lat": 40.5467}, {"id": "durham-us", "city": "Durham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1011424, "lon": -78.9022, "lat": 35.9792}, {"id": "maplewood-us", "city": "Maplewood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 1004032, "lon": -93.0247, "lat": 44.9842}, {"id": "collierville-us", "city": "Collierville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 532736, "lon": -89.6987, "lat": 35.047}, {"id": "fort-worth-us", "city": "Fort Worth", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 986840, "lon": -97.3474, "lat": 32.7817}, {"id": "carlsbad-us", "city": "Carlsbad", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 986372, "lon": -117.2834, "lat": 33.1246}, {"id": "hicksville-us", "city": "Hicksville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 980480, "lon": -73.5245, "lat": 40.7637}, {"id": "cheyenne-us", "city": "Cheyenne", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 978289, "lon": -104.7902, "lat": 41.135}, {"id": "tustin-us", "city": "Tustin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 916752, "lon": -117.8107, "lat": 33.7311}, {"id": "bloomington-us", "city": "Bloomington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 912908, "lon": -88.9703, "lat": 40.4757}, {"id": "us-omaha", "city": "Omaha", "country": "US", "country_name": "United States", "region": "North America", "tbps": 3.492, "ips": 881995, "lon": -96.0529, "lat": 41.2627}, {"id": "whitehall-us", "city": "Whitehall", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 873472, "lon": -75.5046, "lat": 40.6571}, {"id": "us-richmond", "city": "Richmond", "country": "US", "country_name": "United States", "region": "North America", "tbps": 2.4621, "ips": 871592, "lon": -77.4756, "lat": 37.5295}, {"id": "us-akron", "city": "Akron", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.044, "ips": 869715, "lon": -81.5219, "lat": 41.0798}, {"id": "secaucus-us", "city": "Secaucus", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 852717, "lon": -74.0659, "lat": 40.781}, {"id": "tulsa-us", "city": "Tulsa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 845153, "lon": -95.9042, "lat": 36.1283}, {"id": "fairfax-us", "city": "Fairfax", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 826244, "lon": -77.2997, "lat": 38.8531}, {"id": "fort-wayne-us", "city": "Fort Wayne", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 825683, "lon": -85.1436, "lat": 41.0888}, {"id": "providence-us", "city": "Providence", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 820864, "lon": -71.4187, "lat": 41.823}, {"id": "morrisville-us", "city": "Morrisville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 788563, "lon": -78.8348, "lat": 35.8368}, {"id": "us-norfolk", "city": "Norfolk", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.04, "ips": 761427, "lon": -76.259, "lat": 36.8945}, {"id": "norcross-us", "city": "Norcross", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 759189, "lon": -84.2065, "lat": 33.9379}, {"id": "us-pittsburgh", "city": "Pittsburgh", "country": "US", "country_name": "United States", "region": "North America", "tbps": 3.31, "ips": 753210, "lon": -79.9763, "lat": 40.4397}, {"id": "gaithersburg-us", "city": "Gaithersburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 741772, "lon": -77.2131, "lat": 39.1346}, {"id": "rockville-us", "city": "Rockville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 737801, "lon": -77.1553, "lat": 39.0834}, {"id": "us-charleston", "city": "Charleston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.04, "ips": 725664, "lon": -79.9687, "lat": 32.8168}, {"id": "us-tampa", "city": "Tampa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.483, "ips": 723294, "lon": -82.4447, "lat": 27.9945}, {"id": "greensboro-us", "city": "Greensboro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 715776, "lon": -79.8271, "lat": 36.0956}, {"id": "us-boise", "city": "Boise", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.05, "ips": 688999, "lon": -116.2308, "lat": 43.6005}, {"id": "us-tucson", "city": "Tucson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.031, "ips": 688067, "lon": -110.8787, "lat": 32.1541}, {"id": "birmingham-us", "city": "Birmingham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 684172, "lon": -86.7971, "lat": 33.5279}, {"id": "brooklyn-us", "city": "Brooklyn", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 676223, "lon": -73.9496, "lat": 40.6501}, {"id": "arlington-us", "city": "Arlington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 674564, "lon": -97.125, "lat": 32.6998}, {"id": "avon-park-us", "city": "Avon Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 667904, "lon": -81.5068, "lat": 27.5898}, {"id": "coatesville-us", "city": "Coatesville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 655872, "lon": -75.82, "lat": 39.9849}, {"id": "west-sacramento-us", "city": "West Sacramento", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 637952, "lon": -121.5505, "lat": 38.5557}, {"id": "marion-us", "city": "Marion", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 635475, "lon": -91.585, "lat": 42.0451}, {"id": "wells-branch-us", "city": "Wells Branch", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 524836, "lon": -97.679, "lat": 30.4433}, {"id": "us-raleigh", "city": "Raleigh", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.03, "ips": 630887, "lon": -78.6429, "lat": 35.8324}, {"id": "tallahassee-us", "city": "Tallahassee", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 627834, "lon": -84.2527, "lat": 30.4551}, {"id": "cedar-hill-us", "city": "Cedar Hill", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 524800, "lon": -96.9591, "lat": 32.581}, {"id": "us-oklahoma-city", "city": "Oklahoma City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.544, "ips": 614739, "lon": -97.5136, "lat": 35.4676}, {"id": "east-lansing-us", "city": "East Lansing", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 613888, "lon": -84.4836, "lat": 42.748}, {"id": "clifton-us", "city": "Clifton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 599635, "lon": -74.1575, "lat": 40.863}, {"id": "troy-us", "city": "Troy", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 591699, "lon": -83.1457, "lat": 42.5817}, {"id": "lutz-us", "city": "Lutz", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 591616, "lon": -82.4467, "lat": 28.1396}, {"id": "greenville-us", "city": "Greenville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 589955, "lon": -82.3646, "lat": 34.8354}, {"id": "mesa-us", "city": "Mesa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 589675, "lon": -111.7178, "lat": 33.4015}, {"id": "ontario-us", "city": "Ontario", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 588800, "lon": -117.6064, "lat": 34.0393}, {"id": "huntington-us", "city": "Huntington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 587304, "lon": -73.3823, "lat": 40.8521}, {"id": "bismarck-us", "city": "Bismarck", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 569427, "lon": -100.7694, "lat": 46.8143}, {"id": "us-springfield", "city": "Springfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.461, "ips": 566389, "lon": -72.5395, "lat": 42.1155}, {"id": "concord-us", "city": "Concord", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 559641, "lon": -122.0016, "lat": 37.9722}, {"id": "cedar-rapids-us", "city": "Cedar Rapids", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 551680, "lon": -91.6783, "lat": 41.9662}, {"id": "bethpage-us", "city": "Bethpage", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 548608, "lon": -73.4856, "lat": 40.7495}, {"id": "killeen-us", "city": "Killeen", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 545280, "lon": -97.7297, "lat": 31.0753}, {"id": "frankfort-us", "city": "Frankfort", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 542743, "lon": -84.8643, "lat": 38.1924}, {"id": "youngstown-us", "city": "Youngstown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 538963, "lon": -80.6463, "lat": 41.0993}, {"id": "azusa-us", "city": "Azusa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 538112, "lon": -117.9124, "lat": 34.1386}, {"id": "folsom-us", "city": "Folsom", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 537856, "lon": -121.1422, "lat": 38.6668}, {"id": "louisville-us", "city": "Louisville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 534129, "lon": -85.6485, "lat": 38.1663}, {"id": "susanville-us", "city": "Susanville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 528896, "lon": -120.6132, "lat": 40.4206}, {"id": "columbia-us", "city": "Columbia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 527458, "lon": -80.9036, "lat": 34.0378}, {"id": "gainesville-us", "city": "Gainesville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 526848, "lon": -82.3459, "lat": 29.6804}, {"id": "princeton-us", "city": "Princeton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 518675, "lon": -80.3971, "lat": 25.5396}, {"id": "us-reno", "city": "Reno", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0391, "ips": 500819, "lon": -119.8483, "lat": 39.5497}, {"id": "cambridge-us", "city": "Cambridge", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 495006, "lon": -71.1185, "lat": 42.3759}, {"id": "herndon-us", "city": "Herndon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 493162, "lon": -77.3867, "lat": 38.9699}, {"id": "fayetteville-us", "city": "Fayetteville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 490835, "lon": -94.1661, "lat": 36.0714}, {"id": "pleasanton-us", "city": "Pleasanton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 486509, "lon": -121.8805, "lat": 37.6663}, {"id": "us-honolulu", "city": "Honolulu", "country": "US", "country_name": "United States", "region": "North America", "tbps": 1.3972, "ips": 482896, "lon": -157.846, "lat": 21.3294}, {"id": "us-indianapolis", "city": "Indianapolis", "country": "US", "country_name": "United States", "region": "North America", "tbps": 1.461, "ips": 473219, "lon": -86.1458, "lat": 39.7771}, {"id": "mclean-us", "city": "Mclean", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 471383, "lon": -77.1943, "lat": 38.9436}, {"id": "hickory-hills-us", "city": "Hickory Hills", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 471040, "lon": -87.828, "lat": 41.7248}, {"id": "boca-raton-us", "city": "Boca Raton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 462170, "lon": -80.108, "lat": 26.3752}, {"id": "allen-us", "city": "Allen", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 461907, "lon": -96.6735, "lat": 33.1088}, {"id": "bentonville-us", "city": "Bentonville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 461568, "lon": -94.2305, "lat": 36.3547}, {"id": "pineville-us", "city": "Pineville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 344832, "lon": -92.4096, "lat": 31.3414}, {"id": "winter-park-us", "city": "Winter Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 454656, "lon": -81.3442, "lat": 28.5989}, {"id": "tempe-us", "city": "Tempe", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 454146, "lon": -111.9319, "lat": 33.3881}, {"id": "lincoln-us", "city": "Lincoln", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 444755, "lon": -96.6784, "lat": 40.8099}, {"id": "rahway-us", "city": "Rahway", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -74.2807, "lat": 40.6077}, {"id": "north-bergen-us", "city": "North Bergen", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 442249, "lon": -74.0242, "lat": 40.7938}, {"id": "bedford-us", "city": "Bedford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 437092, "lon": -97.135, "lat": 32.8464}, {"id": "knoxville-us", "city": "Knoxville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 436051, "lon": -83.9496, "lat": 35.9692}, {"id": "us-milwaukee", "city": "Milwaukee", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.2331, "ips": 435560, "lon": -87.9675, "lat": 43.0642}, {"id": "bethesda-us", "city": "Bethesda", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 433408, "lon": -77.1188, "lat": 38.9866}, {"id": "new-orleans-us", "city": "New Orleans", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 432979, "lon": -89.9288, "lat": 30.0687}, {"id": "rocklin-us", "city": "Rocklin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 431360, "lon": -121.2489, "lat": 38.8075}, {"id": "taylorsville-us", "city": "Taylorsville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 423168, "lon": -111.9493, "lat": 40.6569}, {"id": "harrisburg-us", "city": "Harrisburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 422156, "lon": -76.8843, "lat": 40.2752}, {"id": "santa-barbara-us", "city": "Santa Barbara", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 422144, "lon": -119.7202, "lat": 34.4285}, {"id": "vista-us", "city": "Vista", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 419584, "lon": -117.2386, "lat": 33.1896}, {"id": "us-eugene", "city": "Eugene", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.095, "ips": 414547, "lon": -123.1174, "lat": 44.0564}, {"id": "chester-us", "city": "Chester", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 412683, "lon": -75.3718, "lat": 39.8456}, {"id": "us-detroit", "city": "Detroit", "country": "US", "country_name": "United States", "region": "North America", "tbps": 7.982, "ips": 410825, "lon": -83.1024, "lat": 42.3834}, {"id": "chapel-hill-us", "city": "Chapel Hill", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 408576, "lon": -79.0391, "lat": 35.9271}, {"id": "worthington-us", "city": "Worthington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 407635, "lon": -83.0209, "lat": 40.095}, {"id": "santa-ana-us", "city": "Santa Ana", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 396627, "lon": -117.8819, "lat": 33.7367}, {"id": "ashwaubenon-us", "city": "Ashwaubenon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 396288, "lon": -88.0889, "lat": 44.4796}, {"id": "el-segundo-us", "city": "El Segundo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 390872, "lon": -118.4018, "lat": 33.917}, {"id": "norwalk-us", "city": "Norwalk", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 389459, "lon": -118.0829, "lat": 33.9069}, {"id": "torrance-us", "city": "Torrance", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 383236, "lon": -118.3416, "lat": 33.8346}, {"id": "rockford-us", "city": "Rockford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 381440, "lon": -89.064, "lat": 42.2596}, {"id": "colorado-springs-us", "city": "Colorado Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 379485, "lon": -104.7605, "lat": 38.8674}, {"id": "inglewood-us", "city": "Inglewood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 379392, "lon": -118.3444, "lat": 33.9566}, {"id": "forest-park-us", "city": "Forest Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 374528, "lon": -84.5258, "lat": 39.2861}, {"id": "englewood-us", "city": "Englewood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 372842, "lon": -104.9942, "lat": 39.6468}, {"id": "syracuse-us", "city": "Syracuse", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 366423, "lon": -76.1437, "lat": 43.0407}, {"id": "frederick-us", "city": "Frederick", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 363520, "lon": -77.4141, "lat": 39.4337}, {"id": "olympia-us", "city": "Olympia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 358678, "lon": -122.8959, "lat": 47.0417}, {"id": "abilene-us", "city": "Abilene", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 354816, "lon": -99.7384, "lat": 32.4543}, {"id": "erie-us", "city": "Erie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 354816, "lon": -80.0733, "lat": 42.1167}, {"id": "marietta-us", "city": "Marietta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 354562, "lon": -84.5422, "lat": 33.9533}, {"id": "scranton-us", "city": "Scranton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 349440, "lon": -75.6649, "lat": 41.4044}, {"id": "lansing-us", "city": "Lansing", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 348755, "lon": -84.5601, "lat": 42.7142}, {"id": "bellingham-us", "city": "Bellingham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 347223, "lon": -122.469, "lat": 48.7548}, {"id": "beaumont-us", "city": "Beaumont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 345600, "lon": -94.1451, "lat": 30.0849}, {"id": "live-oak-us", "city": "Live Oak", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 344832, "lon": -121.9804, "lat": 36.986}, {"id": "fairburn-us", "city": "Fairburn", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 262912, "lon": -84.5914, "lat": 33.5496}, {"id": "stanford-us", "city": "Stanford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 337664, "lon": -122.1674, "lat": 37.4252}, {"id": "islip-us", "city": "Islip", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 337548, "lon": -73.1888, "lat": 40.7385}, {"id": "livermore-us", "city": "Livermore", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 337164, "lon": -121.7607, "lat": 37.6868}, {"id": "menlo-park-us", "city": "Menlo Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 336132, "lon": -122.1673, "lat": 37.4685}, {"id": "gastonia-us", "city": "Gastonia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 334724, "lon": -81.1854, "lat": 35.2494}, {"id": "hillsboro-us", "city": "Hillsboro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 333859, "lon": -122.936, "lat": 45.5273}, {"id": "largo-us", "city": "Largo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 332800, "lon": -82.7712, "lat": 27.9088}, {"id": "goleta-us", "city": "Goleta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 332124, "lon": -119.8594, "lat": 34.4361}, {"id": "hawthorne-us", "city": "Hawthorne", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 331091, "lon": -118.3476, "lat": 33.9147}, {"id": "san-bernardino-us", "city": "San Bernardino", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 330532, "lon": -117.2943, "lat": 34.1416}, {"id": "orange-us", "city": "Orange", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 330240, "lon": -117.8218, "lat": 33.8038}, {"id": "lafayette-us", "city": "Lafayette", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 329524, "lon": -92.0325, "lat": 30.2082}, {"id": "los-alamos-us", "city": "Los Alamos", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 329472, "lon": -106.2862, "lat": 35.8927}, {"id": "suwanee-us", "city": "Suwanee", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 328275, "lon": -84.0686, "lat": 34.0508}, {"id": "perris-us", "city": "Perris", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 327936, "lon": -117.2233, "lat": 33.7898}, {"id": "lexington-us", "city": "Lexington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 327424, "lon": -84.4587, "lat": 38.0423}, {"id": "conway-us", "city": "Conway", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 322059, "lon": -92.4692, "lat": 35.0753}, {"id": "winston-salem-us", "city": "Winston-salem", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 321792, "lon": -80.261, "lat": 36.1029}, {"id": "macon-us", "city": "Macon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 319232, "lon": -83.6974, "lat": 32.8065}, {"id": "huntsville-us", "city": "Huntsville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 317015, "lon": -86.6412, "lat": 34.6981}, {"id": "west-jordan-us", "city": "West Jordan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 310359, "lon": -112.0008, "lat": 40.6024}, {"id": "sioux-falls-us", "city": "Sioux Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 309096, "lon": -96.7311, "lat": 43.5396}, {"id": "west-lafayette-us", "city": "West Lafayette", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 306176, "lon": -86.9238, "lat": 40.4432}, {"id": "berkeley-us", "city": "Berkeley", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 302592, "lon": -122.276, "lat": 37.8722}, {"id": "burlington-us", "city": "Burlington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 301539, "lon": -79.4685, "lat": 36.076}, {"id": "mission-viejo-us", "city": "Mission Viejo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 262656, "lon": -117.6551, "lat": 33.6096}, {"id": "elk-grove-us", "city": "Elk Grove", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 299776, "lon": -121.3842, "lat": 38.4161}, {"id": "la-mirada-us", "city": "La Mirada", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 299008, "lon": -118.0093, "lat": 33.9025}, {"id": "lemont-us", "city": "Lemont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 295424, "lon": -87.9838, "lat": 41.6695}, {"id": "kennewick-us", "city": "Kennewick", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 294739, "lon": -119.1732, "lat": 46.1978}, {"id": "brandon-us", "city": "Brandon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 292864, "lon": -82.3, "lat": 27.9367}, {"id": "worcester-us", "city": "Worcester", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 291411, "lon": -71.8079, "lat": 42.2705}, {"id": "lee-s-summit-us", "city": "Lee's Summit", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 288000, "lon": -94.3816, "lat": 38.9171}, {"id": "manchester-us", "city": "Manchester", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 287844, "lon": -71.4447, "lat": 42.9848}, {"id": "alpharetta-us", "city": "Alpharetta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 287059, "lon": -84.2738, "lat": 34.0704}, {"id": "schertz-us", "city": "Schertz", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 285696, "lon": -98.2535, "lat": 29.565}, {"id": "oak-ridge-us", "city": "Oak Ridge", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 285184, "lon": -84.2938, "lat": 35.9639}, {"id": "manassas-us", "city": "Manassas", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 285138, "lon": -77.4838, "lat": 38.7479}, {"id": "everett-us", "city": "Everett", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 285011, "lon": -122.1669, "lat": 47.9525}, {"id": "west-des-moines-us", "city": "West Des Moines", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 284755, "lon": -93.7806, "lat": 41.5521}, {"id": "plymouth-us", "city": "Plymouth", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 283136, "lon": -93.4617, "lat": 45.0225}, {"id": "lima-us", "city": "Lima", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 282368, "lon": -84.112, "lat": 40.741}, {"id": "safety-harbor-us", "city": "Safety Harbor", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65792, "lon": -82.6964, "lat": 28.008}, {"id": "us-el-paso", "city": "El Paso", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.62, "ips": 280930, "lon": -106.43, "lat": 31.8476}, {"id": "corona-us", "city": "Corona", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 280064, "lon": -117.5649, "lat": 33.8616}, {"id": "binghamton-us", "city": "Binghamton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 279635, "lon": -75.9093, "lat": 42.1014}, {"id": "newton-us", "city": "Newton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 277587, "lon": -71.2085, "lat": 42.3316}, {"id": "bakersfield-us", "city": "Bakersfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 277248, "lon": -119.0359, "lat": 35.3529}, {"id": "livonia-us", "city": "Livonia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 276992, "lon": -83.3733, "lat": 42.3972}, {"id": "missoula-us", "city": "Missoula", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 276835, "lon": -114.0214, "lat": 46.8751}, {"id": "wells-us", "city": "Wells", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 274432, "lon": -70.6336, "lat": 43.3267}, {"id": "us-medford", "city": "Medford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.03, "ips": 274003, "lon": -122.854, "lat": 42.3372}, {"id": "northport-us", "city": "Northport", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 273920, "lon": -87.5993, "lat": 33.2586}, {"id": "effingham-us", "city": "Effingham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 268544, "lon": -88.5509, "lat": 39.1205}, {"id": "ithaca-us", "city": "Ithaca", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 272640, "lon": -76.5032, "lat": 42.4442}, {"id": "orono-us", "city": "Orono", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 268371, "lon": -68.7166, "lat": 44.8867}, {"id": "anderson-us", "city": "Anderson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 268288, "lon": -85.6892, "lat": 40.0891}, {"id": "san-luis-obispo-us", "city": "San Luis Obispo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 267520, "lon": -120.669, "lat": 35.2669}, {"id": "lawrenceville-us", "city": "Lawrenceville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 267032, "lon": -83.9932, "lat": 33.9523}, {"id": "new-bern-us", "city": "New Bern", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 267008, "lon": -77.0723, "lat": 35.0955}, {"id": "north-las-vegas-us", "city": "North Las Vegas", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 266579, "lon": -115.0888, "lat": 36.2883}, {"id": "midvale-us", "city": "Midvale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 266496, "lon": -111.8927, "lat": 40.6148}, {"id": "clearwater-us", "city": "Clearwater", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 265764, "lon": -82.7623, "lat": 27.979}, {"id": "pasadena-us", "city": "Pasadena", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 265216, "lon": -95.1498, "lat": 29.6575}, {"id": "the-colony-us", "city": "The Colony", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 264960, "lon": -96.8976, "lat": 33.0925}, {"id": "kenner-us", "city": "Kenner", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 264704, "lon": -90.2549, "lat": 30.0109}, {"id": "cincinnati-us", "city": "Cincinnati", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 264547, "lon": -84.506, "lat": 39.1413}, {"id": "doraville-us", "city": "Doraville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 264192, "lon": -84.2711, "lat": 33.9073}, {"id": "mountain-park-us", "city": "Mountain Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 264192, "lon": -84.1314, "lat": 33.8458}, {"id": "kalamazoo-us", "city": "Kalamazoo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 262227, "lon": -85.5882, "lat": 42.2749}, {"id": "pebble-creek-us", "city": "Pebble Creek", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 262144, "lon": -82.3411, "lat": 28.1583}, {"id": "mamaroneck-us", "city": "Mamaroneck", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 262144, "lon": -73.7488, "lat": 40.9443}, {"id": "santa-cruz-us", "city": "Santa Cruz", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 262144, "lon": -122.0346, "lat": 36.9789}, {"id": "camden-us", "city": "Camden", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 261376, "lon": -75.1073, "lat": 39.9361}, {"id": "spartanburg-us", "city": "Spartanburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 256339, "lon": -81.9251, "lat": 34.9442}, {"id": "waco-us", "city": "Waco", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 254035, "lon": -97.1882, "lat": 31.5599}, {"id": "spring-us", "city": "Spring", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 252279, "lon": -95.383, "lat": 30.0613}, {"id": "cedarburg-us", "city": "Cedarburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 163840, "lon": -87.9887, "lat": 43.299}, {"id": "oxford-us", "city": "Oxford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 250636, "lon": -89.5336, "lat": 34.3627}, {"id": "rocky-mount-us", "city": "Rocky Mount", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 250116, "lon": -77.804, "lat": 35.9685}, {"id": "utica-us", "city": "Utica", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 249955, "lon": -75.2261, "lat": 43.0962}, {"id": "us-flagstaff", "city": "Flagstaff", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.196, "ips": 248419, "lon": -111.6194, "lat": 35.1872}, {"id": "golden-valley-us", "city": "Golden Valley", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 244996, "lon": -93.3591, "lat": 44.9901}, {"id": "lubbock-us", "city": "Lubbock", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 242944, "lon": -101.8879, "lat": 33.5657}, {"id": "urbana-us", "city": "Urbana", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 242003, "lon": -88.1973, "lat": 40.1107}, {"id": "toledo-us", "city": "Toledo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 240640, "lon": -83.5827, "lat": 41.6638}, {"id": "lenexa-us", "city": "Lenexa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 239443, "lon": -94.8018, "lat": 38.9609}, {"id": "palm-springs-us", "city": "Palm Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 239360, "lon": -116.5382, "lat": 33.8017}, {"id": "us-bend", "city": "Bend", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.114, "ips": 237139, "lon": -121.3095, "lat": 44.0563}, {"id": "monterey-park-us", "city": "Monterey Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 236544, "lon": -118.1326, "lat": 34.0497}, {"id": "brookfield-us", "city": "Brookfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 234752, "lon": -88.1231, "lat": 43.064}, {"id": "ponca-city-us", "city": "Ponca City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 150016, "lon": -97.0677, "lat": 36.7235}, {"id": "saratoga-springs-us", "city": "Saratoga Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 232708, "lon": -73.7775, "lat": 43.0674}, {"id": "poughkeepsie-us", "city": "Poughkeepsie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 231936, "lon": -73.9211, "lat": 41.695}, {"id": "us-anchorage", "city": "Anchorage", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.03, "ips": 231383, "lon": -149.1091, "lat": 61.1508}, {"id": "deland-us", "city": "Deland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 228352, "lon": -81.2875, "lat": 29.0225}, {"id": "terre-haute-us", "city": "Terre Haute", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 228352, "lon": -87.3751, "lat": 39.466}, {"id": "aurora-us", "city": "Aurora", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 227208, "lon": -104.7237, "lat": 39.7083}, {"id": "elk-grove-village-us", "city": "Elk Grove Village", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 225122, "lon": -87.9921, "lat": 42.0064}, {"id": "royal-oak-us", "city": "Royal Oak", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 223571, "lon": -83.1539, "lat": 42.5084}, {"id": "overland-us", "city": "Overland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 223488, "lon": -90.3689, "lat": 38.6966}, {"id": "adelanto-us", "city": "Adelanto", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131840, "lon": -117.4397, "lat": 34.5814}, {"id": "lawrence-us", "city": "Lawrence", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 222736, "lon": -95.2642, "lat": 38.9597}, {"id": "roanoke-us", "city": "Roanoke", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 219648, "lon": -79.9581, "lat": 37.2785}, {"id": "carrollton-us", "city": "Carrollton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 219219, "lon": -96.8999, "lat": 32.989}, {"id": "san-marcos-us", "city": "San Marcos", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 219136, "lon": -117.1743, "lat": 33.135}, {"id": "eau-claire-us", "city": "Eau Claire", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 218880, "lon": -91.4948, "lat": 44.8197}, {"id": "us-st.-george", "city": "St. George", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.365, "ips": 217683, "lon": -113.5752, "lat": 37.0758}, {"id": "santa-monica-us", "city": "Santa Monica", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 216886, "lon": -118.481, "lat": 34.0235}, {"id": "new-port-richey-us", "city": "New Port Richey", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 216839, "lon": -82.717, "lat": 28.2468}, {"id": "grand-junction-us", "city": "Grand Junction", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 216320, "lon": -108.5673, "lat": 39.0877}, {"id": "idaho-falls-us", "city": "Idaho Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 216064, "lon": -112.0362, "lat": 43.4871}, {"id": "waterville-us", "city": "Waterville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 138752, "lon": -69.6624, "lat": 44.5441}, {"id": "chelsea-us", "city": "Chelsea", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 215040, "lon": -71.0325, "lat": 42.3959}, {"id": "us-washington", "city": "Washington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 5.016, "ips": 214879, "lon": -77.0163, "lat": 38.9047}, {"id": "east-peoria-us", "city": "East Peoria", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 214016, "lon": -89.5419, "lat": 40.6736}, {"id": "east-moline-us", "city": "East Moline", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 213248, "lon": -90.3879, "lat": 41.5199}, {"id": "hagerstown-us", "city": "Hagerstown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 212752, "lon": -77.7217, "lat": 39.6401}, {"id": "us-duluth", "city": "Duluth", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.011, "ips": 211039, "lon": -92.1393, "lat": 46.7756}, {"id": "florence-us", "city": "Florence", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 210771, "lon": -79.7898, "lat": 34.178}, {"id": "fairfield-us", "city": "Fairfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 209708, "lon": -122.0335, "lat": 38.2583}, {"id": "franklin-us", "city": "Franklin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 206501, "lon": -86.8516, "lat": 35.92}, {"id": "montpelier-us", "city": "Montpelier", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 206080, "lon": -72.5717, "lat": 44.2659}, {"id": "avon-us", "city": "Avon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 206080, "lon": -82.0187, "lat": 41.4485}, {"id": "elon-us", "city": "Elon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -79.5086, "lat": 36.1016}, {"id": "south-bend-us", "city": "South Bend", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 205935, "lon": -86.2696, "lat": 41.6767}, {"id": "hammond-us", "city": "Hammond", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 205139, "lon": -87.4909, "lat": 41.6168}, {"id": "lithia-springs-us", "city": "Lithia Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 204546, "lon": -84.6487, "lat": 33.7811}, {"id": "culpeper-us", "city": "Culpeper", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 202469, "lon": -78.0001, "lat": 38.4704}, {"id": "college-us", "city": "College", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 201472, "lon": -147.8216, "lat": 64.8694}, {"id": "lynchburg-us", "city": "Lynchburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 200716, "lon": -79.1909, "lat": 37.4003}, {"id": "milton-us", "city": "Milton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 200448, "lon": -84.3139, "lat": 34.1353}, {"id": "bloomsburg-us", "city": "Bloomsburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 199936, "lon": -76.4561, "lat": 41.0027}, {"id": "wilsonville-us", "city": "Wilsonville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 199936, "lon": -122.7702, "lat": 45.3109}, {"id": "pomona-us", "city": "Pomona", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 199680, "lon": -117.7626, "lat": 34.0585}, {"id": "lone-tree-us", "city": "Lone Tree", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 199460, "lon": -104.8709, "lat": 39.5309}, {"id": "johnstown-us", "city": "Johnstown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 198144, "lon": -78.9194, "lat": 40.326}, {"id": "rohnert-park-us", "city": "Rohnert Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 198144, "lon": -122.6965, "lat": 38.3479}, {"id": "us-auburn", "city": "Auburn", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.52, "ips": 197463, "lon": -85.4903, "lat": 32.6087}, {"id": "sumter-us", "city": "Sumter", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 196608, "lon": -80.393, "lat": 33.9392}, {"id": "us-mount-pleasant", "city": "Mount Pleasant", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.331, "ips": 195923, "lon": -79.8203, "lat": 32.8537}, {"id": "long-beach-us", "city": "Long Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 195840, "lon": -118.167, "lat": 33.7977}, {"id": "dayton-us", "city": "Dayton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 194848, "lon": -84.2003, "lat": 39.7805}, {"id": "dothan-us", "city": "Dothan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 194304, "lon": -85.407, "lat": 31.2336}, {"id": "green-bay-us", "city": "Green Bay", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 193280, "lon": -87.9895, "lat": 44.5148}, {"id": "grand-island-us", "city": "Grand Island", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 189952, "lon": -98.3586, "lat": 40.9218}, {"id": "mount-prospect-us", "city": "Mount Prospect", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 188166, "lon": -87.9375, "lat": 42.0641}, {"id": "college-park-us", "city": "College Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 188160, "lon": -76.9337, "lat": 38.996}, {"id": "davis-us", "city": "Davis", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 188160, "lon": -121.737, "lat": 38.5553}, {"id": "hamilton-us", "city": "Hamilton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 187987, "lon": -74.6765, "lat": 40.2046}, {"id": "ridgeland-us", "city": "Ridgeland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 187136, "lon": -90.1481, "lat": 32.4236}, {"id": "andover-us", "city": "Andover", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 187011, "lon": -71.1651, "lat": 42.6466}, {"id": "bowling-green-us", "city": "Bowling Green", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 186963, "lon": -86.4378, "lat": 36.9716}, {"id": "bangor-us", "city": "Bangor", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 186624, "lon": -68.7906, "lat": 44.8323}, {"id": "queens-us", "city": "Queens", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 186384, "lon": -73.7976, "lat": 40.7498}, {"id": "ephrata-us", "city": "Ephrata", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 186368, "lon": -76.1812, "lat": 40.1811}, {"id": "us-dublin", "city": "Dublin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.04, "ips": 185867, "lon": -121.8963, "lat": 37.7161}, {"id": "lancaster-us", "city": "Lancaster", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 184588, "lon": -76.3012, "lat": 40.042}, {"id": "champaign-us", "city": "Champaign", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 184439, "lon": -88.2737, "lat": 40.1142}, {"id": "evansville-us", "city": "Evansville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 184163, "lon": -87.5341, "lat": 37.9881}, {"id": "macomb-us", "city": "Macomb", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 183040, "lon": -90.6807, "lat": 40.4709}, {"id": "riverside-us", "city": "Riverside", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 182272, "lon": -117.3949, "lat": 33.9381}, {"id": "salem-us", "city": "Salem", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 180743, "lon": -123.0244, "lat": 44.9233}, {"id": "ames-us", "city": "Ames", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 180224, "lon": -93.6217, "lat": 42.0256}, {"id": "loudonville-us", "city": "Loudonville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 180224, "lon": -73.7665, "lat": 42.7068}, {"id": "fairview-us", "city": "Fairview", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 176640, "lon": -76.8655, "lat": 40.1735}, {"id": "lake-forest-us", "city": "Lake Forest", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 175108, "lon": -117.6714, "lat": 33.6605}, {"id": "rock-hill-us", "city": "Rock Hill", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 173907, "lon": -81.0241, "lat": 34.9415}, {"id": "pierre-us", "city": "Pierre", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 173824, "lon": -100.3205, "lat": 44.3748}, {"id": "lorain-us", "city": "Lorain", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 173824, "lon": -82.184, "lat": 41.4409}, {"id": "corinth-us", "city": "Corinth", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 163840, "lon": -97.0682, "lat": 33.1434}, {"id": "wayne-us", "city": "Wayne", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 172800, "lon": -74.2453, "lat": 40.9481}, {"id": "lewisburg-us", "city": "Lewisburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 172288, "lon": -86.7901, "lat": 35.451}, {"id": "statesboro-us", "city": "Statesboro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 171264, "lon": -81.7751, "lat": 32.4375}, {"id": "fitzgerald-us", "city": "Fitzgerald", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 170752, "lon": -83.2514, "lat": 31.7134}, {"id": "jamestown-us", "city": "Jamestown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 170240, "lon": -79.2367, "lat": 42.0976}, {"id": "morgantown-us", "city": "Morgantown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 169984, "lon": -79.9464, "lat": 39.6383}, {"id": "dalton-us", "city": "Dalton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 168192, "lon": -84.972, "lat": 34.769}, {"id": "hyattsville-us", "city": "Hyattsville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 166144, "lon": -76.9548, "lat": 38.9613}, {"id": "charlottesville-us", "city": "Charlottesville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 165888, "lon": -78.4855, "lat": 38.0375}, {"id": "us-amarillo", "city": "Amarillo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.05, "ips": 165715, "lon": -101.8316, "lat": 35.1984}, {"id": "texarkana-us", "city": "Texarkana", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 165376, "lon": -94.0847, "lat": 33.45}, {"id": "potsdam-us", "city": "Potsdam", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 165120, "lon": -75.0396, "lat": 44.6774}, {"id": "jonesboro-us", "city": "Jonesboro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 164864, "lon": -90.6791, "lat": 35.8212}, {"id": "mankato-us", "city": "Mankato", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 164864, "lon": -93.9772, "lat": 44.1715}, {"id": "provo-us", "city": "Provo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 164352, "lon": -111.6457, "lat": 40.2457}, {"id": "us-st.-louis", "city": "St. Louis", "country": "US", "country_name": "United States", "region": "North America", "tbps": 4.323, "ips": 162131, "lon": -90.2451, "lat": 38.6359}, {"id": "oshkosh-us", "city": "Oshkosh", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 162048, "lon": -88.5619, "lat": 44.0227}, {"id": "carbondale-us", "city": "Carbondale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 161536, "lon": -89.2237, "lat": 37.7221}, {"id": "evanston-us", "city": "Evanston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 161536, "lon": -87.6943, "lat": 42.0464}, {"id": "yonkers-us", "city": "Yonkers", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 161024, "lon": -73.8673, "lat": 40.9466}, {"id": "centennial-us", "city": "Centennial", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 160851, "lon": -104.8673, "lat": 39.5926}, {"id": "lake-elsinore-us", "city": "Lake Elsinore", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131844, "lon": -117.3344, "lat": 33.6847}, {"id": "franklin-park-us", "city": "Franklin Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 159059, "lon": -87.8794, "lat": 41.9361}, {"id": "loma-linda-us", "city": "Loma Linda", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 158980, "lon": -117.2498, "lat": 34.045}, {"id": "simpsonville-us", "city": "Simpsonville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 158976, "lon": -82.2569, "lat": 34.7287}, {"id": "eden-prairie-us", "city": "Eden Prairie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 158746, "lon": -93.4595, "lat": 44.8488}, {"id": "mcminnville-us", "city": "Mcminnville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 158720, "lon": -123.1918, "lat": 45.211}, {"id": "gillette-us", "city": "Gillette", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 158547, "lon": -105.4982, "lat": 44.2752}, {"id": "lewiston-us", "city": "Lewiston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 157980, "lon": -70.1681, "lat": 44.0915}, {"id": "us-fremont", "city": "Fremont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 3.234365, "ips": 157131, "lon": -121.9843, "lat": 37.5265}, {"id": "traverse-city-us", "city": "Traverse City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 156672, "lon": -85.6038, "lat": 44.7546}, {"id": "saint-joseph-us", "city": "Saint Joseph", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 156672, "lon": -61.4167, "lat": 10.6556}, {"id": "downey-us", "city": "Downey", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 156416, "lon": -118.1311, "lat": 33.9379}, {"id": "doylestown-us", "city": "Doylestown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 156160, "lon": -75.1393, "lat": 40.2962}, {"id": "jefferson-city-us", "city": "Jefferson City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 155904, "lon": -92.1759, "lat": 38.5676}, {"id": "pearl-city-us", "city": "Pearl City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 155648, "lon": -157.9566, "lat": 21.4031}, {"id": "palatine-us", "city": "Palatine", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131840, "lon": -88.043, "lat": 42.118}, {"id": "staten-island-us", "city": "Staten Island", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 155226, "lon": -74.1496, "lat": 40.5834}, {"id": "la-crosse-us", "city": "La Crosse", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 154880, "lon": -91.2268, "lat": 43.8241}, {"id": "nassau-us", "city": "Nassau", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131840, "lon": -77.3386, "lat": 25.0781}, {"id": "hanover-us", "city": "Hanover", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 154112, "lon": -76.9836, "lat": 39.8118}, {"id": "marquette-us", "city": "Marquette", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 154112, "lon": -87.4082, "lat": 46.544}, {"id": "palmdale-us", "city": "Palmdale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 153600, "lon": -118.1057, "lat": 34.5944}, {"id": "garden-grove-us", "city": "Garden Grove", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 152597, "lon": -117.9601, "lat": 33.7787}, {"id": "harrison-us", "city": "Harrison", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 152576, "lon": -73.7193, "lat": 41.0236}, {"id": "new-castle-us", "city": "New Castle", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 152064, "lon": -80.3458, "lat": 40.9956}, {"id": "logan-us", "city": "Logan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 152064, "lon": -111.8422, "lat": 41.7399}, {"id": "sullivan-us", "city": "Sullivan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 152064, "lon": -75.8794, "lat": 43.0923}, {"id": "rancho-cucamonga-us", "city": "Rancho Cucamonga", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 152064, "lon": -117.5667, "lat": 34.1247}, {"id": "clarksville-us", "city": "Clarksville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 151808, "lon": -87.3413, "lat": 36.5692}, {"id": "edison-us", "city": "Edison", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 151554, "lon": -74.3697, "lat": 40.536}, {"id": "shreveport-us", "city": "Shreveport", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 151379, "lon": -93.7955, "lat": 32.4653}, {"id": "topeka-us", "city": "Topeka", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 151296, "lon": -95.6955, "lat": 39.0346}, {"id": "coeur-d-alene-us", "city": "Coeur D'alene", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 151123, "lon": -116.7936, "lat": 47.704}, {"id": "allentown-us", "city": "Allentown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 150272, "lon": -75.4756, "lat": 40.5961}, {"id": "california-us", "city": "California", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 150016, "lon": -118.4068, "lat": 34.1141}, {"id": "new-haven-us", "city": "New Haven", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 149611, "lon": -72.9246, "lat": 41.3113}, {"id": "vienna-us", "city": "Vienna", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 148947, "lon": -77.2597, "lat": 38.8996}, {"id": "monterey-us", "city": "Monterey", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 148736, "lon": -121.8808, "lat": 36.5919}, {"id": "spokane-valley-us", "city": "Spokane Valley", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 148224, "lon": -117.2346, "lat": 47.6626}, {"id": "wenatchee-us", "city": "Wenatchee", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 147972, "lon": -120.3295, "lat": 47.436}, {"id": "delray-beach-us", "city": "Delray Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 147712, "lon": -80.0905, "lat": 26.455}, {"id": "wimauma-us", "city": "Wimauma", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 147712, "lon": -82.3034, "lat": 27.6964}, {"id": "north-new-hyde-park-us", "city": "North New Hyde Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 147456, "lon": -73.6876, "lat": 40.746}, {"id": "alice-us", "city": "Alice", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 147456, "lon": -98.0653, "lat": 27.7556}, {"id": "newtown-us", "city": "Newtown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 147200, "lon": -73.2927, "lat": 41.3988}, {"id": "west-valley-city-us", "city": "West Valley City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 146519, "lon": -112.0123, "lat": 40.6886}, {"id": "cypress-us", "city": "Cypress", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 146176, "lon": -118.0386, "lat": 33.8171}, {"id": "orem-us", "city": "Orem", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 144469, "lon": -111.6994, "lat": 40.2981}, {"id": "chevy-chase-us", "city": "Chevy Chase", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 143616, "lon": -77.0738, "lat": 38.9944}, {"id": "lakeland-us", "city": "Lakeland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 143187, "lon": -81.9545, "lat": 28.0557}, {"id": "cape-girardeau-us", "city": "Cape Girardeau", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 142608, "lon": -89.5597, "lat": 37.3109}, {"id": "mililani-town-us", "city": "Mililani Town", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 142592, "lon": -158.0147, "lat": 21.4465}, {"id": "anaheim-us", "city": "Anaheim", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 142167, "lon": -117.8574, "lat": 33.839}, {"id": "thousand-oaks-us", "city": "Thousand Oaks", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 140288, "lon": -118.8756, "lat": 34.1914}, {"id": "bay-city-us", "city": "Bay City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 139520, "lon": -83.8887, "lat": 43.5902}, {"id": "rapid-city-us", "city": "Rapid City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 139347, "lon": -103.2204, "lat": 44.0716}, {"id": "maryville-us", "city": "Maryville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 139264, "lon": -83.9789, "lat": 35.7468}, {"id": "elgin-us", "city": "Elgin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 139264, "lon": -88.324, "lat": 42.0383}, {"id": "portage-us", "city": "Portage", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 139264, "lon": -85.5906, "lat": 42.2}, {"id": "sheridan-us", "city": "Sheridan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 139103, "lon": -106.9642, "lat": 44.7961}, {"id": "garden-city-us", "city": "Garden City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 139091, "lon": -100.8527, "lat": 37.9753}, {"id": "corpus-christi-us", "city": "Corpus Christi", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 139008, "lon": -97.3767, "lat": 27.7254}, {"id": "frisco-us", "city": "Frisco", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 138756, "lon": -96.8216, "lat": 33.156}, {"id": "mineola-us", "city": "Mineola", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 138496, "lon": -73.6394, "lat": 40.747}, {"id": "racine-us", "city": "Racine", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 138496, "lon": -87.8135, "lat": 42.7274}, {"id": "findlay-us", "city": "Findlay", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 138496, "lon": -83.6379, "lat": 41.0469}, {"id": "kearney-us", "city": "Kearney", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 137984, "lon": -99.0833, "lat": 40.7011}, {"id": "bossier-city-us", "city": "Bossier City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 137984, "lon": -93.6668, "lat": 32.5224}, {"id": "mount-vernon-us", "city": "Mount Vernon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 137984, "lon": -73.8291, "lat": 40.9136}, {"id": "cartersville-us", "city": "Cartersville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 137472, "lon": -84.8009, "lat": 34.1644}, {"id": "angola-us", "city": "Angola", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 137472, "lon": -85.005, "lat": 41.6433}, {"id": "millington-us", "city": "Millington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 137472, "lon": -89.8991, "lat": 35.335}, {"id": "edgewood-us", "city": "Edgewood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 137228, "lon": -76.2964, "lat": 39.419}, {"id": "pittsfield-us", "city": "Pittsfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 136704, "lon": -73.2605, "lat": 42.4517}, {"id": "little-river-us", "city": "Little River", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 136704, "lon": -78.6393, "lat": 33.8786}, {"id": "winterville-us", "city": "Winterville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 136192, "lon": -77.4, "lat": 35.5291}, {"id": "berlin-us", "city": "Berlin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 135936, "lon": -72.7758, "lat": 41.6114}, {"id": "raytown-us", "city": "Raytown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 135424, "lon": -94.4641, "lat": 38.9944}, {"id": "trumbull-us", "city": "Trumbull", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 135251, "lon": -73.2083, "lat": 41.2602}, {"id": "pharr-us", "city": "Pharr", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 134912, "lon": -98.1904, "lat": 26.1685}, {"id": "round-rock-us", "city": "Round Rock", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 134912, "lon": -97.6642, "lat": 30.527}, {"id": "annapolis-us", "city": "Annapolis", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 134656, "lon": -76.5047, "lat": 38.9706}, {"id": "iowa-city-us", "city": "Iowa City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 134656, "lon": -91.5303, "lat": 41.6559}, {"id": "farmington-us", "city": "Farmington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 134171, "lon": -108.1823, "lat": 36.7555}, {"id": "burbank-us", "city": "Burbank", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 134149, "lon": -118.3235, "lat": 34.1879}, {"id": "edinburg-us", "city": "Edinburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 133888, "lon": -98.1597, "lat": 26.3196}, {"id": "diamond-bar-us", "city": "Diamond Bar", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 133632, "lon": -117.8161, "lat": 33.9992}, {"id": "oswego-us", "city": "Oswego", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 133120, "lon": -88.3372, "lat": 41.6834}, {"id": "espa-ola-us", "city": "Espa\u00f1ola", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 133120, "lon": -106.0686, "lat": 36.0044}, {"id": "groveland-us", "city": "Groveland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 132864, "lon": -81.8246, "lat": 28.6098}, {"id": "west-chester-us", "city": "West Chester", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 132691, "lon": -75.6058, "lat": 39.9601}, {"id": "clermont-us", "city": "Clermont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 132608, "lon": -81.7208, "lat": 28.5325}, {"id": "conroe-us", "city": "Conroe", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 132608, "lon": -95.4824, "lat": 30.3238}, {"id": "kent-us", "city": "Kent", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 132513, "lon": -122.2128, "lat": 47.3887}, {"id": "stony-brook-us", "city": "Stony Brook", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 132352, "lon": -73.1278, "lat": 40.9061}, {"id": "glen-burnie-us", "city": "Glen Burnie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131667, "lon": -76.6071, "lat": 39.156}, {"id": "desert-hot-springs-us", "city": "Desert Hot Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131584, "lon": -116.5429, "lat": 33.955}, {"id": "wylie-us", "city": "Wylie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131584, "lon": -96.5161, "lat": 33.0362}, {"id": "winter-springs-us", "city": "Winter Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131328, "lon": -81.2703, "lat": 28.6889}, {"id": "west-bend-us", "city": "West Bend", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131328, "lon": -88.1818, "lat": 43.4173}, {"id": "morehead-city-us", "city": "Morehead City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131328, "lon": -76.7388, "lat": 34.7308}, {"id": "lynbrook-us", "city": "Lynbrook", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131072, "lon": -73.6742, "lat": 40.6579}, {"id": "east-rancho-dominguez-us", "city": "East Rancho Dominguez", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131072, "lon": -118.1956, "lat": 33.8949}, {"id": "riga-us", "city": "Riga", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 131072, "lon": 24.1064, "lat": 56.9489}, {"id": "chattanooga-us", "city": "Chattanooga", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 130899, "lon": -85.2481, "lat": 35.066}, {"id": "petaluma-us", "city": "Petaluma", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 129536, "lon": -122.6266, "lat": 38.2423}, {"id": "eureka-us", "city": "Eureka", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 129536, "lon": -124.1564, "lat": 40.7943}, {"id": "gonzales-us", "city": "Gonzales", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 119552, "lon": -90.9234, "lat": 30.2132}, {"id": "longview-us", "city": "Longview", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 129280, "lon": -94.7622, "lat": 32.5193}, {"id": "shrewsbury-us", "city": "Shrewsbury", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 129280, "lon": -71.7154, "lat": 42.2842}, {"id": "waukesha-us", "city": "Waukesha", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 127748, "lon": -88.2464, "lat": 43.0087}, {"id": "redmond-us", "city": "Redmond", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 126892, "lon": -122.1169, "lat": 47.6763}, {"id": "us-grand-rapids", "city": "Grand Rapids", "country": "US", "country_name": "United States", "region": "North America", "tbps": 1.155, "ips": 126831, "lon": -85.6562, "lat": 42.9619}, {"id": "howard-us", "city": "Howard", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 126208, "lon": -88.0928, "lat": 44.5703}, {"id": "boone-us", "city": "Boone", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 125267, "lon": -81.6669, "lat": 36.2111}, {"id": "stockbridge-us", "city": "Stockbridge", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 124928, "lon": -84.2295, "lat": 33.5254}, {"id": "murfreesboro-us", "city": "Murfreesboro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 124672, "lon": -86.4121, "lat": 35.849}, {"id": "slidell-us", "city": "Slidell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 124416, "lon": -89.7828, "lat": 30.2887}, {"id": "new-berlin-us", "city": "New Berlin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 124416, "lon": -88.1291, "lat": 42.9726}, {"id": "warrensburg-us", "city": "Warrensburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 124416, "lon": -93.726, "lat": 38.7627}, {"id": "us-billings", "city": "Billings", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0001, "ips": 123731, "lon": -108.5526, "lat": 45.7891}, {"id": "mansfield-us", "city": "Mansfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 123392, "lon": -82.5275, "lat": 40.7656}, {"id": "clinton-us", "city": "Clinton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 123392, "lon": -76.9063, "lat": 38.7499}, {"id": "downers-grove-us", "city": "Downers Grove", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 122368, "lon": -88.0172, "lat": 41.7949}, {"id": "fitchburg-us", "city": "Fitchburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 121683, "lon": -71.8156, "lat": 42.5912}, {"id": "mission-us", "city": "Mission", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 121600, "lon": -98.3256, "lat": 26.2039}, {"id": "lake-mary-us", "city": "Lake Mary", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 120196, "lon": -81.336, "lat": 28.7592}, {"id": "baxter-us", "city": "Baxter", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80384, "lon": -94.2793, "lat": 46.3426}, {"id": "temple-us", "city": "Temple", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 119296, "lon": -97.3891, "lat": 31.1068}, {"id": "norman-us", "city": "Norman", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 118272, "lon": -97.3471, "lat": 35.2335}, {"id": "stevens-point-us", "city": "Stevens Point", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 117760, "lon": -89.5507, "lat": 44.5241}, {"id": "starkville-us", "city": "Starkville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 114432, "lon": -88.8297, "lat": 33.4608}, {"id": "fort-lauderdale-us", "city": "Fort Lauderdale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 117594, "lon": -80.1464, "lat": 26.1412}, {"id": "marina-del-rey-us", "city": "Marina Del Rey", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 116224, "lon": -118.4486, "lat": 33.9765}, {"id": "silver-spring-us", "city": "Silver Spring", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 116197, "lon": -77.0207, "lat": 39.0028}, {"id": "new-london-us", "city": "New London", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 115539, "lon": -72.1022, "lat": 41.3502}, {"id": "gallatin-us", "city": "Gallatin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 115456, "lon": -86.4698, "lat": 36.3782}, {"id": "indio-us", "city": "Indio", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 114688, "lon": -116.2346, "lat": 33.7346}, {"id": "mesquite-us", "city": "Mesquite", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 113152, "lon": -96.5865, "lat": 32.7602}, {"id": "florissant-us", "city": "Florissant", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 95488, "lon": -90.3269, "lat": 38.7996}, {"id": "glassboro-us", "city": "Glassboro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -75.1113, "lat": 39.7014}, {"id": "manhattan-us", "city": "Manhattan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 112420, "lon": -73.9662, "lat": 40.7834}, {"id": "swansea-us", "city": "Swansea", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 112384, "lon": -71.212, "lat": 41.7571}, {"id": "cookeville-us", "city": "Cookeville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 112384, "lon": -85.5109, "lat": 36.1482}, {"id": "north-miami-beach-us", "city": "North Miami Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 112128, "lon": -80.1659, "lat": 25.9302}, {"id": "corvallis-us", "city": "Corvallis", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 111872, "lon": -123.2779, "lat": 44.5698}, {"id": "hackensack-us", "city": "Hackensack", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 111699, "lon": -74.0462, "lat": 40.8891}, {"id": "clifton-park-us", "city": "Clifton Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 111104, "lon": -73.8242, "lat": 42.8587}, {"id": "wilkes-barre-us", "city": "Wilkes-barre", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 110848, "lon": -75.876, "lat": 41.2469}, {"id": "nampa-us", "city": "Nampa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 110848, "lon": -116.5638, "lat": 43.5844}, {"id": "lewistown-us", "city": "Lewistown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 110592, "lon": -77.573, "lat": 40.5964}, {"id": "bethlehem-us", "city": "Bethlehem", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 110419, "lon": -75.3679, "lat": 40.6266}, {"id": "fort-mitchell-us", "city": "Fort Mitchell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 110340, "lon": -84.5562, "lat": 39.046}, {"id": "wausau-us", "city": "Wausau", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 110336, "lon": -89.6459, "lat": 44.962}, {"id": "germantown-us", "city": "Germantown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 110163, "lon": -77.2643, "lat": 39.1755}, {"id": "ogden-us", "city": "Ogden", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 110080, "lon": -111.9682, "lat": 41.2279}, {"id": "roslyn-us", "city": "Roslyn", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 110080, "lon": -75.1374, "lat": 40.1311}, {"id": "windsor-us", "city": "Windsor", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 109836, "lon": -104.9198, "lat": 40.469}, {"id": "asheville-us", "city": "Asheville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 109651, "lon": -82.5537, "lat": 35.5707}, {"id": "hoboken-us", "city": "Hoboken", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 109568, "lon": -74.0281, "lat": 40.7452}, {"id": "decatur-us", "city": "Decatur", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 109056, "lon": -88.9342, "lat": 39.8557}, {"id": "hickory-us", "city": "Hickory", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 108560, "lon": -81.3223, "lat": 35.741}, {"id": "pullman-us", "city": "Pullman", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 108544, "lon": -117.168, "lat": 46.7336}, {"id": "clemson-us", "city": "Clemson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 108288, "lon": -82.8124, "lat": 34.6837}, {"id": "corning-us", "city": "Corning", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 107776, "lon": -77.0561, "lat": 42.147}, {"id": "fresno-us", "city": "Fresno", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 107603, "lon": -119.7939, "lat": 36.783}, {"id": "aberdeen-us", "city": "Aberdeen", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 107520, "lon": -98.4686, "lat": 45.4649}, {"id": "carson-city-us", "city": "Carson City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 107520, "lon": -119.7476, "lat": 39.1511}, {"id": "alma-us", "city": "Alma", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 107520, "lon": -84.6556, "lat": 43.3799}, {"id": "wooster-us", "city": "Wooster", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 107008, "lon": -81.9336, "lat": 40.8172}, {"id": "dearborn-us", "city": "Dearborn", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 107008, "lon": -83.213, "lat": 42.3127}, {"id": "liberty-us", "city": "Liberty", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 107008, "lon": -94.4191, "lat": 39.2394}, {"id": "terrell-us", "city": "Terrell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -96.2931, "lat": 32.734}, {"id": "stillwater-us", "city": "Stillwater", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 105728, "lon": -97.0742, "lat": 36.1317}, {"id": "oneonta-us", "city": "Oneonta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 105216, "lon": -75.0666, "lat": 42.4551}, {"id": "powell-us", "city": "Powell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 104960, "lon": -83.0829, "lat": 40.1689}, {"id": "richmond-west-us", "city": "Richmond West", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65792, "lon": -80.4297, "lat": 25.6105}, {"id": "laurel-us", "city": "Laurel", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 104787, "lon": -76.8622, "lat": 39.0949}, {"id": "belmont-us", "city": "Belmont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 104728, "lon": -122.2953, "lat": 37.5154}, {"id": "grand-haven-us", "city": "Grand Haven", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 104448, "lon": -86.2201, "lat": 43.0553}, {"id": "glendale-us", "city": "Glendale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 104196, "lon": -112.2311, "lat": 33.5791}, {"id": "brooksville-us", "city": "Brooksville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67591, "lon": -82.3903, "lat": 28.5404}, {"id": "san-ramon-us", "city": "San Ramon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 103936, "lon": -121.9365, "lat": 37.7624}, {"id": "juneau-us", "city": "Juneau", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 103680, "lon": -134.1739, "lat": 58.4546}, {"id": "cedar-city-us", "city": "Cedar City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 103424, "lon": -113.0956, "lat": 37.6834}, {"id": "chico-us", "city": "Chico", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 103168, "lon": -121.8161, "lat": 39.7578}, {"id": "savannah-us", "city": "Savannah", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 102656, "lon": -81.1821, "lat": 32.0286}, {"id": "o-fallon-us", "city": "O'fallon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 102424, "lon": -90.7175, "lat": 38.785}, {"id": "springdale-us", "city": "Springdale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 102144, "lon": -94.1574, "lat": 36.1901}, {"id": "pocatello-us", "city": "Pocatello", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 102144, "lon": -112.4647, "lat": 42.8724}, {"id": "us-brookings", "city": "Brookings", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.03, "ips": 101971, "lon": -96.7859, "lat": 44.3022}, {"id": "burlingame-us", "city": "Burlingame", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 101898, "lon": -122.3667, "lat": 37.5859}, {"id": "appleton-us", "city": "Appleton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 101888, "lon": -88.3892, "lat": 44.278}, {"id": "amherst-us", "city": "Amherst", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 101715, "lon": -78.757, "lat": 43.0117}, {"id": "kingston-us", "city": "Kingston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 101632, "lon": -73.9968, "lat": 41.9295}, {"id": "lombard-us", "city": "Lombard", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 101239, "lon": -88.0157, "lat": 41.8741}, {"id": "golden-us", "city": "Golden", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 101120, "lon": -105.2118, "lat": 39.7406}, {"id": "post-falls-us", "city": "Post Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 100864, "lon": -116.9384, "lat": 47.7213}, {"id": "johnson-city-us", "city": "Johnson City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 100864, "lon": -82.3806, "lat": 36.3406}, {"id": "metairie-us", "city": "Metairie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 100619, "lon": -90.178, "lat": 29.9977}, {"id": "greeley-us", "city": "Greeley", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 100100, "lon": -104.7706, "lat": 40.4152}, {"id": "sault-ste-marie-us", "city": "Sault Ste. Marie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 100096, "lon": -84.3723, "lat": 46.4817}, {"id": "denton-us", "city": "Denton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 100096, "lon": -97.1418, "lat": 33.2175}, {"id": "lake-havasu-city-us", "city": "Lake Havasu City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 99840, "lon": -114.3113, "lat": 34.5006}, {"id": "lebanon-us", "city": "Lebanon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 99840, "lon": -76.4228, "lat": 40.3412}, {"id": "falls-church-us", "city": "Falls Church", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 99584, "lon": -77.1751, "lat": 38.8847}, {"id": "marshall-us", "city": "Marshall", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 99584, "lon": -94.3515, "lat": 32.537}, {"id": "matthews-us", "city": "Matthews", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 99328, "lon": -80.7101, "lat": 35.1195}, {"id": "brecksville-us", "city": "Brecksville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 99072, "lon": -81.6192, "lat": 41.3079}, {"id": "gardendale-us", "city": "Gardendale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 98816, "lon": -86.8069, "lat": 33.6677}, {"id": "thomasville-us", "city": "Thomasville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 98816, "lon": -80.0807, "lat": 35.8813}, {"id": "centerville-us", "city": "Centerville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 98560, "lon": -84.1449, "lat": 39.6339}, {"id": "cleveland-heights-us", "city": "Cleveland Heights", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 97792, "lon": -81.5636, "lat": 41.5113}, {"id": "bozeman-us", "city": "Bozeman", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 97619, "lon": -111.0558, "lat": 45.6833}, {"id": "high-point-us", "city": "High Point", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 97536, "lon": -79.9937, "lat": 35.991}, {"id": "wapakoneta-us", "city": "Wapakoneta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 97280, "lon": -84.1916, "lat": 40.5664}, {"id": "roswell-us", "city": "Roswell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 97280, "lon": -84.3513, "lat": 34.0391}, {"id": "waynesboro-us", "city": "Waynesboro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 96768, "lon": -78.9014, "lat": 38.0674}, {"id": "buford-us", "city": "Buford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67584, "lon": -83.9903, "lat": 34.1192}, {"id": "bridgeport-us", "city": "Bridgeport", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 96104, "lon": -73.1954, "lat": 41.1918}, {"id": "wichita-falls-us", "city": "Wichita Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 96000, "lon": -98.5291, "lat": 33.9072}, {"id": "maryland-heights-us", "city": "Maryland Heights", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 95571, "lon": -90.4749, "lat": 38.7189}, {"id": "ada-us", "city": "Ada", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 95488, "lon": -96.6681, "lat": 34.7662}, {"id": "easton-us", "city": "Easton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 95232, "lon": -75.2209, "lat": 40.6858}, {"id": "cahokia-us", "city": "Cahokia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 94720, "lon": -90.1793, "lat": 38.565}, {"id": "white-plains-us", "city": "White Plains", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 94208, "lon": -73.7547, "lat": 41.022}, {"id": "santa-rosa-us", "city": "Santa Rosa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 94208, "lon": -122.7067, "lat": 38.4458}, {"id": "waltham-us", "city": "Waltham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 92645, "lon": -71.2423, "lat": 42.3889}, {"id": "teaneck-us", "city": "Teaneck", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 93696, "lon": -74.0107, "lat": 40.89}, {"id": "allendale-us", "city": "Allendale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 93184, "lon": -85.9499, "lat": 42.9845}, {"id": "mahwah-us", "city": "Mahwah", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 92928, "lon": -74.1856, "lat": 41.0816}, {"id": "auburn-hills-us", "city": "Auburn Hills", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 92684, "lon": -83.2448, "lat": 42.6735}, {"id": "cedar-falls-us", "city": "Cedar Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 92499, "lon": -92.4536, "lat": 42.5195}, {"id": "merced-us", "city": "Merced", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 92176, "lon": -120.4779, "lat": 37.3057}, {"id": "wilton-us", "city": "Wilton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 91904, "lon": -73.4401, "lat": 41.207}, {"id": "georgetown-us", "city": "Georgetown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 91904, "lon": -97.6966, "lat": 30.666}, {"id": "verona-us", "city": "Verona", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 91904, "lon": -74.2431, "lat": 40.8323}, {"id": "union-us", "city": "Union", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 90880, "lon": -74.2697, "lat": 40.6953}, {"id": "portsmouth-us", "city": "Portsmouth", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 90624, "lon": -70.7826, "lat": 43.058}, {"id": "berea-us", "city": "Berea", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 90624, "lon": -81.8641, "lat": 41.3696}, {"id": "costa-mesa-us", "city": "Costa Mesa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 89898, "lon": -117.9135, "lat": 33.6667}, {"id": "danville-us", "city": "Danville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 90368, "lon": -121.9698, "lat": 37.8121}, {"id": "las-cruces-us", "city": "Las Cruces", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 90112, "lon": -106.7893, "lat": 32.3265}, {"id": "altoona-us", "city": "Altoona", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 89683, "lon": -78.4007, "lat": 40.5082}, {"id": "union-city-us", "city": "Union City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 89344, "lon": -122.0181, "lat": 37.6032}, {"id": "fairbanks-us", "city": "Fairbanks", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 88915, "lon": -147.6533, "lat": 64.8353}, {"id": "atascadero-us", "city": "Atascadero", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 88320, "lon": -120.6858, "lat": 35.4827}, {"id": "laramie-us", "city": "Laramie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 88064, "lon": -105.6085, "lat": 41.3099}, {"id": "gilroy-us", "city": "Gilroy", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 88064, "lon": -121.5854, "lat": 37.0046}, {"id": "normal-us", "city": "Normal", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67584, "lon": -88.9884, "lat": 40.5217}, {"id": "us-st.-petersburg", "city": "St. Petersburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 13.029132, "ips": 87379, "lon": -82.6652, "lat": 27.7931}, {"id": "ardmore-us", "city": "Ardmore", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 87300, "lon": -97.1256, "lat": 34.1949}, {"id": "williamsburg-us", "city": "Williamsburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 87296, "lon": -76.7076, "lat": 37.2693}, {"id": "wildwood-us", "city": "Wildwood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67584, "lon": -90.6698, "lat": 38.58}, {"id": "fort-mill-us", "city": "Fort Mill", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 86064, "lon": -80.9389, "lat": 35.0061}, {"id": "paradise-us", "city": "Paradise", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 86016, "lon": -115.1355, "lat": 36.0872}, {"id": "brunswick-us", "city": "Brunswick", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 85760, "lon": -81.8198, "lat": 41.2465}, {"id": "beaverton-us", "city": "Beaverton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 85587, "lon": -122.8168, "lat": 45.4779}, {"id": "sarasota-us", "city": "Sarasota", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 85348, "lon": -82.5432, "lat": 27.3387}, {"id": "north-miami-us", "city": "North Miami", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 85248, "lon": -80.1686, "lat": 25.9008}, {"id": "moscow-us", "city": "Moscow", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 85248, "lon": -116.9986, "lat": 46.7308}, {"id": "arlington-heights-us", "city": "Arlington Heights", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 85075, "lon": -87.9826, "lat": 42.0955}, {"id": "cheney-us", "city": "Cheney", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 85000, "lon": -117.579, "lat": 47.4901}, {"id": "alameda-us", "city": "Alameda", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 84996, "lon": -122.267, "lat": 37.7668}, {"id": "galveston-us", "city": "Galveston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 84992, "lon": -94.8913, "lat": 29.2484}, {"id": "mound-us", "city": "Mound", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 84992, "lon": -93.6591, "lat": 44.9328}, {"id": "us-fargo", "city": "Fargo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.04, "ips": 84840, "lon": -96.8292, "lat": 46.8651}, {"id": "commerce-us", "city": "Commerce", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 84736, "lon": -118.1519, "lat": 33.9963}, {"id": "lockhart-us", "city": "Lockhart", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 83456, "lon": -97.6831, "lat": 29.8785}, {"id": "billerica-us", "city": "Billerica", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 84226, "lon": -71.2673, "lat": 42.5587}, {"id": "johnston-us", "city": "Johnston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 84224, "lon": -71.5202, "lat": 41.8274}, {"id": "vincennes-us", "city": "Vincennes", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 84224, "lon": -87.5102, "lat": 38.6759}, {"id": "danbury-us", "city": "Danbury", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 83991, "lon": -73.4709, "lat": 41.4015}, {"id": "harrodsburg-us", "city": "Harrodsburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 83968, "lon": -84.8474, "lat": 37.7654}, {"id": "petersburg-us", "city": "Petersburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 83456, "lon": -77.3913, "lat": 37.2043}, {"id": "gresham-us", "city": "Gresham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 83283, "lon": -122.4413, "lat": 45.5021}, {"id": "lawton-us", "city": "Lawton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 83200, "lon": -98.4202, "lat": 34.6175}, {"id": "new-braunfels-us", "city": "New Braunfels", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 83200, "lon": -98.1148, "lat": 29.6994}, {"id": "plattsburgh-us", "city": "Plattsburgh", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 83027, "lon": -73.4563, "lat": 44.6951}, {"id": "fenton-us", "city": "Fenton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 82944, "lon": -83.7144, "lat": 42.7994}, {"id": "st-pete-beach-us", "city": "St. Pete Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 82944, "lon": -82.7387, "lat": 27.7235}, {"id": "bryan-us", "city": "Bryan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 82771, "lon": -96.3807, "lat": 30.665}, {"id": "newington-us", "city": "Newington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 82688, "lon": -72.7308, "lat": 41.687}, {"id": "sparks-us", "city": "Sparks", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 82688, "lon": -119.7161, "lat": 39.5736}, {"id": "us-ashland", "city": "Ashland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.4402, "ips": 82515, "lon": -122.1159, "lat": 37.6942}, {"id": "batavia-us", "city": "Batavia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 81920, "lon": -88.3109, "lat": 41.8479}, {"id": "us-odessa", "city": "Odessa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.84, "ips": 81498, "lon": -102.3448, "lat": 31.8801}, {"id": "park-ridge-us", "city": "Park Ridge", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 81156, "lon": -87.8436, "lat": 42.0125}, {"id": "kenosha-us", "city": "Kenosha", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 81152, "lon": -87.8773, "lat": 42.5865}, {"id": "geneseo-us", "city": "Geneseo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 81152, "lon": -77.7783, "lat": 42.8038}, {"id": "knightdale-us", "city": "Knightdale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 81152, "lon": -78.4966, "lat": 35.7911}, {"id": "new-paltz-us", "city": "New Paltz", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80896, "lon": -74.0883, "lat": 41.7577}, {"id": "helena-us", "city": "Helena", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80723, "lon": -112.0202, "lat": 46.5965}, {"id": "rolla-us", "city": "Rolla", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80652, "lon": -91.7607, "lat": 37.9459}, {"id": "bluffton-us", "city": "Bluffton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80640, "lon": -80.9316, "lat": 32.2135}, {"id": "malvern-us", "city": "Malvern", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80448, "lon": -92.8205, "lat": 34.3734}, {"id": "pembroke-us", "city": "Pembroke", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80384, "lon": -70.8014, "lat": 42.0655}, {"id": "neenah-us", "city": "Neenah", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80384, "lon": -88.4767, "lat": 44.1669}, {"id": "north-olmsted-us", "city": "North Olmsted", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80384, "lon": -81.919, "lat": 41.4149}, {"id": "framingham-us", "city": "Framingham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80128, "lon": -71.4368, "lat": 42.3085}, {"id": "dodge-city-us", "city": "Dodge City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80128, "lon": -100.0182, "lat": 37.7611}, {"id": "fairmont-us", "city": "Fairmont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80128, "lon": -80.1491, "lat": 39.4768}, {"id": "rock-springs-us", "city": "Rock Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 80128, "lon": -109.2209, "lat": 41.5947}, {"id": "elmira-us", "city": "Elmira", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 78848, "lon": -76.8097, "lat": 42.0938}, {"id": "newport-us", "city": "Newport", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 79872, "lon": -71.3203, "lat": 41.4801}, {"id": "fullerton-us", "city": "Fullerton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 79616, "lon": -117.9279, "lat": 33.8841}, {"id": "roseville-us", "city": "Roseville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 79360, "lon": -121.3196, "lat": 38.7703}, {"id": "tumwater-us", "city": "Tumwater", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 79360, "lon": -122.9175, "lat": 46.9891}, {"id": "san-rafael-us", "city": "San Rafael", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 79360, "lon": -122.5221, "lat": 37.9905}, {"id": "chicopee-us", "city": "Chicopee", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 79104, "lon": -72.5719, "lat": 42.1764}, {"id": "pine-bluff-us", "city": "Pine Bluff", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 78592, "lon": -92.0173, "lat": 34.2116}, {"id": "surprise-us", "city": "Surprise", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 78592, "lon": -112.4515, "lat": 33.6815}, {"id": "trenton-us", "city": "Trenton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 78381, "lon": -74.7641, "lat": 40.2237}, {"id": "whittier-us", "city": "Whittier", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 78336, "lon": -118.0188, "lat": 33.9678}, {"id": "dekalb-us", "city": "Dekalb", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 78080, "lon": -88.7481, "lat": 41.9314}, {"id": "warwick-us", "city": "Warwick", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 78080, "lon": -71.4334, "lat": 41.7062}, {"id": "coral-gables-us", "city": "Coral Gables", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 78080, "lon": -80.2715, "lat": 25.7037}, {"id": "woodstock-us", "city": "Woodstock", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 77824, "lon": -84.5091, "lat": 34.1026}, {"id": "sunnyside-us", "city": "Sunnyside", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 77568, "lon": -120.0058, "lat": 46.3157}, {"id": "saginaw-us", "city": "Saginaw", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 77312, "lon": -83.9501, "lat": 43.4199}, {"id": "delhi-us", "city": "Delhi", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 77056, "lon": -120.7759, "lat": 37.4306}, {"id": "walnut-us", "city": "Walnut", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 76800, "lon": -117.8593, "lat": 34.0334}, {"id": "hoover-us", "city": "Hoover", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 76800, "lon": -86.8068, "lat": 33.3763}, {"id": "roxana-us", "city": "Roxana", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 76800, "lon": -83.6738, "lat": 10.3586}, {"id": "agoura-hills-us", "city": "Agoura Hills", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 76544, "lon": -118.7609, "lat": 34.151}, {"id": "spanish-fork-us", "city": "Spanish Fork", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 76544, "lon": -111.6405, "lat": 40.1101}, {"id": "colchester-us", "city": "Colchester", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 76300, "lon": -73.2168, "lat": 44.5545}, {"id": "carmichael-us", "city": "Carmichael", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66048, "lon": -121.3263, "lat": 38.6318}, {"id": "yuma-us", "city": "Yuma", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 76292, "lon": -114.5491, "lat": 32.5995}, {"id": "wauwatosa-us", "city": "Wauwatosa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 76036, "lon": -88.0347, "lat": 43.0616}, {"id": "deer-park-us", "city": "Deer Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 76032, "lon": -95.1151, "lat": 29.6898}, {"id": "cedar-park-us", "city": "Cedar Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 74240, "lon": -97.8197, "lat": 30.5105}, {"id": "wilson-us", "city": "Wilson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 75776, "lon": -77.9284, "lat": 35.7311}, {"id": "greeneville-us", "city": "Greeneville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 75776, "lon": -82.8197, "lat": 36.168}, {"id": "beaufort-us", "city": "Beaufort", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 75776, "lon": -80.7235, "lat": 32.4597}, {"id": "passaic-us", "city": "Passaic", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 75776, "lon": -74.1282, "lat": 40.8574}, {"id": "cortland-us", "city": "Cortland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 75520, "lon": -76.1784, "lat": 42.6004}, {"id": "fort-smith-us", "city": "Fort Smith", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 75264, "lon": -94.3695, "lat": 35.3495}, {"id": "south-lake-tahoe-us", "city": "South Lake Tahoe", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 75008, "lon": -119.9828, "lat": 38.9393}, {"id": "colonie-us", "city": "Colonie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 75008, "lon": -73.7874, "lat": 42.7396}, {"id": "allen-park-us", "city": "Allen Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 74752, "lon": -83.2107, "lat": 42.2595}, {"id": "prineville-us", "city": "Prineville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 74752, "lon": -120.8607, "lat": 44.2985}, {"id": "wheeling-us", "city": "Wheeling", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 74496, "lon": -80.6951, "lat": 40.0752}, {"id": "marshalltown-us", "city": "Marshalltown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 74496, "lon": -92.9068, "lat": 42.0343}, {"id": "bel-air-us", "city": "Bel Air", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 74240, "lon": -76.346, "lat": 39.5348}, {"id": "hartford-us", "city": "Hartford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 74067, "lon": -72.6834, "lat": 41.7661}, {"id": "edwardsville-us", "city": "Edwardsville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73984, "lon": -89.9874, "lat": 38.7922}, {"id": "kingsport-us", "city": "Kingsport", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73984, "lon": -82.5454, "lat": 36.5224}, {"id": "richland-us", "city": "Richland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73728, "lon": -119.2939, "lat": 46.2824}, {"id": "vero-beach-us", "city": "Vero Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73728, "lon": -80.393, "lat": 27.6463}, {"id": "kirksville-us", "city": "Kirksville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73728, "lon": -92.5752, "lat": 40.1986}, {"id": "malone-us", "city": "Malone", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73728, "lon": -74.2859, "lat": 44.7956}, {"id": "big-rapids-us", "city": "Big Rapids", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73472, "lon": -85.4806, "lat": 43.6992}, {"id": "summerville-us", "city": "Summerville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73472, "lon": -80.1799, "lat": 33.0016}, {"id": "lawrenceburg-us", "city": "Lawrenceburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73472, "lon": -84.9031, "lat": 38.0332}, {"id": "montrose-us", "city": "Montrose", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73216, "lon": -107.859, "lat": 38.4689}, {"id": "grand-prairie-us", "city": "Grand Prairie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73216, "lon": -97.0208, "lat": 32.6871}, {"id": "grinnell-us", "city": "Grinnell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 73216, "lon": -92.7244, "lat": 41.7359}, {"id": "durango-us", "city": "Durango", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 72728, "lon": -107.8781, "lat": 37.2659}, {"id": "bristol-us", "city": "Bristol", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 72704, "lon": -82.2154, "lat": 36.5572}, {"id": "little-chute-us", "city": "Little Chute", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 72704, "lon": -88.3208, "lat": 44.2906}, {"id": "woodhaven-us", "city": "Woodhaven", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 72704, "lon": -83.2374, "lat": 42.132}, {"id": "claremont-us", "city": "Claremont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 72448, "lon": -117.7153, "lat": 34.1259}, {"id": "auburndale-us", "city": "Auburndale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 72448, "lon": -81.8012, "lat": 28.0963}, {"id": "warren-us", "city": "Warren", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 72192, "lon": -83.027, "lat": 42.4934}, {"id": "pleasant-hill-us", "city": "Pleasant Hill", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 71936, "lon": -122.0759, "lat": 37.9539}, {"id": "palm-coast-us", "city": "Palm Coast", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 71936, "lon": -81.2457, "lat": 29.5389}, {"id": "pittsford-us", "city": "Pittsford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 71763, "lon": -77.5268, "lat": 43.0733}, {"id": "ukiah-us", "city": "Ukiah", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 71424, "lon": -123.2105, "lat": 39.1464}, {"id": "garland-us", "city": "Garland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 71763, "lon": -96.6304, "lat": 32.91}, {"id": "christiansburg-us", "city": "Christiansburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 71680, "lon": -80.4036, "lat": 37.1406}, {"id": "meridian-us", "city": "Meridian", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 71460, "lon": -116.3977, "lat": 43.6116}, {"id": "brockton-us", "city": "Brockton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66048, "lon": -71.0242, "lat": 42.0821}, {"id": "yakima-us", "city": "Yakima", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 71168, "lon": -120.5496, "lat": 46.5923}, {"id": "delano-us", "city": "Delano", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 70656, "lon": -119.2635, "lat": 35.7662}, {"id": "natick-us", "city": "Natick", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 70656, "lon": -71.3497, "lat": 42.2847}, {"id": "needham-us", "city": "Needham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 70483, "lon": -71.2411, "lat": 42.2814}, {"id": "lacey-us", "city": "Lacey", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 70400, "lon": -122.7933, "lat": 47.0462}, {"id": "newnan-us", "city": "Newnan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 70400, "lon": -84.7761, "lat": 33.3767}, {"id": "elizabeth-us", "city": "Elizabeth", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 70400, "lon": -74.1913, "lat": 40.6658}, {"id": "webster-us", "city": "Webster", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 70400, "lon": -77.4454, "lat": 43.2294}, {"id": "lincolnshire-us", "city": "Lincolnshire", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 70144, "lon": -0.5389, "lat": 53.2283}, {"id": "ypsilanti-us", "city": "Ypsilanti", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 70144, "lon": -83.6208, "lat": 42.244}, {"id": "eagan-us", "city": "Eagan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69995, "lon": -93.1638, "lat": 44.817}, {"id": "pleasantville-us", "city": "Pleasantville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69888, "lon": -74.5169, "lat": 39.39}, {"id": "malibu-us", "city": "Malibu", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69888, "lon": -118.7839, "lat": 34.037}, {"id": "salisbury-us", "city": "Salisbury", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69888, "lon": -75.5865, "lat": 38.3756}, {"id": "williamstown-us", "city": "Williamstown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69888, "lon": -74.9786, "lat": 39.6874}, {"id": "harrisonburg-us", "city": "Harrisonburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69888, "lon": -78.8735, "lat": 38.4362}, {"id": "cleburne-us", "city": "Cleburne", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69888, "lon": -97.4151, "lat": 32.3568}, {"id": "socorro-us", "city": "Socorro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69656, "lon": -106.2601, "lat": 31.6383}, {"id": "hershey-us", "city": "Hershey", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69648, "lon": -76.6458, "lat": 40.2806}, {"id": "dunkirk-us", "city": "Dunkirk", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69632, "lon": -79.3324, "lat": 42.4801}, {"id": "south-hadley-us", "city": "South Hadley", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69632, "lon": -72.5793, "lat": 42.2567}, {"id": "covington-us", "city": "Covington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69632, "lon": -84.5166, "lat": 39.0334}, {"id": "hopkins-us", "city": "Hopkins", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69412, "lon": -93.4056, "lat": 44.9259}, {"id": "southborough-us", "city": "Southborough", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69376, "lon": -71.5297, "lat": 42.3012}, {"id": "hays-us", "city": "Hays", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69376, "lon": -99.3221, "lat": 38.8821}, {"id": "tomball-us", "city": "Tomball", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69120, "lon": -95.6194, "lat": 30.0951}, {"id": "rexburg-us", "city": "Rexburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69120, "lon": -111.7919, "lat": 43.8226}, {"id": "keller-us", "city": "Keller", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69120, "lon": -97.2256, "lat": 32.9335}, {"id": "brentwood-us", "city": "Brentwood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 69053, "lon": -73.2522, "lat": 40.7839}, {"id": "arcata-us", "city": "Arcata", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68864, "lon": -124.0758, "lat": 40.8615}, {"id": "commack-us", "city": "Commack", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68691, "lon": -73.2833, "lat": 40.8435}, {"id": "torrington-us", "city": "Torrington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68608, "lon": -73.1282, "lat": 41.8349}, {"id": "hilton-head-island-us", "city": "Hilton Head Island", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68608, "lon": -80.7499, "lat": 32.1896}, {"id": "cody-us", "city": "Cody", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68356, "lon": -109.0548, "lat": 44.5213}, {"id": "albemarle-us", "city": "Albemarle", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65792, "lon": -80.1915, "lat": 35.3594}, {"id": "waukegan-us", "city": "Waukegan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68352, "lon": -87.8716, "lat": 42.3698}, {"id": "nacogdoches-us", "city": "Nacogdoches", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68096, "lon": -94.6528, "lat": 31.6134}, {"id": "benton-harbor-us", "city": "Benton Harbor", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68096, "lon": -86.4488, "lat": 42.1159}, {"id": "fort-washington-us", "city": "Fort Washington", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68096, "lon": -77.0069, "lat": 38.7339}, {"id": "ruston-us", "city": "Ruston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68096, "lon": -92.6363, "lat": 32.5328}, {"id": "paterson-us", "city": "Paterson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68096, "lon": -74.1624, "lat": 40.9147}, {"id": "holland-us", "city": "Holland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68096, "lon": -86.0984, "lat": 42.7677}, {"id": "calexico-us", "city": "Calexico", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 68096, "lon": -115.4944, "lat": 32.6849}, {"id": "us-indiana", "city": "Indiana", "country": "US", "country_name": "United States", "region": "North America", "tbps": 1.36, "ips": 67923, "lon": -86.1458, "lat": 39.7771}, {"id": "muncie-us", "city": "Muncie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67600, "lon": -85.395, "lat": 40.1989}, {"id": "butler-us", "city": "Butler", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67923, "lon": -79.8962, "lat": 40.8616}, {"id": "great-falls-us", "city": "Great Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67671, "lon": -111.2996, "lat": 47.5022}, {"id": "dunwoody-us", "city": "Dunwoody", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67348, "lon": -84.3122, "lat": 33.9418}, {"id": "baldwin-us", "city": "Baldwin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67072, "lon": -73.6075, "lat": 40.6511}, {"id": "hempstead-us", "city": "Hempstead", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67072, "lon": -73.6089, "lat": 40.6629}, {"id": "meriden-us", "city": "Meriden", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 67072, "lon": -72.7946, "lat": 41.5369}, {"id": "fairborn-us", "city": "Fairborn", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66876, "lon": -84.0094, "lat": 39.801}, {"id": "farmington-hills-us", "city": "Farmington Hills", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66832, "lon": -83.3771, "lat": 42.486}, {"id": "franklin-lakes-us", "city": "Franklin Lakes", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66816, "lon": -74.2083, "lat": 41.0086}, {"id": "hattiesburg-us", "city": "Hattiesburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66816, "lon": -89.317, "lat": 31.3074}, {"id": "mecca-us", "city": "Mecca", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66816, "lon": 39.8233, "lat": 21.4225}, {"id": "carson-us", "city": "Carson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66816, "lon": -118.2559, "lat": 33.8374}, {"id": "hewitt-us", "city": "Hewitt", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66560, "lon": -97.196, "lat": 31.452}, {"id": "upton-us", "city": "Upton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66560, "lon": -3.099, "lat": 53.385}, {"id": "rockingham-us", "city": "Rockingham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66560, "lon": -79.7608, "lat": 34.9386}, {"id": "superior-us", "city": "Superior", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66560, "lon": -92.0823, "lat": 46.6941}, {"id": "fort-meade-us", "city": "Fort Meade", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66560, "lon": -76.7437, "lat": 39.1061}, {"id": "los-altos-hills-us", "city": "Los Altos Hills", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66560, "lon": -122.1387, "lat": 37.3669}, {"id": "platteville-us", "city": "Platteville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66560, "lon": -90.4681, "lat": 42.728}, {"id": "whitewater-us", "city": "Whitewater", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66304, "lon": -88.7341, "lat": 42.8372}, {"id": "stafford-us", "city": "Stafford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66304, "lon": -74.2643, "lat": 39.7049}, {"id": "duncanville-us", "city": "Duncanville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66304, "lon": -96.9127, "lat": 32.646}, {"id": "el-cajon-us", "city": "El Cajon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66304, "lon": -116.9604, "lat": 32.8017}, {"id": "malverne-us", "city": "Malverne", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66304, "lon": -73.6721, "lat": 40.6746}, {"id": "selma-us", "city": "Selma", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66048, "lon": -119.6143, "lat": 36.5715}, {"id": "la-palma-us", "city": "La Palma", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66048, "lon": -118.0407, "lat": 33.8504}, {"id": "mounds-view-us", "city": "Mounds View", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66048, "lon": -93.2076, "lat": 45.1071}, {"id": "sun-prairie-us", "city": "Sun Prairie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66048, "lon": -89.2362, "lat": 43.1825}, {"id": "saco-us", "city": "Saco", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66048, "lon": -70.4624, "lat": 43.539}, {"id": "cheshire-us", "city": "Cheshire", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 66048, "lon": -72.9036, "lat": 41.5113}, {"id": "bothell-us", "city": "Bothell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65875, "lon": -122.2044, "lat": 47.7735}, {"id": "gloucester-us", "city": "Gloucester", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65792, "lon": -75.0363, "lat": 39.7924}, {"id": "fleetwood-us", "city": "Fleetwood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65792, "lon": -3.012, "lat": 53.922}, {"id": "absecon-us", "city": "Absecon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65792, "lon": -74.4944, "lat": 39.4229}, {"id": "magna-us", "city": "Magna", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65792, "lon": -112.1599, "lat": 40.7634}, {"id": "emmaus-us", "city": "Emmaus", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -75.4978, "lat": 40.5352}, {"id": "lake-magdalene-us", "city": "Lake Magdalene", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65792, "lon": -82.4791, "lat": 28.0875}, {"id": "revere-us", "city": "Revere", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65792, "lon": -71.004, "lat": 42.4189}, {"id": "murray-us", "city": "Murray", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65540, "lon": -111.8874, "lat": 40.6498}, {"id": "river-falls-us", "city": "River Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -92.6247, "lat": 44.8609}, {"id": "gloucester-point-us", "city": "Gloucester Point", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -76.5043, "lat": 37.2767}, {"id": "gibsonton-us", "city": "Gibsonton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -82.3761, "lat": 27.826}, {"id": "cherry-hill-mall-us", "city": "Cherry Hill Mall", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -75.0117, "lat": 39.9384}, {"id": "saint-peter-us", "city": "Saint Peter", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -62.2106, "lat": 16.7928}, {"id": "florence-graham-us", "city": "Florence-graham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -118.2447, "lat": 33.9682}, {"id": "mantua-us", "city": "Mantua", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -75.1686, "lat": 39.7618}, {"id": "menomonie-us", "city": "Menomonie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65536, "lon": -91.9084, "lat": 44.8893}, {"id": "glasgow-us", "city": "Glasgow", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65280, "lon": -75.7473, "lat": 39.6015}, {"id": "west-point-us", "city": "West Point", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 65024, "lon": -112.0995, "lat": 41.122}, {"id": "midland-us", "city": "Midland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 64614, "lon": -102.1147, "lat": 32.0243}, {"id": "overland-park-us", "city": "Overland Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 64083, "lon": -94.687, "lat": 38.887}, {"id": "lewisville-us", "city": "Lewisville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 63315, "lon": -96.9815, "lat": 33.0454}, {"id": "prescott-us", "city": "Prescott", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 62980, "lon": -112.4473, "lat": 34.5849}, {"id": "northbrook-us", "city": "Northbrook", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 62464, "lon": -87.8352, "lat": 42.1292}, {"id": "us-draper", "city": "Draper", "country": "US", "country_name": "United States", "region": "North America", "tbps": 1.39, "ips": 62035, "lon": -111.8605, "lat": 40.4957}, {"id": "biddeford-us", "city": "Biddeford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 59136, "lon": -70.4511, "lat": 43.4673}, {"id": "henderson-us", "city": "Henderson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 61956, "lon": -115.0381, "lat": 36.0133}, {"id": "guntersville-us", "city": "Guntersville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 61696, "lon": -86.2637, "lat": 34.3671}, {"id": "carmel-us", "city": "Carmel", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 61523, "lon": -86.146, "lat": 39.965}, {"id": "scottsbluff-us", "city": "Scottsbluff", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 61184, "lon": -103.6616, "lat": 41.8684}, {"id": "us-davenport", "city": "Davenport", "country": "US", "country_name": "United States", "region": "North America", "tbps": 2.603, "ips": 61011, "lon": -90.6053, "lat": 41.5565}, {"id": "bridgewater-us", "city": "Bridgewater", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 61011, "lon": -74.6076, "lat": 40.5934}, {"id": "tehachapi-us", "city": "Tehachapi", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 60416, "lon": -118.4744, "lat": 35.1276}, {"id": "leeds-us", "city": "Leeds", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 60160, "lon": -86.5639, "lat": 33.5436}, {"id": "holmdel-us", "city": "Holmdel", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 60160, "lon": -74.1725, "lat": 40.3768}, {"id": "mcallen-us", "city": "Mcallen", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 60145, "lon": -98.2467, "lat": 26.2252}, {"id": "rome-us", "city": "Rome", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 59920, "lon": -85.1863, "lat": 34.2662}, {"id": "asheboro-us", "city": "Asheboro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 59904, "lon": -79.8127, "lat": 35.7158}, {"id": "roseburg-us", "city": "Roseburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 58624, "lon": -123.352, "lat": 43.2231}, {"id": "greenfield-us", "city": "Greenfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 58368, "lon": -88.0052, "lat": 42.9619}, {"id": "branson-us", "city": "Branson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 57344, "lon": -93.2636, "lat": 36.6509}, {"id": "elmhurst-us", "city": "Elmhurst", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 57344, "lon": -87.9432, "lat": 41.8973}, {"id": "cottage-grove-us", "city": "Cottage Grove", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 54016, "lon": -92.9274, "lat": 44.8161}, {"id": "katy-us", "city": "Katy", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 56659, "lon": -95.8353, "lat": 29.7905}, {"id": "beachwood-us", "city": "Beachwood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 56576, "lon": -81.503, "lat": 41.4759}, {"id": "lindon-us", "city": "Lindon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 56147, "lon": -111.7187, "lat": 40.3414}, {"id": "mount-airy-us", "city": "Mount Airy", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 56064, "lon": -80.6155, "lat": 36.5083}, {"id": "winona-us", "city": "Winona", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 55296, "lon": -91.6684, "lat": 44.0505}, {"id": "myrtle-beach-us", "city": "Myrtle Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 55123, "lon": -78.8844, "lat": 33.7094}, {"id": "enterprise-us", "city": "Enterprise", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 55076, "lon": -115.2278, "lat": 36.0091}, {"id": "mckinney-us", "city": "Mckinney", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 55040, "lon": -96.667, "lat": 33.2016}, {"id": "newburgh-us", "city": "Newburgh", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 55040, "lon": -74.0599, "lat": 41.5531}, {"id": "taylor-us", "city": "Taylor", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 54784, "lon": -83.2688, "lat": 42.226}, {"id": "kissimmee-us", "city": "Kissimmee", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 54784, "lon": -81.4169, "lat": 28.3041}, {"id": "de-pere-us", "city": "De Pere", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 54611, "lon": -88.0785, "lat": 44.4308}, {"id": "town-and-country-us", "city": "Town And Country", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 54528, "lon": -90.479, "lat": 38.6317}, {"id": "ronkonkoma-us", "city": "Ronkonkoma", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 53760, "lon": -73.1246, "lat": 40.8037}, {"id": "addison-us", "city": "Addison", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 53527, "lon": -88.0085, "lat": 41.9313}, {"id": "baraboo-us", "city": "Baraboo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 53504, "lon": -89.7376, "lat": 43.4695}, {"id": "new-albany-us", "city": "New Albany", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 53260, "lon": -85.8234, "lat": 38.309}, {"id": "southlake-us", "city": "Southlake", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 52736, "lon": -97.1503, "lat": 32.9545}, {"id": "hemet-us", "city": "Hemet", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 53248, "lon": -116.9969, "lat": 33.7341}, {"id": "york-us", "city": "York", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 53248, "lon": -76.7315, "lat": 39.9651}, {"id": "moncks-corner-us", "city": "Moncks Corner", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 53248, "lon": -80.0107, "lat": 33.173}, {"id": "jasper-us", "city": "Jasper", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 52992, "lon": -86.9402, "lat": 38.3933}, {"id": "greenwood-us", "city": "Greenwood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 52736, "lon": -86.1073, "lat": 39.6019}, {"id": "west-covina-us", "city": "West Covina", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 52480, "lon": -117.9113, "lat": 34.0555}, {"id": "durant-us", "city": "Durant", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 52480, "lon": -96.3923, "lat": 33.9949}, {"id": "st-cloud-us", "city": "St. Cloud", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 52480, "lon": -94.1718, "lat": 45.534}, {"id": "santa-clarita-us", "city": "Santa Clarita", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 52224, "lon": -118.4964, "lat": 34.4175}, {"id": "lehi-us", "city": "Lehi", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 52224, "lon": -111.8725, "lat": 40.4136}, {"id": "cary-us", "city": "Cary", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 51972, "lon": -78.8195, "lat": 35.7819}, {"id": "murrells-inlet-us", "city": "Murrells Inlet", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 51968, "lon": -79.0594, "lat": 33.556}, {"id": "fulton-us", "city": "Fulton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 51456, "lon": -91.951, "lat": 38.8551}, {"id": "russellville-us", "city": "Russellville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 51283, "lon": -93.1383, "lat": 35.2762}, {"id": "rosemount-us", "city": "Rosemount", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 51200, "lon": -93.0661, "lat": 44.7466}, {"id": "doral-us", "city": "Doral", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 51078, "lon": -80.3565, "lat": 25.8152}, {"id": "evans-us", "city": "Evans", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 51027, "lon": -82.1351, "lat": 33.5619}, {"id": "harlingen-us", "city": "Harlingen", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 50944, "lon": -97.6977, "lat": 26.1916}, {"id": "fredericksburg-us", "city": "Fredericksburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 50688, "lon": -77.4872, "lat": 38.2992}, {"id": "massillon-us", "city": "Massillon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 50688, "lon": -81.5254, "lat": 40.7838}, {"id": "valencia-us", "city": "Valencia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 50688, "lon": -68.0, "lat": 10.1667}, {"id": "warrenton-us", "city": "Warrenton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 50432, "lon": -77.7976, "lat": 38.7176}, {"id": "menomonee-falls-us", "city": "Menomonee Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 50256, "lon": -88.1227, "lat": 43.1487}, {"id": "catskill-us", "city": "Catskill", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 50176, "lon": -73.9435, "lat": 42.2063}, {"id": "farmers-branch-us", "city": "Farmers Branch", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 49920, "lon": -96.8804, "lat": 32.9272}, {"id": "visalia-us", "city": "Visalia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 49920, "lon": -119.3269, "lat": 36.3276}, {"id": "kerrville-us", "city": "Kerrville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 49920, "lon": -99.132, "lat": 30.0398}, {"id": "hilo-us", "city": "Hilo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 49408, "lon": -155.0863, "lat": 19.6883}, {"id": "state-college-us", "city": "State College", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 49152, "lon": -77.8567, "lat": 40.7909}, {"id": "augusta-us", "city": "Augusta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 48640, "lon": -82.0708, "lat": 33.3645}, {"id": "us-sioux-city", "city": "Sioux City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.01, "ips": 48467, "lon": -96.3901, "lat": 42.4959}, {"id": "shawnee-us", "city": "Shawnee", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 48467, "lon": -94.8076, "lat": 39.0158}, {"id": "spencer-us", "city": "Spencer", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 48467, "lon": -71.9919, "lat": 42.2471}, {"id": "owatonna-us", "city": "Owatonna", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 47884, "lon": -93.2312, "lat": 44.0912}, {"id": "versailles-us", "city": "Versailles", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 47872, "lon": -84.7258, "lat": 38.0486}, {"id": "leesburg-us", "city": "Leesburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 47616, "lon": -81.8962, "lat": 28.7672}, {"id": "ocala-us", "city": "Ocala", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 47360, "lon": -82.1511, "lat": 29.178}, {"id": "buckingham-us", "city": "Buckingham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 47104, "lon": -75.058, "lat": 40.3188}, {"id": "coldwater-us", "city": "Coldwater", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 47104, "lon": -84.9989, "lat": 41.9465}, {"id": "eldorado-us", "city": "Eldorado", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 46848, "lon": -54.6333, "lat": -26.4}, {"id": "mentor-us", "city": "Mentor", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 46592, "lon": -81.3362, "lat": 41.6893}, {"id": "granbury-us", "city": "Granbury", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 46336, "lon": -97.7702, "lat": 32.4475}, {"id": "new-rochelle-us", "city": "New Rochelle", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 46336, "lon": -73.7836, "lat": 40.9304}, {"id": "mechanicsville-us", "city": "Mechanicsville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 46336, "lon": -77.3561, "lat": 37.6263}, {"id": "cullman-us", "city": "Cullman", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 45824, "lon": -86.8407, "lat": 34.1775}, {"id": "sugar-hill-us", "city": "Sugar Hill", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 45568, "lon": -84.0558, "lat": 34.108}, {"id": "new-hope-us", "city": "New Hope", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 45312, "lon": -93.3869, "lat": 45.0375}, {"id": "cadillac-us", "city": "Cadillac", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 45312, "lon": -85.4164, "lat": 44.2493}, {"id": "beverly-hills-us", "city": "Beverly Hills", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 45282, "lon": -118.4021, "lat": 34.0786}, {"id": "dubuque-us", "city": "Dubuque", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 44548, "lon": -90.707, "lat": 42.5002}, {"id": "vallejo-us", "city": "Vallejo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 44544, "lon": -122.2342, "lat": 38.1125}, {"id": "foley-us", "city": "Foley", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 44544, "lon": -87.665, "lat": 30.3983}, {"id": "seminole-us", "city": "Seminole", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 44288, "lon": -82.784, "lat": 27.8435}, {"id": "northfield-us", "city": "Northfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 44288, "lon": -93.1698, "lat": 44.455}, {"id": "pittsburg-us", "city": "Pittsburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 44288, "lon": -121.8965, "lat": 38.0182}, {"id": "owensboro-us", "city": "Owensboro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 44032, "lon": -87.1172, "lat": 37.7575}, {"id": "brainerd-us", "city": "Brainerd", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 43264, "lon": -94.1983, "lat": 46.3553}, {"id": "wentzville-us", "city": "Wentzville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 43008, "lon": -90.8669, "lat": 38.8153}, {"id": "galesburg-us", "city": "Galesburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 43008, "lon": -90.3763, "lat": 40.9506}, {"id": "sulphur-us", "city": "Sulphur", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 43008, "lon": -93.3566, "lat": 30.2286}, {"id": "bohemia-us", "city": "Bohemia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 43008, "lon": -73.1271, "lat": 40.7717}, {"id": "walla-walla-us", "city": "Walla Walla", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 42752, "lon": -118.3368, "lat": 46.0671}, {"id": "batesville-us", "city": "Batesville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 42752, "lon": -91.6227, "lat": 35.7687}, {"id": "buckeye-us", "city": "Buckeye", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 42496, "lon": -112.6429, "lat": 33.4314}, {"id": "seneca-us", "city": "Seneca", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 42496, "lon": -82.96, "lat": 34.6818}, {"id": "waxahachie-us", "city": "Waxahachie", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 42496, "lon": -96.8446, "lat": 32.4035}, {"id": "palisades-park-us", "city": "Palisades Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 40960, "lon": -73.9966, "lat": 40.8472}, {"id": "twin-falls-us", "city": "Twin Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 42240, "lon": -114.4613, "lat": 42.5645}, {"id": "miamisburg-us", "city": "Miamisburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 42067, "lon": -84.2724, "lat": 39.6322}, {"id": "hurricane-us", "city": "Hurricane", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 41984, "lon": -113.3517, "lat": 37.1487}, {"id": "klamath-falls-us", "city": "Klamath Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 41728, "lon": -121.7754, "lat": 42.2195}, {"id": "chillicothe-us", "city": "Chillicothe", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 41493, "lon": -82.9939, "lat": 39.3393}, {"id": "atlantic-city-us", "city": "Atlantic City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 41472, "lon": -74.4527, "lat": 39.3797}, {"id": "gulfport-us", "city": "Gulfport", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 41472, "lon": -89.0704, "lat": 30.4274}, {"id": "university-park-us", "city": "University Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 41472, "lon": -96.7937, "lat": 32.8506}, {"id": "salinas-us", "city": "Salinas", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 41472, "lon": -121.6317, "lat": 36.6883}, {"id": "kapolei-us", "city": "Kapolei", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 41299, "lon": -158.0677, "lat": 21.3399}, {"id": "perth-amboy-us", "city": "Perth Amboy", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 41216, "lon": -74.2724, "lat": 40.5202}, {"id": "grove-city-us", "city": "Grove City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 40960, "lon": -83.069, "lat": 39.8654}, {"id": "gahanna-us", "city": "Gahanna", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 40960, "lon": -82.8637, "lat": 40.0251}, {"id": "suffolk-us", "city": "Suffolk", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 40192, "lon": -76.6398, "lat": 36.6953}, {"id": "moorhead-us", "city": "Moorhead", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 40019, "lon": -96.7461, "lat": 46.8673}, {"id": "fredonia-us", "city": "Fredonia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39936, "lon": -79.3319, "lat": 42.4407}, {"id": "southbridge-us", "city": "Southbridge", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39936, "lon": -72.0338, "lat": 42.0604}, {"id": "mattoon-us", "city": "Mattoon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39424, "lon": -88.3623, "lat": 39.4774}, {"id": "tupelo-us", "city": "Tupelo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39680, "lon": -88.7318, "lat": 34.2692}, {"id": "south-jordan-us", "city": "South Jordan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39424, "lon": -111.9784, "lat": 40.557}, {"id": "vernon-hills-us", "city": "Vernon Hills", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39424, "lon": -87.9608, "lat": 42.234}, {"id": "florham-park-us", "city": "Florham Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39424, "lon": -74.3953, "lat": 40.7773}, {"id": "scottsdale-us", "city": "Scottsdale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39302, "lon": -111.8651, "lat": 33.6872}, {"id": "papillion-us", "city": "Papillion", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39251, "lon": -96.0665, "lat": 41.1511}, {"id": "forney-us", "city": "Forney", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39168, "lon": -96.4529, "lat": 32.744}, {"id": "tullahoma-us", "city": "Tullahoma", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39168, "lon": -86.2172, "lat": 35.3721}, {"id": "onalaska-us", "city": "Onalaska", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39168, "lon": -91.2075, "lat": 43.8883}, {"id": "leander-us", "city": "Leander", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39168, "lon": -97.8618, "lat": 30.5728}, {"id": "alhambra-us", "city": "Alhambra", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 39168, "lon": -118.1355, "lat": 34.084}, {"id": "culver-city-us", "city": "Culver City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38920, "lon": -118.3968, "lat": 34.0058}, {"id": "santa-fe-us", "city": "Santa Fe", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38916, "lon": -105.9819, "lat": 35.6619}, {"id": "lyons-us", "city": "Lyons", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38912, "lon": -87.8191, "lat": 41.8119}, {"id": "rockland-us", "city": "Rockland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38739, "lon": -70.91, "lat": 42.1295}, {"id": "chesterfield-us", "city": "Chesterfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38668, "lon": -90.5803, "lat": 38.6589}, {"id": "peachtree-corners-us", "city": "Peachtree Corners", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38656, "lon": -84.232, "lat": 33.967}, {"id": "vidalia-us", "city": "Vidalia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38400, "lon": -82.4019, "lat": 32.2125}, {"id": "west-chicago-us", "city": "West Chicago", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38400, "lon": -88.2253, "lat": 41.896}, {"id": "us-paducah", "city": "Paducah", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.351, "ips": 38227, "lon": -88.644, "lat": 37.0711}, {"id": "morristown-us", "city": "Morristown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38156, "lon": -83.3001, "lat": 36.2043}, {"id": "warsaw-us", "city": "Warsaw", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38144, "lon": -85.8465, "lat": 41.2448}, {"id": "thibodaux-us", "city": "Thibodaux", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 38144, "lon": -90.8146, "lat": 29.7949}, {"id": "north-liberty-us", "city": "North Liberty", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 37888, "lon": -91.6112, "lat": 41.7438}, {"id": "centre-us", "city": "Centre", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 37632, "lon": -1.5275, "lat": 12.3686}, {"id": "lake-charles-us", "city": "Lake Charles", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 37764, "lon": -93.2111, "lat": 30.201}, {"id": "fond-du-lac-us", "city": "Fond Du Lac", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 37632, "lon": -88.4397, "lat": 43.7718}, {"id": "allison-park-us", "city": "Allison Park", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32768, "lon": -79.9603, "lat": 40.573}, {"id": "watertown-us", "city": "Watertown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 37475, "lon": -75.9094, "lat": 43.9734}, {"id": "ellensburg-us", "city": "Ellensburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 37376, "lon": -120.5475, "lat": 46.9999}, {"id": "eagle-pass-us", "city": "Eagle Pass", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 37376, "lon": -100.484, "lat": 28.7125}, {"id": "stamford-us", "city": "Stamford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 37203, "lon": -73.5585, "lat": 41.1039}, {"id": "sulphur-springs-us", "city": "Sulphur Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 37120, "lon": -95.6122, "lat": 33.1421}, {"id": "oldsmar-us", "city": "Oldsmar", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 36900, "lon": -82.6698, "lat": 28.0506}, {"id": "cuyahoga-falls-us", "city": "Cuyahoga Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 36864, "lon": -81.5207, "lat": 41.1641}, {"id": "sherwood-us", "city": "Sherwood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 36608, "lon": -92.2029, "lat": 34.8507}, {"id": "rancho-cordova-us", "city": "Rancho Cordova", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 36435, "lon": -121.2527, "lat": 38.5737}, {"id": "el-centro-us", "city": "El Centro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 36352, "lon": -115.5595, "lat": 32.7865}, {"id": "glendora-us", "city": "Glendora", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 36096, "lon": -117.8467, "lat": 34.1449}, {"id": "bradenton-us", "city": "Bradenton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 36096, "lon": -82.5757, "lat": 27.4901}, {"id": "sandy-us", "city": "Sandy", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 36096, "lon": -111.8506, "lat": 40.5709}, {"id": "escanaba-us", "city": "Escanaba", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 35584, "lon": -87.09, "lat": 45.7477}, {"id": "d-iberville-us", "city": "D'iberville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 35584, "lon": -88.9011, "lat": 30.4709}, {"id": "aliso-viejo-us", "city": "Aliso Viejo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 35328, "lon": -117.7289, "lat": 33.5792}, {"id": "sierra-madre-us", "city": "Sierra Madre", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 35328, "lon": -118.0504, "lat": 34.1687}, {"id": "moline-us", "city": "Moline", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34816, "lon": -90.492, "lat": 41.4821}, {"id": "mitchell-us", "city": "Mitchell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 35328, "lon": -98.0337, "lat": 43.7294}, {"id": "reading-us", "city": "Reading", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 35155, "lon": -75.9267, "lat": 40.34}, {"id": "raritan-us", "city": "Raritan", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 35084, "lon": -74.8662, "lat": 40.507}, {"id": "dickinson-us", "city": "Dickinson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 35072, "lon": -102.7925, "lat": 46.8918}, {"id": "artesia-us", "city": "Artesia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 35072, "lon": -118.0805, "lat": 33.8676}, {"id": "latham-us", "city": "Latham", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34899, "lon": -73.7497, "lat": 42.7427}, {"id": "edmond-us", "city": "Edmond", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34816, "lon": -97.416, "lat": 35.6689}, {"id": "steubenville-us", "city": "Steubenville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34816, "lon": -80.6519, "lat": 40.3653}, {"id": "minot-us", "city": "Minot", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34816, "lon": -101.278, "lat": 48.2375}, {"id": "hot-springs-us", "city": "Hot Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34560, "lon": -93.0501, "lat": 34.4892}, {"id": "scarborough-us", "city": "Scarborough", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34560, "lon": -70.3682, "lat": 43.5911}, {"id": "ozark-us", "city": "Ozark", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34560, "lon": -93.2158, "lat": 37.0365}, {"id": "leavenworth-us", "city": "Leavenworth", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34560, "lon": -94.924, "lat": 39.3239}, {"id": "opelousas-us", "city": "Opelousas", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34560, "lon": -92.0816, "lat": 30.5252}, {"id": "palmer-us", "city": "Palmer", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34560, "lon": -75.2628, "lat": 40.7007}, {"id": "hudson-us", "city": "Hudson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34340, "lon": -71.4072, "lat": 42.7639}, {"id": "jersey-city-us", "city": "Jersey City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34222, "lon": -74.0686, "lat": 40.7184}, {"id": "woodlawn-us", "city": "Woodlawn", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34048, "lon": -76.7489, "lat": 39.3054}, {"id": "ashford-us", "city": "Ashford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34048, "lon": 0.8676, "lat": 51.1465}, {"id": "mascoutah-us", "city": "Mascoutah", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 34048, "lon": -89.8045, "lat": 38.5192}, {"id": "granville-us", "city": "Granville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33792, "lon": -1.5869, "lat": 48.8381}, {"id": "wellesley-us", "city": "Wellesley", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33792, "lon": -71.2855, "lat": 42.3043}, {"id": "yucaipa-us", "city": "Yucaipa", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33792, "lon": -117.0429, "lat": 34.0336}, {"id": "livingston-us", "city": "Livingston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33792, "lon": -74.3291, "lat": 40.7855}, {"id": "mill-creek-us", "city": "Mill Creek", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33536, "lon": -122.2037, "lat": 47.8631}, {"id": "vermillion-us", "city": "Vermillion", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33536, "lon": -96.9256, "lat": 42.7811}, {"id": "weslaco-us", "city": "Weslaco", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33536, "lon": -97.9877, "lat": 26.1599}, {"id": "los-altos-us", "city": "Los Altos", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33536, "lon": -122.0965, "lat": 37.3684}, {"id": "darien-us", "city": "Darien", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33536, "lon": -87.9822, "lat": 41.7448}, {"id": "weehawken-us", "city": "Weehawken", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33435, "lon": -74.0168, "lat": 40.7677}, {"id": "bartow-us", "city": "Bartow", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32768, "lon": -81.8214, "lat": 27.8868}, {"id": "syosset-us", "city": "Syosset", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33280, "lon": -73.502, "lat": 40.8157}, {"id": "dresden-us", "city": "Dresden", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33280, "lon": 13.74, "lat": 51.05}, {"id": "valparaiso-us", "city": "Valparaiso", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33280, "lon": -87.0506, "lat": 41.4783}, {"id": "arden-arcade-us", "city": "Arden-arcade", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 33024, "lon": -121.3845, "lat": 38.6017}, {"id": "dyer-us", "city": "Dyer", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32772, "lon": -87.509, "lat": 41.4977}, {"id": "redland-us", "city": "Redland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32768, "lon": -77.1464, "lat": 39.1339}, {"id": "south-euclid-us", "city": "South Euclid", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32768, "lon": -81.5245, "lat": 41.524}, {"id": "lincolnwood-us", "city": "Lincolnwood", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32768, "lon": -87.733, "lat": 42.0054}, {"id": "clovis-us", "city": "Clovis", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32768, "lon": -119.683, "lat": 36.8278}, {"id": "glens-falls-us", "city": "Glens Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32768, "lon": -73.6458, "lat": 43.3109}, {"id": "okmulgee-us", "city": "Okmulgee", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32768, "lon": -96.0068, "lat": 35.6134}, {"id": "wailuku-us", "city": "Wailuku", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32768, "lon": -156.5059, "lat": 20.8834}, {"id": "loveland-us", "city": "Loveland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32516, "lon": -105.0623, "lat": 40.4166}, {"id": "henrietta-us", "city": "Henrietta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32512, "lon": -77.6413, "lat": 43.0555}, {"id": "hendersonville-us", "city": "Hendersonville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32512, "lon": -86.5997, "lat": 36.3063}, {"id": "liberty-lake-us", "city": "Liberty Lake", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32339, "lon": -117.1036, "lat": 47.6686}, {"id": "lakeville-us", "city": "Lakeville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32256, "lon": -93.252, "lat": 44.6774}, {"id": "carroll-us", "city": "Carroll", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32256, "lon": -94.8646, "lat": 42.0699}, {"id": "aiken-us", "city": "Aiken", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32256, "lon": -81.7271, "lat": 33.5303}, {"id": "havre-us", "city": "Havre", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 32000, "lon": -109.6804, "lat": 48.5427}, {"id": "vernon-us", "city": "Vernon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31232, "lon": -72.4606, "lat": 41.8364}, {"id": "millcreek-us", "city": "Millcreek", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31744, "lon": -111.8292, "lat": 40.6892}, {"id": "greenwich-us", "city": "Greenwich", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31744, "lon": -73.6368, "lat": 41.0665}, {"id": "north-platte-us", "city": "North Platte", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31744, "lon": -100.7641, "lat": 41.1263}, {"id": "west-palm-beach-us", "city": "West Palm Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31504, "lon": -80.132, "lat": 26.7469}, {"id": "grafton-us", "city": "Grafton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31232, "lon": -71.6838, "lat": 42.2085}, {"id": "elko-us", "city": "Elko", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31488, "lon": -115.7678, "lat": 40.8381}, {"id": "meadville-us", "city": "Meadville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31488, "lon": -80.1468, "lat": 41.6476}, {"id": "waterloo-us", "city": "Waterloo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31315, "lon": -92.3522, "lat": 42.4918}, {"id": "simi-valley-us", "city": "Simi Valley", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31232, "lon": -118.749, "lat": 34.2663}, {"id": "melville-us", "city": "Melville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31232, "lon": -73.4088, "lat": 40.7824}, {"id": "hobbs-us", "city": "Hobbs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 31232, "lon": -103.16, "lat": 32.7281}, {"id": "littleton-us", "city": "Littleton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 30980, "lon": -105.0188, "lat": 39.5915}, {"id": "amelia-us", "city": "Amelia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 30976, "lon": -84.2218, "lat": 39.0269}, {"id": "coral-springs-us", "city": "Coral Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 30976, "lon": -80.2591, "lat": 26.2702}, {"id": "tacoma-us", "city": "Tacoma", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 30949, "lon": -122.4531, "lat": 47.2431}, {"id": "greensburg-us", "city": "Greensburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 30464, "lon": -79.5445, "lat": 40.3113}, {"id": "garfield-us", "city": "Garfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 30464, "lon": -74.1085, "lat": 40.8791}, {"id": "sterling-heights-us", "city": "Sterling Heights", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 30464, "lon": -83.0305, "lat": 42.5809}, {"id": "redondo-beach-us", "city": "Redondo Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29969, "lon": -118.3765, "lat": 33.8577}, {"id": "lufkin-us", "city": "Lufkin", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29952, "lon": -94.7277, "lat": 31.3217}, {"id": "wisconsin-rapids-us", "city": "Wisconsin Rapids", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29952, "lon": -89.8265, "lat": 44.3927}, {"id": "turlock-us", "city": "Turlock", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29952, "lon": -120.8588, "lat": 37.5053}, {"id": "cumberland-us", "city": "Cumberland", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29952, "lon": -71.4198, "lat": 41.9703}, {"id": "trinity-us", "city": "Trinity", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29952, "lon": -82.6582, "lat": 28.1809}, {"id": "shakopee-us", "city": "Shakopee", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29791, "lon": -93.4772, "lat": 44.7745}, {"id": "gilbert-us", "city": "Gilbert", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29779, "lon": -111.7463, "lat": 33.31}, {"id": "lake-in-the-hills-us", "city": "Lake In The Hills", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29696, "lon": -88.3477, "lat": 42.1913}, {"id": "benton-us", "city": "Benton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29696, "lon": -92.5713, "lat": 34.5776}, {"id": "davidson-us", "city": "Davidson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20736, "lon": -80.8247, "lat": 35.484}, {"id": "la-grange-us", "city": "La Grange", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29440, "lon": -87.8741, "lat": 41.8072}, {"id": "peoria-us", "city": "Peoria", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29267, "lon": -89.6154, "lat": 40.752}, {"id": "steamboat-springs-us", "city": "Steamboat Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 29184, "lon": -106.8243, "lat": 40.4777}, {"id": "waverly-us", "city": "Waverly", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28940, "lon": -84.6354, "lat": 42.7401}, {"id": "king-of-prussia-us", "city": "King Of Prussia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28928, "lon": -75.3821, "lat": 40.0963}, {"id": "orangeburg-us", "city": "Orangeburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28755, "lon": -80.8671, "lat": 33.4928}, {"id": "show-low-us", "city": "Show Low", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28676, "lon": -110.0384, "lat": 34.2671}, {"id": "uniontown-us", "city": "Uniontown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28672, "lon": -79.7246, "lat": 39.8993}, {"id": "midway-us", "city": "Midway", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28672, "lon": -87.0229, "lat": 30.4169}, {"id": "bemidji-us", "city": "Bemidji", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28672, "lon": -94.8797, "lat": 47.4828}, {"id": "salina-us", "city": "Salina", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28416, "lon": -97.6143, "lat": 38.8136}, {"id": "new-ulm-us", "city": "New Ulm", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28416, "lon": -94.4685, "lat": 44.312}, {"id": "kingman-us", "city": "Kingman", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28416, "lon": -114.0105, "lat": 35.217}, {"id": "plainfield-us", "city": "Plainfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28416, "lon": -74.4157, "lat": 40.6154}, {"id": "keene-us", "city": "Keene", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 28416, "lon": -72.2998, "lat": 42.9494}, {"id": "huber-heights-us", "city": "Huber Heights", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20480, "lon": -84.113, "lat": 39.8595}, {"id": "port-orchard-us", "city": "Port Orchard", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 27904, "lon": -122.661, "lat": 47.5163}, {"id": "olive-branch-us", "city": "Olive Branch", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 27648, "lon": -89.8469, "lat": 34.961}, {"id": "kalispell-us", "city": "Kalispell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 27648, "lon": -114.3274, "lat": 48.2153}, {"id": "berwick-us", "city": "Berwick", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 27648, "lon": -76.2492, "lat": 41.0555}, {"id": "schenectady-us", "city": "Schenectady", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 27392, "lon": -73.9275, "lat": 42.8025}, {"id": "ironton-us", "city": "Ironton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 27136, "lon": -82.6779, "lat": 38.5323}, {"id": "brownsville-us", "city": "Brownsville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26880, "lon": -97.458, "lat": 25.9975}, {"id": "cameron-us", "city": "Cameron", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26880, "lon": -94.2329, "lat": 39.7444}, {"id": "harvard-us", "city": "Harvard", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26112, "lon": -88.6211, "lat": 42.4296}, {"id": "temecula-us", "city": "Temecula", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26880, "lon": -117.1315, "lat": 33.4928}, {"id": "mechanicsburg-us", "city": "Mechanicsburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26880, "lon": -77.006, "lat": 40.2115}, {"id": "san-leandro-us", "city": "San Leandro", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26880, "lon": -122.1599, "lat": 37.7074}, {"id": "del-rio-us", "city": "Del Rio", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26645, "lon": -100.8801, "lat": 29.3708}, {"id": "brookhaven-us", "city": "Brookhaven", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26624, "lon": -72.9517, "lat": 40.832}, {"id": "grand-forks-us", "city": "Grand Forks", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26451, "lon": -97.0884, "lat": 47.9214}, {"id": "imperial-us", "city": "Imperial", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26368, "lon": -115.572, "lat": 32.839}, {"id": "phenix-city-us", "city": "Phenix City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26368, "lon": -85.0253, "lat": 32.4585}, {"id": "bardstown-us", "city": "Bardstown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26368, "lon": -85.455, "lat": 37.8175}, {"id": "elizabethtown-us", "city": "Elizabethtown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26368, "lon": -85.8773, "lat": 37.7031}, {"id": "norristown-us", "city": "Norristown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26195, "lon": -75.3398, "lat": 40.1225}, {"id": "westfield-us", "city": "Westfield", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26112, "lon": -86.1529, "lat": 40.0341}, {"id": "baytown-us", "city": "Baytown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26112, "lon": -94.9671, "lat": 29.7587}, {"id": "grandview-us", "city": "Grandview", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26112, "lon": -94.5227, "lat": 38.8802}, {"id": "casper-us", "city": "Casper", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 26085, "lon": -106.3208, "lat": 42.842}, {"id": "marlborough-us", "city": "Marlborough", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25939, "lon": -71.5468, "lat": 42.3494}, {"id": "westmont-us", "city": "Westmont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25939, "lon": -118.3018, "lat": 33.9417}, {"id": "clarksburg-us", "city": "Clarksburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25856, "lon": -77.2659, "lat": 39.2246}, {"id": "porterville-us", "city": "Porterville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25600, "lon": -119.0338, "lat": 36.0643}, {"id": "broken-arrow-us", "city": "Broken Arrow", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25344, "lon": -95.7806, "lat": 36.038}, {"id": "weston-us", "city": "Weston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25344, "lon": -80.4054, "lat": 26.1006}, {"id": "monticello-us", "city": "Monticello", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25175, "lon": -93.7996, "lat": 45.2991}, {"id": "prattville-us", "city": "Prattville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25106, "lon": -86.4573, "lat": 32.4597}, {"id": "parkersburg-us", "city": "Parkersburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25104, "lon": -81.542, "lat": 39.2623}, {"id": "jefferson-us", "city": "Jefferson", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25088, "lon": -74.5531, "lat": 41.0003}, {"id": "alamogordo-us", "city": "Alamogordo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 25088, "lon": -105.9625, "lat": 32.8837}, {"id": "milford-us", "city": "Milford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24844, "lon": -71.5188, "lat": 42.1565}, {"id": "mason-us", "city": "Mason", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24832, "lon": -84.3023, "lat": 39.3571}, {"id": "la-grande-us", "city": "La Grande", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24832, "lon": -118.0865, "lat": 45.3242}, {"id": "sunny-isles-beach-us", "city": "Sunny Isles Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24832, "lon": -80.1246, "lat": 25.9385}, {"id": "storm-lake-us", "city": "Storm Lake", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24832, "lon": -95.196, "lat": 42.6431}, {"id": "apple-valley-us", "city": "Apple Valley", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24832, "lon": -117.2109, "lat": 34.5352}, {"id": "temple-terrace-us", "city": "Temple Terrace", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24576, "lon": -82.3773, "lat": 28.0436}, {"id": "alpine-us", "city": "Alpine", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24320, "lon": -116.7585, "lat": 32.8439}, {"id": "huntington-beach-us", "city": "Huntington Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24320, "lon": -118.0018, "lat": 33.696}, {"id": "opelika-us", "city": "Opelika", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24320, "lon": -85.3769, "lat": 32.6612}, {"id": "naples-us", "city": "Naples", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24147, "lon": -81.7936, "lat": 26.1504}, {"id": "brighton-us", "city": "Brighton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24068, "lon": -104.7963, "lat": 39.9716}, {"id": "anacortes-us", "city": "Anacortes", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24064, "lon": -122.6292, "lat": 48.4878}, {"id": "eatontown-us", "city": "Eatontown", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 24064, "lon": -74.0558, "lat": 40.2913}, {"id": "burien-us", "city": "Burien", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23808, "lon": -122.3394, "lat": 47.4762}, {"id": "girard-us", "city": "Girard", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23808, "lon": -80.6963, "lat": 41.1665}, {"id": "homestead-us", "city": "Homestead", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23808, "lon": -80.4472, "lat": 25.4665}, {"id": "le-mars-us", "city": "Le Mars", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23808, "lon": -96.1733, "lat": 42.781}, {"id": "biloxi-us", "city": "Biloxi", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23808, "lon": -88.9514, "lat": 30.4426}, {"id": "anniston-us", "city": "Anniston", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23808, "lon": -85.8135, "lat": 33.6712}, {"id": "national-city-us", "city": "National City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23808, "lon": -117.0983, "lat": 32.6654}, {"id": "chula-vista-us", "city": "Chula Vista", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23808, "lon": -117.0144, "lat": 32.6281}, {"id": "independence-us", "city": "Independence", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23635, "lon": -94.3501, "lat": 39.0871}, {"id": "fall-river-us", "city": "Fall River", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23296, "lon": -71.1015, "lat": 41.7136}, {"id": "mooresville-us", "city": "Mooresville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23076, "lon": -80.8266, "lat": 35.5847}, {"id": "hailey-us", "city": "Hailey", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23040, "lon": -114.3001, "lat": 43.5141}, {"id": "oviedo-us", "city": "Oviedo", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23040, "lon": -81.1872, "lat": 28.658}, {"id": "stanton-us", "city": "Stanton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23040, "lon": -117.9935, "lat": 33.8003}, {"id": "taylorville-us", "city": "Taylorville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 23040, "lon": -89.2804, "lat": 39.5328}, {"id": "naperville-us", "city": "Naperville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22869, "lon": -88.1659, "lat": 41.748}, {"id": "sparta-us", "city": "Sparta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22784, "lon": -74.6264, "lat": 41.0486}, {"id": "south-lyon-us", "city": "South Lyon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22784, "lon": -83.6526, "lat": 42.4614}, {"id": "marrero-us", "city": "Marrero", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22784, "lon": -90.1126, "lat": 29.8871}, {"id": "east-hartford-us", "city": "East Hartford", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22784, "lon": -72.6152, "lat": 41.7634}, {"id": "redwood-city-us", "city": "Redwood City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22784, "lon": -122.2253, "lat": 37.5025}, {"id": "marysville-us", "city": "Marysville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22784, "lon": -122.1561, "lat": 48.0809}, {"id": "pearl-river-us", "city": "Pearl River", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21760, "lon": -74.0047, "lat": 41.0615}, {"id": "arkadelphia-us", "city": "Arkadelphia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22528, "lon": -93.0729, "lat": 34.1253}, {"id": "shelton-us", "city": "Shelton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22528, "lon": -73.1383, "lat": 41.306}, {"id": "sandy-springs-us", "city": "Sandy Springs", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22528, "lon": -84.3703, "lat": 33.9366}, {"id": "monrovia-us", "city": "Monrovia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22528, "lon": -117.9921, "lat": 34.165}, {"id": "miami-beach-us", "city": "Miami Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22298, "lon": -80.1396, "lat": 25.8171}, {"id": "smyrna-us", "city": "Smyrna", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22272, "lon": -84.5168, "lat": 33.8633}, {"id": "paramus-us", "city": "Paramus", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22272, "lon": -74.0712, "lat": 40.9455}, {"id": "redding-us", "city": "Redding", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22272, "lon": -122.365, "lat": 40.5698}, {"id": "clayton-us", "city": "Clayton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22037, "lon": -78.4498, "lat": 35.659}, {"id": "arcadia-us", "city": "Arcadia", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22016, "lon": -118.0373, "lat": 34.1342}, {"id": "valdosta-us", "city": "Valdosta", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22016, "lon": -83.2788, "lat": 30.8502}, {"id": "coppell-us", "city": "Coppell", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22016, "lon": -96.9903, "lat": 32.9639}, {"id": "panama-city-beach-us", "city": "Panama City Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22016, "lon": -85.8776, "lat": 30.237}, {"id": "rye-brook-us", "city": "Rye Brook", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 22016, "lon": -73.6864, "lat": 41.0302}, {"id": "longmont-us", "city": "Longmont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21760, "lon": -105.1005, "lat": 40.1686}, {"id": "hazleton-us", "city": "Hazleton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21760, "lon": -75.9725, "lat": 40.9505}, {"id": "murphy-us", "city": "Murphy", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21760, "lon": -96.6105, "lat": 33.0186}, {"id": "atmore-us", "city": "Atmore", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20736, "lon": -87.4762, "lat": 31.0927}, {"id": "the-woodlands-us", "city": "The Woodlands", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21598, "lon": -95.5134, "lat": 30.1738}, {"id": "south-miami-us", "city": "South Miami", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21504, "lon": -80.2952, "lat": 25.7079}, {"id": "la-porte-us", "city": "La Porte", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21504, "lon": -95.0484, "lat": 29.6689}, {"id": "westchester-us", "city": "Westchester", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21504, "lon": -80.3523, "lat": 25.7471}, {"id": "hermosa-beach-us", "city": "Hermosa Beach", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21504, "lon": -118.3962, "lat": 33.8653}, {"id": "cloverdale-us", "city": "Cloverdale", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21504, "lon": -123.0152, "lat": 38.7962}, {"id": "rochester-hills-us", "city": "Rochester Hills", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21504, "lon": -83.1563, "lat": 42.6645}, {"id": "carthage-us", "city": "Carthage", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21248, "lon": -94.3225, "lat": 37.1503}, {"id": "roosevelt-us", "city": "Roosevelt", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21248, "lon": -73.5837, "lat": 40.6797}, {"id": "hopkinsville-us", "city": "Hopkinsville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 21075, "lon": -87.4775, "lat": 36.8381}, {"id": "winchester-us", "city": "Winchester", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20992, "lon": -78.1746, "lat": 39.1735}, {"id": "medina-us", "city": "Medina", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20992, "lon": -81.8695, "lat": 41.1358}, {"id": "greencastle-us", "city": "Greencastle", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20992, "lon": -86.8418, "lat": 39.6432}, {"id": "canby-us", "city": "Canby", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20992, "lon": -122.6867, "lat": 45.2652}, {"id": "country-club-us", "city": "Country Club", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20992, "lon": -80.3102, "lat": 25.9407}, {"id": "lamont-us", "city": "Lamont", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20992, "lon": -118.9159, "lat": 35.2659}, {"id": "emeryville-us", "city": "Emeryville", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20819, "lon": -122.2932, "lat": 37.8382}, {"id": "waterbury-us", "city": "Waterbury", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20819, "lon": -73.0361, "lat": 41.5582}, {"id": "santa-paula-us", "city": "Santa Paula", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20819, "lon": -119.0656, "lat": 34.3545}, {"id": "freeport-us", "city": "Freeport", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20819, "lon": -73.585, "lat": 40.6515}, {"id": "summerlin-south-us", "city": "Summerlin South", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20736, "lon": -115.3324, "lat": 36.1242}, {"id": "lincolnton-us", "city": "Lincolnton", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20736, "lon": -81.2386, "lat": 35.4748}, {"id": "bartlett-us", "city": "Bartlett", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20736, "lon": -89.8195, "lat": 35.2337}, {"id": "brandenburg-us", "city": "Brandenburg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20736, "lon": 13.0667, "lat": 52.4}, {"id": "lewes-us", "city": "Lewes", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20736, "lon": 0.0117, "lat": 50.8747}, {"id": "nashua-us", "city": "Nashua", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20504, "lon": -71.491, "lat": 42.7491}, {"id": "forest-city-us", "city": "Forest City", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20480, "lon": -81.4444, "lat": 28.6619}, {"id": "wittenberg-us", "city": "Wittenberg", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20480, "lon": 12.6484, "lat": 51.8671}, {"id": "rock-falls-us", "city": "Rock Falls", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20480, "lon": -89.6928, "lat": 41.7724}, {"id": "eagle-mountain-us", "city": "Eagle Mountain", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20224, "lon": -112.0114, "lat": 40.3137}, {"id": "whitney-us", "city": "Whitney", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20224, "lon": -115.0379, "lat": 36.1008}, {"id": "canyon-us", "city": "Canyon", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.0, "ips": 20224, "lon": -101.919, "lat": 34.9911}, {"id": "us-kansas", "city": "Kansas", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.1971, "ips": 1875, "lon": -97.3443, "lat": 37.6895}, {"id": "us-massachusetts", "city": "Massachusetts", "country": "US", "country_name": "United States", "region": "North America", "tbps": 2.823, "ips": 83, "lon": -71.0852, "lat": 42.3188}, {"id": "us-new-jersey", "city": "New Jersey", "country": "US", "country_name": "United States", "region": "North America", "tbps": 2.186, "ips": 83, "lon": -74.7641, "lat": 40.2237}, {"id": "us-mcallen", "city": "McAllen", "country": "US", "country_name": "United States", "region": "North America", "tbps": 1.41, "ips": 83, "lon": -98.2467, "lat": 26.2252}, {"id": "us-yorkshire", "city": "Yorkshire", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.1541, "ips": 83, "lon": -77.4496, "lat": 38.7882}, {"id": "us-ohio", "city": "Ohio", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.114, "ips": 83, "lon": -84.506, "lat": 39.1413}, {"id": "us-florida", "city": "Florida", "country": "US", "country_name": "United States", "region": "North America", "tbps": 0.022, "ips": 83, "lon": -80.2101, "lat": 25.784}]};
|
||
|
||
function colorForSource(source) {
|
||
if (source === 'IM3_Existing_DataCenters') return '#1f77b4';
|
||
if (source === 'US Census Geocoder') return '#2ca02c';
|
||
if (source === 'Nominatim/OpenStreetMap') return '#ff7f0e';
|
||
return '#7f7f7f';
|
||
}
|
||
|
||
function esc(v) {
|
||
return String(v == null ? '' : v)
|
||
.replaceAll('&','&').replaceAll('<','<').replaceAll('>','>')
|
||
.replaceAll('"','"').replaceAll("'", ''');
|
||
}
|
||
|
||
const map = L.map('map', { preferCanvas: true, worldCopyJump: true }).setView([20, -40], 3);
|
||
|
||
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||
maxZoom: 19,
|
||
attribution: '© OpenStreetMap contributors'
|
||
}).addTo(map);
|
||
|
||
const cableLayer = L.geoJSON(DATA.cables, {
|
||
style: f => ({
|
||
color: f.properties.color || '#888',
|
||
weight: 1.4,
|
||
opacity: 0.75,
|
||
}),
|
||
onEachFeature: (feature, layer) => {
|
||
const p = feature.properties;
|
||
const yrs = [p.rfs_year, p.decommission_year].filter(Boolean).join(' – ');
|
||
layer.bindPopup(`
|
||
<strong>${esc(p.name)}</strong><br>
|
||
${p.url ? `<a href="${esc(p.url)}" target="_blank" rel="noopener">${esc(p.url)}</a><br>` : ''}
|
||
Owners: ${esc(p.owners)}<br>
|
||
${yrs ? `Years: ${esc(yrs)}<br>` : ''}
|
||
${p.length_km ? `Length: ${esc(p.length_km.toLocaleString())} km<br>` : ''}
|
||
ID: ${esc(p.cable_id || p.feature_id)}
|
||
`);
|
||
},
|
||
}).addTo(map);
|
||
|
||
const cityLayer = L.layerGroup();
|
||
for (const c of DATA.cities) {
|
||
const tbps = c.tbps || 0;
|
||
const radius = Math.max(2, Math.min(18, Math.sqrt(tbps) * 1.6));
|
||
const m = L.circleMarker([c.lat, c.lon], {
|
||
radius,
|
||
color: '#6c2a86',
|
||
fillColor: '#9b59b6',
|
||
fillOpacity: 0.45,
|
||
weight: 0.8,
|
||
});
|
||
m.bindPopup(`
|
||
<strong>${esc(c.city)}</strong> (${esc(c.country)})<br>
|
||
Region: ${esc(c.region)}<br>
|
||
Physical capacity: ${esc(tbps.toFixed ? tbps.toFixed(2) : tbps)} Tbps<br>
|
||
Logical dominance IPs: ${esc(c.ips ? c.ips.toLocaleString() : '')}
|
||
`);
|
||
cityLayer.addLayer(m);
|
||
}
|
||
cityLayer.addTo(map);
|
||
|
||
const dcLayer = L.layerGroup();
|
||
const dcBounds = [];
|
||
for (const p of DATA.data_centers) {
|
||
const m = L.circleMarker([p.lat, p.lon], {
|
||
radius: 3,
|
||
color: colorForSource(p.geocode_source),
|
||
fillColor: colorForSource(p.geocode_source),
|
||
fillOpacity: 0.85,
|
||
weight: 0.8,
|
||
});
|
||
const title = p.facility_name || p.id;
|
||
const provider = p.provider || '(unknown provider)';
|
||
const cityState = [p.city, p.state_code].filter(Boolean).join(', ');
|
||
m.bindPopup(`
|
||
<strong>${esc(title)}</strong><br>
|
||
Provider: ${esc(provider)}<br>
|
||
Location: ${esc(cityState)}<br>
|
||
Source: ${esc(p.geocode_source)}
|
||
`);
|
||
dcLayer.addLayer(m);
|
||
dcBounds.push([p.lat, p.lon]);
|
||
}
|
||
dcLayer.addTo(map);
|
||
|
||
if (dcBounds.length) map.fitBounds(dcBounds, { padding: [30, 30], maxZoom: 5 });
|
||
|
||
function toggle(layer, on) {
|
||
if (on) { if (!map.hasLayer(layer)) layer.addTo(map); }
|
||
else { if (map.hasLayer(layer)) map.removeLayer(layer); }
|
||
}
|
||
document.getElementById('tDc').addEventListener('change', e => toggle(dcLayer, e.target.checked));
|
||
document.getElementById('tCables').addEventListener('change', e => toggle(cableLayer, e.target.checked));
|
||
document.getElementById('tCities').addEventListener('change', e => toggle(cityLayer, e.target.checked));
|
||
|
||
document.getElementById('dcCount').textContent = DATA.data_centers.length.toLocaleString();
|
||
document.getElementById('cableCount').textContent = DATA.cables.features.length.toLocaleString();
|
||
document.getElementById('cityCount').textContent = DATA.cities.length.toLocaleString();
|
||
</script>
|
||
</body>
|
||
</html>
|