rishabht1 / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
0 stars 0 forks source link

Ruler #277

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
A measuring method to find the distance between two points.

What goal would this enhancement help you achieve?
Since this software is used in real-time, users also need to know the distance 
between two points.

Original issue reported on code.google.com by benx...@gmail.com on 7 Sep 2011 at 4:15

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by heldersepu on 28 Apr 2012 at 12:54

GoogleCodeExporter commented 9 years ago

Original comment by heldersepu on 28 Apr 2012 at 1:16