Hi everyone:

I'm trying to post an sld heatmap style (the same as the  geoserver example
<http://docs.geoserver.org/stable/en/user/styling/sld-extensions/rendering-transform.html>
 
) using python httplib2 library. I can upload the style, but not as I want.

<FeatureTypeStyle>
       <Transformation>
         *<ogc:Function name="gs:Heatmap">*
           <ogc:Function name="parameter">
             <ogc:Literal>data</ogc:Literal>
           </ogc:Function>
        ...
        </Transformation>
...
</FeatureTypeStyle>

The bold line is uploaded as *<ogc:Function name="Heatmap">* without the
"gs:" before "Heatmap" and that make the style unusable. If I add the "gs:"
manually, the style start working without troubles. If I upload the style
trough the geoserver interface works well too.

I have no problems whit other styles (without transformations).

I'm using geoserver 2.3.3 on a windows 7 64 bits machine.

Thanks!
Álvaro.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problem-loading-style-through-REST-with-Python-tp5069047.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to