Opened 17 years ago

Last modified 2 years ago

#2760 closed enhancement

GPX layer -> data layer convert does not simplify track — at Version 3

Reported by: anonymous Owned by: team
Priority: normal Milestone: 19.10
Component: Core Version:
Keywords: gpx Cc: chris.bainbridge@…, Bjoeni, ris

Description (last modified by Don-vip)

Many JOSM users load their GPX track log, convert it to a data layer, and then add it to OSM as a way. The resulting ways have many data points and are noisy. Potlatch has an automated solution to this problem in its conversion function: (From http://potlatchosm.wordpress.com/category/tips/ )

"Converting GPX tracks directly to ways can have a pitfall: if you’ve recorded a trackpoint every second, that’s a lot of unnecessary points on long, straight journeys. So Potlatch does a couple of things to avoid this. When you click ‘Track’, it “simplifies” the track to remove all the unnecessary points on straight lines. (For the curious, this is done using the Douglas-Peucker algorithm.)"

JOSM has a similar filter in the "utilsplugin" plugin, but it requires a user to a) know that it exists and b) install it and c) remember to call it on imported data.

I suggest that a "simplify" function is incorporated in the JOSM gpx->data conversion function, and that it is enabled by default.

Change History (3)

comment:1 by anonymous, 17 years ago

Cc: chris.bainbridge@… added

comment:2 by stoecker, 17 years ago

Type: defectenhancement

comment:3 by Don-vip, 7 years ago

Cc: Bjoeni added
Description: modified (diff)

@Bjoeni: what do you think about adding simplification to the GPX->OSM conversion options dialog?

Note: See TracTickets for help on using tickets.