wiki:Plugins

Version 63 (modified by imi, 18 years ago) ( diff )

--

Plugins for JOSM

This is a list of all plugins available via the in JOSM integrated plugin manager (not yet - coming soon). If you wrote a plugin and like JOSM to find it, add your site to the list. The link in the second column should point to a direct download of the MANIFEST.MF file within your jar file. Alternativly, it can point to the jar-file itself, but excpect some traffic then, since it will be requested every time, an user updates its plugin list.

namedownloadauthordescription
annotation-testerhttp://josm.openstreetmap.de/download/pluginsImiAdds an annotation tester to the help menu, which helps you developing of annotations (quick preview of the dialog that will popup). You can start the jar-file as standalone as well ;).
lang-*http://josm.openstreetmap.de/download/pluginsImiTranslations of JOSM into UK-english, french, romanian and german
livegpshttp://www.tegmento.org/~cdaller/livegps.jarFrederik RammSupports live GPS input ("moving dot") through a connection to "gpsd"
mappainthttp://trac.openstreetmap.org/browser/applications/editors/josm/plugins/mappaint/mappaint.jar?format=rawNick WhiteleggAn alternative render for the map with colouring, line thickness, icons after tags. You need an elemstyles.xml saved into ~/.josm/plugins/mappaint/. "Trunk" version of that file is at elemstyles.xml
measurementhttp://www.raphaelmack.de/josm-plugin-for-measurement/Raphael Mackprovides a dialog which displays the angle and length of selected segments
nearclickhttp://josm.openstreetmap.de/download/plugins/nearclick.jarImiSimulates a click when you do a small and short drag. This is usefull for tablet pens, when you have problems just clicking the tablet without the mouse moving (general Java<->tablet problem).
osmarenderhttp://josm.openstreetmap.de/download/plugins80n (xml) and Imi (plugin)Displays the current screen as nicely rendered SVG in FireFox. Activate with new menu item View/Osmarender. You need to have FireFox installed and set the Firefox executable under Preferences/MapSettings.
plastic_lafhttp://josm.openstreetmap.de/download/pluginsImiThe Plastic look and feel from www.jgoodies.com
slippymaphttp://trac.openstreetmap.org/browser/applications/editors/josm/plugins/slippymap/slippymap.jarFrederik RammDisplays a slippy map grid in JOSM. Can load tiles from slippy map as background. Alpha version!
surveyorhttp://www.tegmento.org/~cdaller/surveyor.jarChristof DallermasslAdd nodes/waypoints at the current gps position. More info at http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Surveyor alpha version! This plugin depends on josm from 31st may 2007 and the latest livegps plugin.
twayshttp://thomas.walraet.net/tways/Thomas WalraetMass wayfication of segments. It creates one way per "segment chain", ie segments that follow each others with the same alignment and no intersection.
UtilsPluginhttp://kleptog.org/temp/UtilsPlugin.jarMartijn van OosterhoutSeveral utilities I made to make my life easier: Merge Points, Join Point and Segment, Merge Ways, Way Deduplicator. Also prototype JosmLint (checks for problems with map while editting.)
validatorhttp://personales.ya.com/frsantos/validator.jarFrancisco R. SantosData validator. It checks for problems in data, and provides fixes for the common ones. Spellcheck integrated for tag names. Note: the file should be named "validator.jar", if IE renames to "validator.zip" or other name, just rename it back to "validator.jar".
wmspluginhttp://chippy2005.googlepages.com/wmsplugin.jarDisplay background images from any WMS source. Also supports using Metacarta's Map Rectifier to display warped WMS images

Installation

Copy the jar files into ~/.josm/plugins. On Windows, this is C:\Documents and Settings\<login name>\Application Data\JOSM instead. Create a folder in there called 'plugins', and put the .jar files in there.

On Mac OS X you won't see these folders in the Finder, open Terminal to find the folders (UNIX folders with a dot as prefix are hidden). In the Finder you can "Go" > "Go To Folder..." and enter "~/.josm".

Want to create plugins? Go here: DevelopingPlugins

Note: See TracWiki for help on using the wiki.