Re: [Geotools-devel] [Geoserver-devel] Preparing for WCS 1.0 EMF porting

2009-09-29 Thread Alessio Fabiani
Hi Justin, yes I have seen the JIRAs, I'm going to comment them ... thank you very much. Have a good day, Alessio. --- Eng. Alessio Fabiani Founder / CTO GeoSolutions S.A.S. Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584 98

Re: [Geotools-devel] gt-swing nominated to graduate to supported module

2009-09-29 Thread Christian Müller
@Jody: Sorry, I have no experience with swing testing frameworks. As I told I developed one complex Swing applet which runs only on sun jdk 6. On the other side I appreciate to give developers a Swing starting point and to honor the work done until yet. My vote is a +0 , but only if the modu

Re: [Geotools-devel] gt-swing nominated to graduate to supported module

2009-09-29 Thread Andrea Aime
Christian Müller ha scritto: > > @Jody: Sorry, I have no experience with swing testing frameworks. As I > told I developed one complex Swing applet which runs only on sun jdk 6. > On the other side I appreciate to give developers a Swing starting point > and to honor the work done until yet. > M

[Geotools-devel] [jira] Created: (GEOT-2741) GridCoverageRenderer wrongly discards user-supplied AffineTransform

2009-09-29 Thread Michael Bedward (JIRA)
GridCoverageRenderer wrongly discards user-supplied AffineTransform --- Key: GEOT-2741 URL: http://jira.codehaus.org/browse/GEOT-2741 Project: GeoTools Issue Type: Bug

Re: [Geotools-devel] [ExternalEmail] Re: gt-swing nominated to graduate to supported module

2009-09-29 Thread Jody Garnett
I am not too worried about being supported for FOSS4G; I was just sticking with the plan for the creation of the module. In anycase we can wait until test coverage is greater. Jody On 29/09/2009, at 4:38 PM, Andrea Aime wrote: > Ben Caradoc-Davies ha scritto: >> On 29/09/09 10:54, Ben Carado

Re: [Geotools-devel] [ExternalEmail] Re: gt-swing nominated to graduate to supported module

2009-09-29 Thread Andrea Aime
Jody Garnett ha scritto: > I am not too worried about being supported for FOSS4G; I was just > sticking with the plan for the creation of the module. In anycase we can > wait until test coverage is greater. Mind a -0 does not block graduation. I'm just expressing a concern. An actively maintaine

Re: [Geotools-devel] How to create complex parameters

2009-09-29 Thread Justin Deoliveira
Hey guys, sorry for the late response. Jody Garnett wrote: > On 29/09/2009, at 12:48 AM, Matthias Lendholt wrote: > >>> I see then I am confused ... let me check - adding a test method to >>> ParserTest with the following "naked" configuration. >> >> Sorry! My fault. It was a misunderstanding on

Re: [Geotools-devel] Questions about using Coverage to display georeferrenced raster images.

2009-09-29 Thread Simone Giannecchini
Ciao Landon, please read below... --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax: +39 0584983027 mob:+39 333 8128928 http://www.geo-sol

Re: [Geotools-devel] Parsing error on creating WPS factory

2009-09-29 Thread Justin Deoliveira
Hi Matthias, I looked into it and found the issue. The fix requires a change to the wps model, it should be fine but I would like to get someone to review the change as i know people are doing WPS work these days. Jody or Andrea perhaps? -Justin Matthias Lendholt wrote: > Hi Justin, > > sorr

Re: [Geotools-devel] Parsing error on creating WPS factory

2009-09-29 Thread Andrea Aime
Justin Deoliveira ha scritto: > Hi Matthias, > > I looked into it and found the issue. The fix requires a change to the > wps model, it should be fine but I would like to get someone to review > the change as i know people are doing WPS work these days. > > Jody or Andrea perhaps? Sure, just p

Re: [Geotools-devel] [ExternalEmail] Re: gt-swing nominated to graduate to supported module

2009-09-29 Thread Jody Garnett
Oh it is getting tested - by the user list keeping Mr Bedward hopping. In anycase I was trying to move things that needed moving before release; directory datastore also is in my sights :-) Jody On Tue, Sep 29, 2009 at 11:05 PM, Andrea Aime wrote: > Jody Garnett ha scritto: >> >> I am not too w

Re: [Geotools-devel] How to create complex parameters

2009-09-29 Thread Jody Garnett
Thanks Justin ... > One of two things. Pass in a MLConfiguration(), which has the schema > reference "built in" to it. Or ensure that teh schema reference is exactly > correct in the instance document you are parsing. I was trying to avoid that in order to show the difference adding bindings make

Re: [Geotools-devel] [jira] Created: (GEOT-2741) GridCoverageRenderer wrongly discards user-supplied AffineTransform

2009-09-29 Thread Michael Bedward
Hello all, I'm puzzling a bit more about how GridCoverageRenderer handles a world to screen transform supplied by the cient... Looking again at the GridCoverageRenderer code I see that I didn't read the comments properly and the code does indeed do what is advertised: ie. only uses the supplied t

Re: [Geotools-devel] [jira] Created: (GEOT-2741) GridCoverageRenderer wrongly discards user-supplied AffineTransform

2009-09-29 Thread Andrea Aime
Michael Bedward ha scritto: > Hello all, > > I'm puzzling a bit more about how GridCoverageRenderer handles a world > to screen transform supplied by the cient... > > Looking again at the GridCoverageRenderer code I see that I didn't > read the comments properly and the code does indeed do what i