Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cesium-frame
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jlc
cesium-frame
Commits
4ffa6f9d
Commit
4ffa6f9d
authored
Jul 24, 2024
by
jlc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:柱体案例的添加
parent
089a1df6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
118 additions
and
2 deletions
+118
-2
ColumnBody.png
src/assets/ColumnBody.png
+0
-0
CodeMap.js
src/examples/CodeMap.js
+5
-2
FunctionMap.js
src/examples/FunctionMap.js
+3
-0
columnBody-function.js
src/examples/columnBody-function.js
+88
-0
columnBody.vue
src/examples/columnBody.vue
+18
-0
ElementMap.js
src/views/ElementMap.js
+4
-0
No files found.
src/assets/ColumnBody.png
0 → 100644
View file @
4ffa6f9d
711 KB
src/examples/CodeMap.js
View file @
4ffa6f9d
...
...
@@ -2,7 +2,9 @@ import vueCodePoint from '@/examples/point.vue?raw'
import
vueCodeLine
from
'@/examples/line.vue?raw'
import
vueCodeMultiLine
from
'@/examples/multiLine.vue?raw'
import
vueCodePlane
from
'@/examples/plane.vue?raw'
import
vueCodeCodeCirclesAndEllipses
from
'@/examples/circlesAndEllipses.vue?raw'
import
vueCodeCirclesAndEllipses
from
'@/examples/circlesAndEllipses.vue?raw'
import
vueCodeColumnBody
from
'@/examples/columnBody.vue?raw'
import
vueCodeRain
from
'@/examples/rain.vue?raw'
import
vueCodeSnow
from
'@/examples/snow.vue?raw'
...
...
@@ -14,7 +16,8 @@ const vueCodeMap = {
线
:
vueCodeLine
,
多颜色线
:
vueCodeMultiLine
,
面
:
vueCodePlane
,
椭圆
:
vueCodeCodeCirclesAndEllipses
,
椭圆
:
vueCodeCirclesAndEllipses
,
柱体
:
vueCodeColumnBody
,
雨
:
vueCodeRain
,
雪
:
vueCodeSnow
,
...
...
src/examples/FunctionMap.js
View file @
4ffa6f9d
...
...
@@ -4,6 +4,8 @@ import functionCodeMultiLine from '@/examples/multiLine-function.js?raw'
import
functionCodePlane
from
'@/examples/plane-function.js?raw'
import
functionCodeCirclesAndEllipses
from
'@/examples/circlesAndEllipses-function.js?raw'
import
functionCodeColumnBody
from
'@/examples/columnBody-function.js?raw'
import
functionCodeRain
from
'@/examples/rain-function.js?raw'
import
functionCodeSnow
from
'@/examples/snow-function.js?raw'
import
functionCodeFog
from
'@/examples/fog-function.js?raw'
...
...
@@ -15,6 +17,7 @@ const functionCodeMap = {
多颜色线
:
functionCodeMultiLine
,
面
:
functionCodePlane
,
椭圆
:
functionCodeCirclesAndEllipses
,
柱体
:
functionCodeColumnBody
,
雨
:
functionCodeRain
,
雪
:
functionCodeSnow
,
...
...
src/examples/columnBody-function.js
0 → 100644
View file @
4ffa6f9d
export
function
addColumnBody
()
{
const
script
=
document
.
createElement
(
'script'
);
script
.
src
=
'https://cesium.com/downloads/cesiumjs/releases/1.119/Build/Cesium/Cesium.js'
;
script
.
onload
=
()
=>
{
window
.
Cesium
.
Ion
.
defaultAccessToken
=
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI3Njg4ZWU5Yi1iZDhiLTRhYmUtOTRiYS04YjM5NmUwNjVmMDMiLCJpZCI6MjI3MzQ3LCJpYXQiOjE3MjA1MjA4Mjh9.E5XW4LnwgfVAaBC-znaYr61m4yK0-j2qEQhi9qwFFPE'
const
viewer
=
new
window
.
Cesium
.
Viewer
(
'cesiumContainer'
,
{
infoBox
:
false
,
});
const
czml
=
[
{
id
:
"document"
,
name
:
"box"
,
version
:
"1.0"
,
},
{
id
:
"shape1"
,
name
:
"Blue box"
,
position
:
{
cartographicDegrees
:
[
-
114.0
,
40.0
,
300000.0
],
},
box
:
{
dimensions
:
{
cartesian
:
[
400000.0
,
300000.0
,
500000.0
],
},
material
:
{
solidColor
:
{
color
:
{
rgba
:
[
0
,
0
,
255
,
255
],
},
},
},
},
},
{
id
:
"shape2"
,
name
:
"Red box with black outline"
,
position
:
{
cartographicDegrees
:
[
-
107.0
,
40.0
,
300000.0
],
},
box
:
{
dimensions
:
{
cartesian
:
[
400000.0
,
300000.0
,
500000.0
],
},
material
:
{
solidColor
:
{
color
:
{
rgba
:
[
255
,
0
,
0
,
128
],
},
},
},
outline
:
true
,
outlineColor
:
{
rgba
:
[
0
,
0
,
0
,
255
],
},
},
},
{
id
:
"shape3"
,
name
:
"Yellow box outline"
,
position
:
{
cartographicDegrees
:
[
-
100.0
,
40.0
,
300000.0
],
},
box
:
{
dimensions
:
{
cartesian
:
[
400000.0
,
300000.0
,
500000.0
],
},
fill
:
false
,
outline
:
true
,
outlineColor
:
{
rgba
:
[
255
,
255
,
0
,
255
],
},
},
},
];
const
dataSourcePromise
=
Cesium
.
CzmlDataSource
.
load
(
czml
);
viewer
.
dataSources
.
add
(
dataSourcePromise
);
viewer
.
zoomTo
(
dataSourcePromise
);
};
document
.
head
.
appendChild
(
script
);
const
link
=
document
.
createElement
(
'link'
);
link
.
rel
=
'stylesheet'
;
link
.
href
=
'https://cesium.com/downloads/cesiumjs/releases/1.119/Build/Cesium/Widgets/widgets.css'
;
document
.
head
.
appendChild
(
link
);
}
src/examples/columnBody.vue
0 → 100644
View file @
4ffa6f9d
<
template
>
<div
id=
"cesiumContainer"
class=
"cesium-container"
></div>
</
template
>
<
script
setup
>
import
{
onMounted
}
from
'vue'
;
import
{
addColumnBody
}
from
'./function'
;
onMounted
(()
=>
{
addColumnBody
()
});
</
script
>
<
style
>
.cesium-container
{
width
:
100%
;
height
:
100vh
;
}
</
style
>
\ No newline at end of file
src/views/ElementMap.js
View file @
4ffa6f9d
...
...
@@ -18,6 +18,10 @@ export const elementGraphicMap = {
椭圆
:
{
title
:
'椭圆'
,
pngUrl
:
'/src/assets/CirclesAndEllipses.png'
},
柱体
:
{
title
:
'柱体'
,
pngUrl
:
'/src/assets/ColumnBody.png'
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment