The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.04 - 2022-10-20

  • The waypoints() method now gets but no longer sets:
    • call waypoints_add() to set instead
    • users would need to replace calls to waypoints with waypoints_add but only if they were setting
  • Renamed method waypoints_add(), was add_waypoint():
    • this change was necessary for consistency in method naming
    • users should replace all calls to add_waypoint with waypoints_add
  • New methods to replace current accessors: routes(), tracks()
  • New methods: routes_add(), tracks_add(), clone()

Modules

Create and parse GPX files
Class to store and edit GPX Waypoints