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
a44e4044
Commit
a44e4044
authored
Dec 20, 2020
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added indexing to Database, sorts AOIs quicly now!
parent
70b10868
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
33 deletions
+63
-33
df-aggregator.py
df-aggregator.py
+62
-32
cesium.tpl
views/cesium.tpl
+1
-1
No files found.
df-aggregator.py
View file @
a44e4044
This diff is collapsed.
Click to expand it.
views/cesium.tpl
View file @
a44e4044
...
...
@@ -28,7 +28,7 @@
var
receiversDataSource
=
new
Cesium
.
CzmlDataSource
;
// Your access token can be found at: https://cesium.com/ion/tokens.
//
Cesium.Ion.defaultAccessToken = '{
{
access_token
}
}
';
Cesium
.
Ion
.
defaultAccessToken
=
'{
{
access_token
}
}'
;
// var hpr = new Cesium.HeadingPitchRange(0, 40, 0)
var
viewer
=
new
Cesium
.
Viewer
(
'cesiumContainer'
,
{
// terrainProvider: Cesium.createWorldTerrain(),
...
...
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