-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
134 lines (128 loc) · 7.28 KB
/
Copy pathindex.html
File metadata and controls
134 lines (128 loc) · 7.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#000000">
<meta name="description" content="">
<meta name="author" content="">
<title>Zoek Je geen Breuk</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css">
<link rel="stylesheet" href="https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v0.4.0/MarkerCluster.css">
<link rel="stylesheet" href="https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v0.4.0/MarkerCluster.Default.css">
<link rel="stylesheet" href="https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.43.0/L.Control.Locate.css">
<link rel="stylesheet" href="assets/leaflet-groupedlayercontrol/leaflet.groupedlayercontrol.css">
<link rel="stylesheet" href="assets/css/app.css">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon-76.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon-120.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon-152.png">
<link rel="icon" sizes="196x196" href="assets/img/favicon-196.png">
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<div class="navbar-icon-container">
<a href="#" class="navbar-icon pull-right visible-xs" id="nav-btn"><i class="fa fa-bars fa-lg white"></i></a>
</div>
<a class="navbar-brand" href="#">ZoekJe<small style="font-size: .5em; font-weight: lighter;">geen</small>Breuk</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="hidden-xs"><a href="#" data-toggle="collapse" data-target=".navbar-collapse.in" id="list-btn"><i class="fa fa-list white"></i> Properties</a></li>
</ul>
</div>
</div>
</div>
<div id="container">
<div id="sidebar">
<div class="sidebar-wrapper">
<div class="panel panel-default" id="features">
<div class="panel-heading">
<h3 class="panel-title">Properties
<button type="button" class="btn btn-xs btn-default pull-right" id="sidebar-hide-btn"><i class="fa fa-chevron-left"></i></button></h3>
</div>
<div class="panel-body">
<form>
<h3>Weak link</h3>
<div class="form-group">
<label for="wl_length">Length of weak link [m]</label>
<input type="number" class="form-control" id="wl_length" placeholder="1.5 m" value="1.5">
</div>
<div class="form-group">
<label for="wl_mass">Mass of weak link [kg]</label>
<input type="number" class="form-control" id="wl_mass" placeholder="1.5 kg" value="1.5">
</div>
<div class="form-group">
<label for="wl_radius">Radius of weak link [m]</label>
<input type="number" class="form-control" id="wl_radius" placeholder="0.02 m" value="0.02">
</div>
<h3>Wind</h3>
<div class="form-group">
<label for="w_speed">Wind speed [m/s]</label>
<input type="number" class="form-control" id="w_speed" placeholder="2,5 m/s" value="2.5">
</div>
<div class="form-group">
<label for="w_heading">Wind direction [º]</label>
<input type="number" class="form-control" id="w_heading" placeholder="350º" value="350">
</div>
<h3>Misc.</h3>
<div class="form-group">
<label for="f_elevation">Field elevation [m]</label>
<input type="number" class="form-control" id="f_elevation" placeholder="19 m" value="19">
</div>
<div class="form-group">
<label for="a_density">Air density [𝞺]</label>
<input type="number" class="form-control" id="a_density" placeholder="1.225" value="1.225">
</div>
<div class="form-group">
<label for="dragCoefficient">Drag coefficient</label>
<input type="number" class="form-control" id="dragCoefficient" placeholder="0.2" value="0.2">
</div>
<div class="form-group">
<label for="datapoints">Data points to analyse</label>
<input type="number" class="form-control" id="datapoints" placeholder="200" value="200">
</div>
<div class="form-group">
<button class="btn btn-primary calculate_btn">Calculate</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div id="map"></div>
</div>
<div class="modal fade" id="featureModal" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" type="button" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title text-primary" id="feature-title"></h4>
</div>
<div class="modal-body" id="feature-info"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typeahead.js/0.10.5/typeahead.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>
<script src="https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v0.4.0/leaflet.markercluster.js"></script>
<script src="https://api.tiles.mapbox.com/mapbox.js/plugins/leaflet-locatecontrol/v0.43.0/L.Control.Locate.min.js"></script>
<script src="assets/leaflet-groupedlayercontrol/leaflet.groupedlayercontrol.js"></script>
<script src="node_modules/leaflet-geometryutil/src/leaflet.geometryutil.js"></script>
<script src="assets/js/linkcalc.js"></script>
</body>
</html>