[Geotools-devel] [jira] Created: (GEOT-1715) A Star algorithm

2008-02-20 Thread JIRA
A Star algorithm - Key: GEOT-1715 URL: http://jira.codehaus.org/browse/GEOT-1715 Project: GeoTools Issue Type: Bug Components: ext graph Affects Versions: 2.4-RC0 Reporter: Germán E. Trouillet

[Geotools-devel] [jira] Created: (GEOT-1714) Unit tests fail in path with spaces

2008-02-20 Thread Ben Caradoc-Davies (JIRA)
Unit tests fail in path with spaces --- Key: GEOT-1714 URL: http://jira.codehaus.org/browse/GEOT-1714 Project: GeoTools Issue Type: Bug Reporter: Ben Caradoc-Davies Priority: Minor Un

Re: [Geotools-devel] Build broken in the shapefile module

2008-02-20 Thread Jesse Eichar
I just noticed that I had also made some changes to the DBFReader. Its probably a windows vs mac issue again. Irregardless I'll see what I can find. Jesse Le 20-Feb-08 à 6:39 AM, Justin Deoliveira a écrit : > FYI, i have also had to exclude FileSystemPageStoreTest.java locally > on our b

[Geotools-devel] Raster Symbolizer Support proposal

2008-02-20 Thread [EMAIL PROTECTED]
Hi all, the GeoTools Raster Symbolizer support proposal page is ready. Please take a look and review at http://docs.codehaus.org/display/GEOTOOLS/Raster+Symbolizer+support We should now open a Jira to track progresses, start voting and finish the remaining tasks. Regards, Alessio.

Re: [Geotools-devel] Build broken in the shapefile module

2008-02-20 Thread Justin Deoliveira
FYI, i have also had to exclude FileSystemPageStoreTest.java locally on our build server because it consistently fails. Jesse Eichar wrote: > That's odd. I never changed anything. I just added 4 classes. Or so > I thouhg. I'll have to go through the commit logs and find out what > changed

Re: [Geotools-devel] Build broken in the shapefile module

2008-02-20 Thread Jesse Eichar
That's odd. I never changed anything. I just added 4 classes. Or so I thouhg. I'll have to go through the commit logs and find out what changed. I'll see what I can find. Jesse Le 19-Feb-08 à 8:46 AM, Andrea Aime a écrit : > Hi Jesse, > it seems a recent commit of yours broke the build.

Re: [Geotools-devel] Errors with ShapefileRenderer

2008-02-20 Thread Andrea Aime
johann Sorel ha scritto: > >> Both look very strange... can you reproduce them into a standalone >> program, provide the shapefiles and let us have a look? >> >> Cheers >> Andrea > > I found out what is the problem : > renderer.paint((Graphics2D) ig, mapRectangle, new Envelope(0,0,50,50)); > it'

Re: [Geotools-devel] {Spam?} Re: [Geotools-gt2-users] Ordered Feature Collection approach ?

2008-02-20 Thread Mauricio Pazos
On Wednesday 20 February 2008, Jody Garnett wrote: > Mauricio Pazos wrote: > > Hi list, I need a feature collection sorted by different attributes or > > properties alfanumeric (no geometry attributes). > > > > This was my first test (it uses a shape file as feature source) > > Sorting hsa been ad

Re: [Geotools-devel] Errors with ShapefileRenderer

2008-02-20 Thread johann Sorel
> > Both look very strange... can you reproduce them into a standalone > program, provide the shapefiles and let us have a look? > > Cheers > Andrea I found out what is the problem : renderer.paint((Graphics2D) ig, mapRectangle, new Envelope(0,0,50,50)); it's the "Envelope(0,0,50,50)" the 0

Re: [Geotools-devel] Still getting consistent test failure in org.geotools.xs.bindings.XSQNameBindingTest

2008-02-20 Thread Andrea Aime
Saul Farber ha scritto: > mvn -U clean install gives me a failure in that method. > > I cleared out every maven dependency of that module (xsd/core) and ran > it again...same effect. > > anyone else seen this test failure? Hum, trying to build trunk I fail in the extension\xsd\wfs\ module with:

Re: [Geotools-devel] Errors with ShapefileRenderer

2008-02-20 Thread Andrea Aime
johann Sorel ha scritto: > hello, > > I actually raise two errors using ShapefileRenderer : > > First one -- > ATTENTION [org.geotools.renderer.lite.RendererUtilities]: Determinant is 0 > java.awt.geom.NoninvertibleTransformException

Re: [Geotools-devel] Spatial Relationships In GeoTools

2008-02-20 Thread Adrian Custer
Hello surveyor-in-the-sun, You are describing the concept of 'association' between Features. The upcoming, improved feature model, aka. "complex-feature," is going to handle this case and so explicit development of and support for this functionality has been, as I understand it, waiting on the com