Akaflieg-Freiburg / enrouteServer

Scripts to set up a server to provide map data to the app "Enroute Flight Navigation"
GNU General Public License v3.0
4 stars 3 forks source link

Show mountain peak elevation in map #40

Open kebekus opened 2 years ago

think-nice-things commented 2 years ago

Hi,

I don't know how you want to show elevation but here's a suggestion. Since dem / hgt data are installable, it should be possible to highlight regions which are above the current in-flight altitude. Here's an example (not from a flight app but taken from a flight planning with QMapShack where I set the altitude to 11700 ft):

image

kebekus commented 2 years ago

@think-nice-things Very nice flight track. I was flying in that region with a glider this summer.

kebekus commented 2 years ago

@think-nice-things Welcome back! If you are ever interested in helping with the programming, you're most welcome!

kebekus commented 2 years ago

@think-nice-things As for your suggestion: I had something much easier in mind. At present, the moving map of Enroute Flight Navigation shows a few selected mountain peak names ("Matterhorn"). All I want is to add the height ("Matterhorn 4478m"). The difficulty is to make the map switch units, depending on the user preference ("Meters" or "Feet").

Your suggestion makes perfect sense to me, but seems impossible to implement efficiently with the map display technology (MapBox GL) that I currently use. If you have a suggestion for an implementation, let me know.