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
230a9881
Commit
230a9881
authored
Jan 24, 2021
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rearranging lines, update to cesium 1.77
parent
b87ac426
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
.gitignore
.gitignore
+2
-0
cesium.tpl
views/cesium.tpl
+6
-2
No files found.
.gitignore
View file @
230a9881
...
@@ -8,3 +8,5 @@ test*
...
@@ -8,3 +8,5 @@ test*
*.txt
*.txt
*.czml
*.czml
fil-result/
fil-result/
static/node_modules
package-lock.json
views/cesium.tpl
View file @
230a9881
...
@@ -24,10 +24,10 @@
...
@@ -24,10 +24,10 @@
<meta
name=
"viewport"
content=
"width=device-width, height=device-height"
>
<meta
name=
"viewport"
content=
"width=device-width, height=device-height"
>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<!-- Include the CesiumJS JavaScript and CSS files -->
<!-- Include the CesiumJS JavaScript and CSS files -->
<script
src=
"https://cesium.com/downloads/cesiumjs/releases/1.76/Build/Cesium/Cesium.js"
></script>
<script
src=
"https://cesium.com/downloads/cesiumjs/releases/1.77/Build/Cesium/Cesium.js"
></script>
<link
href=
"https://cesium.com/downloads/cesiumjs/releases/1.77/Build/Cesium/Widgets/widgets.css"
rel=
"stylesheet"
>
<script
src=
"/static/receiver_configurator.js"
></script>
<script
src=
"/static/receiver_configurator.js"
></script>
<script
src=
"/static/interest_areas.js"
></script>
<script
src=
"/static/interest_areas.js"
></script>
<link
href=
"https://cesium.com/downloads/cesiumjs/releases/1.76/Build/Cesium/Widgets/widgets.css"
rel=
"stylesheet"
>
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> -->
<link
href=
"/static/style.css"
rel=
"stylesheet"
>
<link
href=
"/static/style.css"
rel=
"stylesheet"
>
<link
href=
"/static/menu.css"
rel=
"stylesheet"
>
<link
href=
"/static/menu.css"
rel=
"stylesheet"
>
...
@@ -47,6 +47,10 @@
...
@@ -47,6 +47,10 @@
Cesium
.
Ion
.
defaultAccessToken
=
'{
{
access_token
}
}'
;
Cesium
.
Ion
.
defaultAccessToken
=
'{
{
access_token
}
}'
;
%
end
%
end
var
viewer
=
new
Cesium
.
Viewer
(
'cesiumContainer'
,
{
var
viewer
=
new
Cesium
.
Viewer
(
'cesiumContainer'
,
{
// imageryProvider : new Cesium.TileMapServiceImageryProvider({
// url : Cesium.buildModuleUrl('Assets/Textures/NaturalEarthII')
// }),
sceneModePicker
:
false
,
homeButton
:
false
,
homeButton
:
false
,
timeline
:
false
,
timeline
:
false
,
});
});
...
...
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