Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-436) WMS suppress parent layer or use tree view

WMS suppress parent layer or use tree view
------------------------------------------

         Key: UDIG-436
         URL: http://jira.codehaus.org/browse/UDIG-436
     Project: uDIG
        Type: Improvement
  Components: wms  
 Environment: All
    Reporter: Carl Anderson
 Assigned to: Richard Gould 
    Priority: Trivial



It would be nice to honor WMS Titles and to 
add another level of tree / leaf for WMS servers or
suppress the parent layer as it only causes all child layers to be drawn

WMS 1.1.1 indicates a return of

<Capabilities Document>
    <layer>
    <layer title>
         <child layer>
            <child layer title>
         </child layer>
         <child layer>
            <child layer title>
         </child layer>
    </layer>
    <layer>
       ....
    </layer>
</Capabilities Document>
         
current the WMS catalog shows
 
   layer name
   child layer name
   child layer name
   

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top