diff --git a/earth/sat_render.html b/earth/sat_render.html index 6e075f2..c67f6cd 100644 --- a/earth/sat_render.html +++ b/earth/sat_render.html @@ -191,7 +191,7 @@ if (deg <= 0.01) { const newNorthEastLon = lon.toFixed(2); // Update URL parameters with the new values - const url = `map_render.html?southWestLat=${newNorthEastLat}&southWestLon=${newNorthEastLon}°=${NSize}`; + const url = `sat_render.html?southWestLat=${newNorthEastLat}&southWestLon=${newNorthEastLon}°=${NSize}`; window.location.href = url; }); @@ -208,7 +208,7 @@ document.getElementById('map-container').addEventListener('click', (event) => { history.back(); // Trigger browser's back functionality } }); - +/////////////////