-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathukplanabout.html
More file actions
53 lines (45 loc) · 2.83 KB
/
ukplanabout.html
File metadata and controls
53 lines (45 loc) · 2.83 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
<!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 (UK version)</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 is open source and was mostly written by Richard
Brisbourne, with some help and support from Alistair M 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 held in tables on the server, generated from data sourced using Geoff Brown's <a href="http://soaringweb.org/Airspace/UK/ASSelect.html" target="_blank">AS Select</a> program. Any responsibility for conversion errors or failure to remain in step with Geoff's data is mine alone.
</p>
<p>Turning point information is extracted from the Excel file at <a href="http://www.spsys.demon.co.uk/turningpoints.htm" target="_blank">http://www.spsys.demon.co.uk/turningpoints.htm</a>.
<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>