Bug 245140

Summary: add a slot to MarbleWidget => clearLoadedtracks()
Product: [Applications] marble Reporter: Sylvain Paré <sylvain.pare>
Component: generalAssignee: marble-bugs
Status: RESOLVED WORKSFORME    
Severity: wishlist CC: nienhueser
Priority: NOR    
Version: unspecified   
Target Milestone: 0.8 (KDE 4.3)   
Platform: Unlisted Binaries   
OS: All   
Latest Commit: Version Fixed In:

Description Sylvain Paré 2010-07-19 15:50:25 UTC
Version:           unspecified (using Devel) 
OS:                All

It could be very usefull to have a methode to clear marble from all loaded track (GPX KML KMZ ...)


Reproducible: Didn't try
Comment 1 Dennis Nienhüser 2012-11-22 22:00:55 UTC
Position tracking allows to clear its track (MarbleWidget::model()->positionTracking()->clearTrack()), and other files loaded via MarbleWidget::model()->addGeoDataFile() can be cleared with MarbleWidget::model()->removeGeoDataFile().