Version 87 (modified by 17 years ago) ( diff ) | ,
---|
Plugins for JOSM
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, add your site to the list. The link in the first column should point to a direct download of the jar file and should be named exact like the plugin (without the .jar).
Column version should contain a version number if and only if the plugins manifest contain the attribute 'Plugin-Version' matching the version number string on this site.
Note: You should put a link to a plugin, which only works with the latest release (JOSM 1.5 as of July the 12th 2007) here
name | author | description | version |
colorscheme | Christof Dallermassl | Allows the user to create different color schemes and to switch between them. Just change the colors and create a new scheme. Used to switch to a white background with matching colors for better visibility in bright sunlight. Dialog is in JOSM's preferences on tab 'Map settings' (strange but true). | |
geotagged | Rob Neild | Import exif geotagged images | |
lang-de | Sven Anders | Translations of JOSM into german | |
lang-en_GB | Bruce Cowan | Translations of JOSM into british english | |
lang-fr | Frederic Bonifas | Translations of JOSM into french | |
lang-ro | Ovidiu Constantin | Translations of JOSM into romanian | |
livegps | Frederik Ramm | Supports live GPS input ("moving dot") through a connection to "gpsd" | |
mappaint | 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 http://trac.openstreetmap.org/browser/applications/etc/elemstyles.xml?format=raw | |
measurement | Raphael Mack | Provides a dialog which displays the angle and length of selected segments | |
nearclick | 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 | 80n | 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. | 4 |
plastic_laf | Imi | The Plastic look and feel from www.jgoodies.com | |
slippymap | Frederik Ramm | Displays a slippy map grid in JOSM. Can load tiles from slippy map as background. Alpha version|||| | |
surveyor | Christof Dallermassl | Add nodes/waypoints at the current gps position. More info at http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Surveyor . This plugin heavily depends on livegps plugin|||| | |
tagging-preset-tester | Imi | Adds a tagging preset tester to the help menu, which helps you developing of tagging presets (quick preview of the dialog that will popup). You can start the jar-file as standalone as well. | |
tways-0.2 | 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 | 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 | Francisco R. Santos | Data validator. It checks for problems in data, and provides fixes for the common ones. Spellcheck integrated for tag names. More info at http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Validator. | |
wmsplugin | Display background images from any WMS source. Also supports using Metacarta's Map Rectifier (http://labs.metacarta.com/rectifier/) to display warped WMS images | ||
ywms | Francisco R. Santos | Yahoo WMS server. This plugin acts as a WMS server for Yahoo imagery |
Installation
Open the JOSM preferences on tab "Plugins". Then click on the button "Get more plugins". Finally, enable all plugins you want to install. If JOSM complain it can't download a plugin, please fix the link on this page's table (should point to a downloadable jar file) or report the problem to the plugin author.
You can install plugins manually by putting the .jar files in a plugins directory under the Josm directory. Under windows, this is in C:\Documents and Settings\[username]\Application Data\JOSM\plugins. Then restart Josm and the plugins should show up.
Want to create plugins? Go here: DevelopingPlugins