Combined effort and code from bdavenport and me.

Added quite a lot of new things this time - see modified files or just
be brave and try :)

	modified:   public_html/gmap.html
	modified:   public_html/script.js
	modified:   public_html/style.css
This commit is contained in:
terribl 2013-05-14 12:55:16 +03:00
parent 9ea6f3e8e2
commit 72142fac84
3 changed files with 202 additions and 129 deletions

View file

@ -10,17 +10,16 @@
<script type="text/javascript" src="script.js"></script>
</head>
<body onload="initialize()">
<div id="map_canvas"></div>
<div id="map_canvas" style="height:100%"></div>
<div id="info">
<div>
<h1>
Dump1090 - <span id="utcTime">00:00:00</span> UTC
<a href="#" onClick="resetMap();">Reset Map</a>
</h1>
<h1>Dump1090 - <span id="utcTime">00:00:00</span> UTC</h1>
<p id="geninfo"></p>
<p id="selinfo">Click on a plane for info.</p>
<p id="tabinfo"></p>
</div>
<div id="info_footer"><a href="#" onClick="resetMap();">Reset Map</a></div>
</div>
</body>
</html>