Waypoints
Add functionality to interact with waypoints
Basic functionality has been added, but need to go through the KSP API and see if there is anything else that needs adding.
I did a little poking at this one. I added a method to create waypoints at altitude, so you don't have to create them then move them up in a pull request.
Something that might be nice to add - the ability to activate navigation on a waypoint? I BELIEVE you do that by creating a NavWaypoint and passing it the Waypoint you want to navigate to. I'll dig through the code for Waypoint Manager and try to figure that out at some point, along with figuring out how to hold onto that NavWaypoint so we can reference it later.
I also think rendering waypoints in flight - like waypoint manager does - might be a nice thing to add. I was doing this manually with the drawing service - just painting in a locus at the waypoint location, but rendering the icon image at the location would be handy?
Both sound like worthy additions!