maxbodin / earth3d

3d Earth data visualizer 🌐
https://earth3d.maximebodin.fr
7 stars 0 forks source link

Allow Users to Measure Distance Between Two Points. #29

Open maxbodin opened 1 week ago

maxbodin commented 1 week ago

Implement a feature that allows users to select two points on the map and measure the distance between them. Display the calculated distance in kilometers or miles.

Allow users to compute the distance between two selected markers on the map using the Haversine formula. This feature will display the shortest distance between two points, useful for geographical and navigation purposes.