[Geotools-devel] [jira] (GEOT-4404) EntityResolver for Parser and SLDParser

2013-02-25 Thread Davide Savazzi (JIRA)
Davide

[Geotools-devel] [jira] (GEOT-4378) ReprojectingFilterVisitor doesn't reproject function parameters

2013-01-25 Thread Davide Savazzi (JIRA)
Davide

Re: [Geotools-devel] wfs client failure on release

2013-01-21 Thread Davide
On Mon, Jan 21, 2013 at 3:14 PM, Jody Garnett wrote: > Davide is this one yours? You can fix the test by referencing the > GeoTools.getVersion(). Hi, yes. I've fixed it: https://github.com/geotools/geotools/pull/113 == Our support, Your Success! Visit http://opensdi.geo-solutions.

[Geotools-devel] [jira] (GEOT-4362) ArcGIS WFS output format not supported

2013-01-02 Thread Davide Savazzi (JIRA)
Davide

[Geotools-devel] [jira] (GEOT-4358) Create isCoverage Filter Function

2012-12-21 Thread Davide Savazzi (JIRA)
Davide

Re: [Geotools-devel] Proposing Davide Savazzi for commit rights

2012-11-29 Thread Davide
On Thu, Nov 29, 2012 at 8:38 AM, Jody Garnett wrote: > +1 from me, Andrea can you point Davide in the direction of the code > contribution agreement and so forth? We need an email from him, confirming > he has sent something in. Hi, thanks for the votes! Is this the agreem

[Geotools-devel] [jira] (GEOT-4327) Build failure in gt-epsq-hsql caused by URN_EPSG_Test

2012-11-28 Thread Davide Savazzi (JIRA)
Davide

[Geotools-devel] [jira] (GEOT-4324) CapabilitiesFilterSplitter AND optimization

2012-11-26 Thread Davide Savazzi (JIRA)
Davide

[Geotools-devel] [jira] (GEOT-4322) Add a K nearest neighbours filter function for Oracle

2012-11-21 Thread Davide Savazzi (JIRA)
Davide

[Geotools-devel] [jira] (GEOT-4318) WFSDataStore 1.1 creates invalid requests with filters containing Include AND other operators

2012-11-15 Thread Davide Savazzi (JIRA)
Davide

[Geotools-devel] [jira] (GEOT-4315) WFS 1.1 creates invalid requests: Id Filters can't be used in Logical or Comparison operators

2012-11-12 Thread Davide Savazzi (JIRA)
Davide

[Geotools-devel] [jira] (GEOT-4313) A LoggingHTTPClient to make debugging easier

2012-11-09 Thread Davide Savazzi (JIRA)
Davide

[Geotools-devel] LoggingHTTPClient

2012-11-08 Thread Davide
ateHTTPResponse LoggingHTTPClient No changes in other files. I've created this Pull Request: https://github.com/geotools/geotools/pull/49 -- == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Davide Savazzi @svzdvd Senior Software Engineer GeoSolutio

[Geotools-devel] CapabilitiesFilterSplitter doesn't split appropriately Id Filters

2012-11-08 Thread Davide
are added to postStack if they aren't supported otherwise they are added to preStack. if (!fcs.supports(filter)) postStack.push(filter); else preStack.push(filter); Thanks for the review, -- == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Davide Savaz

[Geotools-devel] [jira] (GEOT-4307) CapabilitiesFilterSplitter doesn't split appropriately Id Filters when there isn't Id support in Capabilities

2012-11-07 Thread Davide Savazzi (JIRA)
Davide