Re: [josm-dev] How to use DownloadTask in Python/Jython

2015-01-16 Thread Paul Hartmann
On 16.01.2015 14:23, Jo wrote: Hi guys, Unfortunately I'm not smart enough to code in Java, so I use Python in the scripting plugin, which gets me quite far, but now I'm stuck: [...] dt = DownloadOsmTask() dt.loadUrl(False, 'http://overpass-api.de/api/interpreter?data=' +

Re: [josm-dev] How to use DownloadTask in Python/Jython

2015-01-16 Thread Jo
Hi Paul, Many thanks for your help. f.get() makes the script hang forever. When I don't add it the download works correctly. At least, once I cleaned up the Overpass Query. This is where I am now (# means comment and shows all the other stuff I tried). At the moment the query runs and the