| 1 | | {{{ |
| 2 | | #!comment |
| 3 | | This contains the list of external plugin addresses. |
| 4 | | It will be parsed about each 10 minutes and is used to update the plugin list. |
| 5 | | |
| 6 | | http://www.openstreetmap.pl/kendzi/Kendzi3D/snapshot/2011-06-02/kendzi3d.jar |
| 7 | | |
| 8 | | http://mappin.hp2.jp/josm/mappinonosm.jar |
| 9 | | |
| 10 | | http://folk.ntnu.no/bronner/temp/ParallelWay.jar |
| 11 | | |
| 12 | | Unmaintained: |
| 13 | | http://josm-plugins.googlecode.com/files/fuzzer.jar |
| 14 | | http://subhodipbiswas.googlepages.com/gpsbabelgui.jar |
| 15 | | http://manes.com.ar/Intersect_way.jar |
| 16 | | |
| 17 | | Links (currently missing in Plugin-Link): |
| 18 | | http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#GPSBabel_Plugin_For_JOSM_: |
| 19 | | http://wiki.openstreetmap.org/wiki/Intersect_way |
| 20 | | }}} |
| 21 | | {{{ |
| 22 | | #!comment |
| 23 | | Note for translators: |
| 24 | | - The above list and this note can be stripped from translation. |
| 25 | | - The reference below to change the source of this page should be modified, so it tells the reader to modify the English page. |
| 26 | | }}} |
| 41 | | Also look at: http://wiki.openstreetmap.org/wiki/JOSM/Plugins |
| 42 | | |
| 43 | | == Automatic Installation == |
| 44 | | |
| 45 | | See [wiki:Help/Preferences/Plugins#Installingplugins Installing plugins]. |
| 46 | | |
| 47 | | == Manual Installation == |
| 48 | | 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 |
| 49 | | |
| 50 | | * Under '''Windows''', this is in {{{C:\Documents and Settings\}}}''username''{{{\Application Data\JOSM\plugins}}}. |
| 51 | | * Under '''Vista''', the plugins are located in {{{C:\Users\}}}''username''{{{\AppData\Roaming\JOSM\plugins}}}. |
| 52 | | * 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.) |
| 53 | | * 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.) |
| 54 | | |
| 55 | | 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. |
| 56 | | |
| 57 | | == Want to create plugins? == |
| 58 | | Go here: [wiki:/DevelopersGuide/DevelopingPlugins] |
| | 20 | == Plugin documentation and online help inside the JOSM wiki == #JOSMdocu |
| | 21 | [[TitleIndexTr(Help/Plugin/,depth=0,hideprefix)]] |