Changes between Version 438 and Version 439 of Plugins
- Timestamp:
- 2011-05-02T17:37:59+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugins
v438 v439 25 25 == Plugins for JOSM == 26 26 27 This is a list of all plugins available via the in JOSM integrated plugin manager. If you wrote a plugin and like JOSM to find it, it should be enough to add the plugin to the OpenStreetMap SVN and it will automatically appear on this page. If you cannot put your plugin into SVN then edit this page and insert a link to your plugin jar file into the comment section at the beginning of the page; after a few minutes your plugin will be downloaded and the MANIFEST file will be used to extract information for the table below. 27 This is a list of all plugins available via the in JOSM integrated plugin manager. 28 29 '''Note for plugin developers:''' If you wrote a plugin and like JOSM to find it, it should be enough to add the plugin to the OpenStreetMap SVN and it will automatically appear on this page. If you cannot put your plugin into SVN then edit this page and insert a link to your plugin jar file into the comment section at the beginning of the page; after a few minutes your plugin will be downloaded and the MANIFEST file will be used to extract information for the table below. 28 30 29 31 [[Plugins(en|name|author|description|version|More details)]] … … 35 37 == Automatic Installation == 36 38 37 Go to Edit-preferences-Plugins. Then click on the button "Download List" followed by "Update". Finally, enable allpluginsyou want to install.39 See [[wiki:/Help/Preferences/Plugins|Installing plugins]]. 38 40 39 41 == Manual Installation == 40 If the automatic way does not work you can install plugins manually by putting the .jar files in the pluginsdirectory under the Josmdirectory.42 If the automatic way does not work you can install plugins manually by putting the .jar files in the '''plugins''' directory under the JOSM directory 41 43 42 44 * Under '''Windows''', this is in {{{C:\Documents and Settings\}}}''username''{{{\Application Data\JOSM\plugins}}}. 43 45 * Under '''Vista''', the plugins are located in {{{C:\Users\}}}''username''{{{\AppData\Roaming\JOSM\plugins}}}. 44 * On a '''Mac''' or '''Linux''' you will find the JOSM directory in the user directory {{{/Users/}}}''username''{{{/.josm/plugins}}}. The point "." in front of ".josm" indicates that this folder is invisible. To show the contents of this hidden folder, use the Finders Go to folder menu command (cmd-shift-G), and enter "~/.josm" in the dialog that pops up. Drag any plugins you'd like to install into the {{{plugins}}} folder. (You can also copy the plugin files using the command line.) 46 * On a '''Mac''' you will find the JOSM directory in the user directory {{{/Users/}}}''username''{{{/.josm/plugins}}}. The point "." in front of ".josm" indicates that this folder is invisible. To show the contents of this hidden folder, use the Finders Go to folder menu command (cmd-shift-G), and enter "~/.josm") in the dialog that pops up. Drag any plugins you'd like to install into the {{{plugins}}} folder. 47 * On a '''Linux''' system you will find the JOSM directory in the user directory {{{/home/}}}''username''{{{/.josm/plugins}}}. The point "." in front of ".josm" indicates that this folder is invisible. To show the contents of this hidden folder, use the file manager and enter "~/.josm" in the address line (if no address line is visible just try to enter a letter and hopefully a popup to enter the address will open). Alternatively it is possible to "show hidden" files and folders in the file manager, using the keyboard shortcut ''Ctrl+H''. Drag any plugins you'd like to install into the {{{plugins}}} folder. 45 48 46 Now restart Josm andthe plugins should show up here: Edit-preferences-Plugins. Activate the Plugin and re-start JOSM once more.49 (You can also copy the plugin files using the command line.) 47 50 48 Want to create plugins? Go here: [wiki:DevelopersGuide/DevelopingPlugins] 51 Now restart JOSM and the plugins should show up in the plugin list under '''Edit-[[Image(source:/trunk/images/preference.png,15)]]Preferences-[[Image(source:/trunk/images/preferences/plugin.png,15)]]Plugins'''. Activate the Plugins, click on [[Image(source:/trunk/images/ok.png,15)]]'''OK''' to save the preferences and restart JOSM once more. 52 53 == Want to create plugins? == 54 Go here: [wiki:/DevelopersGuide/DevelopingPlugins] 55 56 ---- 57 Back to [wiki:/Help Main Help]
