Hi list,

I have defined 5 layers and 18 styles in my GeoServer 2.1.3 and I would like to 
seed and truncate it with a curl-request.

 

How can I define more than one style to render? I can’t find any documentation 
about multiple styles to render in one request.

 

I already tried these different variants:

 

Variant 1:

<parameters>

    <entry>

      <string>STYLES</string>

      <string>geofox_NachtBus,geofox_Eilbus</string>

    </entry>

</parameters>

 

Variant 2:

<parameters>

    <entry>

      <string>STYLES</string>

      <string>geofox_NachtBus</string>

      <string>geofox_EilBus</string>

    </entry>

</parameters>

 

Variant 3:

<parameters>

    <entry>

      <string>STYLES</string>

      <string>geofox_NachtBus</string>

    </entry>

    <entry>

      <string>STYLES</string>

      <string>geofox_EilBus</string>

    </entry>

</parameters>

 

Variant 4:

<parameters>

    <entry>

      <string>STYLES</string>

      <string>*</string>

    </entry>

</parameters>

 

Thanks already for your answers.

 

Cheers

Stefan

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to