>
> Q: What extra stuff does our style catalog entry have? Can we encode the
> details in the SLD wrapping?
>
> The xml file is just id, name and sld location:
>
> <style>
>   <id>StyleInfoImpl--570ae188:124761b8d78:-7fe0</id>
>   <name>polygon</name>
>   <filename>default_polygon.sld</filename>
> </style>
>
> It could easily become:
>
> <style>
>   <id>StyleInfoImpl--570ae188:124761b8d78:-7fe0</id>
>   <name>polygon</name>
>   <content>
>      ... sld file here
>   </content>
> </style>
>

I am really liking that, however I was trying to ask about the other way
around (since SLD is already a wrapper around our core SE content).

<StyledLayerDescriptor>
  <Name>polygon</Name>
 <Description>StyleInfoImpl--570ae188:124761b8d78:-7fe0</Description>
 <UserLayer>
   ...se content goes here
 </UserLayer>
</StyledLayerDescriptor>
------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to