Opened 4 years ago
Last modified 4 years ago
#2760 new enhancement
GPX layer -> data layer convert does not simplify track
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | ||
| Cc: | chris.bainbridge@… |
Description
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.
Attachments (0)
Change History (2)
comment:1 Changed 4 years ago by anonymous
- Cc chris.bainbridge@… added
comment:2 Changed 4 years ago by stoecker
- Type changed from defect to enhancement


