[Geotools-devel] [jira] (GEOT-4404) EntityResolver for Parser and SLDParser
Davide
[Geotools-devel] [jira] (GEOT-4378) ReprojectingFilterVisitor doesn't reproject function parameters
Davide
Re: [Geotools-devel] wfs client failure on release
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
Davide
[Geotools-devel] [jira] (GEOT-4358) Create isCoverage Filter Function
Davide
Re: [Geotools-devel] Proposing Davide Savazzi for commit rights
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
Davide
[Geotools-devel] [jira] (GEOT-4324) CapabilitiesFilterSplitter AND optimization
Davide
[Geotools-devel] [jira] (GEOT-4322) Add a K nearest neighbours filter function for Oracle
Davide
[Geotools-devel] [jira] (GEOT-4318) WFSDataStore 1.1 creates invalid requests with filters containing Include AND other operators
Davide
[Geotools-devel] [jira] (GEOT-4315) WFS 1.1 creates invalid requests: Id Filters can't be used in Logical or Comparison operators
Davide
[Geotools-devel] [jira] (GEOT-4313) A LoggingHTTPClient to make debugging easier
Davide
[Geotools-devel] LoggingHTTPClient
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
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
Davide