-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathxcplanabout.html
More file actions
77 lines (67 loc) · 4 KB
/
xcplanabout.html
File metadata and controls
77 lines (67 loc) · 4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>About XCWebPlan</title>
<link rel="stylesheet" href="igctext.css" />
</head>
<body>
<div id='titlediv'>
<h1>About XCWebPlan</h1>
<p> © 2016 Richard Brisbourne </p>
</div>
<div class="content">
<p>
XCWebPlan is an open source program written almost entirely in Javascript (with a bit of php to interrogate the airspace database). It is based on Google Maps and makes use of their javascript apl.
</p>
<h2>Credits</h2>
<h3>Program code</h3>
<p>The Javascript code for the application itself was mostly written by Richard
Brisbourne, with help and support from Alistair Green. Copyright is held Richard Brisbourne; for further
information for how to access the source code see below, for information on how you are entitled to make use
of it see the <a href='LICENSE.txt' target='blank'>licence</a>.</p>
<p>Apart interacting Google Maps api, it also uses some other libraries and plugins:
<ul>
<li><a href='https://jquery.com' target='_blank'>JQuery</a>- a javascript library well-known to web developers</li>
<li>Infobox- from the <a href='https://code.google.com/p/google-maps-utility-library-v3/wiki/Libraries' target='_blank'>Google Maps utility library</a></li>
<li><a href='http://www.jqueryscript.net/time-clock/Simple-jQuery-Calendar-Date-Picker-Plugin-DCalendar.html' target='_blank'>DCalendar</a>- JQuery plug-in used for picking dates</li>
</ul>
</p>
<h3>Data</h3>
<p>Maps and satellite images are from Google Maps.</p>
<p>Airspace data is drawn from a number of places, the largest being <a href='http://soaringweb.org'>soaringweb.org</a>. Unfortunately very little is available in computer-readable format from official sources so we are dependant on people who work voluntarily to create the files we all use in our software, both on the ground and in our gliders, and who deserve more credit than they often get. The data is held in tables on the server, so has been arrived at by conversion of some of these files. In some cases copyright has been asserted on the files, in those cases there are links below to the originals containing copyright statements. In no case have we used anything that is not licensed for non-commercial use:
</p>
<ul>
<li><a href='http://soaringweb.org/Airspace/BR/Espaco_Aereo_BRA_2013_08.txt' target='_blank'>Brazil</a>- Durval Henke and Thomas Milko.</li>
<li>Canada- Peter Spier</li>
<li>Croatia- Henrik Knoblauch</li>
<li>Denmark- Felipe Cvitanich</li>
<li><a href='http://soaringweb.org/Airspace/EE/Estonia_Airspace_June_2015.txt' target='_blank'>Estonia</a>- Christoph Gauss</li>
<li>Finland- Tero Tikkanen</li>
<li>France- Marc Seretti</li>
<li>Germany- Peter Kemme</li>
<li>Great Britain- Geoff Brown</li>
<li>Hungary- Tamas Gal</li>
<li>Ireland- Kevin Houlihan</li>
<li>Latvia, Lithuania- Andrejs Kivackis</li>
<li>Macedonia- Remko Bolt</li>
<li>Netherlands- Maurits Dortu</li>
<li>Norway- Hans Cato Grytnes, Nils Barkald, Ole Bårdtvedt, Lars Rune Bjørnevik, Arne Martin Güettler and Agnar Renolen.</li>
<li>Poland- Artur Jan Tenenberg</li>
<li>Slovakia- Ján Hrncírik via Klaus Ertl</li>
<li>Slovenia- Georg Falkensammer</li>
<li>Spain- Durval Henke</li>
<li>Switzerland- Reinhold Mueller</li>
</ul>
<h2>Developers</h2>
<p>
Source code is on <a href="https://github.com/GlidingWeb/jsTaskMap" target='_blank'>GitHub</a>.If you are interested please free to fork - we look forward to the pull requests.
For general correspondence and thoughts (technical or otherwise) please
use the <a href="https://github.com/GlidingWeb/jsTaskMap/issues" target='_blank'>issue tracker</a>
or send an e-mail to <a href="mailto:igcwebview@glidingweb.org">igcwebview@glidingweb.org</a>.
</p>
<button onClick="window.close()">Close window</button>
</div>
</body>
</html>