Re: [Geotools-devel] Filter spec and FeatureId

2006-08-07 Thread Justin Deoliveira
Ok, I guess I am a little confused. I thought you were making the change so that wfs would be able to handle "non-compliance" with the filter schema. Also, can you explain more about how changing all of geotools would help. I apologize, its just still a bit unclear. Also, I think if the change is m

Re: [Geotools-devel] Filter spec and FeatureId

2006-08-07 Thread Rob Atkinson
I would suggest that at long as you can handle strict compliance, anything else you can handle should be deprecated, but allowed. I wouldnt even invest in documenting it as an allowed feature, and it definitely should not appear in any demos or how-tos. It would be nice if there was feedback to

Re: [Geotools-devel] Filter spec and FeatureId

2006-08-07 Thread Jesse Eichar
Hey Justin, I am making this "relaxed" compliance and "strict" compliance change because otherwise I have to change all of Geotools and that is completely out of the question... yet I need WFS to be able to be compliant and still be able to communicate with Geoserver. So right there I nee

Re: [Geotools-devel] [Geotools-gt2-users] MapViewer

2006-08-07 Thread Matthias Basler
Adrian wrote: > > We all would like a better set of GUI widgets and, check it out, there's > a whole project to do just that. The out of this world great mappane and > its ilk belong in GeoWidgets. If you want to work on a gui for free GIS. > Please, please, PLEASE join GeoWidgets. > > --adrian

Re: [Geotools-devel] [Geoserver-devel] GZip

2006-08-07 Thread Randy George
Hi, Hi, Is this the relevant connector config for Tomcat 5.5 server.xml? http://tomcat.apache.org/tomcat-5.0-doc/config/http.html It looks like two attributes are needed assuming you wish to add additional mimetypes: "compressableMimeType": The value is a comma separated list of MIME types for w

Re: [Geotools-devel] [Geoserver-devel] Speeding up gif/png serving

2006-08-07 Thread David Blasby
I thought about this problem before -- the main issue is that the anti-aliasing causes a lot of "extra" colours to be created. The original colour reduction algorithm was to find the first 256 colours in the image and use those colours in the colour map. This completely failed to work after antia

Re: [Geotools-devel] [Geoserver-devel] Speeding up gif/png serving

2006-08-07 Thread Saul Farber
Seems to me that one solution could be to have a per-layer 'cache' of a representative color-map. I.e., on the first request of a particular layer, a full color-reduction (using an expensive algorithm) is used. Then the calculated color-map is attached to that layer and cached. For future req

Re: [Geotools-devel] [Geoserver-devel] Speeding up gif/png serving

2006-08-07 Thread Andrea Aime
David Blasby ha scritto: > I thought about this problem before -- the main issue is that the > anti-aliasing causes a lot of "extra" colours to be created. > > The original colour reduction algorithm was to find the first 256 > colours in the image and use those colours in the colour map. This >

[Geotools-devel] Meeting

2006-08-07 Thread Justin Deoliveira
Hi all, I apologize but I will not be able to attend the meeting today. However I would like to make the creation of an XML module an agenda item. Jody should have enough knowledge about what this entails as it has been done on the FM branch. I will be sure to read the logs afterward and answer an

Re: [Geotools-devel] Gt 2.2.0: Error on loading tools in JMapPane

2006-08-07 Thread Ian Turton
On 8/7/06, Adrian Custer <[EMAIL PROTECTED]> wrote: > Hey all, > > I'm trying out the pre-release of 2.2.0. When I try to load the tools > (Actions) I get an error. > Sorry my fault - I started internationalization/ messaging work and forgot to add the messages stuff to the repository. The files

[Geotools-devel] One last plugin escaped - IP check for oracle completed

2006-08-07 Thread Jody Garnett
Hi Marc, due to a comple errors (subject of previous message) oraclespatial missed my ip check :-P You will find that a review.txt has been added to your module, so you do not feel left out, and you can check it out at your leisure. But basically everything is in order - congrats. Jody --

[Geotools-devel] JDBC change breaks oracel datastore

2006-08-07 Thread Jody Garnett
Hi guys i am looking at the following code in oracle datastore that is broken: > if (((mapper.getColumnCount() > 0) > && mapper.hasAutoIncrementColumns())) { > // if (((mapper.getColumnCount() > 0))) { > current.setID(mapper.createID(conn, current, statement)); >

Re: [Geotools-devel] IP Reivew VFP Plugin

2006-08-07 Thread Jody Garnett
Thanks added your comment to the review.txt file. Jody > Jody, > Here is some history on this thing. > VPF (Vector Product Format) is an arcane data format developed by the > US Government. It is very commonly used in our military and > intelligence applications. No one in their right mind woul

Re: [Geotools-devel] Pointers on CoordinateOperations

2006-08-07 Thread Martin Desruisseaux
Hello all I'm back on the mailing list, but it will take a while before I become up to date with the ~300 geotools emails... Adrian Custer a écrit : > I've been working on the 'Georeferencing' chapter for the user manual. Cool Thanks a lot for doing that. > I've gotten a long way towards

Re: [Geotools-devel] IP Reivew VFP Plugin

2006-08-07 Thread Jeff Yutzler
Jody, Here is some history on this thing. VPF (Vector Product Format) is an arcane data format developed by the US Government. It is very commonly used in our military and intelligence applications. No one in their right mind would use it for any new or non-US project which is probably why yo

[Geotools-devel] Gt 2.2.0: Error on loading tools in JMapPane (2)

2006-08-07 Thread Adrian Custer
I attach the current version of my intro demo code. The relevant section is commented out with /* HERE HERE HERE ... to see that the code runs fine without the tools but not with them (ignore for now any missing font errors and the mess on image generation). --adrian -

[Geotools-devel] Gt 2.2.0: Error on loading tools in JMapPane

2006-08-07 Thread Adrian Custer
Hey all, I'm trying out the pre-release of 2.2.0. When I try to load the tools (Actions) I get an error. The error message was slightly more descriptive when running from an SVN build, giving: Exception in thread "main" java.lang.ExceptionInInitializerError at

[Geotools-devel] GeoTools Provenance Review updated

2006-08-07 Thread Jody Garnett
You can find the updated provenance review here: - http://wiki.osgeo.org/index.php/GeoTools_Provenance_Review I have also updated: - http://wiki.osgeo.org/index.php/GeoTools_Project_Status I will be a few minuets late to this evening meeting, I hope Richard Gould will be in attendance if you hav

Re: [Geotools-devel] Intelectial Property check - the most wanted ; -)

2006-08-07 Thread Jody Garnett
Adrian Custer wrote: > On Mon, 2006-08-07 at 13:08 +0200, Jody Garnett wrote: > >> Hi Frank, after a few weekends I have completed the IP check for >> GeoTools :-) >> > Congratulations and thanks for the hard work! > > Now we all must make sure ongoing contributions are made correctly with

Re: [Geotools-devel] There is no such thing as IP

2006-08-07 Thread Jody Garnett
He he, at a pragmatic level I do not care what this "check" accomplishes legally. All I want is us to do what is needed to play nice with OSGEO (so long ago I can barely remember why), and to make some developers who currently are scared off GeoTools feel comfortable. To that end I am still wa

Re: [Geotools-devel] Intelectial Property check - the most wanted ; -)

2006-08-07 Thread Adrian Custer
On Mon, 2006-08-07 at 13:08 +0200, Jody Garnett wrote: > Hi Frank, after a few weekends I have completed the IP check for > GeoTools :-) Congratulations and thanks for the hard work! Now we all must make sure ongoing contributions are made correctly with regards to file ownership. --adrian --

[Geotools-devel] There is no such thing as IP

2006-08-07 Thread Adrian Custer
Hey Jody, all, Let's call beans beans. Paraphrasing RMS from his current lecture topic on software patents: Anyone who speaks to you about Intellectual Property is either trying to confuse you or is hopelessly confused themselves. Jody's heroic efforts these days are to establis

[Geotools-devel] Intelectial Property check - the most wanted ;-)

2006-08-07 Thread Jody Garnett
Hi Frank, after a few weekends I have completed the IP check for GeoTools :-) Here is my top hit list: - Gabriel needs help putting a stub jar together for his ESRI dependencies - PostGIS needs to think about permission to use WKB There are other inconsistencies and clarifications, of which the

Re: [Geotools-devel] Understanding FM

2006-08-07 Thread Jody Garnett
Hi Andrea, Justin wants to try a slightly different plan for getting the FM branch sorted. He talked at me a bit about it on saturday - basically we have the FM model (the baby) and a bunch of QA fixes (the bathwater). Since the QA fixes are what is really taking so long ... he wants to try to

[Geotools-devel] IP check completed module/main/test as well

2006-08-07 Thread Jody Garnett
review.txt updated, although no new issues were found in going over the test directory. Jody - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share you

[Geotools-devel] IP check for widgets-swing completed

2006-08-07 Thread Jody Garnett
Everything seems to be in order Martin, review.txt has the details. Jody - 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 & bus

[Geotools-devel] IP review wms - last plugin done

2006-08-07 Thread Jody Garnett
Well Richard almost everything was in order, As for the "almost" - needed to credit Refractions for the catalog code Justin ported into your module (you did review his submission right :-) ) Other then that the review.txt has the details ;-) So since you were last alphabetically, and still did

[Geotools-devel] IP Review wfs plugin

2006-08-07 Thread Jody Garnett
Hi Dave ;-) Any chance you are going to FOSS this year? I saw Martin was going to attend. Took a run through your WFS plugin, updated a few headers (some missing, some wrong) a reivew.txt file has the details. Jesse I am also pinging you here as several problem files were recently created by

[Geotools-devel] IP Reivew VFP Plugin

2006-08-07 Thread Jody Garnett
Hi Jeff, I am running (well crawling) through an IP check as part of our involvement with the OSGEO Foundation, I have added a review.txt file to your module (on trunk) and ask that you look it over. The only fun question concerns RowFieldTest and it non standard header :-) > * File is generat

[Geotools-devel] IP Reivew of validation completed

2006-08-07 Thread Jody Garnett
Hi Brent, long time no hack? Hopefully I will see you on geoserver trunk sometime soon ;-) I have been bashing my brain against the geotools IP review, and have finally reached near the end of the alphabet. - and your validation plugin ;-) Okay I am a co module maintainer with you, but sending

[Geotools-devel] IP reivew of tiger plugin

2006-08-07 Thread Jody Garnett
Hi Julian: I have been working through an IP review as part of our involvement with the OSGEO Foundation, and would invite you to look over a review.txt file I have commited into your module. The file in your module contained: GeoLBS - OpenSource Location Based Servces toolkit Cop

[Geotools-devel] IP Review svgsupport completed

2006-08-07 Thread Jody Garnett
Hi James, IP check for yout svgsupport module is completed, you can check on turnk for a review.txt file if you are interested. I added (C) PMC to the header and that was about it. Jody - Take Surveys. Earn Cash. Influenc

[Geotools-devel] IP Review Feedback, March till August still TO_RESOLVE

2006-08-07 Thread Jody Garnett
Hi Jesse, going through gt2-shapefile and seeing if we can resolve some of the issues, some such as the files (C) 2002, Centre for Computational Geography, seem apparent now (preserve the old copyright and place (C) 2003-2006, PMC on as needed. We also have a credit in DbaseFileHeader: Thi

[Geotools-devel] IP sample-data complete - module maintainer needed

2006-08-07 Thread Jody Garnett
Hi Guys, the sample data module does not have a module maintainer, the code checks out okay, but I would like confirmation of the data we are shipping here. Without a module maintainer this will fall to a volunteer, or will be lumped in with PMC grunt work ... So anybody know where we found thi

[Geotools-devel] IP Review RMIC - passed

2006-08-07 Thread Jody Garnett
Hi Martin, Your RMI Compiler seems in order, udpated the header and there is now a review.txt. Jody - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to s

[Geotools-devel] IP Review of referencing3D compelted

2006-08-07 Thread Jody Garnett
Hi again Martin, you are popular today :-) Referencing3D checks out okay, wanted to confirm the origion of the EGM180.nor data included in the module (suspect should fall under the same nasa credit?) Jody - Take Surveys.

[Geotools-devel] Intereresting code I did not know was there (found during the IP review ; -)

2006-08-07 Thread Jody Garnett
So hanging out in the referencing module is not something I do very often ... and I have to admit I am finding out all kinds of crazy stuff I did not expect to see (perhaps they are not on topic but what the heck). While I am not sure I encourage the thought of diving in yourself, here are some

[Geotools-devel] IP Referencing: Use of ResourceCompileter for org.geotools.resources.il8n

2006-08-07 Thread Jody Garnett
Hi Martin, I have updated the org.geotools.resources.ResourceCompiler to include the current header in the generated code. Rather then run again and mess with things right now I though I should ask if we can generate up code at maven build time (like is done with JavaCC for main?). I also adde

[Geotools-devel] IP Referencing: DatumAliasTable.txt, assume this is our data product here?

2006-08-07 Thread Jody Garnett
Hi Martin, I am guessing that the DatumAliasesTable.txt is (C) 2005 PMC (on the ground that DataAliases.java shared that date), please correct if wrong. Jody - Take Surveys. Earn Cash. Influence the Future of IT Join Sourc

[Geotools-devel] IP Review referencing - org.geotools.metadata.iso credits OGC?

2006-08-07 Thread Jody Garnett
Hi Martin, Referencing is next up in alphabetical order, thanks to your initial work this has mostly been smooth sailing. I will need to ask you to capture some of the discussion we had on email into the provided review.txt file. In particular we want a record of Frank's permission for some of t

[Geotools-devel] PostgisAuthorityFactoryOnlineTest contains uDig header ; -)

2006-08-07 Thread Jody Garnett
Updating, will use the 2004 date mentioned as the best guess for (C) date that I can do offline (fun seing @since 0.6.0) Jesse I had some trouble sorting out the different FID policies, I have updated the class javadocs with a good guess but would like your review. Jody ---

[Geotools-devel] Scratch that WKBReader is under LGPL

2006-08-07 Thread Jody Garnett
Still (C) Vivid we should see if we can directly use the JTS 1.7 support ... and avoid this as an issue, or if we have indeed messed with the original to support PostGIS encoding (and thus (C) GeoTools distributed as LGPL would be compatible) Cheers, Jody

[Geotools-devel] WKBRedaer GPL and (C) Vivid?

2006-08-07 Thread Jody Garnett
What is this? Marking it as an issue and moving on, ... do not want to see PostGIS go the way of arcsde :-P Good thing 2.2 is not actually released yet. WKBReader ships with the following header: > /* > * The JTS Topology Suite is a collection of Java classes that > * implement the fundamental

[Geotools-devel] IP check PostGIS, WKBEncoder.java

2006-08-07 Thread Jody Garnett
Hi Kevin (long time no chat), and Chris (who wishes for the same treatment), I am working through and intellectual property check and came across your name along with a (C) Refractions Research for the file WKBEncoder being used for PostGIS support. We do have a mandate from Paul to donate code

[Geotools-devel] IP reivew PostGIS plugin, Base64.java question for Chris

2006-08-07 Thread Jody Garnett
Hi Chris you are listed as the module maintainer int PostGIS plugin pom.xml and I got one problem file for you to think about ... Base64.java The file does not have a header, but has the following in the class javadoc. > I am placing this code in the Public Domain. Do with it as you will. > This