| | 4 | |
| | 5 | JOSM can be used in different ways. It is a standalone application, a webstart application and a Java applet. This page describes the usage as Java applet. |
| | 6 | |
| | 7 | The URL for the access to JOSM as Java applet is [/applet]. This URL supports additional arguments: |
| | 8 | ||=argument=||=default=||=description=|| |
| | 9 | ||width||100%||width of the applet area|| |
| | 10 | ||height||100%||height of the applet area|| |
| | 11 | ||url||-||URL to be loaded at startup|| |
| | 12 | |
| | 13 | The applet has some differences compared to the normal JOSM. |
| | 14 | |
| | 15 | * Not all options are available. For example all functions accessing local files are disabled. |
| | 16 | * Preferences are stored on the JOSM server (not OSM server). |
| | 17 | * Either you are logged in on the JOSM website or the applet will ask you to provide login data on startup. |
| | 18 | * You can use the applet also without login, but you can't load/save preferences in this case. |
| | 19 | * You need to upload preferences to server to keep them in following sessions (last entry in edit menu). |
| | 20 | * It is recommended to use [wiki:Help/Dialog/OAuthAuthorisationWizard OAuth], or OSM username will be saved in plaintext on JOSM server (password is removed). |
| | 21 | |
| | 22 | NOTE: Do not confuse JOSM and OSM logins. They are separate. |
| | 23 | |