-
Notifications
You must be signed in to change notification settings - Fork 3.5k
/
index.release.html
171 lines (164 loc) · 5.23 KB
/
index.release.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
<!doctype html>
<html>
<head>
<title>Cesium</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<style>
body {
font-family: sans-serif;
margin: 0;
padding: 0;
}
h2 {
margin-top: 0;
}
table,
p {
margin-left: 25px;
}
td {
padding-bottom: 15px;
vertical-align: top;
}
td:first-child {
padding-right: 15px;
}
.section:nth-child(even) {
background-color: #fff;
}
.section {
border: none;
padding: 20px 40px;
}
.section > * {
max-width: 800px;
}
</style>
</head>
<body style="background-color: #f5f7f9">
<div>
<div class="section">
<a href="https://cesium.com/cesiumjs/"
><img
src="./Apps/Sandcastle/images/Cesium_Logo_Color_Overlay.png"
style="width: 400px"
/></a>
</div>
<div class="section">
<h2>Cesium ion</h2>
<p>
Cesium ion is your hub for discovering 3D content and tiling your own
data for streaming. CesiumJS and ion work together to enable you to
build world class 3D mapping applications.
</p>
<p>
<a href="https://cesium.com/ion/signup/"
>Sign up for a free account</a
>
to get your access token required for using ion's Bing Maps global
imagery and Cesium World Terrain assets.
</p>
</div>
<div class="section">
<h2>Local links</h2>
<table>
<tbody>
<tr>
<td>
<a href="Build/Documentation/index.html">Documentation</a>
</td>
<td>The complete API documentation and reference.</td>
</tr>
<tr>
<td><a href="Apps/HelloWorld.html">Hello World</a></td>
<td>The simplest possible Cesium application.</td>
</tr>
<tr>
<td><a href="Apps/CesiumViewer/index.html">Cesium Viewer</a></td>
<td>
A sample Cesium reference application which allows you to browse
the globe and select from a variety of imagery and terrain
layers as well as load CZML, GeoJSON, and other formats
supported by Cesium.
</td>
</tr>
<tr>
<td><a href="Apps/Sandcastle/index.html">Sandcastle</a></td>
<td>
Cesium's live code editor and example gallery. Browse examples
highlighting features of the Cesium API and edit and run them
all in your web browser. Cesium applications created in
Sandcastle can be saved and downloaded.
</td>
</tr>
<tr>
<td><a href="Specs/SpecRunner.html">Run tests</a></td>
<td>Run Cesium's full suite of unit tests</td>
</tr>
</tbody>
</table>
</div>
<div class="section">
<h2>External links</h2>
<table>
<tbody>
<tr>
<td><a href="https://cesium.com">Cesium</a></td>
<td>Learn about the Cesium team and the Cesium ion platform</td>
</tr>
<tr>
<td><a href="https://cesium.com/blog/">Cesium Blog</a></td>
<td>
Follow project news, developer tips, and posts about Cesium's
innovative technology
</td>
</tr>
<tr>
<td><a href="https://cesium.com/learn/">Tutorials</a></td>
<td>Step-by-step guides for learning to use CesiumJS</td>
</tr>
<tr>
<td>
<a href="https://community.cesium.com/">Community Forum</a>
</td>
<td>Questions and feedback welcome from all skill levels</td>
</tr>
<tr>
<td><a href="https://github.com/CesiumGS/cesium">GitHub</a></td>
<td>The official CesiumJS GitHub repository</td>
</tr>
<tr>
<td>
<a href="https://cesium.com/blog/categories/user-stories/"
>User Stories</a
>
</td>
<td>Demos and information about projects using CesiumJS</td>
</tr>
<tr>
<td><a href="http://webglreport.com/">WebGL Report</a></td>
<td>
Provides technical information about WebGL capabilities
supported by your browser
</td>
</tr>
</tbody>
</table>
<div
style="padding-top: 300px; font-size: 10pt; vertical-align: bottom"
>
© 2011-2021 CesiumJS Contributors
</div>
</div>
</div>
<script type="text/javascript">
if (window.location.protocol === "file:") {
document.body.innerHTML = "";
document.write("<p><b>This file must be hosted in a web server.</br>");
document.write(
'Need help? Ask on our <a href="https://community.cesium.com/">Community Forum</a>.</b></p>',
);
}
</script>
</body>
</html>