Re: [JPP-Devel] Fwd: Fwd: NullPointerException Change Raster Image Properties

2015-06-05 Thread Alberto De Luca - GeA
Hi everyone, as you might know, I've been working (lately not much, to be honest) on a new raster styler. If you reckon it could be useful, I would be pleased to share it with you. I was hoping to improving it a bit more, but I see that I keep procrastinating... The styler is an independent

Re: [JPP-Devel] New WMS Layer legend plugin on OpenJUMP

2015-06-05 Thread edgar . soldin
hey Peppe, while playing around with the plugin i stumbled over two issues 1. the plugin was enabled even if multiple wms layers were selected. this is fixed now in trunk. 2. the dialogs accumulate. every time a new one gets created. you should update/reuse existing legends per layer. addition

[JPP-Devel] SVN: [4477] core/trunk/src/org/openjump/core/ui/plugin/wms/WMSLegendPlugIn. java

2015-06-05 Thread jump-pilot-svn
Revision: 4477 http://sourceforge.net/p/jump-pilot/code/4477 Author: edso Date: 2015-06-05 10:44:40 + (Fri, 05 Jun 2015) Log Message: --- enable WMSLegendPlugin for _one_ selected WMSLayer only Modified Paths: -- core/trunk/src/org/openjump/core/ui/plugi

Re: [JPP-Devel] New WMS Layer legend plugin on OpenJUMP

2015-06-05 Thread edgar . soldin
hey Peppe, check r4476. i made it reuse the existing WMSRequest classes to avoid implementing additional http auth code. ..ede On 05.06.2015 11:01, Giuseppe Aruta wrote: > Hi Jukka, > can you send me a WMS url with relative User/Password? I want to check a > possibility to set them on asking G

[JPP-Devel] SVN: [4476] core/trunk/src

2015-06-05 Thread jump-pilot-svn
Revision: 4476 http://sourceforge.net/p/jump-pilot/code/4476 Author: edso Date: 2015-06-05 10:25:46 + (Fri, 05 Jun 2015) Log Message: --- make WMSLegendPlugIn reuse the existing WMSRequest classes to support basic auth out of the box Modified Paths: --

Re: [JPP-Devel] New WMS Layer legend plugin on OpenJUMP

2015-06-05 Thread Giuseppe Aruta
Hi Jukka, can you send me a WMS url with relative User/Password? I want to check a possibility to set them on asking GetLegendGraphic URL Peppe 2015-06-05 9:59 GMT+02:00 Giuseppe Aruta : > I think also that Kosmo request to WMS Styles and Legends starts probably > together with a WMS layer requ

Re: [JPP-Devel] Fwd: Fwd: NullPointerException Change Raster Image Properties

2015-06-05 Thread Uwe Dalluege
Hi Peppe, thank you for your long explanation of the problem. Sorry, but I am not able to decide which solution is the best. In the moment I do not use the Raster>Raster Color Editor... with my students. This was only a test for me to decide, whether I can use it for my lessons. But it does not w

[JPP-Devel] SVN: [4475] core/trunk/src/com/vividsolutions/jump/workbench/ui/ TreeLayerNamePanel.java

2015-06-05 Thread jump-pilot-svn
Revision: 4475 http://sourceforge.net/p/jump-pilot/code/4475 Author: edso Date: 2015-06-05 08:28:53 + (Fri, 05 Jun 2015) Log Message: --- remove spurious import Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/ui/TreeLayerNamePanel.jav

[JPP-Devel] Fwd: Fwd: NullPointerException Change Raster Image Properties

2015-06-05 Thread Giuseppe Aruta
Hi everybody, this is a dialog between Uwe about the possibility to deactivate a plugin (Raster>Color Editor) as it was substituded by the new Raster Image tree menu>Raster Layer Properties>Raster Color Editor Panel *.* My mistake that this dialog remained between Uwe and I *.* I would like the opi

Re: [JPP-Devel] New WMS Layer legend plugin on OpenJUMP

2015-06-05 Thread Giuseppe Aruta
I think also that Kosmo request to WMS Styles and Legends starts probably together with a WMS layer request. Since I didn't want to modify any original WMS OJ classes, OJ WMS legend plugin calls after a WMS is loaded. Infact there is a small delay on OJ whenever a user ask for a legend, comparing

Re: [JPP-Devel] New WMS Layer legend plugin on OpenJUMP

2015-06-05 Thread Giuseppe Aruta
Hi Jukka, thanks for the quick answer. Regarding user/password of WMS, I can see that the code comes from SelectUrlWithAuthPanel.class but I don't see where these datas are stored on WMS classes ( or maybe not, they are only asked at the beginning of the WMS request process). This plugin is relat