[Geotools-devel] [jira] Created: (GEOT-1625) org.geotools.styling.fill#DEFAULT defines bad colors (AWT instead of HTML encoded)

2007-12-14 Thread JIRA
org.geotools.styling.fill#DEFAULT defines bad colors (AWT instead of HTML encoded) -- Key: GEOT-1625 URL: http://jira.codehaus.org/browse/GEOT-1625 Project: GeoTools

[Geotools-devel] [jira] Created: (GEOT-1624) Add semantic action for beyond filter

2007-12-14 Thread Mauricio Pazos (JIRA)
Add semantic action for beyond filter - Key: GEOT-1624 URL: http://jira.codehaus.org/browse/GEOT-1624 Project: GeoTools Issue Type: Improvement Components: core cql Affects Versions: 2.5-M0

Re: [Geotools-devel] coveragetools build failure

2007-12-14 Thread Andrea Aime
Jody Garnett ha scritto: > Here is the failure; not sure if the build box is going today: >> [INFO] Compilation failure >> >> C:\java\geotools\trunk\modules\unsupported\coveragetools\src\main\java\it\geosolutions\utils\imagepyramid\PyramidBuilder >> .java:[634,21] cannot find symbol >> symbol : me

[Geotools-devel] coveragetools build failure

2007-12-14 Thread Jody Garnett
Here is the failure; not sure if the build box is going today: > [INFO] Compilation failure > > C:\java\geotools\trunk\modules\unsupported\coveragetools\src\main\java\it\geosolutions\utils\imagepyramid\PyramidBuilder > .java:[634,21] cannot find symbol > symbol : method setNumTileX(int) > location

Re: [Geotools-devel] jts-1.9-RC6 evaluation and so on ....

2007-12-14 Thread Justin Deoliveira
Jody Garnett wrote: > You don't remember the last time we took Martin to the pub :-) Hmmm... is seem to have that problem often ;). > If we want to help him set up a maven build he was open to using it. Right > now he has an ant script of doom that has worked for years. I have not had > the time t

Re: [Geotools-devel] how is hudson working out

2007-12-14 Thread Frank Hardisty
Justin and All, +1 for Hudson, easy to set up and works well with Maven. I spend longer debating between Continuum, CruiseControl, and Maven, than I did actually getting Hudson going. Also, I had good luck with their mailing lists when I did encounter one hiccup. Our Hudson site: http://hudson.ge

Re: [Geotools-devel] jts-1.9-RC6 evaluation and so on ....

2007-12-14 Thread Jody Garnett
You don't remember the last time we took Martin to the pub :-) If we want to help him set up a maven build he was open to using it. Right now he has an ant script of doom that has worked for years. I have not had the time to set him up yes - but you are correct it would be a good idea. Jody > This

Re: [Geotools-devel] need for a null geometry object

2007-12-14 Thread David Zwiers
I think it's been there for a while -- atleast since 1.6 isEmpty() is an abstract method of Geometry. David On Dec 14, 2007 6:16 AM, Justin Deoliveira <[EMAIL PROTECTED]> wrote: > Hi David, > > That would work great!!. Which version of JTS supports this? In the > version geotools is using, Geom

[Geotools-devel] [jira] Created: (GEOT-1623) GMLComplexTypes trows IllegalArgumentException

2007-12-14 Thread Dan Bitts (JIRA)
GMLComplexTypes trows IllegalArgumentException -- Key: GEOT-1623 URL: http://jira.codehaus.org/browse/GEOT-1623 Project: GeoTools Issue Type: Bug Components: data wfs Affects Versions

[Geotools-devel] [jira] Created: (GEOT-1622) PostgisFeatureStore.getBounds(query) does not handle reprojection

2007-12-14 Thread Andrea Aime (JIRA)
PostgisFeatureStore.getBounds(query) does not handle reprojection - Key: GEOT-1622 URL: http://jira.codehaus.org/browse/GEOT-1622 Project: GeoTools Issue Type: Improvement

Re: [Geotools-devel] how is hudson working out

2007-12-14 Thread Adrian Custer
Martin (who is hiding from email) says so far Hudson is working out great. Perhaps it is because they didn't struggle enough with continuum but they are quite happy with hudson. --adrian On Fri, 2007-12-14 at 09:20 -0500, Justin Deoliveira wrote: > Hi all, > > I am curious to here from Martin abo

Re: [Geotools-devel] jts-1.9-RC6 evaluation and so on ....

2007-12-14 Thread Justin Deoliveira
This is somewhat off topic and perhaps a question for jts-devel, but does jts have a maven build at all? It would be nice to deploy the jts sources to the maven repository so we can link to them from the ide. Jody Garnett wrote: > So trunk is now using jts-1.9-RC6 and has had no problems on the >

Re: [Geotools-devel] ReprojectFeatureResults/ReprojectingFeatureCollection

2007-12-14 Thread Justin Deoliveira
+1. I also think there are other cases where a wrapper is written both against feature collection and feature results. I think they should die as well. Andrea Aime wrote: > Hi, > the above two classes are present in trunk > and they do exactly the same job... even the code seems to be > a copy...

[Geotools-devel] how is hudson working out

2007-12-14 Thread Justin Deoliveira
Hi all, I am curious to here from Martin about how hudson is working out as a build server. I must say that I am getting quite fed up with continuum. To support 2 geotools builds and 2 geoserver builds requires constant hand holding. And the continuum ui is as slow as a dog. -Justin -- Justin D

Re: [Geotools-devel] need for a null geometry object

2007-12-14 Thread Justin Deoliveira
Hi David, That would work great!!. Which version of JTS supports this? In the version geotools is using, GeometryCollection has isEmpty(), but i cant see the equivalent in Geometry. Was it something that was recently added? -Justin David Zwiers wrote: > What about using an empty geometry? That i

Re: [Geotools-devel] need for a null geometry object

2007-12-14 Thread Justin Deoliveira
Jody Garnett wrote: > Jesse had the same request from me last month; how does. JTS.NULL sound > for a Geometry subclass "Null Object" ? A static object wont work in my case. It needs to be something i can instantiate so i can hack its user data on an instance by instance basis. > ---

[Geotools-devel] ReprojectFeatureResults/ReprojectingFeatureCollection

2007-12-14 Thread Andrea Aime
Hi, the above two classes are present in trunk and they do exactly the same job... even the code seems to be a copy... Yet none is deprecated. Why is that? One has to die... it does not make sense to keep this duplication around. Cheers Andrea

[Geotools-devel] [jira] Created: (GEOT-1621) ReprojectFeatureResults/ReprojectingFeatureCollection fails with npe when there are null geometries

2007-12-14 Thread Andrea Aime (JIRA)
ReprojectFeatureResults/ReprojectingFeatureCollection fails with npe when there are null geometries --- Key: GEOT-1621 URL: http://jira.codehaus.org/browse/GEOT-1621

Re: [Geotools-devel] jts-1.9-RC6 evaluation and so on ....

2007-12-14 Thread Mauricio Pazos
Hi On Thursday 13 December 2007, Jody Garnett wrote: > Over on the udig side things were not so pretty; basically I found > another JTS fork where the buffer operation was > reimplemented to have a progress listener (mostly so operations could be > canceled). While this is a good ability to >  have