| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 15:07:51 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2025-04-24 22:12:05 |
| | | * @LastEditTime: 2025-04-28 11:34:40 |
| | | * @FilePath: \drone-web-manage\src\components\map-container\mapContainer.vue |
| | | * @Description: |
| | | * |
| | |
| | | credit: 'stand_tc', |
| | | }) |
| | | |
| | | window.$viewer = new DC.Viewer('viewer-container') |
| | | window.$viewer = new DC.Viewer('viewer-container',) |
| | | |
| | | window.$viewer.locationBar.enable = false |
| | | |
| | | window.$viewer?.zoomToPosition(new DC.Position(115.892151, 28.676493, 1000000, 0, -90, 0)) |
| | | |
| | | window.$viewer?.imageryLayers.addImageryProvider(imageryProvider_stand) |
| | | window.$viewer?.imageryLayers.addImageryProvider(imageryProvider_standZh) |
| | |
| | | let polyline = new DC.Polyline(positionStr) |
| | | polyline.setStyle({ |
| | | width: 4, |
| | | material: DC.Color.DEEPSKYBLUE, |
| | | material: new DC.PolylineTrailMaterialProperty({ |
| | | color: DC.Color.DEEPSKYBLUE, |
| | | speed: 10 |
| | | }), |
| | | clampToGround: true |
| | | }) |
| | | polylineLayer.addOverlay(polyline) |