Re: [JPP-Devel] Chart Plugin issues

2013-07-13 Thread Michaël Michaud
Hi Geoff, OK, I finally got it. I was sure the culprit was a new HashSet or a new HashMap, but unfortunaltely, It was hidden by a fully qualified declaration (new java.util.HashMap) :-( Hopefully, the problem is now solved (r3614). Let me know. Michaël Hi, You're right. I thought the problem

Re: [JPP-Devel] An attempt to build an "Export to ascii raster grid" plugin for OJ

2013-07-13 Thread Giuseppe Aruta
I forgot: the plugin is available on Toolbar Raster menu 2013/7/13 Giuseppe Aruta > Hi Stefan (and others), > I worked on your code and expanded a little bit the plugin. > I came across this plugin which is an attempt to larger Save to Raster to > substitute SaveRasterImageToImagePlugin from P

Re: [JPP-Devel] Chart Plugin issues

2013-07-13 Thread Geoffrey Roy
Dear Michael Well done, it now seems fine. I presume that this does not cause any efficiency problems in locating elements within layers for other tasks. Geoff On 13/07/2013 20:03, Michaël Michaud wrote: Hi Geoff, OK, I finally got it. I was sure the culprit was a new HashSet or a new Hash