![]() |
2008-11-30
, 11:54
|
Posts: 157 |
Thanked: 96 times |
Joined on Nov 2007
@ Oxford, UK
|
#2
|
![]() |
2008-11-30
, 14:28
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#3
|
![]() |
2008-12-01
, 01:39
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#4
|
![]() |
2008-12-01
, 03:47
|
|
Posts: 900 |
Thanked: 273 times |
Joined on Aug 2008
@ Fresno CA USA
|
#5
|
The Following User Says Thank You to fragos For This Useful Post: | ||
![]() |
2008-12-01
, 19:26
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#6
|
Do you know what format the exif tag uses for geo-encoding... if its GPS/GPX i think it will work with maemo-mapper.
GPS tag version |0x02, 0x00, 0x00, 0x00
North or South Latit|N
Latitude |33.00, 52.00, 31.66
East or West Longitu|W
Longitude |116.00, 18.00, 5.83
Altitude reference |0x00
Altitude |304.00
GPSLatitudeRef
Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.
GPSLatitude
Indicates the latitude. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If latitude is expressed as degrees, minutes and seconds, a typical format would be dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be dd/1,mmmm/100,0/1.
$exiftool -GPSPosition filename
GPS Position : 33 deg 52' 31.66" N, 116 deg 18' 5.83" W
The Following User Says Thank You to benny1967 For This Useful Post: | ||
On the tablet, quiver lets me read all the EXIF-information, but my brain is not very good in transforming latitude/longitude-values to places. So what I'd love to have is a way to open a map with one click and have an icon indicate the position. This could even be by simply linking to Google maps, I dont care. I just want a one-click solution.
Any existing app that does this? If not: I see there's an "external tools"-menu in quiver... how does this work? would it be possible to extend quiver this way, using the EXIF data it reads and passing it along to the browser via a google-URL?