Merge branch 'dev' of https://github.com/magicbug/Cloudlog into dev
这个提交包含在:
当前提交
5fb9e424a6
共有 2 个文件被更改,包括 14 次插入 和 2 次删除
|
|
@ -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":[
|
||||
|
|
|
|||
正在加载…
在新工单中引用