Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
urbanVIS
Commits
a6939b06
Commit
a6939b06
authored
Oct 20, 2020
by
Sven Schneider
Browse files
minor update. using a color ramp instead of descrete values for the legend
parent
a2b6c90c
Pipeline
#1072
passed with stages
in 16 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/StreamlinesMultipart.html
View file @
a6939b06
...
...
@@ -40,11 +40,20 @@
<div
id=
"cesiumContainer"
class=
"pagecesium"
>
<div
id=
"legend"
>
<p>
Wind speed (m/s)
</p>
<!--
<p>Wind speed (m/s)</p>
<div class="inner"></div>
</div>
</div> -->
<table>
<tr
style=
"height: 30px;vertical-align: top;"
>
<td
colspan=
"2"
>
Wind speed (m/s)
</td>
<td></td>
</tr>
<tr>
<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>
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 - 2020, HFT-Stuttgart. All rights reserved
</h5>
...
...
public/css/myCesiumStyle.css
View file @
a6939b06
...
...
@@ -51,8 +51,8 @@ h3 {
.titleFigure
{
margin
:
2px
0
;
height
:
12%
;
width
:
8
%
;
/*
height:
20%; */
width
:
22
%
;
}
.cesium-infoBox-visible
{
...
...
public/iStoeckStreams.html
View file @
a6939b06
...
...
@@ -34,9 +34,19 @@
<div
id=
"cesiumContainer"
class=
"pagecesium"
>
<div
id=
"legend"
>
<p>
Wind speed (m/s)
</p>
<!--
<p>Wind speed (m/s)</p>
<div class="inner"></div>
</div>
</div> -->
<table>
<tr
style=
"height: 30px;vertical-align: top;"
>
<td
colspan=
"2"
>
Wind speed (m/s)
</td>
<td></td>
</tr>
<tr>
<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>
<footer>
...
...
public/imgs/icity.png
View replaced file @
a2b6c90c
View file @
a6939b06
13.8 KB
|
W:
|
H:
112 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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