On Tue, Aug 5, 2014 at 11:21 AM, Ben Crane <curtly.b...@gmail.com> wrote:

> Hey all,
>
> I have seen a couple posts about this lying around but no solution or
> whether it's on the cards to get fixed.
>
> I have a WMS polygon layer with a simple style but the polygon layer has
> been tiled (ie: cut up into 10x10km squares) - this has improved rendering
> performance no-end but when I remove the stroke style I get white "gap"
> lines appearing between the tiles at certain zooms.
>

Interesting, which version of GeoServer are you using? We have had specific
performance optimizations for the "render a polygon much larger than
screen" case for a few releases now.


> I applied the same colour and opacity to the stroke component of the
> PolygonSymbolizer
> to remove this affect but the stroke-opacity does not work and all I get
> are full coloured lines appearing now.
>
> I did find out that it's got something to do with the gamma translucency
> setting within Java (that's all I got) and that it's not exposed...
>

Yes, the JDK rasterizer does not expose gamma to the programmer, so we
cannot control it.
The workaround you are using is correct, what I think it's happening is
that the opacity is getting
used, but the two lines of adjacent polygons overlap, making the border
darker in the overlap.

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to