On 26/08/15 15:04, Tobias Reinicke wrote: > Hello all, > > I've noticed that when creating a layer group, and adding a raster layer > and a single point vector layer (with associated label styles) the order > of the layer group is not respected, and the labels will draw on top of > the raster every time. Is this a know problem? >
That's a feature :-) Labels are always drawn on top when layers are combined. It's due to the way the label cache works across layers - it has to wait until it has seen all of them to work out where to place them. You might be able to disable it using <VendorOption name="conflictResolution">false</VendorOption> in your SLD file Ian ------------------------------------------------------------------------------ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
