abidinamdar / gmapcatcher

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

viewing map by manually entered GPS coordinates #191

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What new or enhanced feature are you proposing?
possibility to enter and jump to manually entered gps coordinates, like 
35.825608,139.670563.
and supporting of two formats x.y/a.b.c.d.e would be nice.

What goal would this enhancement help you achieve?
if you have gps receiver that could not be connected to pc you will be able to 
view the map.

Original issue reported on code.google.com by pokr...@gmail.com on 5 Aug 2010 at 1:40

GoogleCodeExporter commented 8 years ago
should be resolved in r998 now

Original comment by Mark111...@gmail.com on 24 Aug 2010 at 2:39

GoogleCodeExporter commented 8 years ago

Original comment by heldersepu on 24 Aug 2010 at 1:03

GoogleCodeExporter commented 8 years ago
hi
i think lat/lan is reversed, for example 35.694110,139.703522 defines tokyo and 
when online it works, but offline it does not open this position.

but 139.703522,35.694110 work in offline and opens the tokyo.

copy location command store following location for tokyo:
Latitude=35.694389, Longitude=139.703479

Original comment by pokr...@gmail.com on 25 Aug 2010 at 8:28

GoogleCodeExporter commented 8 years ago
Yes reversed indeed!, I corrected it in r1009

Original comment by heldersepu on 25 Aug 2010 at 1:12

GoogleCodeExporter commented 8 years ago
...and in r1010 I added re.IGNORECASE, I guess it should be the same result:

 Latitude=35.694389, Longitude=139.703479
  or
 latitude=35.694389, longitude=139.703479

That should really close this Issue

Original comment by heldersepu on 25 Aug 2010 at 1:38