Re: [josm-dev] perform GET from Jython script

2011-09-17 Thread Paul Hartmann
On 09/17/2011 04:19 PM, Jo wrote: > I don't get any further than this: > > from javax.swing import JOptionPane > from org.openstreetmap.josm import Main > import org.openstreetmap.josm.data.osm.Node as Node > import org.openstreetmap.josm.data.osm.Way as Way > import org.openstreetmap.josm.data.os

Re: [josm-dev] perform GET from Jython script

2011-09-17 Thread Paul Hartmann
On 09/15/2011 08:08 PM, Jo wrote: > Hi Paul, > > I know how to set something selected, but now I'd like to also zoom into > this selection automatically. Could you point me in the right direction for > accomplishing that? Open MainMenu and look for these Actions in the View menu (that's how I wou

Re: [josm-dev] perform GET from Jython script

2011-09-12 Thread Paul Hartmann
On 09/12/2011 10:47 AM, Jo wrote: > Hi, > > I'm using the scripting plugin to create code which lets me validate rcn > cycle node networks and route relations. What I can't seem to find is how I > can perform a GET command to retrieve more data from the server. For /map request see DownloadActio

[josm-dev] perform GET from Jython script

2011-09-12 Thread Jo
Hi, I'm using the scripting plugin to create code which lets me validate rcn cycle node networks and route relations. What I can't seem to find is how I can perform a GET command to retrieve more data from the server. I can detect whether a relation is incomplete, but then I'd like to tell JOSM to