Whoops sorry...accidently sent before finishing

So I have a layer that uses a Heatmap SLD: Here is the section of the SLD

<Transformation>
             <ogc:Function name="gs:Heatmap">
               <ogc:Function name="parameter">
                 <ogc:Literal>data</ogc:Literal>
               </ogc:Function>
               <ogc:Function name="parameter">
                 <ogc:Literal>weightAttr</ogc:Literal>
                 <ogc:Literal>TIV</ogc:Literal>
               </ogc:Function>
               <ogc:Function name="parameter">

When I put this into the browser and use the following to change the
weightAttr parameter from TIV to BI nothing happens..

&parameter=weightAttr:BI

If I create a seperate SLD with BI in it (hardcoded) it changes the look of
the heatmap so there is something about my parameterization that is
failing. Not sure what it is after going through the Geoserver docs. I am
adding this right at the end of the full UR e.g:

http://
<somewhere>/geoserver/misc/wms?service=WMS&version=1.1.0&request=GetMap&layers=misc:someTable&styles=GenericHeatMap&bbox=-2.3327001626540025,52.14426294711472,-1.5671890486562183,52.394769033895355&width=768&height=747&srs=EPSG:4326&format=image%2Fpng&parameter=weightAttr:BI

Cheers
Ben

On Thu, Sep 22, 2016 at 2:43 PM, Ben Crane <benedictacr...@gmail.com> wrote:

> Hey all,
>
> I have a layer that builds a HeatMap in Geoserver.
>
> I have a parameterized section of the SLD:
>
>
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to