Changes between Version 4 and Version 5 of Help/Preferences/Connection


Ignore:
Timestamp:
2008-04-01T17:49:32+02:00 (18 years ago)
Author:
JohannesRudolph
Comment:

see [584] and #641

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Connection

    v4 v5  
    1111== CSV import ==
    1212
    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".
     13CSV import is gone. Use gpsbabel to convert to gpx.
    3114
    3215Back to [wiki:Help Main Help]