https://github.com/tsmock/osminspectorplugin
https://github.com/tsmock/osminspectorplugin
josm josm-plugin
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsmock/osminspectorplugin
- Owner: tsmock
- Created: 2024-03-26T19:38:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T11:22:55.000Z (over 1 year ago)
- Last Synced: 2025-01-28T12:27:58.447Z (over 1 year ago)
- Topics: josm, josm-plugin
- Language: Java
- Size: 25.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
README
======
How to install it and run it (On MacOS X and possibly *nix systems)
*Download and install JOSM from https://josm.openstreetmap.de/
*svn co http://svn.telenav.com/map/JavaProjects/OSMInspectorPlugin/trunk/ OSMInspectorPlugin
*cd OsmInspectorPlugin
*ant install
*in your bashrc have the following
java -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
Readme for your plugin
* Plugin author and contact email address.
* The license for your plugin source code. If you have no special preferences,
you can pick the license that is used for JOSM ("GPL v2 or later").
* Notes for future developers, if needed.