Bug 323043

Summary: Can you add timestamp field to the GeoDataCoordinates
Product: [Applications] marble Reporter: Pavel <pavelgood>
Component: generalAssignee: marble-bugs
Status: CLOSED INTENTIONAL    
Severity: wishlist CC: shentey, tgridel
Priority: NOR    
Version: 1.5 (KDE 4.10)   
Target Milestone: ---   
Platform: unspecified   
OS: Unspecified   
Latest Commit: Version Fixed In:
Attachments: This patch adds field m_tm (timestamp) to the GeoDataCoordinates

Description Pavel 2013-07-31 13:40:18 UTC
Created attachment 81480 [details]
This patch adds field m_tm (timestamp) to the GeoDataCoordinates

It would be nice to have parameter like timestamp in GeoDataCoordinates and methods like setTimestamp(), getTimestamp
Comment 1 Thibaut Gridel 2013-08-03 17:12:40 UTC
It would be interesting indeed to have time information in the coordinates.
Unfortunately we try and follow the  KML specs for the geodata classes and time does not belong there.
You can look for timestamp and timespan in the reference available here:
https://developers.google.com/kml/documentation/kmlreference
Comment 2 Bernhard Beschow 2013-09-07 12:31:44 UTC
You can also subclass GeoDataCoordinates in your own project to add the timestamp methods. Adding it in Marble wouldn't have a gread deal of benefit because Marble doesn't use timestamps internally anyway.
Comment 3 Pavel 2013-09-12 14:37:35 UTC
Thanks, I found another solution.