Commit a8d5c152 by jlc

update:飞机飞行和火箭发射案例的添加

parent 686914f5
...@@ -15,7 +15,7 @@ export function addAircraft() { ...@@ -15,7 +15,7 @@ export function addAircraft() {
name: "SpaceX", name: "SpaceX",
version: "1.0", version: "1.0",
clock: { clock: {
interval: "2019-08-28T04:00:00Z/2019-08-28T04:17:33Z", interval: "2019-08-28T04:00:00Z/2019-08-28T04:20:00Z",
currentTime: "2019-08-28T04:00:00.00Z", currentTime: "2019-08-28T04:00:00.00Z",
multiplier: 1, multiplier: 1,
range: "LOOP_STOP", range: "LOOP_STOP",
...@@ -45,18 +45,17 @@ export function addAircraft() { ...@@ -45,18 +45,17 @@ export function addAircraft() {
resolution: 5, resolution: 5,
}, },
orientation: { orientation: {
// "unitQuaternion": [ "velocityReference": "#position"
// 0.191, -0.331, 0.462, 0.800
// ]
}, },
model: { model: {
gltf: 'https://webgishome-file.oss-cn-chengdu.aliyuncs.com/common/Cesium_Air.glb' gltf: 'https://webgishome-file.oss-cn-chengdu.aliyuncs.com/common/Cesium_Air.glb',
minimumPixelSize: 128,
}, },
position: { position: {
epoch: "2019-08-28T04:00:00.00Z", epoch: "2019-08-28T04:00:00.00Z",
cartographicDegrees: [ cartographicDegrees: [
0, 120, 40, 65000, 0, 120, 40, 65000,
1200, 130, 40, 65000 1200, 130, 40, 80000
] ]
} }
}, },
......
...@@ -55,6 +55,6 @@ export const elementMovingMap = { ...@@ -55,6 +55,6 @@ export const elementMovingMap = {
}, },
火箭发射: { 火箭发射: {
title: '火箭发射', title: '火箭发射',
pngUrl: '/src/assets/Plane.png' pngUrl: '/src/assets/Rocket.png'
}, },
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment