This commit is contained in:
Andreas 2023-08-09 09:19:03 +02:00
commit 5fb9e424a6
2 changed files with 14 additions and 2 deletions

View File

@ -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') {

View File

@ -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":[