View Issue Details

IDProjectCategoryView StatusLast Update
0001110GeoSetterImage Datapublic2017-05-16 22:52
Reportersealight Assigned ToFriedemann  
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Product Version3.4.16 beta 
Target VersionFixed in Version 
Summary0001110: "Synchronize with GPS Data Files" fails with kml file
Description"Synchronize with GPS Data Files" function fails with error
"(...)doesn't contain any coordinates containing date time(...)"
when using this file:

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
<Placemark><name>2012-09-08 11:02</name><Point><coordinates>-9.145346,38.73000</coordinates></Point></Placemark>
<Placemark><name>2014-02-04 17:17</name><Point><coordinates>-9.146008,38.73132</coordinates></Point></Placemark>
<Placemark><name>2014-02-04 17:04</name><Point><coordinates>-9.145381,38.73037</coordinates></Point></Placemark>
</Document>
</kml>
TagsNo tags attached.

Activities

2014-02-05 00:07

 

PhoneTrackerLog.kml (462 bytes)

sealight

2014-02-05 11:10

reporter   ~0002010

Note1:
The problem seems to be that some kml files don't have the XML TimeStamp node.
<TimeStamp>
  <when>2012-09-08T11:02Z</when>
</TimeStamp>


Instead they have the timestamp as a name node.
<name>2012-09-08 11:02</name>

Can this flavor of kml file be supported too?

mvp

2014-07-03 11:42

reporter  

7temp.csv (732,142 bytes)

mvp

2014-07-03 11:46

reporter   ~0002153

Hi,
I have exactly the same message when I use a GPS log file from the UAV autopilot (csv format). The file attached is part of it. My question is what parameters should the file contain? I assume Time stamp, Lat, Lon,and orientation angles; wmega, phi, kappa. Should this file be in an specific format,probably this csv format doesn't have the proper format.

Thanks for the help.

Issue History

Date Modified Username Field Change
2014-02-05 00:07 sealight New Issue
2014-02-05 00:07 sealight File Added: PhoneTrackerLog.kml
2014-02-05 11:10 sealight Note Added: 0002010
2014-07-03 11:42 mvp File Added: 7temp.csv
2014-07-03 11:46 mvp Note Added: 0002153
2017-05-16 22:52 Friedemann Status new => assigned
2017-05-16 22:52 Friedemann Assigned To => Friedemann