You need to sign in or sign up before continuing.
Commit 4e7c33bb authored by Sven Schneider's avatar Sven Schneider
Browse files

using the correct legend now in cirucluarData.hmtl

parent fd78b1d0
Pipeline #1715 passed with stages
in 5 seconds
...@@ -35,19 +35,20 @@ ...@@ -35,19 +35,20 @@
<script src="circData.js"></script> <script src="circData.js"></script>
<div id="cesiumContainer" class="pagecesium"> <div id="cesiumContainer" class="pagecesium">
<div id="legend"> <div id="legend">
<table> <table>
<tr style="height: 30px;vertical-align: top;"> <tr style="height: 30px;vertical-align: top;">
<td colspan="2">Pressure (Pa) </td> <td colspan="2">Wind speed (m/s) </td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" style="height:100px;text-align:right;"><img src="imgs/colorbarJET.png" height="100" width="20"> </td> <td rowspan="1" style="height:100px;text-align:right;"><img src="imgs/colorbarJET.png" height="100"
<td>- 113006<p style="margin-top: 78px;"><p> - 112976</td> width="20"> </td>
<td>- 3.5<p style="margin-top: 78px;">
<p> - 0
</td>
</tr> </tr>
</table> </table>
</div> </div>
</div> </div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment