Version 63 (modified by 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.
name | download | author | description |
annotation-tester | http://josm.openstreetmap.de/download/plugins | Imi | Adds 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/plugins | Imi | Translations of JOSM into UK-english, french, romanian and german |
livegps | http://www.tegmento.org/~cdaller/livegps.jar | Frederik Ramm | Supports live GPS input ("moving dot") through a connection to "gpsd" |
mappaint | http://trac.openstreetmap.org/browser/applications/editors/josm/plugins/mappaint/mappaint.jar?format=raw | Nick Whitelegg | An 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 |
measurement | http://www.raphaelmack.de/josm-plugin-for-measurement/ | Raphael Mack | provides a dialog which displays the angle and length of selected segments |
nearclick | http://josm.openstreetmap.de/download/plugins/nearclick.jar | Imi | Simulates 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). |
osmarender | http://josm.openstreetmap.de/download/plugins | 80n (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_laf | http://josm.openstreetmap.de/download/plugins | Imi | The Plastic look and feel from www.jgoodies.com |
slippymap | http://trac.openstreetmap.org/browser/applications/editors/josm/plugins/slippymap/slippymap.jar | Frederik Ramm | Displays a slippy map grid in JOSM. Can load tiles from slippy map as background. Alpha version! |
surveyor | http://www.tegmento.org/~cdaller/surveyor.jar | Christof Dallermassl | Add 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. |
tways | http://thomas.walraet.net/tways/ | Thomas Walraet | Mass wayfication of segments. It creates one way per "segment chain", ie segments that follow each others with the same alignment and no intersection. |
UtilsPlugin | http://kleptog.org/temp/UtilsPlugin.jar | Martijn van Oosterhout | Several 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.) |
validator | http://personales.ya.com/frsantos/validator.jar | Francisco R. Santos | Data 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". |
wmsplugin | http://chippy2005.googlepages.com/wmsplugin.jar | Display 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