Apparently waypoint information extraction from gpx upload has been recently added to PotLatch, the online map editor for OpenStreetMap.
I've read some reports that the waypoints that are written by BT747 into the GPX files are recognized by PotLatch.
After reading the code that is responsible for analyzing the GPX files in PotLatch, I found that only a few features are recovered and that BT747 could be optimized to add additional information to the GPX files.
The relevant PotLatch code is here:
http://trac.openstreetmap.org/browser/applications/editors/potlatch/gps.as
and one can see that 'sym' and 'desc' fields are interpreted (along with lat, lon and ele). These two fields were not generated by BT747 but I'll do so for 'sym' now. The 'cmt' field already has data so I am not sure wheter I should repeat that in 'desc'. It is probably better that PotLatch evolves.
Also note that 'BT747' has a
Also note that 'BT747' has a button called 'OSMup'.
That button will upload the track data to Open Street Map and to do so it will: