Changes between Initial Version and Version 1 of Ticket #16550


Ignore:
Timestamp:
2018-08-01T19:15:47+02:00 (7 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16550

    • Property Keywords regression gpx added
    • Property Milestone18.08
    • Property Owner changed from team to Don-vip
    • Property Status newassigned
  • Ticket #16550 – Description

    initial v1  
    1919(1) Original GPX:
    2020{{{
     21#!xml
    2122<?xml version='1.0' encoding='UTF-8'?>
    2223<gpx version="1.1" xmlns="http://www.topografix.com/GPX/1/1"
     
    4041(2) This GPX converted to OSM:
    4142{{{
     43#!xml
    4244<?xml version='1.0' encoding='UTF-8'?>
    4345<osm version='0.6' upload='false' generator='JOSM'>
     
    5961(3) Converted back to GPX, we see **wpt**s that shouldn't be there and no timestamps on the track:
    6062{{{
     63#!xml
    6164<?xml version='1.0' encoding='UTF-8'?>
    6265<gpx version="1.1" creator="JOSM GPX export" xmlns="http://www.topografix.com/GPX/1/1"
     
    8790(4) Now, I removed the tags from the OSM file (2), that's how it used to be before changeset [https://josm.openstreetmap.de/changeset/14055/josm 14055]:
    8891{{{
     92#!xml
    8993<?xml version='1.0' encoding='UTF-8'?>
    9094<osm version='0.6' upload='false' generator='JOSM'>
     
    100104(5) And that can easily be exported to GPX with timestamps and without unnecessary waypoints:
    101105{{{
     106#!xml
    102107<?xml version='1.0' encoding='UTF-8'?>
    103108<gpx version="1.1" creator="JOSM GPX export" xmlns="http://www.topografix.com/GPX/1/1"