We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6429ca4 commit c0ab72cCopy full SHA for c0ab72c
js/tracker.js
@@ -884,7 +884,7 @@ function showLaunchSites() {
884
popupLink += "&entry.675505431=" + json[key].station_name.replace(/\s/g, '+');
885
}
886
if (json[key].hasOwnProperty('position')) {
887
- popupLink += "&entry.1613779787=" + json[key].position.toString();
+ popupLink += "&entry.1613779787=" + json[key].position.reverse().toString();
888
889
if (json[key].hasOwnProperty('alt')) {
890
popupLink += "&entry.753148337=" + json[key].alt;
0 commit comments