Loading railway data...

Railway Information

// ${city.name} (${city.country}) (${city.country}) delete this part function showCityInfo(cityName, countryName, connectedCities) { const infoBox = document.getElementById('info-box'); const infoTitle = document.getElementById('info-title'); const infoContent = document.getElementById('info-content'); infoTitle.textContent = 'City Connections'; infoContent.innerHTML = `

${cityName}, ${countryName}

Total connections: ${connectedCities.length}