Re: [JPP-Devel] [SPAM] a couple of requests.... on dimensions

2009-03-18 Thread Michaël Michaud
Hi peppe > Actual Simple Query window is 1050x270. It needs to decrease of almost 250 > in width while the height is uninfluent > Done in the svn for SimpleQuery (I used a vertical layout for comboboxes, you'll tell me...) Michaël > (I calculate the last dimension from screenshot in a window

Re: [JPP-Devel] WMS image format issue

2009-03-18 Thread Stefan Steiniger
yes.. Andreas is right. Some tiff types work while others don't stefan Andreas Schmitz wrote: > Rahkonen Jukka wrote: > > Hi, > >> I do not know what is wrong with >> image/tiff. >> The request is right but OpenJUMP does not show the image. Is is just that >> tiff format is not supported by

Re: [JPP-Devel] Bug on Change style

2009-03-18 Thread Sunburned Surveyor
This is interesting. I'll have to see if I can duplicate the bug on my Ubuntu box. I'm still thinking we could replace the list box with something a little more user friendly. This would coincide with the file dialog that Andreas has been using. Let me think about this some, and then I will look

Re: [JPP-Devel] Code to change ColorThemingStyle

2009-03-18 Thread Nacho Uve
Solved!!! It's needed to set the Alpha parameter on the ColorThemingStyle. Cheers, Nacho 2009/3/17 Nacho Uve > > I don't see anything obvious. Did you try leaving the event firing on? >> > Yes, I did. That's strange... :S > > > > > >> >> Larry >> >> On Tue, Mar 17, 2009 at 1:02 PM, Nacho U

Re: [JPP-Devel] Bug on Change style

2009-03-18 Thread Andreas Schmitz
Giuseppe Aruta wrote: Hi, > Confirm what wrote by Andreas: Change Style>Fill patterns under windows XP, > if you select the last entry of the list, a file dialog opens where you can > choose an image file. > It can read BMP, JPG, PNG and SVG. > This last option seems to be interesting since i

Re: [JPP-Devel] WMS image format issue

2009-03-18 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > I do not know what is wrong with > image/tiff. > The request is right but OpenJUMP does not show the image. Is is just that > tiff format is not supported by OpenJUMP WMS? yes, I think that's the case here. I've also had issues requesting tiff images from deegree s

Re: [JPP-Devel] WMS image format issue

2009-03-18 Thread Rahkonen Jukka
Andreas Schmitz wrote: > Rahkonen Jukka wrote: >> Hi, >> I found a little issue when playing with MapServer WMS. By default it >> supports 24 bit png outputformat, which is advertised in GetCapabilities >> document as "image/png; mode=24bit" > ah nice. I recently implemented something similar

Re: [JPP-Devel] Bug on Change style

2009-03-18 Thread Giuseppe Aruta
Hi all, Confirm what wrote by Andreas: Change Style>Fill patterns under windows XP, if you select the last entry of the list, a file dialog opens where you can choose an image file. It can read BMP, JPG, PNG and SVG. This last option seems to be interesting since it opens the possibility to dr

Re: [JPP-Devel] WMS image format issue

2009-03-18 Thread Andreas Schmitz
Rahkonen Jukka wrote: Hi, > I found a little issue when playing with MapServer WMS. By default it > supports 24 bit png outputformat, which is advertised in GetCapabilities > document as "image/png; mode=24bit" ah nice. I recently implemented something similar in deegree and was always unsure h

Re: [JPP-Devel] Bug on Change style

2009-03-18 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Peppe has discovered a bug in the change styles dialog. You can see > from the attached screen shot part of the problem. I think we might be > running into a Swing rendering problem. We are trying to paint some > pretty complex patterns in the rows of a list box. >