-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfiguration.html
93 lines (90 loc) · 3.88 KB
/
configuration.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="stylesheet" href="css/theme.min.css"/>
<link rel="stylesheet" href="css/jquery.mobile.icons.min.css"/>
<link rel="stylesheet" href="css/jquery.mobile.structure-1.4.5.min.css"/>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/jquery.mobile-1.4.5.min.js"></script>
<style>
</style>
<title></title>
</head>
<body>
<div data-role="page" data-theme="b" id="pageone">
<header data-role="header">
<img src="images/lkmaps.jpg" width="100%">
</header>
<div class="ui-content" data-role="main">
<ul data-role="listview">
<li>
<a href="https://www.flarmnet.org/static/files/wfn/data.fln">data.fln
<p>Flarmnet data file from FlarmNet.org</p>
<p>With FlarmNet-compatible devices you can see </p>
<p>all the submitted information to the corresponding FLARM®-Radio-ID</p> </a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/data.ogn">data.ogn
<p>OGN data file from ddb.glidernet.org</p>
<p>With FlarmNet-compatible devices you can see </p>
<p>all the submitted information to the corresponding FLARM®-Radio-ID</p>
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/GL_SIMPLE_SYSTEM.prf">GL_SIMPLE_SYSTEM.prf
<p>GLIDER - Simple System configuration for beginners </p>
<p>Main Map and sideview page only </p>
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/GL_COMPETITION_SYSTEM.prf">GL_COMPETITION_SYSTEM.prf
<p>GLIDER - system configuration for competition pilots </p>
<p>Main Map and sideview page only </p>
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/GL_ALPS_SYSTEM.prf">GL_ALPS_SYSTEM.prf
<p>GLIDER - Mountain flying system configuration for more experienced users </p>
<p>Configuration focus on safety and landable options </p>
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/HG_COMP_SYSTEM.prf">HG_COMP_SYSTEM.prf
<p>HANGGLIDING - Competition configuration </p>
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/HG_XC_SYSTEM.prf">HG_XC_SYSTEM.prf
<p>HANGGLIDING - Cross country configuration </p>
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/PG_SYSTEM.prf">PG_SYSTEM.prf
<p>PARAGLIDING - Configuration for Paragliding </p>
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/HOLUX_61CS.dvc">HOLUX_61CS.dvc
<p>Internal GPS Hardware configuration for the Holux 61CS device </p>
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/HOLUX_61CS_EXT.dvc">HOLUX_61CS_EXT.dvc
<p>External GPS Hardware configuration for the Holux 61CS device </p>
</a>
</li>
<li>
<a href="https://raw.githubusercontent.com/AlphaLima/LK8000_Data/master/_Configuration/V2_INTERNAL.dvc">V2_INTERNAL.dvc
<p>Vertica V1/V2 internal GPS hardware configuration </p>
</a>
</li>
</ul>
</div><a class="ui-btn ui-corner-all" href="index.html">Back</a>
<div class="txtfooter" data-role="footer" data-theme="a">
<h4>Powered by LK8000 Team</h4>
</div>
</div>
</div>
</body>
</html>