| | |
| | | type: 2, |
| | | title: "阴影分析", |
| | | shade: false, |
| | | area: ["350px", "500px"], |
| | | offset: "l", |
| | | skin: "yyfxForm", |
| | | content: SmartEarthRootUrl + "Workers/analysis/AnalysisSunshine.html", |
| | | area: ["350px", "540px"], |
| | | offset: "r", |
| | | skin: "other-class", |
| | | content: SmartEarthRootUrl + "Workers/analysis/AnalysisShadow.html", |
| | | end: () => { |
| | | window._AnalysisSunshine && window._AnalysisSunshine.remove(); |
| | | window._AnalysisSunshine = undefined; |
| | | layerIsOpen = false; |
| | | }, |
| | | Viewer.clock.currentTime = currentTime; |
| | | Viewer.clock.startTime = startTime; |
| | | Viewer.clock.stopTime = stopTime; |
| | | Viewer.clock.multiplier = multiplier; |
| | | Viewer.shadows = false; |
| | | Viewer.shadowLayer = false; |
| | | } |
| | | }); |
| | | } |
| | | }, |