| | |
| | | window.PDelevationTool = null; //坡度分析 |
| | | window.DXTerrainFlattening = null; //地形压平 |
| | | window.TSExcavation = null; //通视分析 |
| | | window.PointMY = null;//点漫游 |
| | | |
| | | function ClearAlayse() { |
| | | if (window.PDelevationTool != null) { |
| | |
| | | window.TSExcavation.deleteObject(); |
| | | window.TSExcavation = null; |
| | | } |
| | | |
| | | //点漫游 |
| | | if (window.PointMY) { |
| | | window.PointMY.drawHandler && window.PointMY.drawHandler.destroy(); |
| | | window.PointMY.end && window.PointMY.end(); |
| | | } |
| | | |
| | | } |
| | | |
| | | window.XZOutlie = "dlg_100w_boua"; //1:100万行政面layer名称 |
| | | window.ImageLayer3 = null;//1:100万行政面图层 |
| | | |
| | | |
| | | |
| | | |