-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (45 loc) · 2.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PMTilesViz</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="css/styles.css" media="screen" />
<link rel="stylesheet" href="https://unpkg.com/nouislider@14.1.1/distribute/nouislider.min.css" />
</head>
<body>
<div id="mapTooltip"></div>
<div id="mapContainer" ></div>
<!-- For Shaded Relief map - BEGIN -->
<!-- <table class="controls">
<tr>
<td>elevation</td>
<td colspan="2" id="elevationOut"></td>
</tr>
<tr>
<td>location</td>
<td colspan="2" id="locationOut"></td>
</tr>
<tr>
<td><label for="vert">vertical exaggeration:</label></td>
<td><input id="vert" type="range" min="5" max="50" value="10" /></td>
<td><span id="vertOut"></span> x</td>
</tr>
<tr>
<td><label for="sunEl">sun elevation:</label></td>
<td><input id="sunEl" type="range" min="0" max="90" value="45" /></td>
<td><span id="sunElOut"></span> °</td>
</tr>
<tr>
<td><label for="sunAz">sun azimuth:</label></td>
<td><input id="sunAz" type="range" min="0" max="360" value="45" /></td>
<td><span id="sunAzOut"></span> °</td>
</tr>
</table> -->
<!-- For Shaded Relief map - END -->
<!-- <script type="text/javascript " src="scripts/commons.js "></script> -->
<script type="text/javascript " src="scripts/main_entryapp.js "></script>
</body>
<script src="https://unpkg.com/wnumb@1.2.0"></script>
<script src="https://unpkg.com/nouislider@14.1.1/distribute/nouislider.min.js"></script>
</html>