Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
刘远
/
3d_dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2a7cef9c
authored
2020-07-29 09:28:07 +0800
by
jikai
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/views/Home.vue
2 parents
f35b59a5
0da45e6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/Home.vue
src/views/Home.vue
View file @
2a7cef9
...
...
@@ -9,7 +9,7 @@
components
:
{},
data
()
{
return
{
viewer
:
undefined
,
viewer
:
undefined
,
entity
:
undefined
,
}
},
...
...
@@ -37,7 +37,7 @@
cullWithChildrenBounds
:
true
}),
height
=
-
2440
;
this
.
viewer
.
scene
.
primitives
.
add
(
tileset
);
tileset
.
readyPromise
.
then
(
argument
=>
{
var
cartographic
=
Cesium
.
Cartographic
.
fromCartesian
(
tileset
.
boundingSphere
.
center
);
var
surface
=
Cesium
.
Cartesian3
.
fromRadians
(
cartographic
.
longitude
,
cartographic
.
latitude
,
cartographic
.
height
);
...
...
@@ -49,7 +49,7 @@
},
methods
:
{
...
...
Please
register
or
sign in
to post a comment