.. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. UPLOAD ================================== .. toctree:: :maxdepth: 2 Uploads all waypoints from the Data Table to the connected GPS device. Newer GPS models prompt the user for a name for the new gpx file to be created. Depending on your GPS Model the IDENT field may contain anywhere from 6-many characters. Waypoints uploaded with IDENT values longer than the model allows will have the IDs automatically concatenated. If two waypoints have the same concatenated ID they will overwrite each other. One of the things that you have to watch out for is the overwriting of waypoints in the GPS. Each waypoint in the GPS has an ID. WHEN YOU UPLOAD WAYPOINTS - ANY WAYPOINT IN THE GPS THAT HAS THE SAME ID AS AN UPLOADING WAYPOINT, WILL BE OVERWRITTEN. This is especially dangerous when you upload graphics as waypoints. Because graphics don't have any attributes the extension gives each waypoint a sequential ID 1 - n number of graphic points. It is really easy to overwrite waypoints this way so make sure you have planned accordingly. **See Also:** * :doc:`connect_to_gps` * :doc:`upload_all` * :doc:`download_waypoint` * :doc:`waypoint_properties`