Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
urbanVIS
Commits
4e7c33bb
Commit
4e7c33bb
authored
4 years ago
by
Sven Schneider
Browse files
Options
Download
Email Patches
Plain Diff
using the correct legend now in cirucluarData.hmtl
parent
fd78b1d0
master
Pipeline
#1715
passed with stages
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/circularData.html
+9
-8
public/circularData.html
with
9 additions
and
8 deletions
+9
-8
public/circularData.html
+
9
-
8
View file @
4e7c33bb
...
...
@@ -35,19 +35,20 @@
<script
src=
"circData.js"
></script>
<div
id=
"cesiumContainer"
class=
"pagecesium"
>
<div
id=
"legend"
>
<div
id=
"legend"
>
<table>
<tr
style=
"height: 30px;vertical-align: top;"
>
<td
colspan=
"2"
>
Pressure (Pa)
</td>
<tr
style=
"height: 30px;vertical-align: top;"
>
<td
colspan=
"2"
>
Wind speed (m/s)
</td>
<td></td>
</tr>
</tr>
<tr>
<td
rowspan=
"1"
style=
"height:100px;text-align:right;"
><img
src=
"imgs/colorbarJET.png"
height=
"100"
width=
"20"
>
</td>
<td>
- 113006
<p
style=
"margin-top: 78px;"
><p>
- 112976
</td>
<td
rowspan=
"1"
style=
"height:100px;text-align:right;"
><img
src=
"imgs/colorbarJET.png"
height=
"100"
width=
"20"
>
</td>
<td>
- 3.5
<p
style=
"margin-top: 78px;"
>
<p>
- 0
</td>
</tr>
</table>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets