HTML5 application for creating Flight Plans in Finland.
The aim is to fill official flight plan form based on what application knows about airfields, users location and some users selections.
Live version is available in www.lentoapuri.fi/.
Unit tests are using QUnit framework.
- Test source: scripts/tests.js
- Test execution: www.lentoapuri.fi/test.html
It could be that data files are opened with wrong encoding in VS Code and Scandinavian letters are not presented correctly.
To open with correct encoding:
- Click current encoding name e.g.
Windows 1255
orUTF-8
from bottom bar of VS Code - Select action
Reopen with Encoding
- Select
ISO 8859-1
Some data files can be converted from raw data to json. Raw file format is somewhat copy-paste from AIP.
- Update raw data file data/airspace-raw.txt
- Open airspace-conv.html in browser. Try online www.lentoapuri.fi/airspace-conv.html
- Copy paste json output to destination datafile (from beginning of the file until log area begin)
- Update raw data file data/EE-aerodromes-raw.txt
- Open aerodrome-conv.html in browser. Try online www.lentoapuri.fi/aerodrome-conv.html
- Copy paste json output to destination datafile (from beginning of the file until log area begin)