TeleIO / Telemachus-1

MIT License
34 stars 19 forks source link

Changed popup marker display of values #59

Closed Row-Bear closed 4 years ago

Row-Bear commented 4 years ago

-Removed decimals -For altitude above 10 000 meter, show altitude in km -added units (m, km and m/s) It's not great for high orbits, but for surface and low orbit this makes the display less jittery

sidrus commented 4 years ago

This is great! Thank you :) One thing we could think about doing is to pull the calculations/string building out into its own function and we'd just display the return value of that function here. That will help make the code more readable in the future.

I appreciate your work!