Hello. I have some depth areas in PostGIS with GeoServer 2.6.0 in front. The client is uDig.
This is how it looks when I connect from uDig to PostGIS directly or to GeoServer with WFS. This is correct. http://dalsnuten.ecc.no/~halset/tmp/gs/wfs.png This is how it looks when I connect from uDig to GeoServer with WMS. Some of the polygons are cut strangely. The cutting for some of them change when I zoom in/out. http://dalsnuten.ecc.no/~halset/tmp/gs/wms.png The SLD in use by the WMS uses a LineSymbolizer for the stroke and a PolygonSymbolizer for the fill. <LineSymbolizer> <Stroke> <CssParameter name="strokeā>#FF0000</CssParameter> <CssParameter name="stroke-width">1</CssParameter> </Stroke> </LineSymbolizer> <PolygonSymbolizer> <Fill> <CssParameter name="fill">#BBFFFF</CssParameter> </Fill> </PolygonSymbolizer> Any tips to where I should start digging to get the WMS polygon more like (not talking colors here) the WFS polygons? Regards, Tore Halset. ------------------------------------------------------------------------------ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
