-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.55 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
<!doctype html>
<html style="width:100%;height:100%;">
<head>
<title>WebGlobe By iSpring</title>
<meta http-equiv="Content-Type" content="text/html"/>
<meta name="charset" content="utf-8"/>
<style type="text/css">
*{
margin:0;
padding:0;
}
</style>
<noscript>
浏览器将JavaScript脚本禁用,导致程序无法运行,如果想浏览WebGlobe,请在浏览器中启用JavaScript !
</noscript>
<script type="text/javascript" src="js/earth.js"></script>
</head>
<body onselectstart = "return false;" style="position:relative;width:100%;height:100%;overflow:hidden;cursor:default;">
<select id="mapSelector" style="position:absolute;top:20px;right:20px;">
<option value="google">Google Map</option>
<option value="osm">OpenStreetMap</option>
<option value="nokia">Nokia Map</option>
<option value="bing">Bing Map</option>
<option value="arcgisonline">ArcGIS Online</option>
<option value="tianditu">天地图</option>
<option value="soso">SOSO地图</option>
<option value="gistech">捷泰地图</option>
<option value="autonavi">高德地图</option>
<option value="blend">Blend Map</option>
</select>
<canvas id="canvasId" width="1000" height="1000" style="cursor:default;"></canvas>
<img src="images/WebGL.png" style="position:absolute;left:0px;bottom:0px;" />
<a href="http://weibo.com/iispring" target="_blank" style="position:absolute;right:0px;bottom:0px;">
<img src="images/iSpring.png" />
</a>
</body>
</html>