From 2a2237b951a7bde15180ba08c9a7db4165347174 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 8 Aug 2023 21:44:38 +0100 Subject: [PATCH 1/2] [Satellites] Added LEDSAT to the dropdown Thanks @ve1cwj for pointing out that I missed LEDSAT from the json data file! --- assets/json/satellite_data.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/json/satellite_data.json b/assets/json/satellite_data.json index 8f21974b..75d31420 100644 --- a/assets/json/satellite_data.json +++ b/assets/json/satellite_data.json @@ -281,7 +281,7 @@ }, "IO-117":{ "Modes":{ - "U":[ + "U/U":[ { "Uplink_Mode":"PKT", "Uplink_Freq":"435310000", @@ -303,6 +303,18 @@ ] } }, + "LEDSAT":{ + "Modes":{ + "U/U":[ + { + "Uplink_Mode":"PKT", + "Uplink_Freq":"435310000", + "Downlink_Mode":"PKT", + "Downlink_Freq":"435190000" + } + ] + } + }, "Lilacsat-1":{ "Modes":{ "V/U":[ From 7f785862aadec74aa37162f49df0e321ac5ce94b Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 8 Aug 2023 22:38:31 +0100 Subject: [PATCH 2/2] Fixes nominatim API change --- application/views/interface_assets/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 64017e9b..10c323e5 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -1180,7 +1180,7 @@ $(document).on('keypress',function(e) { async: false, type: 'GET', dataType: "json", - url: "https://nominatim.openstreetmap.org/search/?city=" + $(this).val() + "&format=json&addressdetails=1&limit=1", + url: "https://nominatim.openstreetmap.org/?city=" + $(this).val() + "&format=json&addressdetails=1&limit=1", data: {}, success: function (data) { if (typeof data[0].lat !== 'undefined') {