[Geoserver-users] Geoserver not buffering external graphic in PointSymbolizer

We’ve got some Point data we’re displaying in a WMS layer using geoserver 2.3.1 on ubuntu running Sun’s 1.6 JDK with JAI enabled.

We style it with the following SLD





image/png

28


The problem is that when I click on the edge of the image displayed, the getFeatureInfo returns nothing. When I click dead-center or near-center, I get my data. I have checked that the image is indeed 28px by 28px

I have added a buffer parameter to the getFeatureInfo request and that “solves” it but my images are different sizes in other layers so that’s not a satisfying solution.

Any idea why geoserver might not be computing the buffer correctly ?

Thanks