[udig-devel] [jira] Created: (UDIG-903) WMS SLD Support

Paul Ramsey (JIRA) jira at codehaus.org
Thu Jul 6 10:18:22 PDT 2006


WMS SLD Support
---------------

         Key: UDIG-903
         URL: http://jira.codehaus.org/browse/UDIG-903
     Project: uDIG
        Type: New Feature

  Components: wms  
    Versions: UDIG 1.2    
    Reporter: Paul Ramsey
 Assigned to: Richard Gould 


It should be possible to create an SLD document, and request the remote WMS server use that document for rendering certain layers.  This is only really possible where the WMS supports DescribeLayer and DescribeLayer itself returns a reference to a WFS source, which in turn supports DescribeFeatureType.  At that point it is possible to create a valid SLD for the layer.
Once you have gotten that far, you can:
1 - Create the SLD and post it to a publicly accessible server. Then do a WMS GetMap that references the now publicly accessible SLD document.  This is probably the method with the widest likelihood of success, given what is currently implemented in various WMS servers.
2 - Inline the SLD document in the GetMap request itself.  For HTTP GET, this seems likely to blow up the URL size limit.
3 - Use the PutStyles and WMS HTTP POST options.  This is the most "elegant" but is less widely implemented than the remotely referenced document method.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the udig-devel mailing list