cleanup
This commit is contained in:
parent
68c5d8faba
commit
f1e44cabd4
@ -39,13 +39,11 @@
|
|||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
Map=null;
|
Map=null;
|
||||||
CenterLat=51.0;
|
CenterLat=45.0;
|
||||||
CenterLon=0.0;
|
CenterLon=9.0;
|
||||||
Planes={};
|
Planes={};
|
||||||
NumPlanes = 0;
|
NumPlanes = 0;
|
||||||
Selected=null
|
Selected=null
|
||||||
var loop=1;
|
|
||||||
|
|
||||||
|
|
||||||
function getIconForPlane(plane) {
|
function getIconForPlane(plane) {
|
||||||
var r = 255, g = 255, b = 0;
|
var r = 255, g = 255, b = 0;
|
||||||
@ -178,7 +176,7 @@
|
|||||||
function initialize() {
|
function initialize() {
|
||||||
var mapOptions = {
|
var mapOptions = {
|
||||||
center: new google.maps.LatLng(CenterLat, CenterLon),
|
center: new google.maps.LatLng(CenterLat, CenterLon),
|
||||||
zoom: 7,
|
zoom: 5,
|
||||||
mapTypeId: google.maps.MapTypeId.ROADMAP
|
mapTypeId: google.maps.MapTypeId.ROADMAP
|
||||||
};
|
};
|
||||||
Map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
|
Map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user