Changes between Version 33 and Version 34 of Help/Preferences/Connection


Ignore:
Timestamp:
2014-10-23T20:36:25+02:00 (11 years ago)
Author:
skyper
Comment:

fixed icon link + https +layout

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Connection

    v33 v34  
    11[[TranslatedPages]]
     2[[PageOutline(1-10,Table of Contents)]]
    23= Preferences > Connection settings =
    3 
    4 [[TOC(inline)]]
    54
    65== The URL to the OSM server == #ApiUrl
     
    1615=== Advanced option: Downloading and uploading to a custom server ===
    1716Some JOSM users need to configure the API URL of an OSM server because they are working with a custom server:
    18   * Some users are working with local installations of the OSM server
    19   * Some users are working with development and test instances of the OSM server (for instance with [http://api06.dev.openstreetmap.org]).
     17* Some users are working with local installations of the OSM server
     18* Some users are working with development and test instances of the OSM server (for instance with [http://api06.dev.openstreetmap.org]).
    2019
    2120[[Image(use-custom-api-url.png)]]
    2221
    2322In order to use a custom URL:
    24   1. Remove the tick in the checkbox for the standard API URL (see screenshot above)
    25   1. Enter the API URL
     231. Remove the tick in the checkbox for the standard API URL (see screenshot above)
     241. Enter the API URL
    2625 
    27 Click on '''Validate''' to test whether an OSM API server is available at the given URL. If so, JOSM will display the icon [[Image(source:/trunk/images/dialogs/changeset/valid.png)]] to the right of the input field for the API URL. If the URL isn't valid, JOSM will display the icon  [[Image(source:/trunk/images/warning-small.png)]].
     26Click on '''Validate''' to test whether an OSM API server is available at the given URL. If so, JOSM will display the icon [[Image(source:/trunk/images/dialogs/valid.png,middle)]] to the right of the input field for the API URL. If the URL isn't valid, JOSM will display the icon  [[Image(source:/trunk/images/warning-small.png,middle)]].
    2827
    2928
     
    3534
    3635If you work '''anonymously''' you are allowed
    37   * to download geo-data from the OSM server and save it to a local file
    38   * to download public GPS traces from the OSM server
    39   * to load geo data from a file, edit it, and save it back to a file
     36* to download geo-data from the OSM server and save it to a local file
     37* to download public GPS traces from the OSM server
     38* to load geo data from a file, edit it, and save it back to a file
    4039
    4140However, you can't
    42   * upload geo-data to the OSM server. You can't created, update, or close changesets either.
    43   * download your private GPS traces
     41* upload geo-data to the OSM server. You can't created, update, or close changesets either.
     42* download your private GPS traces
    4443
    45 You are recommended to [http://www.openstreetmap.org/user/new?referer=%2F create an OSM user account]. By using [http://www.openstreetmap.org/user/new?referer=%2F this form] you can choose an '''OSM username''' and an '''OSM password''' both of which you will use below.
     44You are recommended to [osmwww:user/new?referer=%2F create an OSM user account]. By using [osmwww:user/new?referer=%2F this form] you can choose an '''OSM username''' and an '''OSM password''' both of which you will use below.
    4645
    4746=== Basic authentication ===
     
    6564To use Basic Authentication
    6665
    67   1. Go to the tab '''Authentication''' in the Connection Preferences
    68   1. Select the authentication method '''Basic authentication'''
    69   1. Enter your OSM username and your OSM password
     661. Go to the tab '''Authentication''' in the Connection Preferences
     671. Select the authentication method '''Basic authentication'''
     681. Enter your OSM username and your OSM password
    7069
    7170=== OAuth based authentication ===
     
    7372
    7473OAuth has two major advantages over basic authentication:
    75   1. Your OSM password doesn't have to be saved in clear text in the JOSM preferences file.
    76   1. Your OSM password has to be transferred encrypted '''only once''' over the Internet, in contrast to basic authentication where your OSM password is transferred unencrypted as part of every request sent from JOSM to the OSM server.
     741. Your OSM password doesn't have to be saved in clear text in the JOSM preferences file.
     751. Your OSM password has to be transferred encrypted '''only once''' over the Internet, in contrast to basic authentication where your OSM password is transferred unencrypted as part of every request sent from JOSM to the OSM server.
    7776
    7877Information about the use of OAuth is [wiki:/Help/Dialog/OAuthAuthorisationWizard here]
     
    8887
    8988== Proxy Settings == #ProxySettings
    90 JOSM communicates with the OSM server using the Hypertext Transfer Protocol ([http://en.wikipedia.org/wiki/Http HTTP]). If required it can relay its requests through a [http://en.wikipedia.org/wiki/Http_proxy HTTP proxy] or a [http://en.wikipedia.org/wiki/SOCKS SOCKS proxy].
     89JOSM communicates with the OSM server using the Hypertext Transfer Protocol ([https://en.wikipedia.org/wiki/Http HTTP]). If required it can relay its requests through a [https://en.wikipedia.org/wiki/Http_proxy HTTP proxy] or a [https://en.wikipedia.org/wiki/SOCKS SOCKS proxy].
    9190
    92   1. Go to the tab '''Proxy settings''' in the Connection Preferences
    93   1. Select one of the available options and enter additional configuration parameters
    94   1. Save the preferences
     911. Go to the tab '''Proxy settings''' in the Connection Preferences
     921. Select one of the available options and enter additional configuration parameters
     931. Save the preferences
    9594
    9695[[Image(proxy-settings.png,500)]]