tkrajina / gpxpy

gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.
Apache License 2.0
1.01k stars 223 forks source link

get_nearest_locations returns the wrong point #272

Open pleasantone opened 9 months ago

pleasantone commented 9 months ago

get_nearest_locations was returning the correct track/segment/point numbers et al, but the wrong point(s) needed to save/return point_candidate, not a less appropriate point ...also trivial typing fixes elsewhere

pleasantone commented 8 months ago

@tkrajina your thoughts?