This website displays live (mostly) glider traffic. Talking about http://live.glidernet.org
 
 
 
 
Go to file
cunimb e173e42b59 update 2015-12-04 21:32:28 +01:00
3D update correct index.php for 3D 2015-12-04 21:31:57 +01:00
errors
flightlog Add LECD 2015-12-04 21:22:51 +01:00
pict Pict directory contaning all gif, icones... 2015-04-09 23:28:59 +02:00
.gitignore corrected gitignore 2015-02-06 01:05:17 +01:00
CONTRIBUTORS Add xcsoar task file parser. 2015-09-18 21:59:58 +02:00
LICENSE Add LICENSE and CONTRIBUTORS 2015-08-28 21:44:58 +02:00
README.md README: Add documentation (url parameters) 2015-09-22 21:53:13 +02:00
config.php
cunimb.css Modification: list and info windows position 2015-11-22 15:34:16 +01:00
cunimb.js Modification: new zoom controls management 2015-11-22 15:33:12 +01:00
cunimb3d.css update 2015-12-04 21:32:28 +01:00
database_shema.sql database shema 2015-10-20 20:18:18 +02:00
help-de.html help pages 2015-04-09 17:39:59 +02:00
help-en.html help pages 2015-04-09 17:39:59 +02:00
help-fr.html help pages 2015-04-09 17:39:59 +02:00
index.php index.php: Remove excessive html escaping. 2015-09-22 22:28:54 +02:00
sql.php put back old mysql_connect() function for legacy support 2015-02-06 13:54:02 +01:00
util.js

README.md

ogn-live

Talking about http://live.glidernet.org

This website displays live (mostly) glider traffic. More information can be found on: http://glidernet.org

You can use this repo to report issues.

Usage

You can create custom links to ogn-live, for example:

http://live.glidernet.org/#c=44.84593,5.83412&z=6&o=1&b=46.3069,42.5792,11.0471,0.5003&l=pr&w=0&p=2&t=http://cunimb.fr/tasks_example.txt

URL Parameters

The following URL parameters are currently supported:

Flag Description Value
c center coordinates latitude,longitude
w show warning window 0 - hidden
z zoom level 0 (entire world) to 21 (most detailed)
o show offline aircrafts 1 - show offline
m map type s:sattelite, h:hybrid, r:roadmap, t:relief
b bounds lat_max,lat_min,lon_max,lon_min
s auto set to map 1 - true
l show special layers v:wind, p:pressure, z:airspaces, a:airports, r:recievers
u use imperial units i - activated
p path lenght default: 5 min, p=2: 10 min, p=3 all points
n show side panel 0 - hidden
t load task file, (see Tasks) URL

source

Task File Format

Currently the code handles JSON and XCSoar TSK files. You can generate such a task file with many programs (e.g. prosoar.de). The task file can be local or hosted somewhere (hosting with CORS). Remark: github and gists has CORS enabled.

To display only aircrafts you want, you can specify a "whitelist" of device IDs in the task file (currently only supported by JSON files). The devices need to be registered in the OGN database to be recognized.

Example task file (json-encoded)

{"tasks": [
    {"name": "15m", "color": "0000FF", "legs": [ [47.3,1.55],[48.2,2.3],[30000],[47.5,-1.3],[50000],[47.3,1.5] ] },
    {"name": "standart","color": "FFFF00","legs": [ [47.2,1.55],[46.5,2.3],[46.5,-0.2],[47,-0.2],[47.2,1.5] ] },
    {"name": "open","color": "FFFFFF","legs": [ [47.25,1.6],[48,3],[46,3],[47.22,1.6] ],"wlist": ["DD1111", "DD2222", "DD3333", "DD4444"]}
]}

There is an external program cup2ogn.exe that will generate such a file either of a .CUC (SeeYou competition scoring file), or of a .CUP file (with or without a task, but with is better).

License

Licensed under the AGPLv3.