kml export - time data missing in placemarks

Started by tstreibl, January 04, 2021, 05:02:32 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

tstreibl

Hi Orux,

would it be possible to export the time information of the poi's to kml files as well? In the oruxmapstracks.db poitime already exists but non of the exported placemaks have a timestamp attribute. Especially for photo waypoits this might be cool. Additionally the time information would not be lost when reimporting those files to the oruxmaps app. Didn't check if other file formats like gpx show the same effekt.

When you go into the statistics and plot a track/route graph over time, all placemarks are shown on the start-time of the track/route. So time information of the poi's isn't used there, too.

Is there a special reason why the oruxmaps namespace xmlns:om="http://www.oruxmaps.com/oruxmapsextensions/1/0 is not moved to the kml tag at the beginning of the kml file where all the other namespaces are defined? This way it could be read as part of the namespace map. At the moment the orux namespace is defined in each ExtendedData tag.

In the when tags the timestamps are mixed between second and millisecond resolution within the same track. For me not a problem but I guess that's not intended?
<when>2020-09-02T14:43:34.999Z</when>
<when>2020-09-02T14:43:39Z</when>

Best regards, Tilo

P.S. my Oruxmaps Version is 8.1.6 GP