vradarserver / vrs

A .NET web server that can plot the positions of aircraft on a map
http://www.virtualradarserver.co.uk/
Other
269 stars 50 forks source link

Add calculation of closest point from current location #26

Open vradarserver opened 4 years ago

vradarserver commented 4 years ago

See Reddit post here:

https://www.reddit.com/r/virtualradarserver/comments/ftm3rv/add_eta_into_the_details_panel/

I think it would be easiest to do it in JavaScript and only do the calculation the first time its required. That way if people aren't showing the ETA then nothing is wasting time calculating it.