Closed GoogleCodeExporter closed 9 years ago
The distance between two points depends on the route taken...
Now; We could get the SHORTEST distance between two points (a straight line).
Is that what you mean?
Original comment by heldersepu
on 8 Sep 2011 at 1:03
Yes, since we are not using vectors now, a straight line will do. That way we
can guesstimate the distance to your destination when the user is using GPS in
real-time and so can make decisions depending upon the distance left to travel.
Original comment by benx...@gmail.com
on 8 Sep 2011 at 1:43
Completed the following:
1) Ruler: Since F7 was unused, I have used it for toggling Ruler mode on and
off. The status bar has been used to display segment distance and total
distance. One can keep on clicking to add segments of straight lines to find
out the distance.
2) Smaller Marker: Since I found the marker.png to be too huge, added a 50%
size of this image with a new name marker_s.png.
3) Marker Name: Displaying the marker name in the map instead of only Markers.
Since this is my first python contribution, I stand to be corrected.
Original comment by benx...@gmail.com
on 18 Sep 2011 at 5:37
Original comment by heldersepu
on 28 Apr 2012 at 12:54
Original comment by heldersepu
on 28 Apr 2012 at 1:16
Original issue reported on code.google.com by
benx...@gmail.com
on 7 Sep 2011 at 4:15