Akaflieg-Freiburg / enroute

A free navigation app for VFR pilots
https://akaflieg-freiburg.github.io/enroute/
GNU General Public License v3.0
100 stars 24 forks source link

Smarter way of adding waypoints #216

Closed kebekus closed 2 years ago

kebekus commented 2 years ago

The app could ask where in the route waypoints should be inserted (at the beginning? at the end? in the middle?)

kebekus commented 2 years ago

TTC70 wrote: I noticed that when you add a waypoint, the app always adds it after the last waypoint in the flight plan (destination). Is there a way to add a waypoint after the closest one? Or let the user choose where he wants to load the new waypoint?

There is presently no such way. I have not found the time to implement anything here.

@TTC70 Let's use this issue to discuss issues related to 'waypoint adding.'

TTC70 commented 2 years ago

@kebekus ... "I have not found the time to implement anything here.".... of course. I believe that everything should be done in the right time. Regarding this issue, when I add a new waypoint to my GPS Garmin in the car, the system asks after which waypoint I want to put the new waypoint. The same concept is applied to the programming of the on board computer of A320: when you have to add a waypoint between the departure airport and the arrival one, you select the departure airport, write the name of the waypoint (VOR, another airport, NDB, TACAN, etc...) and the system writes that waypoint after the one you selected. This might be an idea....?!

kebekus commented 2 years ago

I just implemented an improvement for the upcoming version 2.18.0. Please have a look once this is out, then we can discuss it further.

Best,

Stefan.

TTC70 commented 2 years ago

I just implemented an improvement for the upcoming version 2.18.0. Please have a look once this is out, then we can discuss it further.

Best,

Stefan.

Roger. I will try the new features and will let you know.