From 0c2487df30090649427795a6161900e6eee29857 Mon Sep 17 00:00:00 2001 From: ddeitterick Date: Fri, 1 Aug 2014 23:42:58 -0400 Subject: [PATCH 01/10] Add Degree Symbol to Track Value Add the degree symbol to the "Track:" value in the plane details section. --- public_html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/script.js b/public_html/script.js index 05d29b7..85233e9 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -304,7 +304,7 @@ function refreshSelected() { html += 'Track: ' if (selected && selected.vTrack) { - html += selected.track + ' (' + normalizeTrack(selected.track, selected.vTrack)[1] +')'; + html += selected.track + '°' + ' (' + normalizeTrack(selected.track, selected.vTrack)[1] +')'; } else { html += 'n/a'; } From df4a8ce00b8fb559ec10ee5bf7acc592012d03fd Mon Sep 17 00:00:00 2001 From: ddeitterick Date: Sun, 3 Aug 2014 22:11:09 -0400 Subject: [PATCH 02/10] Change the Background Color for a Plotted Plane Changed the background color for a plotted plane in the planes table to something that was more easily visible. --- public_html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index 63d0a45..ef4bfd8 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -17,7 +17,7 @@ table#optionsTabs { width: 100%; font-size: small; font-family: monospace; backg #tableinfo { font-size: x-small; font-family: monospace; } #sudo_buttons { font-size: x-small; font-family: monospace; } -.vPosition { font-weight: bold; background-color: #f5fff5; } +.vPosition { font-weight: bold; background-color: #d5ffd5; } .squawk7500 { font-weight: bold; background-color: #ff5555; } .squawk7600 { font-weight: bold; background-color: #00ffff; } .squawk7700 { font-weight: bold; background-color: #ffff00; } From 14ff25b87f070d019001d82c67c3a1ed2a4d7c43 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Wed, 6 Aug 2014 19:31:05 -0700 Subject: [PATCH 03/10] Improve map display layout and styling --- public_html/gmap.html | 64 ++++++++++++++++++++----------------------- public_html/script.js | 6 +++- public_html/style.css | 16 ++++++----- 3 files changed, 44 insertions(+), 42 deletions(-) diff --git a/public_html/gmap.html b/public_html/gmap.html index 80afe02..1898e06 100644 --- a/public_html/gmap.html +++ b/public_html/gmap.html @@ -3,7 +3,7 @@ - + @@ -18,40 +18,36 @@ -
-
-
-