GPX-0.4.8: Parse GPX files

Data.Geo.GPX.Util.Remove

Description

Utility functions for removing elements of GPX files.

Synopsis

Documentation

removeWpts :: Wpts a => a -> aSource

Removes all waypoints (wpt) elements from the given value.

removeTrks :: Trks a => a -> aSource

Removes all tracks (trk) elements from the given value.

removeRtes :: Rtes a => a -> aSource

Removes all routes (rte) elements from the given value.

removeMetadata :: Metadata a => a -> aSource

Removes the metadata element from the given value.

removeExtensions :: Extensions a => a -> aSource

Removes the extensions element from the given value.