Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Schneider
urbanVIS
Commits
2b018d58
Commit
2b018d58
authored
Jan 25, 2021
by
Schneider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed type in 'SteamlineParticles.html' filename
parent
00ae6ce4
Pipeline
#1890
passed with stages
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
0 deletions
+73
-0
public/StreamlineParticles.html
public/StreamlineParticles.html
+73
-0
No files found.
public/StreamlineParticles.html
0 → 100644
View file @
2b018d58
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html
class=
"no-js"
>
<!--<![endif]-->
<head>
<meta
charset=
"utf-8"
>
<title>
Stuttgart
</title>
<link
rel=
"stylesheet"
href=
"css/myCesiumStyle.css"
>
<link
rel=
"stylesheet"
href=
"css/legend.css"
>
<link
href=
"https://cesium.com/downloads/cesiumjs/releases/1.77/Build/Cesium/Widgets/widgets.css"
rel=
"stylesheet"
>
<script
src=
"https://code.jquery.com/jquery-2.2.4.min.js"
integrity=
"sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"
integrity=
"sha256-1A78rJEdiWTzco6qdn3igTBv9VupN3Q1ozZNTR4WE/Y="
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"
integrity=
"sha256-0rguYS0qgS6L4qVzANq4kjxPLtvnp5nn2nB5G1lWRv4="
crossorigin=
"anonymous"
></script>
<script
src=
"https://cesium.com/downloads/cesiumjs/releases/1.77/Build/Cesium/Cesium.js"
></script>
<script
src=
"https://d3js.org/d3-dsv.v1.min.js"
></script>
<script
src=
"https://d3js.org/d3-fetch.v1.min.js"
></script>
</head>
<body>
<header>
<img
src=
"imgs/icity.png"
class=
"titleFigure"
>
<h2>
TP2.4 - Prototyp 3: Webbasierte Visualisierung von CFD Simulationsdaten
</h2>
</header>
<!-- <script src="polylineStreams.js"></script> -->
<script
src=
"polylines_with_particles.js"
></script>
<div
id=
"cesiumContainer"
class=
"pagecesium"
>
<div
id=
"legend"
>
<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>
</div>
<footer>
<p
align=
"center"
>
<h5>
Copyright
©
2018 - 2020, HFT-Stuttgart. All rights reserved
</h5>
</p>
</footer>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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