{{{ #!comment This contains the list of external plugin addresses. It will be parsed about each 10 minutes and is used to update the plugin list. NOTE: Supported are http and https only. The last element of the link must be the name of the JAR file without any extensions. http://www.openstreetmap.pl/kendzi/Kendzi3d/snapshot/2011-06-22/kendzi3d.jar http://mappin.hp2.jp/josm/mappinonosm.jar http://folk.ntnu.no/bronner/temp/Curves.jar # disabled - "Octocat can’t find the page you’re looking for." #http://raw.github.com/Gubaer/josm-contourmerge-plugin/deploy/dist/contourmerge.jar # disabled - does not point to a jar file currently #http://raw.github.com/Gubaer/josm-scripting-plugin/deploy/dist/scripting.jar Unmaintained: http://josm-plugins.googlecode.com/files/fuzzer.jar http://subhodipbiswas.googlepages.com/gpsbabelgui.jar http://manes.com.ar/Intersect_way.jar Links (currently missing in Plugin-Link): http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#GPSBabel_Plugin_For_JOSM_: http://wiki.openstreetmap.org/wiki/Intersect_way }}} {{{ #!comment Note for translators: - The above list and this note can be stripped from translation. - The reference below to change the source of this page should be modified, so it tells the reader to modify the English page. }}} [[TranslatedPages]] == Plugins for JOSM == This is a list of all plugins available via the in JOSM integrated plugin manager. '''Note for plugin developers:''' If you wrote a plugin and would like for 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. [[Plugins(en|name|author|description|version|More details)]] == Under Construction Plugins == Also look at: http://wiki.openstreetmap.org/wiki/JOSM/Plugins == Automatic Installation == See [wiki:Help/Preferences/Plugins#Installingplugins Installing plugins]. == Manual Installation == 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 * Under '''Windows''', this is in {{{C:\Documents and Settings\}}}''username''{{{\Application Data\JOSM\plugins}}}. * Under '''Vista''', the plugins are located in {{{C:\Users\}}}''username''{{{\AppData\Roaming\JOSM\plugins}}}. * 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.[[BR]] (You can also copy the plugin files using the command line.) * 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.[[BR]] (You can also copy the plugin files using the command line.) Now restart JOSM and the plugins should show up in the plugin list under '''[wiki:Help/Menu/Edit Edit] -> [[Image(source:trunk/images/preference.png,15)]] [wiki:Help/Action/Preferences Preferences] -> [[Image(source:trunk/images/preferences/plugin.png,15)]] [wiki:Help/Preferences/Plugins Plugins]'''. Activate the Plugins, click on [[Image(source:/trunk/images/ok.png,15)]]'''OK''' to save the preferences and restart JOSM once more. == Want to create plugins? == Go here: [wiki:/DevelopersGuide/DevelopingPlugins] ---- Back to [wiki:/Help Main Help]