Re: [Geotools-devel] Completed proposal?

2009-02-12 Thread Jody Garnett
I usually mark it as resolved; and wait for my contact in the user community (that I am fixing the bug for) to let me know if it solved there problem. If I have a test case and can confirm it fixed the problem raised I will close it. Jody PS. And if I am my own user (say fixing a bug for udig) I wi

Re: [Geotools-devel] Completed proposal?

2009-02-12 Thread Ben Caradoc-Davies
There is a Jira issue for the proposal. I have resolved but not closed it. In corporate practice, closing of issues is a management task. Who does this in the GeoTools anarcho-syndicalist commune? Do we just skip ahead and close every resolved issue? Or let the module maintainer do it? Jody Gar

Re: [Geotools-devel] Completed proposal?

2009-02-12 Thread Jody Garnett
You got it; if you had a jira bug associated with this proposal you could of closed it as well; jira tends to be used when there is a bunch of coding to be done associated with the change. In general we try and do the work as the change occurs; so everything is "release ready". Jody On Fri, Feb 1

Re: [Geotools-devel] [Geoserver-devel] cascading WFS

2009-02-12 Thread Jody Garnett
Is there any way we can detect an ESRI server is being used (perhaps a common pattern in the capabilities url; or some hint in the capabilities document?) Perhaps we can adjust our encoding of Filter as a special case while we wait for a bug report. Good detective skills to figure out what they wil

[Geotools-devel] Completed proposal?

2009-02-12 Thread Ben Caradoc-Davies
I have moved the OnlineTestCase proposal to http://docs.codehaus.org/display/GEOTOOLS/2.6.x as it is complete. Is this the right place for it? Or should this be done by the release team? -- Ben Caradoc-Davies Software Engineer, CSIRO Exploration and Mining Australian Resources Research Centre 2

Re: [Geotools-devel] cascading WFS

2009-02-12 Thread Jody Garnett
Correct ESRI WFS implementation - issues are here: - http://jira.codehaus.org/browse/UDIG-1287 - http://jira.codehaus.org/browse/GEOT-1501 So how about a GML2 and GML3 implementation based on justin's framework :-) I have had a couple of questions about the GMLDataStore in the last month; we shoul

[Geotools-devel] [jira] Created: (GEOT-2337) Provide a means to get the list of available raster datasets for the ArcSDE GCE module

2009-02-12 Thread JIRA
Provide a means to get the list of available raster datasets for the ArcSDE GCE module -- Key: GEOT-2337 URL: http://jira.codehaus.org/browse/GEOT-2337 Project: GeoTo

Re: [Geotools-devel] cascading WFS

2009-02-12 Thread Jody Garnett
Gabriel we have one outstanding bug with the WFS 1.0 against arcsde; we have no bindings for an errors xsd or something and thus fail to get out of the gate. Has TIM been able to produce a good error message yet? Jody Gabriel Roldan wrote: > > On Thursday 12 February 2009 15:32:22 Keane, Tim wr

Re: [Geotools-devel] svn down

2009-02-12 Thread Jody Garnett
Your origional question is still valid; I would personally go onto #osgeo channel and ask for help next time. Jody Gabriel Roldan wrote: > > it is back up now. > > On Thursday 12 February 2009 11:27:19 Gabriel Roldan wrote: > > > Hi, > > > svn seems to be down.. whom should we contact at osgeo wh

Re: [Geotools-devel] cascading WFS

2009-02-12 Thread Gabriel Roldan
On Thursday 12 February 2009 15:32:22 Keane, Tim wrote: > Gabriel- > > > > I have been working on producing the requests and responses as you > suggested. However, I am having a no luck getting ArcGIS Server's WFS > to properly apply Filters to GetFeature requests. So for now I am going > to back

[Geotools-devel] [jira] Created: (GEOT-2336) Encode id filters as a more efficient val in (p1, p2, ..., pn) when possible

2009-02-12 Thread Andrea Aime (JIRA)
Encode id filters as a more efficient val in (p1, p2, ..., pn) when possible Key: GEOT-2336 URL: http://jira.codehaus.org/browse/GEOT-2336 Project: GeoTools Issue T

Re: [Geotools-devel] svn down

2009-02-12 Thread Gabriel Roldan
it is back up now. On Thursday 12 February 2009 11:27:19 Gabriel Roldan wrote: > Hi, > svn seems to be down.. whom should we contact at osgeo when this happens? -- Gabriel Roldan OpenGeo - http://www.opengeo.org -- Creat

[Geotools-devel] svn down

2009-02-12 Thread Gabriel Roldan
Hi, svn seems to be down.. whom should we contact at osgeo when this happens? -- Gabriel Roldan OpenGeo - http://www.opengeo.org -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software.

[Geotools-devel] Geotools 1.7.2 bug correction with ImageMosaic Plugin

2009-02-12 Thread Kempenaers Stephen
Hi all, I'm switching from version 1.6.2 to version 1.7.2 and I'm having problems with the ImageMosaicPlugin. We have 32GB of data, divided into 113 separate and adjacent Geotiffs and a shapefile for the tileindex. This data has always worked under version 1.6.2, now after we made the switch

Re: [Geotools-devel] image / grid coverage maths function mapper

2009-02-12 Thread Michael Bedward
Proof of concept !!! Created the attached image from this jiffle 'program'... xc = width() / 2; yc = height() / 2; dx = (x()-xc)/xc; dy = (y()-yc)/yc; d = sqrt(dx^2 + dy^2); result = sin(8 * PI * d); Happy :-) Michael <>---