This doubt was reported by a Brazilian user
I have two different GeoServers installed on my machine, 2.0.0 and 2.0.1.
In 2.0 everything works perfectly, but at 2:01, when I get the WMS, it gives
an error:
code="Internal error "org.vfny.geoserver.wms.WmsException:
Rendering process failed
Rendering process failed
Error rendering feature
This happens when the lines are less than 0.2 cm. Below the table to test:
CREATE TABLE schema.teste (
"id" INTEGER NOT NULL,
"nome" CHAR(80)
CONSTRAINT "teste_pkey" PRIMARY KEY("id")
) WITH OIDS;
select public.addgeometrycolumn( 'schema', 'teste', 'geom', 4326,
'LINESTRING', 2);
INSERT INTO schema.teste ("id", "nome", "geom")
VALUES (1, 'Rio X', linefromtext('LINESTRING(-72.04513009
-7.206836257,-72.04513010 -7.206836263)', 4326));
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel