source: osm/applications/editors/josm/plugins/OsmInspectorPlugin/README@ 28935

Last change on this file since 28935 was 28935, checked in by snikhil, 12 years ago

First commit of the OsmInspector Plugin

File size: 1.1 KB
Line 
1README
2======
3
4How to install it and run it (On MacOS X and possibly *nix systems)
5
6
7*Download and install JOSM from http://josm.openstreetmap.de/
8*svn co http://svn.telenav.com/map/JavaProjects/OSMInspectorPlugin/trunk/ OSMInspectorPlugin
9*cd OsmInspectorPlugin
10*ant install
11*in your bashrc have the following
12java -cp gt-api-8.0.jar:gt-coverage-8.0.jar:gt-data-8.0.jar:gt-epsg-extension-8.0.jar:gt-epsg-hsql-8.0.jar:gt-main-8.0.jar:gt-metadata-8.0.jar:gt-opengis-8.0.jar:gt-referencing-8.0.jar:gt-referencing3D-8.0.jar:gt-render-8.0.jar:gt-wfs-8.0.jar:jts-1.12.jar:commons-collections-3.1.jar:OsmInspectorPlugin.jar:gt-xsd-wfs-8.0.jar:gt-xsd-core-8.0.jar:gt-xml-8.0.jar:jt-zonalstats-1.2.0.jar:jt-utils-1.2.0.jar:jsr-275-1.0-beta-2.jar:hsqldb-1.8.0.7.jar:gt-cql-8.0.jar:commons-jxpath-1.3.jar:josm-custom.jar org.openstreetmap.josm.gui.MainApplication
13
14Readme for your plugin
15
16 * Plugin author and contact email address.
17
18 * The license for your plugin source code. If you have no special preferences,
19 you can pick the license that is used for JOSM ("GPL v2 or later").
20
21 * Notes for future developers, if needed.
Note: See TracBrowser for help on using the repository browser.