From c420ba85a1e05982a38fb5f346c898d347b8e121 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 1 Sep 2023 02:12:41 +0200 Subject: [PATCH] U Planet Astroport crypto commons --- earth/map_render.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earth/map_render.html b/earth/map_render.html index 0f7a303..0d6f91d 100644 --- a/earth/map_render.html +++ b/earth/map_render.html @@ -149,7 +149,7 @@ if (deg <= 0.01) { button.style.color = '#fff'; // Customize the font color button.addEventListener('click', () => { - const url = `http://astroport.localhost:1234/?lat=${southWestLat}&lon=${southWestLon}`; + const url = `http://astroport.localhost:1234/?uplanet=@&lat=${southWestLat}&lon=${southWestLon}`; window.location.href = url; });