mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:40:03 +00:00
Merge branch 'dev' of https://github.com/magicbug/Cloudlog into dev
This commit is contained in:
commit
5fb9e424a6
@ -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') {
|
||||
|
@ -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":[
|
||||
|
Loading…
Reference in New Issue
Block a user