[Digikam-devel] [Bug 214210] New: dont take the correct position from geolocation file

Marc Collin collinm at laboiteaprog.com
Thu Nov 12 00:35:54 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=214210

           Summary: dont take the correct position from geolocation file
           Product: digikam
           Version: 0.10.0
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel at kde.org
        ReportedBy: collinm at laboiteaprog.com


Version:           0.10.0 (using 4.3.3 (KDE 4.3.3) "release 1", KDE:43 /
openSUSE_11.2)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.31.5-0.1-desktop

i tried to do a correlation from a gpx file to some photo

i have a photo the date and time is: 2008:10:24 12:35:04

a part of my gpx file

<trkpt lat="41.903110000" lon="12.466303333">
  <ele>-13.600000</ele>
<time>2008-10-24T12:35:03Z</time>
  <course>170.059998</course>
  <speed>0.861111</speed>
  <fix>3d</fix>
  <sat>5</sat>
  <hdop>1.700000</hdop>
  <vdop>1.000000</vdop>
  <pdop>2.000000</pdop>
</trkpt>
<trkpt lat="41.903095000" lon="12.466296667">
  <ele>-8.600000</ele>
<time>2008-10-24T12:35:04Z</time>
  <course>200.020004</course>
  <speed>0.694444</speed>
  <fix>3d</fix>
  <sat>5</sat>
  <hdop>1.700000</hdop>
  <vdop>1.000000</vdop>
  <pdop>2.000000</pdop>
</trkpt>
<trkpt lat="41.903081667" lon="12.466278333">
  <ele>-4.300000</ele>
<time>2008-10-24T12:35:05Z</time>

so the latitude value should be 41.903095000 and the longitude should be
12.466296667

it was in rome italy this summer, so i need to put gmt value to: GMT+2:00

digikam don't find this value... it' like 41.900615 and 12.465328... if i check
this value in my gpx file theses value are found at 14:35:04

so i tried to put GMT+00:00 but i was value found a 16:35:05... so to get the
correct value i put gmt to 04:00... don't think it's normal

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list