| 13 | | You can import points from a CSV file, and these will be made into a way with nodes at each point taken from the import file. Example: |
| 14 | | |
| 15 | | 1) In the CSV import format section of Preferences > Connection settings put "lat,lon" (without the quotation marks). |
| 16 | | |
| 17 | | 2) Create a text file with a series of coordinates on each line eg: |
| 18 | | |
| 19 | | {{{ |
| 20 | | 50.6944,-1.185 |
| 21 | | 50.6946,-1.1813 |
| 22 | | 50.694,-1.176 |
| 23 | | 50.693,-1.1723 |
| 24 | | 50.693,-1.168 |
| 25 | | 50.6905,-1.1684 |
| 26 | | 50.6873,-1.1686 |
| 27 | | }}} |
| 28 | | 3) Open the file in JOSM (CTRL + O), you will now have a new layer. |
| 29 | | |
| 30 | | 4) In the layers panel right click the new layer, and click "convert to data layer". |
| | 13 | CSV import is gone. Use gpsbabel to convert to gpx. |