birdnotes.py
Loc.addGps()
Waypoints are kept in a simple list, in the order they are added.
# - - - L o c . a d d G p s def addGps(self, gps): """Add one waypoint. """ self._gpsList.append(gps)