Changes between Version 1 and Version 2 of Ro:Applet


Ignore:
Timestamp:
Mar 22, 2011 10:16:37 PM (2 years ago)
Author:
c1pr1an
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ro:Applet

    v1 v2  
    22 
    33== JOSM Applet == 
     4 
     5JOSM 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 
     7The 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 
     13The 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 
     22NOTE: Do not confuse JOSM and OSM logins. They are separate.  
     23