ensysle_global_script.js 1.87 KB
Newer Older
JOE XMG's avatar
up  
JOE XMG committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// var dashboard_intro_content = `
//                     <h2>EnSys-LE Visualization Dashboard</h2>

//                     The joint project between HFT Stuttgart with ewi Köln analyses local energy markets as a link
//                     between regional and central energy system transformation. The sub-project of the HFT Stuttgart is
//                     concerned with the model-based analysis of regional power generation systems based on the simulation
//                     platform SimStadt. EnSys-LE addresses the question of how local and national energy systems behave
//                     in relation to each other. For four representative districts in Germany, the potential for renewable
//                     energies is investigated and how it compares to the national targets for renewable energies.
//                     <a href="https://www.hft-stuttgart.com/research/projects/current/ensys-le">Read more ...</a>
// `
var dashboard_intro_content = `
<h2>EnSys-LE 3D Viewer</h2>
<a href="../index.html">Back to main page</a>
` 
$("#dashboard-intro-content").html(dashboard_intro_content)


Cesium.Ion.defaultAccessToken = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkZTkyOTcyNC0yMGFkLTQ2ZjktODA5YS0xYjY1N2QwM2Y2ZmMiLCJpZCI6NDM2NDUsImlhdCI6MTYxMjkyNDgwNX0.12Xvbhtt_c2Y2RGA6J_J906Vdn1iOKZKPur0SASh-gk';
var viewer = new Cesium.Viewer('cesiumContainer', {
    terrainProvider: Cesium.createWorldTerrain(),
    // baseLayerPicker: true,
    baseLayerPicker : true,
    vrButton: false,
    geocoder: true,
    navigationHelpButton: false,
    selectionIndicator: true,
    shadows: false,
    timeline: false,
    sceneModePicker: false,
    homeButton: false,
    fullscreenButton: false,
    infoBox: false,
    // imageryProvider : new Cesium.TileMapServiceImageryProvider({
    //     url : 'https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png'
    // })
});