Re: [Geotools-devel] Fun with arcsde session

2008-04-16 Thread Jody Garnett
I have now got the right version of jars for the server I am testing against and am slowly kick the TestData method into shape. Stepping through the code and watching setXYByEnvelope shows the following change: BEFORE: (SeCoordRef : srid=0,falsex=0.0,falsey=0.0,xyunits=1.0,falsez=0.0,zunits=1.

Re: [Geotools-devel] FID into TXT Language (CQL Extension)

2008-04-16 Thread Saul Farber
Indeed. '#' can be troublesome in web requests (if not escaped properly). Also, it shouldn't matter what the "ID" character is in CQL ('@','#', etc.) as long as there is a way to 'escape' that character when it appears as a part of the query. I.e., if there's a '\#' character pair, then that's t

Re: [Geotools-devel] Fix on gt 2.4.x stable

2008-04-16 Thread Jody Garnett
It sounds okay to me; but we can mention it in the release notes... > Hi guys, > in order to fix http://jira.codehaus.org/browse/GEOS-1868 we need to > backport something that we introduced on trunk on > AbstractGridCoverage2DReader to support WCS 1.1.1. > Specifically this method > > http://paste

Re: [Geotools-devel] FID into TXT Language (CQL Extension)

2008-04-16 Thread Jody Garnett
Andrea and Chris we were talking about this a bit yesterday on email As CQL is used often in GeoServer I would like to check if "#road.1" syntax be okay encoded in a GET URL? Or should we ask Mauricio to use a different symbol - "@road.1,@road.2" etc... Jody > Hi, we was preparing the land

[Geotools-devel] RasterSymbolizer proposal (again :-) )

2008-04-16 Thread Simone Giannecchini
Hi guys, I have finally finished with the refactor of the RasterSymbolizer support classes. More details here http://docs.codehaus.org/display/GEOTOOLS/Raster+Symbolizer+support, code in inside the 2.4.x-rs branch. I have splitted the work in two parts, one implements a new piecewise operation for

Re: [Geotools-devel] Feature paging proposal created, please discuss

2008-04-16 Thread David Winslow
On Wednesday 16 April 2008 18:19:32 aaime wrote: > David Winslow-3 wrote: > > There was talk of having a dumb implementation of paging available that > > individual datastores could overwrite with more efficient > > implementations. I > > see no mention of this in the writeup, so has that idea been

[Geotools-devel] Fix on gt 2.4.x stable

2008-04-16 Thread Simone Giannecchini
Hi guys, in order to fix http://jira.codehaus.org/browse/GEOS-1868 we need to backport something that we introduced on trunk on AbstractGridCoverage2DReader to support WCS 1.1.1. Specifically this method http://pastebin.com/m6d3108fa which allows access to the raster gridtoworld transform. Addi

Re: [Geotools-devel] Feature paging proposal created, please discuss

2008-04-16 Thread aaime
David Winslow-3 wrote: > > There was talk of having a dumb implementation of paging available that > individual datastores could overwrite with more efficient implementations. > I > see no mention of this in the writeup, so has that idea been dropped or is > it > just considered to be implic

[Geotools-devel] FID into TXT Language (CQL Extension)

2008-04-16 Thread Mauricio Pazos
Hi, we was preparing the land to extend CQL. You could see the scope in the following link: http://docs.codehaus.org/display/GEOTOOLS/TXT+Language+Analysis Now I have some doubt about the ID Predicate, that is: #road.1, #road.2, #road.47 As you can see it is a sequence of "fids" preceded by "

Re: [Geotools-devel] Feature paging proposal created, please discuss

2008-04-16 Thread aaime
Chris Holmes wrote: > > One slight bit of feedback, on naming - is 'offset' the name that the > element in WFS 1.2 Query is going to be? I think many of the other > properties of Query are taken from the WFS spec, so it might be nice to > have this also be in line with it. I couldn't find t

Re: [Geotools-devel] Project name template for eclipse:eclipse... does it work for you?

2008-04-16 Thread Saul Farber
andrea, this command worked for me on trunk in the last few days: mvn -Dmaven.test.skip -Declipse.projectNameTemplate="1.6.x-[artifactId]" eclipse:clean eclipse:eclipse could it be the 'eclipse.' in front of the projectNameTemplate? --saul On Wed, 2008-04-16 at 15:08 +0200, Andrea Aime wrote:

Re: [Geotools-devel] Feature paging proposal created, please discuss

2008-04-16 Thread Jody Garnett
David Winslow wrote: > There was talk of having a dumb implementation of paging available that > individual datastores could overwrite with more efficient implementations. I > see no mention of this in the writeup, so has that idea been dropped or is it > just considered to be implicit? > I

Re: [Geotools-devel] Fun with arcsde session

2008-04-16 Thread Jody Garnett
I have confirmed that this problem exists on 2.4.x as well (yeah it is not my fault!) - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100

Re: [Geotools-devel] Feature paging proposal created, please discuss

2008-04-16 Thread David Winslow
There was talk of having a dumb implementation of paging available that individual datastores could overwrite with more efficient implementations. I see no mention of this in the writeup, so has that idea been dropped or is it just considered to be implicit? Relatedly, perhaps FeatureSource.ge

Re: [Geotools-devel] Fun with arcsde session

2008-04-16 Thread Jody Garnett
Jody Garnett wrote: > I do seem to have found an actual problem now ... failing to make a > rectangle because the points are out side of what. > It seems this is now a general problem for me; I am unable to create geometry to set up the test cases because the coordinates are outside of the va

Re: [Geotools-devel] Feature paging proposal created, please discuss

2008-04-16 Thread Jody Garnett
Andrea Aime wrote: > Hi, > I've written down a first version of the Feature paging + query > capabilities proposal as a base for further discussion: > http://docs.codehaus.org/display/GEOTOOLS/Feature+paging+and+Query+capabilities > > (If you did not hear about it, it basically tries to add suppo

Re: [Geotools-devel] On module renaming

2008-04-16 Thread Justin Deoliveira
This works for me. I like this approach. Martin Desruisseaux wrote: > In an attempt to help the issue that Andrea is reporting in his last email: > > So I suggest to go ahead with the following: > > * Do not touch to directory names. > * Add the "gt-" prefix in leaves modules only. > * Remove al

Re: [Geotools-devel] Feature paging proposal created, please discuss

2008-04-16 Thread Chris Holmes
One slight bit of feedback, on naming - is 'offset' the name that the element in WFS 1.2 Query is going to be? I think many of the other properties of Query are taken from the WFS spec, so it might be nice to have this also be in line with it. I couldn't find the wfs 1.2 spec, even in the mem

Re: [Geotools-devel] Fun with arcsde session

2008-04-16 Thread Jody Garnett
Saul Farber wrote: > Sorry to be so silent as you and Gabriel work through the arcsde issues. > Not to worry; I am just trying to be good and send email after Gabriel and I figure something out on IRC. > I'm not sure what to make of these errors. It could be that someone has > arcmap open and

[Geotools-devel] Feature paging proposal created, please discuss

2008-04-16 Thread Andrea Aime
Hi, I've written down a first version of the Feature paging + query capabilities proposal as a base for further discussion: http://docs.codehaus.org/display/GEOTOOLS/Feature+paging+and+Query+capabilities (If you did not hear about it, it basically tries to add support for paging thru features in

[Geotools-devel] SoC number are raised, we need to review again

2008-04-16 Thread Jody Garnett
Actually the numbers were updated; OSGeo has a lot more slots now ... from [EMAIL PROTECTED] > Hi! > > We now have 20 slots, and I've changed "the line" to reflect this. > > All organizations should now review their projects above "the line", > and make sure it their no. 1 choise. If you want som

Re: [Geotools-devel] [udig-devel] We are under attack again

2008-04-16 Thread Jody Garnett
We really are not sure if this is an attack, or just a poorly written client (sigh). The sys admin would like to recompile svn and apache and do a test run (ie an hour of down time next month where we swap over and see if IP address and so on are in order). If that goes well we can update to sv

Re: [Geotools-devel] On module renaming

2008-04-16 Thread Martin Desruisseaux
Andrea Aime a écrit : > I must admit I don't really understand what is the difference compared > to pure #1. * The "2" in "gt2-" dropped. * The parent module that contain child modules (i.e. every pom.xml declared with pom rather than jar) would not have "gt-" prefix. Should not matter sin

[Geotools-devel] [jira] Created: (GEOT-1771) StreamingRenderer/PostGIS behaving oddly with Google Mercator projection

2008-04-16 Thread Andy M (JIRA)
StreamingRenderer/PostGIS behaving oddly with Google Mercator projection Key: GEOT-1771 URL: http://jira.codehaus.org/browse/GEOT-1771 Project: GeoTools Issue Type: Bug

Re: [Geotools-devel] On module renaming

2008-04-16 Thread Andrea Aime
Martin Desruisseaux ha scritto: > In an attempt to help the issue that Andrea is reporting in his last email: > > So I suggest to go ahead with the following: > > * Do not touch to directory names. > * Add the "gt-" prefix in leaves modules only. > * Remove all elements. > * Reinsert and eleme

Re: [Geotools-devel] On module renaming

2008-04-16 Thread Martin Desruisseaux
In an attempt to help the issue that Andrea is reporting in his last email: So I suggest to go ahead with the following: * Do not touch to directory names. * Add the "gt-" prefix in leaves modules only. * Remove all elements. * Reinsert and elements. Is that fine? It is a mix of #1 and #3. Ba

[Geotools-devel] Project name template for eclipse:eclipse... does it work for you?

2008-04-16 Thread Andrea Aime
Hi, I'm trying to recreated the geotools projects as suggested by the wiki at: http://docs.codehaus.org/display/GEOT/2.5.8+Maven+Eclipse+Plugin+Goals But the names generated are still plain, prefix-less. To make extra sure I run the following: mvn eclipse:clean mvn eclipse:eclipse -DprojectNameTe

[Geotools-devel] [jira] Created: (GEOT-1770) EPSG HSQL factory seems to unexpectedly close db connections

2008-04-16 Thread Andrea Aime (JIRA)
EPSG HSQL factory seems to unexpectedly close db connections Key: GEOT-1770 URL: http://jira.codehaus.org/browse/GEOT-1770 Project: GeoTools Issue Type: Bug Components: c

[Geotools-devel] Can a WFS GetFeature response distinguish incomplete Features?

2008-04-16 Thread Adrian Custer
Hello Mr. Vretanos, I'm writing you as the contact point in the WFS specification and copying the message to the geotools developers since some of them might be interested or have responses given their work implementing the specification. Does the WFS specification provide a way to label the fea

Re: [Geotools-devel] geotools svn is down

2008-04-16 Thread Adrian Custer
Yes, Jody sent a note earlier explaining that refractions was under attack once again and they were shutting access to machines. --adrian On Wed, 2008-04-16 at 15:13 +0800, Ben Caradoc-Davies wrote: > svn.geotools.org is not responding > --

[Geotools-devel] geotools svn is down

2008-04-16 Thread Ben Caradoc-Davies
svn.geotools.org is not responding -- Ben Caradoc-Davies <[EMAIL PROTECTED]> Software Engineer, CSIRO Exploration and Mining Australian Resources Research Centre 26 Dick Perry Ave, Kensington WA 6151, Australia - This SF.net