Update Leaflet to use latest version and mirror
Removed unrequired entries from classpath
Merge branch 'master' of ssh://git.code.sf.net/p/fgflightplanner/code
Minor updates to build paths for latest Eclipse version
One more fix to "mag headings": The lib gives EAST variation as POSITIVE, so we must SUBTRACT it
I have just done some testing and I agree with you here.
Two fixes to showing ILS freqs in airport diagrams.
One more fix to "mag headings": The lib gives EAST variation as POSITIVE, so we must SUBTRACT it
Two fixes to showing ILS freqs in airport diagrams.
Cool. I got your message on how you are building. I'll try to get my local environment setup for building/testing on Windows. Happy to help in any way I can. Your prompt reply was much appreciated.
Cool. I got your message on how you are building. I'll try to get my local environment setup for building/testing on Windows. Happy to help in any way I can. Your promp reply was much appreciated.
Fix format and naming of the Route Manager Export format.
Fix magnetic variation bug: long/lat params were reversed
Hi Ron, I'm glad you enjoy the program. and very pleased you spotted this and took the time and effort to find the cause. I will merge your Pull Request asap. Regarding building the app. I now just use the Eclipse internal build process to build the app. As you can see the project started a long time ago and I really devote very little time to it these days, although I have lately been working on getting the export in the FlightGear route manager format to work properly and will commit and hopefully...
Hi Trevor. I love this program, just started using it with flight gear, but I noticed that the mag var applied to my KLAX->KSFO was very wrong, like 47 degrees. I found the problem: the newer Geomagnetism.java expects its params to be in (long, lat) order, but Plan.java and PlanEditor.java were sending them in (lat, long) order. I make a fork and fixed it... tests correctly now (KLAX mag var about 12). I submitted a merge request if you agree this is the correct fix. Also: I got eclipse to MOSTLY...
Fix magnetic variation bug: long/lat params were reversed
Revert "Add Location ID to tooltip in world map view"
Add Location ID to tooltip in world map view
Glad to hear you got it working. Thanks for your suggestions, I will look into doing those things. Both quite simple, (other than working out flight characteristics of the various aircraft). I have been making a number of small improvements over the last few months, including the OpenStreetMap display and will try and build a new release in the coming days. Maybe you would like to test it for me. :)
Updated release notes
Added a 500ms wait before setting location in Open Street map view. This
Dear Trevor, no reason to apologise! Thank you very much for your efforts! I got it to work now by offering the aforementioned JDK11 to Kelpie by manual copy to the Kelpie main directory as well as by installing the JDK17 with the normal installer offered here: https://www.oracle.com/java/technologies/downloads/#jdk17-windows . Great program! At first gance I tend to like it! If I may make some suggestions for improvement: It would be great if you could include some more aircraft of the recent Flightgear...
Hi Roland, I must apologise.. I had not done any work on the project for many years, but have recently retired and started to bring it back up to date. As a result we now require a later Java version. I think, from the messages above, that https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_windows-x64_bin.zip should be fine. This is the version I am using (on linux). Any later version should also be OK, but I have not tested. I don't have a Windows 10 machine at hand, but will try and borrow...
Hi Roland, I must apologise.. I had not done any work on the project for many years, but have recently retired and started to bring it back up to date. As a result we now require a later Java version. I think, from the messages above, that https://www.oracle.com/java/technologies/downloads/#java11 should be fine. This is the version I am using.. Any later version should also be OK, but I have not tested.
Dear Trevor, dear forum, I am just getting into Flightgear an would have liked to try your FP program. Installed the latest Java 32bit runtime first but it got rejected by Kelpie announcing it needed a 64bit environment. So I installed jre-8u311-windows-x64 but it still does not start. I recieved this error log: !SESSION 2022-01-01 22:10:13.828 ----------------------------------------------- eclipse.buildId=unknown java.version=1.8.0_311 java.vendor=Oracle Corporation BootLoader constants: OS=win32,...
Dear Trevor, dear forum, I am just getting into Flightgear an would have liked to try your FP program. Installed the latest Java 32bit runtime first but it got rejected by Kelpie announcing it needed a 64bit environment. So I installed jre-8u311-windows-x64 and recieved this error log: !SESSION 2022-01-01 22:10:13.828 ----------------------------------------------- eclipse.buildId=unknown java.version=1.8.0_311 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32,...
Remove unrequired code and reformatted
Organise imports
Tweak layout of the Max Altitude toolbar item
Update build metadata
Use the auto planner when adding the return sector as necessary
Code cleaan up and improvement to null pointer avoidance
Updated Magnetic Field data to 2020 using new class
Replaced GL paint loop with event driven mechanism using GlCanvas paint
Refactored data loading notifications to use listener pattern
Fix display of nearby navaids when plan uses fixes
Fix display of NDBs
Fix speed calculation on multi sector plans
Removed spurious imports
Code cleanup
Updated to latest format. Still unreliable when loading to FG
Updated Open streetmap view to use Leaflet api
Add return sector action
Don't reuse number format. NOT THREAD SAFE!!!
Ensure magnetic heading not -ve after deviation applied
Add an arrival beacon near the "to" airport when building the plan.
Ensure magnetic heading not -ve after deviation applied
Fix NPE and Class Cast errors when a non draggable row in the plan is
Update default altitude in toolbar when airraft type changed
Finally fixed the detection of the Lat/Long from the mouse position.
Only detect heliports on hover if viewable.
Added a link to the flightgear http server to show the position of the
Removed unused libraries from build
Updated version number in manifest and product
Remove unused imports
Code cleanup
Store changes to aircraft configurations in separate config file in home
Set plan name as the plan is built.
Fix aircraft selection menu quirks when workbench first opened.
Added ability to set cruise altitude for a plan, i.e. not use the
Added display of aircraft speed to the plan view.
Further improvement to Location detection on mouse hover at high zoom
Still fixing hover behavior
Improve accuracy of hover detection for nearest airport or nav aid.
Updated bundle version to 1.3.1
Fixed error in calculating Top of Climb and beginning of descent on
Kelpie Flight Planner lives again
Merge remote-tracking branch 'origin/fgflightplanner_1.3.0'
Revert "Early changes to build with Eclpse 4 and GL 2.0"
Revert "Added most required handlers and menus etc to the plan view"
Revert "Latest attempt at migrating to Eclipse e4 framework (not really that"
Revert "First commit of all code for Version 2.0, a new beginning."
Fixed small plan segments in the map view from being clipped
Fixed NAN error when at north or south pole.
Deleted extra javadocs
Minor rework and refactor to :
Minor rework and refactor to :
Latest attempt at migrating to Eclipse e4 framework (not really that
Added most required handlers and menus etc to the plan view
Early changes to build with Eclpse 4 and GL 2.0
Sad to announce I can no longer maintain this project.
First commit of all code for Version 2.0, a new beginning.
Thanks Andrea. It is taking me longer than expected to have anything substantial, but I am making progress.
Hi Trevor, nice to here that you are back to this project!
Tony I have the same problem, again running FlightGear 2017.2.1: search is working with navaids but not airports. Other details 64 bit Windows 10 and java jre1.8.0_151 Many thanks for any help; it looks like a useful programme Rob
Actually I have just retired from full time work and have just begun work to bring Kelpie Flight Planner up to date. So hopefully it will be fixed before too much longer.
Just seen ticket raised in July 2014 ....... 'FG cannot read apt.dat.gz'.... I guess this is my problem and if its not been fixed by now then it never will be! So 'Kelpie Flight Planner for Flightgear' cannot work with Flightgear????