Re: [Geotools-devel] [Geoserver-devel] GeoServer IRC Meeting Responses

2006-08-01 Thread Justin Deoliveira
Jody Garnett wrote: > OMG - what a lot of stuff going on > > 1) PSC > Have not had time to review Chris's email and web pages in detail, will > vote of the course of the next 7 days. > > 2). 1.4.0 > We are held up on a GeoTools release, I have had a hard time making > sense out of where we

Re: [Geotools-devel] [udig-devel] Guidance on how to implement Attributes for a FeatureReader

2006-08-01 Thread Cory Horner
Dan Eslinger wrote: > ...the plug-in I have developed is able to read GPS NMEA sentences and > return latitude and longitude ordinate pairs for access and display. > > What I would like some guidance on now is how to extend my class which > inherits from FeatureReader to add the attribute data

Re: [Geotools-devel] XML module

2006-08-01 Thread Justin Deoliveira
Thanks for the clarification David, you bring up some great points. On Tue, August 1, 2006 6:11 pm, David Zwiers wrote: > Thanks for the quick answers. I'll try to re-phrase questions 2 and 3. > > > The IP Question was just put out because I have not read the Eclipse > license in depth ... and was

[Geotools-devel] org.geotools.renderer.lite.GridCoverageRendererTest failure

2006-08-01 Thread Amos Hayes
Hello. I'm trying to build geotools/trunk (subversion revision 20805) on RHEL 4 linux on amd64 with jdk1.5.0_07 and Aug 1st jai and jai- imageio I get this error. --- Test set: org.geotools.renderer.lite.GridCoverag

Re: [Geotools-devel] XML module

2006-08-01 Thread David Zwiers
Thanks for the quick answers. I'll try to re-phrase questions 2 and 3.   The IP Question was just put out because I have not read the Eclipse license in depth ... and was hoping someone else had, and would share a brief comparison (are we compatible?).   The dependency issue was more at a higher l

Re: [Geotools-devel] XML module

2006-08-01 Thread Justin Deoliveira
On Tue, August 1, 2006 11:34 am, Paul Ramsey wrote: > David Zwiers wrote: > > >> The fourth question, is more todo with servlet containers. I don't know >> a whole ton about ESM, so this may not be a concern ... but when we >> have two simultanious executions threads (in a servlet) executing the >

Re: [Geotools-devel] XML module

2006-08-01 Thread Justin Deoliveira
Hi David, Great questions, answers inline. On Tue, August 1, 2006 11:27 am, David Zwiers wrote: > Justin, a couple questions here about ESM: > > > - How does this affect download sizes of other client applications > (GeoServer) It drags a few of the emf libraries along so there will be an increa

Re: [Geotools-devel] RFC: paged access to Features

2006-08-01 Thread Chris Holmes
I know Javier would love to have this feature exposed in WFS. I'm more or less +1. I'd say check out the C-SW 2 spec if you haven't already as I believe they do paging, and you should use the same names as they do. We could probably expose through WFS as an extension of some sort, and submit

[Geotools-devel] RFC: paged access to Features

2006-08-01 Thread Gabriel Roldán
Jessy and I were ranting about adding the ability to the GeoTools DataStore api of being required for a page of data/features, rather than the whole dataset. That would immensely improve (and actually allow) some common scenarios like presening a result set in tabular form. On the client side (

Re: [Geotools-devel] IP review for jmappane - on 2.2.x

2006-08-01 Thread Ian Turton
Ian -- Ian Turton http://www.geotools.org http://pennspace.blogspot.com/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & b

Re: [Geotools-devel] Geotools, Geoserver and Coverages' future.

2006-08-01 Thread Simone Giannecchini
Ciao Adit, it is fine for me. Simone. On 8/1/06, Adit Santokhee <[EMAIL PROTECTED]> wrote: > Hello all, > > Just wish to confirm tonight's meeting at 19.00 UTC. > > Cheers, > Adit > > -Original Message- > From: Simone Giannecchini [mailto:[EMAIL PROTECTED] > Sent: 27 July 2006 17:14 > To:

[Geotools-devel] switching trunk to geoapi-nogenerics ... experiment

2006-08-01 Thread Jody Garnett
So I have made a bit of progress - the jar we want to depend on these days seems to be called: geoapi-nogenerics I have made a branch for geoapi-2.1-M0 and hope to here back from simone (and ensure it represents something he can make trunk compile against) before actually nailing this down and m

Re: [Geotools-devel] 2.2.x build is broken

2006-08-01 Thread Cory Horner
...broken again... and fixed r20800. this time module/api/src/org/geotools/filter/SortOrder.java has acquired: public int compareTo(Object other) { int a = all.indexOf(this); int b = all.indexOf(other); if( a == b ) return 0; if(

Re: [Geotools-devel] XML module

2006-08-01 Thread Paul Ramsey
David Zwiers wrote: > The fourth question, is more todo with servlet containers. I don't know > a whole ton about ESM, so this may not be a concern ... but when we have > two simultanious executions threads (in a servlet) executing the same > functionality, will the end user (Ex. Geoserver) nee

Re: [Geotools-devel] XML module

2006-08-01 Thread David Zwiers
Justin, a  couple questions here about ESM:    - How does this affect download sizes of other client applications (GeoServer)  - How does this affect the IP issues that have been ongoing?  - Is this a dependency Geotools should have?  - Is the library thread safe?   The third question is most impor

[Geotools-devel] Extra irc discussion about release - what do you want in GeoAPI?

2006-08-01 Thread Jody Garnett
To get back on this topic ... I can make a GeoApi milestone release, and will try and package on up for trunk. What that will consist of is ... - GeoAPI 2.0 plus - filter accepting object - changed feature model (only used on FM branch) What will not make the cut: - some catalog api from deegre

Re: [Geotools-devel] IRC meeting summary

2006-08-01 Thread Jody Garnett
Adrian Custer wrote: > A sloppy weekly meeting: > > 1) Nothing said against YourKit > So if we can write up a page in the developers guide, and manage to follow it - then it sounds like we have consensus (look ma no PMC needed). > 2) 2.2.0 good to go (except it doesn't compile right at this ins

[Geotools-devel] So about your renderers ?

2006-08-01 Thread Jody Garnett
So is this the situation: - JMapPane can use any GTRenderer (woot) - ShapefileRenderer works, and can delegate to StreamingRenderer - StreamingRednerer works; and can delegate to GridRenderer And to make matters fun, StreamingRenderer can go darn fast with a little push: GTRenderer rende

[Geotools-devel] mappane ready now ... for 2.2 (and turnk)

2006-08-01 Thread Jody Garnett
IP review completed, code runs (at least in my IDE) and builds without geowidgets... After a round of confirmation we should port this to trunk. Jody - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.ne

[Geotools-devel] IP review for jmappane - on 2.2.x

2006-08-01 Thread Jody Garnett
I have updated/provided headers where needed and committed the attached file into trunk. I have removed 50% of the code that was in doubt (so things like selection, the crs picker and so on) and we are left with something that runs. The module has a countries.shp and sld file in the module roo

Re: [Geotools-devel] Geotools, Geoserver and Coverages' future.

2006-08-01 Thread Adit Santokhee
Hello all, Just wish to confirm tonight's meeting at 19.00 UTC. Cheers, Adit -Original Message- From: Simone Giannecchini [mailto:[EMAIL PROTECTED] Sent: 27 July 2006 17:14 To: Adit Santokhee Cc: Bryce L Nordgren; [EMAIL PROTECTED]; Geoserver-devel; [email protected]

[Geotools-devel] [jira] Created: (GEOT-904) mappane resizes cause map to diminish into oblivion

2006-08-01 Thread Adrian Custer (JIRA)
mappane resizes cause map to diminish into oblivion --- Key: GEOT-904 URL: http://jira.codehaus.org/browse/GEOT-904 Project: GeoTools Issue Type: Bug Components: ext mappane Affec

Re: [Geotools-devel] GeoTools 2.0 still not ready ... GEOT-902

2006-08-01 Thread Jody Garnett
Okay a bit more progress, > So this has been going through Jira but I am not sure that is sufficient > - http://jira.codehaus.org/browse/GEOT-902 > > Andrea, can we work through these problems before doing anything on > trunk with JMapPane? > Note: Andrea is on volunteer time and it is not yet

[Geotools-devel] GeoServer IRC Meeting Responses

2006-08-01 Thread Jody Garnett
OMG - what a lot of stuff going on 1) PSC Have not had time to review Chris's email and web pages in detail, will vote of the course of the next 7 days. 2). 1.4.0 We are held up on a GeoTools release, I have had a hard time making sense out of where we are at. I hope with Richard and Justin

Re: [Geotools-devel] 2.2.x build is broken

2006-08-01 Thread Adrian Custer
On Tue, 2006-08-01 at 09:03 +0200, Jody Garnett wrote: > Darn we cannot do this - it is not our code. So Ian you have a problem, > we need to remove your use of geowidgets - only part I know is the > CRSPicker - lets use a Swing prompt. Please simply remove CRSPicker. The idea of JMapPane is

Re: [Geotools-devel] 2.2.x build is broken

2006-08-01 Thread Jody Garnett
Cory Horner wrote: > Hey folks, > > The 2.2.x branch appears to be broken, so in order to keep it alive, i'm > kicking out ext/go and ext/mappane from the build (in ext/pom.xml). > Please go forth and fix these :) > > for ext/go: > > [INFO] Compilation failure > c:\java\geotools\2.2.x\ext\go\src

Re: [Geotools-devel] XML module

2006-08-01 Thread Jody Garnett
Justin Deoliveira wrote: > Hi all, > > Some of you might be aware of the xml parsing work that has been going > on over the last while. It was used last year as part of ows-3, and > intended to be used this year in ows-4. > I am a bit concerned that you will need the FM before you are done ...