Version 22 (modified by 18 years ago) ( diff ) | ,
---|
spamtest
Additional Plugins for JOSM
name | download | author | description |
landsat | http://www.free-map.org.uk/downloads/josm/ | Nick Whitelegg | Landsat background. |
mappaint | http://www.free-map.org.uk/downloads/josm/ | 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/. |
osmarender | http://www.eigenheimstrasse.de/josm/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 an executable "firefox" in your PATH |
lang-* | http://www.eigenheimstrasse.de/josm/plugins | Imi | Translations of JOSM into UK-english, french, romanian and german |
osm-filter | not released yet | Jörg Ostertag | Filter selected data after several criteria. TODO: Jörg, please describe more ;). |
plastic_laf | http://www.eigenheimstrasse.de/josm/plugins | Imi | The Plastic look and feel from www.jgoodies.com |
annotation-tester | http://www.eigenheimstrasse.de/josm/plugins | Imi | Adds the annotation tester to the help menu. You can start the jar-file as standalone as well |
annotation_presets | built-in | Imi | Add/Change/Remove several predefined tags by choosing from a dropdown box. Will be put into a plugin. You need annotation xml files from somewhere (email or add here if you find/made some). More info: AnnotationPresets - 80n's presets: http://svn.openstreetmap.org/utils/josm/annotation_presets/presets.pre |
Installation
Copy the jar files into ~/.josm/plugins. On Windows XP, ~/.josm is usually C:\Documents and Settings\<login name>\.josm. 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).
Want to create plugins? Go here: DevelopingPlugins
FAQ
Don't know if this is the right place but didn't find a place to ask questions about this plugins so thought I could open a small space here... remove me if you don't agree.
- How do I set the Firefox path in Mac OS X?
Tried to add /Applications/Firefox.app in the dialog box but this didn't work.
open a terminal
edit ~/.profile with vim and add the following line or modify if already existing
export PATH=$PATH:/Applications/Firefox.app/Contents/MacOS/firefox
You might logout for changes to take effect