Opened 3 years ago
Last modified 3 years ago
#2555 closed enhancement
petascope - Default WMS style changed behavior — at Version 1
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | critical | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description (last modified by )
For v10, WMS default style of a layer needs to change as below:
- if styles are defined then the server must apply one of them
- if the client specifies style X, then X is applied
- if the client does not specify a style, then
- if a default is set on style Y, then Y is applied
- if no default is set on any style, then Z is applied, where Z is chosen by some consistent criteria, e.g. first style after lexicographic ordering by style name
- if no styles are defined then the server returns raw data
In WMS Getcapabilities:
- adding <default> property under <rasdaman> in the abstract of the style
In WSclient / WMS / DescribeLayer tab
- at most 1 style can be default, reflected via a radio box in the wcs client
Note:
See TracTickets
for help on using tickets.