当前位置: 首页 > news >正文

WebGIS航线编辑器(无人机航线规划)

        无人机航点、航线规划,实现全自动航点飞行作业及飞行航拍。禁飞区、作业区功能保障飞行安全。

GIS引擎加载

const viewer = new Cesium.Viewer("cesiumContainer", {
  imageryProvider: new Cesium.IonImageryProvider({ assetId: 3872 }),
});

const imageryLayers = viewer.imageryLayers;
const nightLayer = imageryLayers.get(0);
const dayLayer = imageryLayers.addImageryProvider(
  new Cesium.IonImageryProvider({
    assetId: 3875,
  })
);
imageryLayers.lowerToBottom(dayLayer);

GIS航线

多相机联动

GIS多相机联动

航线加载

const czml = [{id: "document",name: "CZML Geometries: Polyline",version: "1.0",},{id: "redLine",name: "Red line clamped to terain",polyline: {positions: {cartographicDegrees: [-75, 35, 0, -125, 35, 0],},material: {solidColor: {color: {rgba: [255, 0, 0, 255],},},},width: 5,clampToGround: true,},},{id: "blueLine",name: "Glowing blue line on the surface",polyline: {positions: {cartographicDegrees: [-75, 37, 0, -125, 37, 0],},material: {polylineGlow: {color: {rgba: [100, 149, 237, 255],},glowPower: 0.2,taperPower: 0.5,},},width: 10,},},{id: "orangeLine",name:"Orange line with black outline at height and following the surface",polyline: {positions: {cartographicDegrees: [-75, 39, 250000, -125, 39, 250000],},material: {polylineOutline: {color: {rgba: [255, 165, 0, 255],},outlineColor: {rgba: [0, 0, 0, 255],},outlineWidth: 2,},},width: 5,},},{id: "purpleLine",name: "Purple arrow at height",polyline: {positions: {cartographicDegrees: [-75, 43, 500000, -125, 43, 500000],},material: {polylineArrow: {color: {rgba: [148, 0, 211, 255],},},},arcType: "NONE",width: 10,},},{id: "dashedLine",name: "Blue dashed line",polyline: {positions: {cartographicDegrees: [-75, 45, 500000, -125, 45, 500000],},material: {polylineDash: {color: {rgba: [0, 255, 255, 255],},},},width: 4,},},
];const dataSourcePromise = Cesium.CzmlDataSource.load(czml);
viewer.dataSources.add(dataSourcePromise);

感兴趣的可以留言或发邮件1985692469@qq.com,欢迎一起交流!

http://www.lryc.cn/news/326500.html

相关文章:

  • STEP 格式三维模型读取
  • Mora: Enabling Generalist Video Generation via A Multi-Agent Framework
  • [c++] 自写 MyString 类
  • 三、阅读器开发--4、阅读器目录、全文搜索功能开发
  • AMEYA360代理 | 江苏长晶科技FST2.0高性能 IGBT产品介绍
  • 基于springboot+vue+Mysql的网上图书商城
  • 阿里云服务器多少钱一个月?低至5元1个月
  • LeetCode第五天(442. 数组中重复的数据)
  • chatgpt正面案例合集
  • 今日讲讲路由配置
  • 【Rust】Shared-State Concurrency
  • 连接数据库(MySQL)的JDBC
  • golang通过参数控制HTTP server是否使用基本认证
  • javaSwing坦克大战游戏
  • 【面试题】数据底层原理:Elasticsearch写入流程解析
  • 牛客论坛spring initializer选用的构件
  • 【Java程序设计】【C00385】基于(JavaWeb)Springboot的员工信息管理系统(有论文)
  • 【Linux进阶之路】理解UDP,成为TCP。
  • Linux实用操作
  • OpenJudge - 12:加密的病历单
  • QGIS编译(跨平台编译)057:FastCGI编译(Windows、Linux、MacOS环境下编译)
  • jenkins+newman+postman持续集成环境搭建
  • 取消自动设置的开机自启动(pywin32库)请勿仿照!否则可能对电脑造成损害。
  • 金融投贷通(金融投资+贷款通)项目准备
  • 跟我学C++中级篇——STL的中的删除
  • js如何遍历查询一个颗树
  • 【面试必备】针对一个案例,怎么测试
  • vue3 hooks之事件广播(支持跨标签页)
  • go中validate包使用教程
  • canvas画带透明度的直线和涂鸦