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 looks

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's the

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 added to

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] 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.

[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 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

[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

[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