View on GitHub

Radio Chart Edition Web Interface (RCEWI)

A web integrated radio chart for Falcon 4.0 BMS

download .ZIPdownload .TGZ

Welcome to Radio Chart Edition Web Interface (RCEWI)

This system is purely just clean HTML with javascript to offer you the simplicity of having a offline editor with radio charts of airports in korea map (If you want other airfields such for other themes, feel free to add them yourself). The template is designed to fit phones such as androids and IOS if you decide to host it on your own webserver. (If you want to host this online, please contact me on BMS forums under Alwandy)

How to add your own airfield

<option value="XX">Airfield name</option> <-- Add a option value, usually we add a new number of last one for example last value was 87 this becomes then 88.

After that's done, add this line under the variable airports

["Airport ID", "Airport name", "Tower Freq", "ILS", "Runway", "Elevation", "GPS"] - Airport ID is basically the id you given in value and voilá it works.

Credits