
Click below to try:
km/h, km or nm, kts, input via selection of value (both unit systems shown)
EPSG:3857 format, like from https://www.openflightmaps.org/ (possibility to download ~1GB zip with tiles for given region, then paste slippyTiles_original.zip\original\merged\256\latest contents to local ./tiles folder)
https://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png, possibility to change via ?remote_tile_url={url1}&remote_tile_url={url2}&... 
./tiles/{z}/{x}/{y}.png, possibility to change via ?local_tile_url=... 
METAR and TAF for given route in separate page ([https://aviationweather.gov/adds/]), follows great circle pathADSB history based on ICAO transponder code (adsbexchange service)remote_tile_url - remote tile source url(s) with z,x,y coordinates embedded, like https://site.org/{z}/{x}/{y}.png, defaults to https://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.pnglocal_tile_url - local tile source url(s) with z,x,y coordinates embedded, like https://site.org/{z}/{x}/{y}.png, default for local execution - file:/// site scheme, defaults to ./tiles/{z}/{x}/{y}.pnglog_units - the result CSV output units, metric (km/h, km) or nautical (kt, nm)z - the initial EPSG:3857 zoom level, defaults to 5lon - initial map’s center longitude, defaults to 16.5238lat - initial map’s center latitude, defaults to 51.8320The assumption is that local tiles, by default located in ./tiles next to the html file, can be used as alternative background map layer. User can download the offline version from https://github.com/rogalmic/flight-planner/releases , which contains some tiles up to zoom level 6, then add more zoom levels for specific location from any source. This way planning can be done in offline scenario. User can also set 2 different urls for local/remote tiles, then switch then during planning (topography vs airspace).
Since this project goal is to be simple calculation helper, the wind is set manually. However once route is set, there is a way to query METARs and TAFs for given route. User needs to manually read the weather info and input wind direction and speed.
tiles folder, see https://github.com/hdjarv/osm-tile-downloader, offline deliverable built in travisHTML5 and ECMAScript 2015Visual Studio CodeGitGet repo
git clone "https://github.com/rogalmic/flight-planner.git"
code "./flight-planner/"
./tiles/{z}/{x}/{y}.png (EPSG:3857 format)