On 23.06.2011 06:50, Rahkonen Jukka wrote:
> Yes, I do use OJ very much for testing WMS services. I had a try with this
> one:
> http://jump-pilot.sourceforge.net/download/nightlybuild/snapshot-2011-06-23/openjump-core-1.4.1-SNAPSHOT-bin.zip
> WMS works normally, even with http basic authenticati
Le 22/06/2011 22:06, Michaël Michaud a écrit :
> Hi Edgar,
>
> MrSid : I could read MrSid images normally. I did not make enough tests
> to check if the new code changed interpolation method.
I've now compared a few images (photography and scan) between new OJ
1.4.1 and 1.4.0 and can see no differ
Hi Edgar,
I made only few tests
WMS : most adresses I have tried display nothing but do not throw error
(the clock activates a few seconds while zooming or panning, but I get
no image). I finally found one adress displaying data. I get the same
behaviour with older OpenJUMP version. I thing I j
ok the change is in svn.
http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot?view=revision&revision=2281
could someone please check if http plain authentication for wms is still
working?
same goes for mrsid plugin rendering, just to be sure my changes didn't break
anyhing.
thanks ede
On 14
Hi Michaël and Ede,
I'm glad to assist if I can. I tried VALUE_INTERPOLATION_BILINEAR,
VALUE_INTERPOLATION_BICUBIC, and whatever the default is. I couldn't see
any visible difference in a grey-scale image, so I think it can be removed
without any obvious effect.
regards,
Larry
2011/6/14 Mic
Hi Ede,
I think MrSID plugin is from Larry. Hope he can give some hints
MrSid image samples seem quite easy to find. See
http://www.mass.gov/mgis/dwn-imgs.htm
I can make some tests as soon as you have committed
+1 to get rid of both classes
Michaël
Le 14/06/2011 21:36, edgar.sol...@web.de a é
just found
com/vividsolutions/jump/workbench/imagery/mrsid/MrSIDReferencedImage.java
uses com.sun.image.codec.jpeg.JPEGDecodeParam;
com/vividsolutions/wms/MapRequest.java
uses sun.misc.BASE64Encoder
should i deal with them in the same manner?
who would be willing to test the resulting nightly
Michael,
I think you should commit the change if there are no objections and we
don't break anything.
Landon
2011/2/22 Michaël Michaud :
> Hi,
>
> There are two classes in wms package using the sun proprietary
> BASE64Encoder class
>
> I suggest to replace it by
> http://migbase64.sourceforge.n
Hi,
There are two classes in wms package using the sun proprietary
BASE64Encoder class
I suggest to replace it by
http://migbase64.sourceforge.net/ which is BSD licensed and could be
included in OJ code.
But I don't know much this part of the code and I would be pleased to
get advice from WMS