forked from CartoDB/labs-cesiumjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
224 lines (209 loc) · 12.3 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
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<link href="//cartodb-libs.global.ssl.fastly.net/cartodbui/assets/3.4.9/favicons/favicon.ico?1411985985" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link href="css/guide.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/app.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!--[if gt IE 8]><link href="//cartodb-libs.global.ssl.fastly.net/cartodbui/assets/3.4.9/stylesheets/fonts_ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<title>CesiumJS - CartoDB demos</title>
</head>
<body class="public-map">
<header class="Header">
<div class="inner clearfix">
<h1 class="u-left">
<a href="http://www.cartodb.com" >
<img src="https://cartodb-libs.global.ssl.fastly.net/cartodb.com/static/logos_full_cartodb_light.svg" class="u-iblock u-malign" height="40" />
<span class="color-medium u-iblock u-malign u-lspace-xs" id="js-infoHeader">
/ Integration with Celsium
</span>
</a>
</h1>
<ul class="u-ilist u-right">
<li><a href="http://www.cartodb.com/login">Login</a></li>
<li class="u-lspace-xl">
<p class="button button--blue">
<a href="http://www.cartodb.com/signup">
Sign up
</a>
</p>
</li>
</ul>
</div>
</header>
<div class="Container Container--fixed">
<section class="block">
<h1 class="u-vspace-l"><strong>CartoDB integration with Cesium (examples)</strong></h1>
<p class="u-vspace-s">These are a few basic examples of what can be achieved with <a href="http://cartodb.com">CartoDB</a> and <a href="http://cesiumjs.org">Cesium</a>. Some of these examples use <a href="https://github.com/CartoDB/cesium-cartodb">CartoDB's Cesium plugin</a> to integrate CartoDB tile layers in Cesium.</p>
<p>The code for these examples can be found on <a href="https://github.com/CartoDB/labs-cesiumjs">GitHub</a></p>
</section>
<section class="block">
<div class="Grid">
<div class="Grid-inner Grid-inner--vcenter">
<div class="Grid-cell Grid-cell--col7 Grid-cell--col6--tablet Grid-cell--col12--mobile Section-offset--left">
<div class="Browser u-iblock">
<ul class="Browser-actions u-ilist">
<li class="Browser-actionsItem"></li>
<li class="Browser-actionsItem"></li>
<li class="Browser-actionsItem"></li>
</ul>
<div class="Browser-bar">
<div class="Browser-address"></div>
</div>
<div class="Browser-media">
<div class="Browser-inner u-pr">
<div class="Browser-bg"></div>
<a href="simple.html">
<img src="images/simple.jpg" class="no-full" width="620" height="363" alt="Simple example">
</a>
</div>
</div>
</div>
</div>
<div class="Grid-cell Grid-cell--col5 Grid-cell--col6--tablet Grid-cell--col12--mobile u-tspace-xxl">
<h1 class="u-vspace-l">Simple</h1>
<p class="description u-vspace-xl">This example features Cesium with a CartoDB basemap, a CartoDB tile layer and a data layer (same data as the tile layer) drawn with Cesium.</p>
<p class="button button--outline u-txt-left">
<a class="u-txt-center" href="simple.html">
View example
</a>
</p>
</div>
</div>
</div>
</section>
<section class="block">
<div class="Grid">
<div class="Grid-inner Grid-inner--vcenter">
<div class="Grid-cell Grid-cell--col5 Grid-cell--col6--tablet Grid-cell--col12--mobile u-tspace-xxl">
<h1 class="u-vspace-l">Tornados</h1>
<p class="description u-vspace-xl">This example shows a CartoDB basemap and a CartoDB tile layer.</p>
<p class="button button--outline u-txt-left">
<a class="u-txt-center" href="tornados.html">
View example
</a>
</p>
</div>
<div class="Grid-cell Grid-cell--col7 Grid-cell--col6--tablet Grid-cell--col12--mobile Section-offset--right">
<div class="Browser u-iblock">
<ul class="Browser-actions u-ilist">
<li class="Browser-actionsItem"></li>
<li class="Browser-actionsItem"></li>
<li class="Browser-actionsItem"></li>
</ul>
<div class="Browser-bar">
<div class="Browser-address"></div>
</div>
<div class="Browser-media">
<div class="Browser-inner u-pr">
<div class="Browser-bg"></div>
<!--
<img src="simple.png" width="620" />
-->
<a href="tornados.html">
<img src="images/tornados.jpg" class="no-full" width="620" height="363" alt="Tornados example">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="block">
<div class="Grid">
<div class="Grid-inner Grid-inner--vcenter">
<div class="Grid-cell Grid-cell--col7 Grid-cell--col6--tablet Grid-cell--col12--mobile Section-offset--left">
<div class="Browser u-iblock">
<ul class="Browser-actions u-ilist">
<li class="Browser-actionsItem"></li>
<li class="Browser-actionsItem"></li>
<li class="Browser-actionsItem"></li>
</ul>
<div class="Browser-bar">
<div class="Browser-address"></div>
</div>
<div class="Browser-media">
<div class="Browser-inner u-pr">
<div class="Browser-bg"></div>
<!--
<img src="elevation.png" />
-->
<a href="elevation.html">
<img src="images/elevation.jpg" class="no-full" width="620" height="363" alt="Elevation example">
</a>
</div>
</div>
</div>
</div>
<div class="Grid-cell Grid-cell--col5 Grid-cell--col6--tablet Grid-cell--col12--mobile u-tspace-xxl">
<h1 class="u-vspace-l">Elevation</h1>
<p class="description u-vspace-xl">This example shows a data layer from CartoDB rendered with Cesium. The data table has an extra column for elevation. which is used to set the height of the vertical lines.</p>
<p class="button button--outline u-txt-left">
<a class="u-txt-center" href="elevation.html">
View example
</a>
</p>
</div>
</div>
</div>
</section>
<section class="block block--noborder">
<div class="Grid">
<div class="Grid-inner Grid-inner--vcenter">
<div class="Grid-cell Grid-cell--col5 Grid-cell--col6--tablet Grid-cell--col12--mobile u-tspace-xxl">
<h1 class="u-vspace-l">Queensland</h1>
<p class="description u-vspace-xl">This example shows a data layer from CartoDB rendered with Cesium. The data table has an extra column for elevation. which is used to set the height of the vertical lines.</p>
<p class="button button--outline u-txt-left">
<a class="u-txt-center" href="queensland.html">
View example
</a>
</p>
</div>
<div class="Grid-cell Grid-cell--col7 Grid-cell--col6--tablet Grid-cell--col12--mobile Section-offset--right">
<div class="Browser u-iblock">
<ul class="Browser-actions u-ilist">
<li class="Browser-actionsItem"></li>
<li class="Browser-actionsItem"></li>
<li class="Browser-actionsItem"></li>
</ul>
<div class="Browser-bar">
<div class="Browser-address"></div>
</div>
<div class="Browser-media">
<div class="Browser-inner u-pr">
<div class="Browser-bg"></div>
<!--
<img src="simple.png" width="620" />
-->
<a href="queensland.html">
<img src="images/queensland.jpg" class="no-full" width="620" height="363" alt="Queensland example">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="Footer clearfix">
<p class="u-left">
© 2015 CartoDB - <a href="https://cartodb.com/signup" title="Create your own maps with CartoDB">Create your own maps</a>
</p>
<p class="u-right">
<a href="http://cartodb.com/terms" target="blank">Terms of Service</a> ·
<a href="http://cartodb.com/privacy" target="blank">Privacy policy</a>
</p>
</div>
</div>
<script>
$( document ).ready(function() {
console.log( "ready!" );
});
</script>
</body>
</html>