galileo icon indicating copy to clipboard operation
galileo copied to clipboard

FEAT: Scales and Measurements and Distances (oh my!)

Open IndianBoy42 opened this issue 4 months ago • 0 comments

Thanks for the library, its nice to have an easy to use and performant library for map visualization in rust.

Something I really want is the ability to measure and compute distances between different points (accounting for coordinate systems and projections and spherical geometry nonsense).

Applications:

  • Showing the current scale of the map view
  • Denoising paths of GPS data for plotting (points close enough together can be collapsed)
  • Measure distance between selected points on the map

IndianBoy42 avatar Oct 09 '24 09:10 IndianBoy42