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
1c521a1e
Commit
1c521a1e
authored
Jul 13, 2022
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to Cesium 1.95
parent
bfd517ff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
CHANGELOG.md
CHANGELOG.md
+4
-2
README.md
README.md
+1
-0
cesium.tpl
views/cesium.tpl
+7
-8
No files found.
CHANGELOG.md
View file @
1c521a1e
## Recent Changes:
-
Ellipse parameters are now automatically calculated. You can still adjust them
if you want, but the auto-calculation works exceptionally well
.
-
Update to CesiumJS 1.95
-
Power and Confidence range sliders have been updated to reflect data output by the KrakenSDR software
.
## Previous Changes
-
Ellipse parameters are now automatically calculated. You can still adjust them
if you want, but the auto-calculation works exceptionally well.
-
LOB Length is now determined by the distance to the furthest intersection from
the receiver.
-
Fixed bug where map lags behind the receiver.
...
...
README.md
View file @
1c521a1e
# DF Aggregator
## Recent Changes:
-
Update to CesiumJS 1.95
-
Power and Confidence range sliders have been updated to reflect data output by the KrakenSDR software.
-
Ellipse parameters are now automatically calculated. You can still adjust them
if you want, but the auto-calculation works exceptionally well.
...
...
views/cesium.tpl
View file @
1c521a1e
...
...
@@ -24,15 +24,14 @@
<meta
name=
"viewport"
content=
"width=device-width, height=device-height"
>
<meta
charset=
"utf-8"
>
<!-- Include the CesiumJS JavaScript and CSS files -->
<script
src=
"https://cesium.com/downloads/cesiumjs/releases/1.90/Build/Cesium/Cesium.js"
></script>
<link
href=
"https://cesium.com/downloads/cesiumjs/releases/1.90/Build/Cesium/Widgets/widgets.css"
rel=
"stylesheet"
>
<
!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/cesium/1.90.0/Cesium.min
.js"
integrity="sha512-
W65woW5WpUCEi+hZswQOxxaQuLHXMfQ0Tr2Bvibgr91Jg2V6FY7juhtdd17VGcuaOYKPHoabUH7fQkRdulbu1
w=="
<
!-- <
script src="https://cesium.com/downloads/cesiumjs/releases/1.90/Build/Cesium/Cesium.js"></script>
<link href="https://cesium.com/downloads/cesiumjs/releases/1.90/Build/Cesium/Widgets/widgets.css" rel="stylesheet">
-->
<
script
src=
"https://cdnjs.cloudflare.com/ajax/libs/cesium/1.95.0/Cesium
.js"
integrity=
"sha512-
Y95sidA9cDT2a8MMmD47EyCVxQRJYNhXEnvBgbsp+q0gK2k3VSMpMvs9DTct0dEjm+6Dru+d2wYllhgceEiFg
w=="
crossorigin=
"anonymous"
referrerpolicy=
"no-referrer"
></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cesium/1.90.0/Widgets/widgets.min.css"
integrity="sha512-h9djTljMpI/36vV9pOtaO/bqarwzjbD6eYjE1ISRhnPDkJ3IWNpEUnSyqUUepEPDno/k6Mv+Cm179z1O1qYAJA=="
crossorigin="anonymous"
referrerpolicy="no-referrer" /> -->
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/cesium/1.95.0/Widgets/widgets.min.css"
integrity=
"sha512-dWztHlhNizO37Lu3hJ+wCd8/T/VTqD8PHp4ZHRpHuGvEJJ59vTD0LPXekgZiaghVYDyZvXAqTAVhuctgyyukgw=="
crossorigin=
"anonymous"
referrerpolicy=
"no-referrer"
/>
<script
src=
"/static/receiver_configurator.js"
></script>
<script
src=
"/static/interest_areas.js"
></script>
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> -->
...
...
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