Re: [JPP-Devel] SVN: [5467] core/trunk

2017-06-29 Thread edgar . soldin
done r5469.. ede On 29.06.2017 18:07, Nicolas Ribot wrote: > Yes, ok ;) > > On 29 June 2017 at 16:34, wrote: > >> hey Nico, >> >> if you compare r5467 w/ r5465 (last commit be4fore you adding the timeout) >> you will see that there are still modified lines that have no connection to >> your int

[JPP-Devel] SVN: [5469] core/trunk/src/language

2017-06-29 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5469 http://sourceforge.net/p/jump-pilot/code/5469 Author: edso Date: 2017-06-29 18:55:30 + (Thu, 29 Jun 2017) Log Message: --- revert Nico's previous commits for him to retry adding the timeout strings Modified Paths: -- core/trunk/src/languag

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

2017-06-29 Thread Michaël Michaud
Hi Jukka, Sorry, for the misleading instruction, I dont't know why I thought you was working on a WMSLayer. Peppe's answer was just right. Maybe you just needed to import the following classes. Try this : import org.openjump.core.ccordsys.utils.ProjUtils; import org.openjump.core.ccordsys.u

Re: [JPP-Devel] SVN: [5467] core/trunk

2017-06-29 Thread edgar . soldin
hey Nico, if you compare r5467 w/ r5465 (last commit be4fore you adding the timeout) you will see that there are still modified lines that have no connection to your intended change. ok for you if i reset the language files back to r5465 and you try agn from there? ..ede On 29.06.2017 15:21,

[JPP-Devel] SVN: [5468] core/trunk/src/com/vividsolutions/jump/workbench/ui/network/ ProxySettingsOptionsPanel.java

2017-06-29 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5468 http://sourceforge.net/p/jump-pilot/code/5468 Author: elnico Date: 2017-06-29 13:25:09 + (Thu, 29 Jun 2017) Log Message: --- Removed useless message for Network Properties Timeout tab Modified Paths: -- core/trunk/src/com/vividsolutions/j

[JPP-Devel] SVN: [5467] core/trunk

2017-06-29 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5467 http://sourceforge.net/p/jump-pilot/code/5467 Author: elnico Date: 2017-06-29 13:21:29 + (Thu, 29 Jun 2017) Log Message: --- Corrected properties files after bad unicode conversions. Modified Paths: -- core/trunk/ChangeLog core/trunk/s

Re: [JPP-Devel] SVN: [5466] core/trunk

2017-06-29 Thread edgar . soldin
Nico, looks good apart from the language part. somehow your editor managed to touch (mostly unicode conversions) a lot of keys that are unrelated. can your revisite those and just add the new keys? what is the text "(also apply to OGC services)" supposed to mean? wouldn't a centrally configure

[JPP-Devel] SVN: [5466] core/trunk

2017-06-29 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5466 http://sourceforge.net/p/jump-pilot/code/5466 Author: elnico Date: 2017-06-29 10:21:33 + (Thu, 29 Jun 2017) Log Message: --- New Network Properties options: connection and read timeouts are now configurable in the Network Properties options' tab. These ti

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

2017-06-29 Thread Rahkonen Jukka (MML)
Hi Michaël, Some little issue: - lyr = wc.layerNamePanel.selectedLayerables.get(0); seems to work and "lyr" contains now the name of the selected layer "New" - lyr.getSRS() throws an error: Sourced file: lib\ext\BeanTools\Cut_MBtiles.bsh : Error in method invocation: Method

Re: [JPP-Devel] Jump 1.11 on OSGeoLive 11

2017-06-29 Thread edgar . soldin
Brian, looks good to me. ..ede On 29.06.2017 05:58, Brian M Hamlin wrote: > 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 a

Re: [JPP-Devel] Configurable timeout

2017-06-29 Thread Nicolas Ribot
Thank you Michaël, I will test that. Nicolas On 29 June 2017 at 08:03, Michaël Michaud wrote: > 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 : > PersistentBla