| | |
| | | selFrom: {}, |
| | | selectTree: null, |
| | | |
| | | menuList: [ |
| | | { |
| | | id: 1, |
| | | label: '一级 1', |
| | | children: [ |
| | | { |
| | | id: 4, |
| | | label: '二级 1-1', |
| | | children: [ |
| | | { |
| | | id: 9, |
| | | label: '三级 1-1-1', |
| | | }, |
| | | { |
| | | id: 10, |
| | | label: '三级 1-1-2', |
| | | }, |
| | | ], |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | id: 2, |
| | | label: '一级 2', |
| | | children: [ |
| | | { |
| | | id: 5, |
| | | label: '二级 2-1', |
| | | }, |
| | | { |
| | | id: 6, |
| | | label: '二级 2-2', |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | id: 3, |
| | | label: '一级 3', |
| | | children: [ |
| | | { |
| | | id: 7, |
| | | label: '二级 3-1', |
| | | }, |
| | | { |
| | | id: 8, |
| | | label: '二级 3-2', |
| | | }, |
| | | ], |
| | | }, |
| | | ], |
| | | menuList: [], |
| | | defaultProps: { |
| | | children: 'children', |
| | | label: 'label', |
| | |
| | | sgworld.Navigate.jumpTo({ |
| | | //跳转视角 |
| | | destination: new Cesium.Cartesian3.fromDegrees( |
| | | 116.055913, |
| | | 39.937685, |
| | | 8000 |
| | | 116.3911, |
| | | 39.9115, |
| | | 100000 |
| | | ), |
| | | }); |
| | | Viewer.imageryLayers.addImageryProvider( |
| | |
| | | }; |
| | | sgworld.Creator.sfsterrainprovider('mpt', option, '', true, ''); |
| | | window.elevationTool = new SmartEarth.ElevationTool(window.sgworld); |
| | | elevationTool.setContourColor('#F1D487'); |
| | | }, |
| | | |
| | | changeMenulayer() { |