? ? ? ? 無人機(jī)航點(diǎn)、航線規(guī)劃,實(shí)現(xiàn)全自動(dòng)航點(diǎn)飛行作業(yè)及飛行航拍。禁飛區(qū)、作業(yè)區(qū)功能保障飛行安全。
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航線
多相機(jī)聯(lián)動(dòng)
GIS多相機(jī)聯(lián)動(dòng)
航線加載文章來源:http://www.zghlxwxcb.cn/news/detail-852262.html
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);
感興趣的可以留言或發(fā)郵件1985692469@qq.com,歡迎一起交流!文章來源地址http://www.zghlxwxcb.cn/news/detail-852262.html
到了這里,關(guān)于WebGIS航線編輯器(無人機(jī)航線規(guī)劃)的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!