| | |
| | | // case "coorsys": |
| | | // coorsys(); |
| | | // break; |
| | | case "yxdbfx": |
| | | yxdbfx(); |
| | | break; |
| | | } |
| | | }); |
| | | $(".imgx").hover(function () { |
| | |
| | | sg.Window.ShowPopup(popup); |
| | | } |
| | | |
| | | //影像对比分析 |
| | | var dbfxstatus = true; |
| | | |
| | | function yxdbfx() { |
| | | if (dbfxstatus) { |
| | | //var dd= sgworld.Creator.CreatePopupMessage("tool", url + "tool/ImageComparisonPopup.html?lang=imagecom", 500, 150, 400, 140); |
| | | //sgworld.Window.ShowPopup(dd); |
| | | window.external.createPmDialogDock('tool', url + "tool/ImageComparisonPopup.html?lang=imagecom", 380, 100, 50, -1, -1, 10); |
| | | tjxstatus = false; |
| | | dbfxstatus = false |
| | | } else { |
| | | window.external.closeDialog("tool"); |
| | | dbfxstatus = true; |
| | | } |
| | | } |
| | | |
| | | //三维截面分析 |
| | | var swjmfxStatus = true; |
| | | |