[Geotools-devel] [Fwd: [Incubator] EPSG "Use of the data" Requirements]

2006-07-11 Thread Jody Garnett
Frank is out and about trying to help us on the EPSG data front ... Thanks for taking action Frank, can you CC the devel list on further communication - not sure what other projects are effected. Jody Original Message Subject:[Incubator] EPSG "Use of the data" Requiremen

Re: [Geotools-devel] [Incubator] EPSG "Use of the data" Requirements]

2006-07-11 Thread Martin Desruisseaux
Jody Garnett a écrit : > Frank is out and about trying to help us on the EPSG data front ... > Thanks for taking action Frank, can you CC the devel list on further > communication - not sure what other projects are effected. > > Original Message > From: Frank Warmerdam > > [...

Re: [Geotools-devel] GEOT-728, fix and refactor FIDMapper classes

2006-07-11 Thread David Adler
The FIDMapper classes have also caused me considerable aggravation. I had to subclass AutoIncrementFIDMapper for DB2 in part because each table name needs to be qualified by the schema name. Does anyone use AutoIncrementFIDMapper as it currently exists? If it changes to abstract, what will it

Re: [Geotools-devel] GEOT-728, fix and refactor FIDMapper classes

2006-07-11 Thread Michael Brasser
Up until about a month ago the FIDs generated by AutoIncrementFIDMapper were always null. So I would be a bit surprised if making it abstract broke anything that wasn't already broken... In regards to the example, the problem occurs because the database column actually is autoincrementing

Re: [Geotools-devel] Color Bewer IP Check

2006-07-11 Thread Ian Turton
On 7/8/06, Jody Garnett <[EMAIL PROTECTED]> wrote: > Hi James and Cory, > > You are the only developers listed on the brewer module, does one of you > want to step forward as the module maintainer? Please update the pom.xml > file > I suspect that this module might fall under my responsibiliti

[Geotools-devel] [jira] Created: (GEOT-888) The snippets and tutorials wiki pages need cleanup

2006-07-11 Thread Adrian Custer (JIRA)
The snippets and tutorials wiki pages need cleanup -- Key: GEOT-888 URL: http://jira.codehaus.org/browse/GEOT-888 Project: GeoTools Type: Bug Components: doc Reporter: Adrian Custer Assigned to: Rueben Schulz

Re: [Geotools-devel] Nomination for PMC - Simone Giannecchini

2006-07-11 Thread Ian Turton
Having just read the IRC logs I realiase this is redundent but +1 from me Ian -- Ian Turton http://www.geotools.org http://pennspace.blogspot.com/ - Using Tomcat but need to do more? Need to support web services, security?

[Geotools-devel] Closing 885

2006-07-11 Thread Adrian Custer
Hey all, could someone with power please close GEOT-885? http://jira.codehaus.org/browse/GEOT-885 I have re-filed 888 against the indeterminate future rather than against 2.2.0 cheers, adrian - Using Tomcat but need to d

Re: [Geotools-devel] Killing cruisecontrol (and have back a working one)

2006-07-11 Thread Ian Turton
On 7/4/06, Cory Horner <[EMAIL PROTECTED]> wrote: > I am +1 to adding a working build notification to the list and removing > the penn state e-mails, which are like a bad rash. IanT: any luck > finding an admin who can squash geovista16.geog.psu.edu? > Still looking but now that I'm back in the s

[Geotools-devel] Minding demo property datastore

2006-07-11 Thread Jody Garnett
I have not been on the ball minding this module, now that is back in the build I have noticed some development on the 2.2.x branch that I need to bring forward. (I needed to fix a bug allowing null attributes today - strangely enough it has ended up being useful for sending data beyond what sha

Re: [Geotools-devel] Minding demo property datastore

2006-07-11 Thread Justin Deoliveira
Hi Jody, I have been hacking away at this module as part of the new GeoServer catalog stuf. I havent brought the changes forward to trunk yet. I know that 2.2.x is supposed to be stable and that this type of development is supposed to be done on trunk but my hands are kind of tied with geoserver

Re: [Geotools-devel] [Geotools-gt2-users] Generating Map for set of Lat/Long Points

2006-07-11 Thread Adrian Custer
On Tue, 2006-07-11 at 14:43 -0400, Natarajan, Senthil wrote: > Hi Adrian, > I ran your tutorial code, and I am getting these and working fine. I was > wondering how to generate the map; I need to get some map Image file. > How can we do that? > Thanks, > Senthil Hey, Note that what you a

Re: [Geotools-devel] GEOT-728, fix and refactor FIDMapper classes

2006-07-11 Thread David Adler
OK - I will start working on this (It was actually done last year but I never checked it in). Should the changes go in 2.2.x and/or trunk? Is there an easy way to move changes in 2.2.x to trunk? David At 10:25 AM 7/11/2006, Michael Brasser wrote: >Up until about a month ago the FIDs generated

Re: [Geotools-devel] [Geotools-gt2-users] Generating Map for set of Lat/Long Points

2006-07-11 Thread David Adler
There is an snippet at http://geotools.codehaus.org/LiteRendering which shows rendering to an image buffer. I'm not sure if this helps if one wants to draw a nice map using the various styles. At 03:27 PM 7/11/2006, Adrian Custer wrote: >On Tue, 2006-07-11 at 14:43 -0400, Natarajan, Senthil wr

[Geotools-devel] Web site backup

2006-07-11 Thread Adrian Custer
Hey all, I'd like to do some major surgery on the website and need to work around a confluence bug. This is mostly shuffling pages around, an occasional delete. Before that I'd like to have a backup ready and be able to restore. Is there anyone around who can be a Space Admin? Would they take a s

Re: [Geotools-devel] [Geotools-gt2-users] Generating Map for set ofLat/Long Points

2006-07-11 Thread Parks, Aaron B.
Once you actually get the map in an image buffer you can spit out almost any type of graphic using the JAI. getMapPane() grabs my panel that has the buffer on it. Your imports: import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.awt.Graphics2D; Your code:

Re: [Geotools-devel] IP Review of GeoTIFF - Happy fun Ball?

2006-07-11 Thread Bryce L Nordgren
Jody Garnett <[EMAIL PROTECTED]> wrote on 07/09/2006 04:32:09 PM: > I have started the review.txt file and would love to beg you for help > gathering up what information you have managed to acquire. > Near as I can tell we should be placing both your and Mike's license > into our developers guid

Re: [Geotools-devel] IP Review of GeoTIFF - Happy fun Ball?

2006-07-11 Thread Frank Warmerdam
Bryce L Nordgren wrote: > As to my public domain stuff, I think we inquired a couple of times about > this. The result, as I recall, being that OSGEO is comfortable just > slapping their own license on it. At worst, if OSGEO lawyers fear > retribution (e.g., lawsuit, missile attack, "accidental"

[Geotools-devel] Tiger Datastore

2006-07-11 Thread Jay D. Askren
I tried adding a tiger datastore to Geoserver by adding the tiger jar file from Geotools to the lib folder of Geoserver and then configuring GeoServer to point to a folder which had a my Tiger files. Adding the Datastore to Geoserver worked great, but when I went to add a FeatureType I got the fol

[Geotools-devel] [jira] Created: (GEOT-889) FilterFilter is unable to process 2 FunctionExpressions in the same document.

2006-07-11 Thread Jesse Eichar (JIRA)
FilterFilter is unable to process 2 FunctionExpressions in the same document. - Key: GEOT-889 URL: http://jira.codehaus.org/browse/GEOT-889 Project: GeoTools Type: Bug Versions: 2.2-RC3

[Geotools-devel] Test failure in module/main on trunk (2.3)

2006-07-11 Thread Martin Desruisseaux
I got some tests failure in StandardDeviationFunctionTest in the main module: http://maven.geotools.fr/reports/main/surefire-report.html#org.geotools.filter.function Martin. - Using Tomcat but need to do more? Need

Re: [Geotools-devel] Tiger Datastore

2006-07-11 Thread Chris Holmes
Ah, I remember a similar problem with some other datastore getting greedy in a similar way, and ruining it for everyone else. The easiest fix is to just remove the property datastore - I think it's called gt2-property.jar.Past that the property datastore can be changed to not throw a file