Skip to content

Restore former GPX rendering behavior.

Anthony Austin requested to merge aaustin/marble:restore-gpx-rendering into master

Previous versions of Marble rendered GPX tracks using a thick red line and then recentered and zoomed the map so that the newly-loaded track occupied most of the display. At some point, this behavior got lost; for some time now, Marble has been rendering GPX tracks as a difficult-to-see 1-pixel-wide white line and not recentering or zooming the map, leading some users to the conclusion that the software wasn't loading the track at all. See the following bug reports:

This patch restores the old rendering behavior.

Merge request reports