Changes between Version 397 and Version 498 of Plugins
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugins
v397 v498 1 1 {{{ 2 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. 3 This contains the list of external plugin hyperlinks. 4 It is parsed at 10-minute intervals and is used to update the plugin list. 5 NOTE: Only HTTP and HTTPS protocols are supported. The last element of the link must be the name of the JAR file without any extensions. 5 6 6 http://ufpr.dl.sourceforge.net/sourceforge/gridofways/Create_grid_of_ways.jar 7 http://subhodipbiswas.googlepages.com/gpsbabelgui.jar 8 http://manes.com.ar/Intersect_way.jar 7 http://www.openstreetmap.org.pl/kendzi/TombPlugin/TombPlugin.jar 8 http://zibi.openstreetmap.org.pl/kendzi/Kendzi3d/snapshot/current/kendzi3d.jar 9 http://zibi.openstreetmap.org.pl/kendzi/Kendzi3d/snapshot-jogl/current/kendzi3d-jogl.jar 10 11 http://mappin.hp2.jp/josm/mappinonosm.jar 12 https://raw.github.com/Gubaer/josm-contourmerge-plugin/deploy/dist/contourmerge.jar 13 https://raw.github.com/Gubaer/josm-scripting-plugin/deploy/dist/scripting.jar 14 https://raw.github.com/Gnonthgol/JOSM-todo/master/dist/todo.jar 15 http://cloud.github.com/downloads/Gnonthgol/JOSM-continuos-download/continuosDownload.jar 16 http://cloud.github.com/downloads/joshdoe/josm-conflation-plugin/conflation.jar 17 18 Unmaintained: 19 http://josm-plugins.googlecode.com/files/fuzzer.jar 20 http://subhodipbiswas.googlepages.com/gpsbabelgui.jar 21 http://manes.com.ar/Intersect_way.jar 9 22 10 23 Links (currently missing in Plugin-Link): 11 http://wiki.openstreetmap.org/wiki/Create_grid_of_ways12 24 http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#GPSBabel_Plugin_For_JOSM_: 13 25 http://wiki.openstreetmap.org/wiki/Intersect_way 26 }}} 27 {{{ 28 #!comment 29 Note for translators: 30 - The above list and this note can be stripped from translation. 31 - The reference below to change the source of this page should be modified, so it tells the reader to modify the English page. 14 32 }}} 15 33 [[TranslatedPages]] 16 34 17 35 == Plugins for JOSM == 36 This is a list of all plugins available via the in JOSM integrated plugin manager. See the [[Plugin changelog]] to keep track of major changes to all of these plugins. 18 37 19 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 SVNand 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.38 **Note for plugin developers:** If you wrote a plugin and want JOSM to find it, it should be enough to add the plugin to the [http://wiki.openstreetmap.org/wiki/Getting_The_Source OpenStreetMap Subversion Repository] (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. 20 39 21 40 [[Plugins(en|name|author|description|version|More details)]] 22 41 42 Also look at: https://wiki.openstreetmap.org/wiki/JOSM/Plugins 43 44 == Under Construction Plugins == 45 * 46 [[BR]] 23 47 == Automatic Installation == 24 25 Go to Edit-preferences-Plugins. Then click on the button "Download List" followed by "Update". Finally, enable all plugins you want to install. 48 See [Help/Preferences/Plugins#Installingplugins Installing plugins]. 26 49 27 50 == Manual Installation == 28 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. 51 See [Help/Preferences/Plugins#Manuallyinstallingplugins Manually installing plugins] 29 52 30 Under WINDOWS, this is in C:\Documents and Settings\[username]\Application Data\JOSM\plugins. Now restart Josm and the plugins should show up here: Edit-preferences-Plugins. Activate the Plugin and re-start JOSM once more. 53 = Automatic update of plugins = 54 See [Help/Preferences/Plugins#AutomaticUpdate Automatic update] 31 55 32 On 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: 56 == Want to create plugins? == 57 Go here: [wiki:/DevelopersGuide/DevelopingPlugins] 33 58 34 1. download the [plugin].jar file to the user directory: [username] (or copy it there with the "Finder" if you have already downloaded it elswhere) 59 == Documentation and online help inside JOSM wiki == #JOSMdocu 35 60 36 2. open a "Terminal" (put "terminal" into spotlight and start it) - it will automatically open in your user directory 61 [[TitleIndex(Help/Plugin/,depth=0,hideprefix)]] 37 62 38 3. now move the plugin file to the plugin folder with this command: "mv [plugin].jar .josm/plugins/" 39 40 Now restart Josm and the plugins should show up here: Edit-preferences-Plugins. Activate the Plugin and re-start JOSM once more. 41 42 Want to create plugins? Go here: [wiki:DevelopingPlugins] 63 ---- 64 Back to [wiki:/Help Main Help]


