Changes between Version 2 and Version 3 of Applet


Ignore:
Timestamp:
Mar 6, 2011 1:25:39 PM (2 years ago)
Author:
AJoNee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Applet

    v2 v3  
    33== JOSM Applet == 
    44 
    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. 
     5JOSM kann auf verschiedene Arten verwendet werden. Sowohl als eigenständiges Programm, als Applikation im Browser oder als Java applet. Diese Seite beschreibt die Benutztung als Java Applet. 
    66 
    7 The URL for the access to JOSM as Java applet is [/applet]. This URL supports additional arguments: 
     7Die URL für den Zugriff auf JOSM als Java Applet is [/applet]. Dieser Befehl unterstützt zusätzliche Argumente: 
     8 
    89 
    910||=argument=||=default=||=description=|| 
    10 || width || 100% || width of the applet area || 
    11 || height || 100% || height of the applet area || 
    12 || url || - || URL to be loaded at startup || 
     11|| width || 100% || Breite vom Java Programm || 
     12|| height || 100% || Höhe vom Java-Programm || 
     13|| url || - || URL von der beim Start geladen werden soll || 
    1314 
    14 The applet has some differences compared to the normal JOSM. 
    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). 
     15Das Applet besitzt einige Unterschiede im Vergleich zum normalen JOSM 
     16* Es sind nicht alle Optionen verfügbar. So ist zum Beispiel der Zugriff auf lokale Dateien ausgeschaltet 
     17* Gemachte Einstellungen werden auf dem JOSM-Server gespeichert (nicht dem OSM-Server) 
     18   * So musst du entweder auf der JOSM-webseite angemeldet sein oder das Applet fragt beim Starten nach deinen Logindaten 
     19   * Du kannst das applet auch ohne login verwenden, in diesem Fall ist das Speichern und Laden von Einstellungen aber nicht möglich 
     20   * Du musst geänderte Einstellungen auf den Server hochladen, damit sie später verfügbar sind (letzter Eintrag im Bearbeiten Menü) 
     21   * Es wird empfohlen [wiki:Help/Dialog/OAuthAuthorisationWizard OAuth] zu benutzten, ansonsten wird de OSM Benutztername in Klarform auf dem JOSM-Server gespeichert (Password wird entfernt) 
     22   
    2123 
    22 NOTE: Do not confuse JOSM and OSM logins. They are separate. 
     24ANMERKUNG:JOSM und OSM Logindaten könne leicht verwechselt werden. Sie haben aber keinen Zusammenhang.