[OSM-newbies] display gpx timestamps in JOSM

Someoneelse lists at mail.atownsend.org.uk
Tue Mar 3 16:25:16 GMT 2009


> Okay, guess I have to do it this way (with the waypoints). I just didn't 
> want to handle the GPS device at all, since it's neatly mounted on my 
> handlebar and I see no difference in writing a time or a waypoint number 
> and the time should be a valid data field for each recorded track so I 
> thougt it would be easy to use... 

Perhaps an editor macro in text-editor-of-your-choice would do the trick?

If you could take a copy of every 20th point and edit it from something 
like:

			<trkpt lat="53.10384" 
lon="-1.032456"><ele>108.0</ele><time>2009-03-01T18:41:12.036Z</time></trkpt>

to:

			<wpt lat="53.10384" 
lon="-1.032456"><ele>108.0</ele><time>2009-03-01T18:41:12.036Z</time><name>184112</name></wpt>

and then merge it back in above the <trk> entry in the GPX file you 
should get a series of "valid" waypoints.





More information about the newbies mailing list