Skip to content

Commit 03d2806

Browse files
authored
Merge pull request #198 from LukePrior/testing
Initial historic launch data support
2 parents 3fc3e22 + f4063bc commit 03d2806

File tree

6 files changed

+534
-44
lines changed

6 files changed

+534
-44
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations -
2424
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge chasecar.lib.js | sed "s/{VER}/$VERSION/" >> mobile.js
2525
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge tracker.js >> mobile.js
2626
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge app.js >> mobile.js
27+
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge colour-map.js >> mobile.js
2728

2829
#compile plot lib and config
2930
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge _jquery.flot.js >> init_plot.js

css/base.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
blockquote cite:before { content: "\2014 \0020"; }
100100
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
101101

102-
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
102+
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; height: 0; }
103103

104104

105105
/* #Links
@@ -152,6 +152,7 @@
152152
border: 1px solid #aaa;
153153
border-top: 1px solid #ccc;
154154
border-left: 1px solid #ccc;
155+
margin-right: 1px;
155156
-moz-border-radius: 3px;
156157
-webkit-border-radius: 3px;
157158
border-radius: 3px;
@@ -162,7 +163,6 @@
162163
text-decoration: none;
163164
text-shadow: 0 1px rgba(255, 255, 255, .75);
164165
cursor: pointer;
165-
margin-bottom: 20px;
166166
line-height: normal;
167167
padding: 8px 10px;
168168
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
@@ -229,8 +229,6 @@
229229
/* #Forms
230230
================================================== */
231231

232-
form {
233-
margin-bottom: 20px; }
234232
fieldset {
235233
margin-bottom: 20px; }
236234
input[type="text"],
@@ -247,10 +245,7 @@
247245
font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
248246
color: #888;
249247
margin: 0;
250-
width: 210px;
251248
max-width: 100%;
252-
display: block;
253-
margin-bottom: 20px;
254249
background: #fff; }
255250
select {
256251
padding: 0; }

css/layout.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ header h1{
8080
margin-bottom: 0 !important;
8181
}
8282

83-
.form.row select {
84-
/* base.css makes this different to input for some reason. */
85-
padding: 5px 4px;
86-
width: 220px;
87-
}
88-
8983
.validated input{
9084
float: left;
9185
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ <h3>Report Recovery</h3>
359359
</div>
360360
<!-- Was 3.31-->
361361
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
362+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1029.0.min.js"></script>
362363
<script type="text/javascript" language="javascript" src="js/leaflet.js"></script>
363364
<script type="text/javascript" language="javascript" src="js/Leaflet.fullscreen.min.js"></script>
364365
<script type="text/javascript" language="javascript" src="js/L.Terminator.js"></script>

js/colour-map.js

Lines changed: 85 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)