Re: [JPP-Devel] Configurable timeout

2017-06-28 Thread Michaël Michaud
Nicolas, If you want the option to be persistent (saved in the workbench-state.xml file), you must use the PersistentBlackboard : You can get it from the workbench context : PersistentBlackboardPlugIn.get(context.getWorkbenchContext()) or directly form JUMPWorkbench PersistentBlackboardPlugIn

[JPP-Devel] Jump 1.11 on OSGeoLive 11

2017-06-28 Thread Brian M Hamlin
sort of has a catchy sound to it, no? This is for FOSS4G Boston in August, and others worldwide..   The OSGeo-Live team is pleased to announce Beta1 of the 11th edition. We are a week behind schedule, but things are looking solid, very much in part because Ubuntu 1604 base, and excellent tech fr

Re: [JPP-Devel] Configurable timeout

2017-06-28 Thread Nicolas Ribot
Hi Michaël, Yes I can add it. What would be the best way to get options from Blackboard ? I see methods to get blackboard from a plugin's context, but for "standalone" classes, like WMService, it is possible to retrieve to it ? Thanks, Nicolas On 28 June 2017 at 20:50, Michaël Michaud wrote: >

Re: [JPP-Devel] Configurable timeout

2017-06-28 Thread Michaël Michaud
Hi Nicolas, Sure, it makes sense. I was just too lazy to implement it as you describe. Do you want to add it ? Ede, any objection ? Michaël Le 28/06/2017 à 19:57, Nicolas Ribot a écrit : Hi, I saw a recent commit from Michaël concerning WMS timeout. When developing local web services, I oft

[JPP-Devel] Configurable timeout

2017-06-28 Thread Nicolas Ribot
Hi, I saw a recent commit from Michaël concerning WMS timeout. When developing local web services, I often need a bigger timeout (for instance when displaying a zoom level > 16 on a big area). Would it make sens to add parameter options to set timeout values, for instance in the Network tab ? :

Re: [JPP-Devel] How to get layer SRS with a BeanShell script?

2017-06-28 Thread Michaël Michaud
Hi Jukka, I think you can't use wc.getLayerNamePanel().getSelectedLayers()[0] because it is an old method returning only vector layers Instead, you can use wc.getLayerNamePanel().getSelectedLayerables().get(0) If you keep a reference to the layer : *lyr = wc.layerNamePanel.selectedLayerables.get