Changes between Version 214 and Version 215 of Plugins


Ignore:
Timestamp:
2008-06-28T13:38:42+02:00 (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v214 v215  
    3636||[http://svn.openstreetmap.org/applications/editors/josm/dist/wmsplugin.jar wmsplugin]||Tim Waters||Display background images from any WMS source. Also supports using Metacarta's Map Rectifier (http://labs.metacarta.com/rectifier/) to display warped WMS images. Latest version has simple load and save support. Requires JOSM build 345 or later. More info at: [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/WMSPlugin]||3.0||
    3737||[http://svn.openstreetmap.org/applications/editors/josm/dist/ywms.jar ywms]||Francisco R. Santos||Yahoo WMS server. This plugin acts as a WMS server for Yahoo imagery. Requires wmsplugin. More info at: [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/YWMS]||5179||
    38 == Installation ==
     38== Automatic Installation ==
    3939
    4040Go to Edit-preferences-Plugins. Then click on the button "Download List" followed by "Update". Finally, enable all plugins you want to install. If JOSM complains that it can't download a plugin, please fix the link on this page's table (should point to a downloadable jar file) or report the problem to the plugin author.
    4141
    42 You can install plugins manually by putting the .jar files in a plugins directory under the Josm directory. Under windows, this is in C:\Documents and Settings\[username]\Application Data\JOSM\plugins. Then restart Josm and the plugins should show up.
     42== Manual Installation ==
     43If the automatic way does not work you can install plugins manually by putting the .jar files in the plugins directory under the Josm directory.
     44
     45Under WINDOWS, this is in C:\Documents and Settings\[username]\Application Data\JOSM\plugins. Now restart Josm and the plugins should show up. Activate the Plugin and re-start JOSM once more.
     46
     47On a MAC you will find the JOSM directory in the user directory "[username]/.josm/plugins" The point "." in front of "josm" indicates that this folder is invisible. So you will need to use a "Terminal" to move the plugin file(s) to it. (As MAC OS does not show hidden folders in the "Finder".) Here you go:
     48
     491. download the [plugin].jar file to the user directory: [username] (or copy it there with the "Finder" if you have already downloaded it elswhere)
     50
     512. open a "Terminal" (put "terminal" into spotlight and start it) - it will automatically open in your user directory
     52
     533. now move the plugin file to the plugin folder with this command: "mv [plugin].jar .josm/plugins/"
     54
     55Now restart Josm and the plugins should show up. Activate the Plugin and re-start JOSM once more.
    4356
    4457Want to create plugins? Go here: DevelopingPlugins