[josm-dev] My first plugin: DirectDownload (and some help needed)

Sebastian Klein bastikln at googlemail.com
Tue Oct 12 20:42:25 BST 2010


Hi,

For a relatively simple example, see 
<http://trac.openstreetmap.org/browser/applications/editors/josm/plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java#L161>

Does that help?


Sebastian


Hartmut Holzgraefe wrote:
> Hi,
> 
> i finally sat down over the weekend to create my first JOSM plugin
> to be able to download tracks i previously uploaded to osm.org
> directly into JOSM without having to do the download via browser
> first and then having to find and open the locally downloaded
> gpx file with JOSM.
> 
> A few details and links to current source and a compiled .jar
> can be found on
> 
> 
> http://www.php-groupies.de/blogs/archives/34-My-first-JOSM-plugin-Direct-GPX-track-download.html 
> 
> 
> Right now i'm doing synchronous download of the track list
> so the download dialog will only show up after the track
> list has been loaded completely.
> 
> For rather obvious reasons i'd like to have a progress bar
> dialog show up during that operation, but looking at how
> these are implemented in JOSM i've lost track of what is
> where and how it all plays together.
> 
> So i'm looking for a bit of help in this area from someone
> who has already done some work in that area and knows how
> the whole thing ticks ...
> 




More information about the josm-dev mailing list