1
13693261870
2024-04-03 430ca426af0002e5b81bffb04ed5a21209ea8dbb
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,26 +68,25 @@
            "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,
@@ -98,21 +96,20 @@
    }, {
        "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",
        "visible": "true",
        "direction": "wh"
    }
    ]
    }]
};
@@ -144,14 +141,14 @@
            //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() {