source: osm/applications/editors/josm/plugins/slippymap/README@ 17064

Last change on this file since 17064 was 17064, checked in by lvarga, 16 years ago

Added an simple description to readme file how to publish latest plugin binary.

File size: 1.2 KB
Line 
1A plugin for displaying a slippy map grid, with various server interaction
2options (download tiles, request tile updates etc.)
3
4Author: Frederik Ramm <frederik@remote.org>
5 Lubomir Varga <lubomir.varga@freemap.sk> or <luvar@plaintext.sk>
6Public Domain.
7
8Software with a little bit of customisation, fade background feature, autozoom, autoload tiles e.t.c. Just a begining of the best plugin for josm ;-)
9
10Publishing new plugin binary:
11http://lists.openstreetmap.org/pipermail/josm-dev/2008-August/001462.html
12
131. commit your work
142. update to latest revision (your local copy revision number is old and you want it set to new)
153. build josm plugin by build.xml ant script
164. commit plugin binary to svn ("cd ../../dist;svn commit slippymap.jar;" if you dont have in your local copy that folder, you should make some temp directory and download there dist directory, copy there your fresh build binary and comit it back "mkdir someDir;cd someDir;svn co http://svn.openstreetmap.org/applications/editors/josm/dist .;cp myActualBinary.jar slippymap.jar;svn commit slippymap.jar")
175. edit https://josm.openstreetmap.de/wiki/Plugins and set there your version (version is in manifest file in jar, doublecheck it!)
Note: See TracBrowser for help on using the repository browser.