Changes between Initial Version and Version 1 of Ticket #16550
- Timestamp:
- 2018-08-01T19:15:47+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16550
- Property Keywords regression gpx added
- Property Milestone → 18.08
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #16550 – Description
initial v1 19 19 (1) Original GPX: 20 20 {{{ 21 #!xml 21 22 <?xml version='1.0' encoding='UTF-8'?> 22 23 <gpx version="1.1" xmlns="http://www.topografix.com/GPX/1/1" … … 40 41 (2) This GPX converted to OSM: 41 42 {{{ 43 #!xml 42 44 <?xml version='1.0' encoding='UTF-8'?> 43 45 <osm version='0.6' upload='false' generator='JOSM'> … … 59 61 (3) Converted back to GPX, we see **wpt**s that shouldn't be there and no timestamps on the track: 60 62 {{{ 63 #!xml 61 64 <?xml version='1.0' encoding='UTF-8'?> 62 65 <gpx version="1.1" creator="JOSM GPX export" xmlns="http://www.topografix.com/GPX/1/1" … … 87 90 (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]: 88 91 {{{ 92 #!xml 89 93 <?xml version='1.0' encoding='UTF-8'?> 90 94 <osm version='0.6' upload='false' generator='JOSM'> … … 100 104 (5) And that can easily be exported to GPX with timestamps and without unnecessary waypoints: 101 105 {{{ 106 #!xml 102 107 <?xml version='1.0' encoding='UTF-8'?> 103 108 <gpx version="1.1" creator="JOSM GPX export" xmlns="http://www.topografix.com/GPX/1/1"