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

[Geotools-devel] Errors with ShapefileRenderer

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