Hello,

we would like to create dynamic Styling for (all) individual Postecode Areas in 
Germany and have the following problem:

If we create a SLD with JavaScript and post it as parameter (sld_body: 
createSLD()) it works fine for up to ~200 areas. With more areas  it doesn't 
work.

If we try parameter substitution we have the problem that we cannot use a 
construction like this:

<ogc:Filter>
<ogc:PropertyIsEqualTo>
                <ogc:PropertyName>PLZ</ogc:PropertyName>
                <ogc:Literal>
                  <ogc:Function name="env">
                    <ogc:Literal>plz</ogc:Literal>
                    <ogc:Literal></ogc:Literal>
                  </ogc:Function>
                </ogc:Literal>
              </ogc:PropertyIsEqualTo>
</ogc:Filter>

to substitute plz with the right number.

Is there any way to create dynamic Stylings for a large number of individual 
Features within one Layer?

Thanks for your Help

Tim



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to