Changes between Initial Version and Version 1 of Ticket #2555
- Timestamp:
- Mar 8, 2022, 3:25:43 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2555 – Description
initial v1 2 2 3 3 4 {{{5 4 1. '''if styles are defined''' then the server ''must'' apply one of them 6 5 - if the client specifies style X, then X is applied … … 9 8 - 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 10 9 2. '''if no styles are defined''' then the server returns raw data 11 }}} 10 11 12 In WMS Getcapabilities: 13 14 15 * adding <default> property under <rasdaman> in the abstract of the style 16 17 In WSclient / WMS / DescribeLayer tab 18 19 * at most 1 style can be default, reflected via a radio box in the wcs 20 client