Changes between Version 3 and Version 4 of Help/Preferences/Connection
- Timestamp:
- 2007-10-25T15:03:29+02:00 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences/Connection
v3 v4 1 1 = Preferences > Connection settings = 2 3 == OSM Connection setting == 2 4 3 5 You can set the URL for requests to the OpenStreetMap server. It is very unlikely you will need to change this. … … 7 9 Before you upload any changes to the OpenStreetMap server you need to [http://www.openstreetmap.org/create-account.html create] an account. Your chosen username and password need to be entered on the connection settings page. 8 10 11 == CSV import == 12 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". 9 31 10 32 Back to [wiki:Help Main Help]
