From c0ab72cbfc6ca04987f72b5b37925ccffb785902 Mon Sep 17 00:00:00 2001 From: Uskompuf <22492406+Uskompuf@users.noreply.github.com> Date: Thu, 14 Oct 2021 21:07:11 +1100 Subject: [PATCH] fix gps --- js/tracker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tracker.js b/js/tracker.js index 9896ff6..dfb4d14 100644 --- a/js/tracker.js +++ b/js/tracker.js @@ -884,7 +884,7 @@ function showLaunchSites() { popupLink += "&entry.675505431=" + json[key].station_name.replace(/\s/g, '+'); } if (json[key].hasOwnProperty('position')) { - popupLink += "&entry.1613779787=" + json[key].position.toString(); + popupLink += "&entry.1613779787=" + json[key].position.reverse().toString(); } if (json[key].hasOwnProperty('alt')) { popupLink += "&entry.753148337=" + json[key].alt;