mirror of https://github.com/CesiumGS/cesium.git
18 lines
415 B
HTML
18 lines
415 B
HTML
<style>
|
|
@import url(../templates/bucket.css);
|
|
</style>
|
|
<div id="cesiumContainer" class="fullSize"></div>
|
|
<div id="loadingOverlay"><h1>Loading...</h1></div>
|
|
<div id="toolbar">
|
|
<table class="infoPanel">
|
|
<tbody>
|
|
<tr>
|
|
<td>Left click to add a vertex.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Right click to add the polygon to the clipping collection.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|