Skip to content

Commit c0ab72c

Browse files
committed
fix gps
1 parent 6429ca4 commit c0ab72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ function showLaunchSites() {
884884
popupLink += "&entry.675505431=" + json[key].station_name.replace(/\s/g, '+');
885885
}
886886
if (json[key].hasOwnProperty('position')) {
887-
popupLink += "&entry.1613779787=" + json[key].position.toString();
887+
popupLink += "&entry.1613779787=" + json[key].position.reverse().toString();
888888
}
889889
if (json[key].hasOwnProperty('alt')) {
890890
popupLink += "&entry.753148337=" + json[key].alt;

0 commit comments

Comments
 (0)