-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
213 lines (195 loc) · 6.24 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!--
Copyright © 2017-2019 HERE Europe B.V.
Licensed under Apache 2.0, see full license in LICENSE
SPDX-License-Identifier: Apache-2.0
-->
<!DOCTYPE html>
<html>
<head>
<title>harp.gl Terrain Datasource</title>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<style>
html,
button,
input,
textarea,
h2, h4,
p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
}
html,
body {
margin: 0;
width: 100%;
height: 100%;
}
#map {
width: 100%;
height: 100%;
}
/* Fix for macOS Mojave Dark Mode */
select,
button {
background-color: #FFFFFF;
}
/* dat.GUI styling fixes */
.dg .c select {
width: 100% !important;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
height: 100px;
}
.cesium-ion-logo {
display: none;
position: absolute;
bottom: 10px;
left: 10px;
width: 170px;
height: auto;
color: #FFFFFF;
font-weight: bold;
}
.data-attribution {
position: absolute;
bottom: 15px;
right: 18px;
}
.attribution-trigger {
padding: 0 1px 2px 1px;
background-color: transparent;
border: none;
padding: 4px 7px;
color: #FFFFFF;
font-size: 14px;
border: 1px solid #FFFFFF;
border-radius: 3px;
}
.attribution-trigger.active {
opacity: 0.6;
background-color: rgba(255, 255, 255, 0.2);
}
.attribution-popup {
display: none;
position: absolute;
bottom: 30px;
right: 0;
width: 500px;
max-height: 500px;
overflow-y: auto;
padding: 8px 40px 30px 0;
box-sizing: border-box;
background-color: #FFFFFF;
border-radius: 3px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.attribution-popup ul > li + li {
margin-top: 8px;
}
</style>
</head>
<body>
<canvas id="map"></canvas>
<div class="footer">
<div class="cesium-ion-logo"><p>CESIUM ion</p></div>
<div class="data-attribution">
<button class="attribution-trigger">Data Attribution</button>
<div class="attribution-popup">
<div class="cesium-attribution">
<ul>
<li>
NZ 8m Digital Elevation Model (2012)<br>
LINZ - Land Information New Zealand
</li>
<li>
Digital Elevation Model (DEM) of Australia derived from LiDAR 5 Metre Grid<br>
Based on Geoscience Australia material
</li>
<li>
LIDAR Composite DTM - 1m & 2m<br>
© Environment Agency copyright and/or database right 2015. All rights reserved.
</li>
<li>
Digital Elevation Model over Europe (EU-DEM)<br>
Produced using Copernicus data and information funded by the European Union - EU-DEM layers
</li>
<li>
CGIAR SRTM<br>
© CGIAR-CSI
</li>
<li>
GTOPO30, SRTM, and National Elevation Dataset (NED)<br>
Data available from the U.S. Geological Survey
</li>
</ul>
</div>
<!--
<div class="nextzen-attribution">
<ul>
<li>
ArcticDEM terrain data DEM(s) were created from DigitalGlobe, Inc., imagery and
funded under National Science Foundation awards 1043681, 1559691, and 1542736
</li>
<li>
Australia terrain data © Commonwealth of Australia (Geoscience Australia) 2017
</li>
<li>
Austria terrain data © offene Daten Österreichs – Digitales Geländemodell (DGM)
Österreich
</li>
<li>
Canada terrain data contains information licensed under the Open Government
Licence – Canada
</li>
<li>
Europe terrain data produced using Copernicus data and information funded by the
European Union - EU-DEM layers
</li>
<li>
Global ETOPO1 terrain data U.S. National Oceanic and Atmospheric Administration
</li>
<li>
Mexico terrain data source: INEGI, Continental relief, 2016
</li>
<li>
New Zealand terrain data Copyright 2011 Crown copyright (c) Land Information New
Zealand and the New Zealand Government (All rights reserved)
</li>
<li>
Norway terrain data © Kartverket
</li>
<li>
United Kingdom terrain data © Environment Agency copyright and/or database right
2015. All rights reserved
</li>
<li>
United States 3DEP (formerly NED) and global GMTED2010 and SRTM terrain data
courtesy of the U.S. Geological Survey
</li>
</ul>
</div>
-->
<div class="sample-attribution">
<ul>
<li>
<a href="https://www.sciencebase.gov/catalog/item/581d2183e4b08da350d533d9">
U.S. Geological Survey, 20151228, USGS NED 1/3 arc-second n44w111 1 x 1 degree ArcGrid 2015: U.S. Geological Survey.
</a>
</li>
<li>
DEM data is processed and converted to optimized mesh using
<a href="https://github.com/heremaps/tin-terrain">TIN Terrain</a> by HERE Technologies.
</li>
</ul>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="./dist/three/build/three.js"></script>
<script type="text/javascript" src="./dist/app.bundle.js"></script>
</body>
</html>