Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
df-aggregator
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
Oleksandr Barabash
df-aggregator
Commits
de7f5c5d
Commit
de7f5c5d
authored
Dec 26, 2020
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch zoom to TX instead of RX
parent
0cd3b6c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
cesium.tpl
views/cesium.tpl
+5
-8
No files found.
views/cesium.tpl
View file @
de7f5c5d
...
...
@@ -233,16 +233,13 @@
let
spinner
=
document
.
getElementById
(
"loader"
);
spinner
.
style
.
visibility
=
"visible"
;
spinner
.
style
.
zIndex
=
"10"
;
// transmittersDataSource.load('/output.czml');
// viewer.dataSources.add(transmittersDataSource);
// return transmittersDataSource;
let
promise1
=
Cesium
.
CzmlDataSource
.
load
(
'/output.czml'
);
let
promise1
=
transmittersDataSource
.
load
(
'/output.czml'
);
Cesium
.
when
(
promise1
,
function
(
dataSource1
){
viewer
.
dataSources
.
add
(
dataSource1
);
spinner
.
style
.
visibility
=
"hidden"
;
spinner
.
style
.
zIndex
=
"0"
;
return
dataSource1
;
});
viewer
.
dataSources
.
add
(
transmittersDataSource
);
return
transmittersDataSource
;
}
function
loadRxCzml
()
{
...
...
@@ -269,8 +266,8 @@
function
loadAllCzml
()
{
loadAoiCzml
();
load
T
xCzml
();
return
load
R
xCzml
();
load
R
xCzml
();
return
load
T
xCzml
();
}
function
clearOld
()
{
...
...
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