1
13693261870
2024-04-03 8b1521987b83f3b736a1bccfd1ea41de1fcc778c
Terra.YaoGan.Web/Terra.YaoGan.Web/js/Gis/Gis.js
@@ -20,7 +20,7 @@
            "icon": url + "Img/a2.png",
            "param": "1",
            "height": 77,
            "width": 120
            "width": 100
        }],
        "left": 5,
        "title": "a1",
@@ -36,7 +36,7 @@
            "icon": url + "Img/a1.png",
            "param": "2",
            "height": 77,
            "width": 120
            "width": 100
        }],
        "left": 5,
        "title": "a2",
@@ -45,17 +45,16 @@
        "right": -1,
        "visible": "false",
        "direction": "wh"
    },
    {
    }, {
        "children": [{
            "title": "高级工具",
            "callBack": "setMenu",
            "icon": url + "Img/a4.png",
            "param": "1",
            "height": 77,
            "width": 120
            "width": 100
        }],
        "left": 115,
        "left": 105,
        "title": "a3",
        "top": 35,
        "bottom": 0,
@@ -69,50 +68,48 @@
            "icon": url + "Img/a3.png",
            "param": "2",
            "height": 77,
            "width": 120
            "width": 100
        }],
        "left": 115,
        "left": 105,
        "title": "a4",
        "top": 35,
        "bottom": 0,
        "right": -1,
        "visible": "false",
        "direction": "wh"
    },
    {
    }, {
        "children": [{
            "title": "统计分析",
            "callBack": "fenX",
            "title": "空间查询",
            "callBack": "kjcx",
            "icon": url + "Img/a6.png",
            "param": "1",
            "height": 77,
            "width": 120
            "width": 100
        }],
        "left": 225,
        "left": 205,
        "title": "a5",
        "top": 35,
        "bottom": 0,
        "right": -1,
        "visible": "true",
        "visible": "false",
        "direction": "wh"
    }, {
        "children": [{
            "title": "统计分析",
            "callBack": "fenX",
            "callBack": "tjfx",
            "icon": url + "Img/a5.png",
            "param": "2",
            "param": "1",
            "height": 77,
            "width": 120
            "width": 100
        }],
        "left": 225,
        "left": 305,
        "title": "a6",
        "top": 35,
        "bottom": 0,
        "right": -1,
        "visible": "false",
        "direction": "wh"
    }
    ]
    }]
};
@@ -141,17 +138,17 @@
            sgworld.Open(FlyPath);
            TBAX.setLogo(JSON.stringify(logo), "2");
            TBAX.setOpacity(0.8);
            TBAX.setLMenu(JSON.stringify(lMenu));
            //TBAX.setLMenu(JSON.stringify(lMenu));
            TBAX.setFullBtn2(JSON.stringify(tMenu));
            sgworld.AttachEvent("OnLoadFinished", OnloadFished);
        }, 2000);
        }, 500);
});
//加载完成事件
function OnloadFished() {
    $("#bg").css("display", "none");
    TE.style.marginLeft = "0px";
     sgworld.AttachEvent("OnLButtonDblClk", OnLButtonUp);
    sgworld.AttachEvent("OnLButtonDblClk", OnLButtonUp);
}
function close() {