Hi there,
I recently watched the LR Geotagging tutorial video from Adobe TV.
Now I try to use my own gpx file I downloaded from my mobilytrip.com Account.
The track itself (the blue line) is displayed fine in LR. But I can't find any timestamp information (i.e. tooltip).
In my opionion the gpx-file itself is valid and contains all informations. Do you have any advice?
Sample data from my gpx-file:
<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0" creator="MobilyTrip iPhone-Anwendung" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/0" xsi:schemaLocation="http://www.topografix.com/GPX/1/0http://www.topografix.com/GPX/1/0/gpx.xsd">
<trk>
<name><![CDATA[Australien 2012]]></name>
<trkseg>
<trkpt lat="-31.95648140942722" lon="115.8597207069658">
<ele>31.1522102355957</ele>
<time>2012-10-20 08:35:59</time>
<localtime>2012-10-20 16:35:59</localtime>
<speed>0</speed>
<type>iPhone3,1</type>
<horizontalAccuracy>10</horizontalAccuracy>
<verticalAccuracy>19</verticalAccuracy>
<course>19</course>
<batteryLevel>0.6</batteryLevel>
</trkpt>
<trkpt lat="-31.95587056746829" lon="115.859554452992">
<ele>59.22030258178711</ele>
<time>2012-10-20 08:36:30</time>
<localtime>2012-10-20 16:36:30</localtime>
<speed>0</speed>
<type>iPhone3,1</type>
<horizontalAccuracy>10</horizontalAccuracy>
<verticalAccuracy>17.50048710319767</verticalAccuracy>
<course>17.50048710319767</course>
<batteryLevel>0.6</batteryLevel>
</trkpt>
<trkpt lat="-31.95573499599386" lon="115.8596570058227">
<ele>62.91181945800781</ele>
<time>2012-10-20 08:37:01</time>
<localtime>2012-10-20 16:37:01</localtime>
<speed>0</speed>
<type>iPhone3,1</type>
<horizontalAccuracy>10</horizontalAccuracy>
<verticalAccuracy>19</verticalAccuracy>
<course>19</course>
<batteryLevel>0.6</batteryLevel>
</trkpt>
</trk>
</gpx>
cheers
Renzo