Changes between Version 203 and Version 204 of Plugins


Ignore:
Timestamp:
2008-04-17T11:40:35+02:00 (18 years ago)
Author:
framm
Comment:

changed version numbers to what is in SVN. note that it does not make sense to list a higher version number here than the .jar file we have in SVN!

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v203 v204  
    33This 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).
    44
    5 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.
     5Column 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. Under Linux, you can check out the josm/dist directory from SVN and run
    66
    7 '''The mappaint plugin has been removed since mappaint functionality is now built into JOSM.'''
     7  for i in *jar; do echo $i `unzip -c $i META-INF/MANIFEST.MF|grep Plugin-Version|cut -d: -f2`; done
     8
     9to display the "Plugin-Version" strings for each .jar file.
     10
    811
    912||'''name'''||'''author'''||'''description'''||'''version'''
     
    2528||[http://svn.openstreetmap.org/applications/editors/josm/dist/plastic_laf.jar plastic_laf]||Imi||The Plastic look and feel from [http://www.jgoodies.com]||5197||
    2629||[http://svn.openstreetmap.org/applications/editors/josm/dist/slippymap.jar slippymap]||Frederik Ramm||Displays a slippy map grid in JOSM. Can load tiles from slippy map as background and request updates. More info at: [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/SlippyMap]||5692||
    27 ||[http://svn.openstreetmap.org/applications/editors/josm/dist/slippy_map_chooser.jar slippy_map_chooser]||Tim Haussmann||Adds a new download dialog that allows to select the download rectangle on the slippy map. This plugin works greatly together with the namefinder plugin! Screenshots are available in the OSM wiki [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/slippy_map_chooser] ||1.2||
     30||[http://svn.openstreetmap.org/applications/editors/josm/dist/slippy_map_chooser.jar slippy_map_chooser]||Tim Haussmann||Adds a new download dialog that allows to select the download rectangle on the slippy map. This plugin works greatly together with the namefinder plugin! Screenshots are available in the OSM wiki [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/slippy_map_chooser] ||1.1||
    2831||[http://svn.openstreetmap.org/applications/editors/josm/dist/surveyor.jar 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!||1.4||
    2932||[http://svn.openstreetmap.org/applications/editors/josm/dist/tagging-preset-tester.jar 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.||1.0||
    3033||[http://svn.openstreetmap.org/applications/editors/josm/dist/utilsplugin.jar utilsplugin]||Martijn van Oosterhout||Several utilities that make your life easier: Merge nodes, join node to way and simplify way.||0.5||
    3134||[http://www.geothings.net/osm/usertools.jar usertools]||Tim Waters||Tools to work with authors/users. Selects map data that belongs to selected user, opens browser showing selected author profile page.||1.0||
    32 ||[http://svn.openstreetmap.org/applications/editors/josm/dist/validator.jar 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].||6557||
    33 ||[http://svn.openstreetmap.org/applications/editors/josm/dist/wmsplugin.jar wmsplugin]||Tim Waters||Display background images from any WMS source. Also supports using Metacarta's Map Rectifier (http://labs.metacarta.com/rectifier/) to display warped WMS images. Latest version has simple load and save support. Requires JOSM build 345 or later. More info at: [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/WMSPlugin]||6984||
    34 ||[http://svn.openstreetmap.org/applications/editors/josm/dist/ywms.jar ywms]||Francisco R. Santos||Yahoo WMS server. This plugin acts as a WMS server for Yahoo imagery. Requires wmsplugin. More info at: [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/YWMS]||5195||
     35||[http://svn.openstreetmap.org/applications/editors/josm/dist/validator.jar 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].||7395||
     36||[http://svn.openstreetmap.org/applications/editors/josm/dist/wmsplugin.jar wmsplugin]||Tim Waters||Display background images from any WMS source. Also supports using Metacarta's Map Rectifier (http://labs.metacarta.com/rectifier/) to display warped WMS images. Latest version has simple load and save support. Requires JOSM build 345 or later. More info at: [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/WMSPlugin]||3.0||
     37||[http://svn.openstreetmap.org/applications/editors/josm/dist/ywms.jar ywms]||Francisco R. Santos||Yahoo WMS server. This plugin acts as a WMS server for Yahoo imagery. Requires wmsplugin. More info at: [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/YWMS]||5179||
    3538== Installation ==
    3639