forked from MuMech/MechJeb2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLandingSites.cfg
55 lines (55 loc) · 834 Bytes
/
LandingSites.cfg
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
MechJeb2Landing
{
LandingSites
{
Site
{
name = KSC Pad
latitude = -0.09694444
longitude = -74.5575
// body = "Kerbin" // if not set defaults to the starting world (Kerbin, Earth for RSS)
}
Site
{
name = VAB
latitude = -0.09694444
longitude = -74.617
}
}
Runways
{
Runway
{
name = KSC runway
// body = "Kerbin" // if not set defaults to the starting world (Kerbin, Earth for RSS)
start
{
latitude = -0.050185
longitude = -74.490867
altitude = 67
}
end
{
latitude = -0.0485981
longitude = -74.726413
altitude = 67
}
}
Runway
{
name = Island runway
start
{
latitude = -1.517306
longitude = -71.965488
altitude = 132
}
end
{
latitude = -1.515980
longitude = -71.852408
altitude = 132
}
}
}
}