Opened 5 years ago
Closed 5 years ago
#2132 closed enhancement (fixed)
support for color tables in WMS styles
Reported by: | Vlad Merticariu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Peter Baumann | |
Complexity: | Medium |
Description
Our WMS styles should be enhanced to have 2 components:
- query fragment (of type rasql or wcps)
- color table (of type SLD)
They should both be optional, but at least one should be provided.
Changes in petascope:
- style object has query fragment and color table
- already existing styles should be treated as styles where no color table was specified
- in WMS, when a style with color table is applied, a rasql color table should be added to the extra parameters passed to the encode function (see ticket:2127 for syntax)
Changes in WCS client:
- when the user inserts / updates a style, he should have the option to paste in, or upload, an SLD file containing the color table
Change History (3)
comment:1 by , 5 years ago
Cc: | added |
---|---|
Type: | defect → enhancement |
comment:2 by , 5 years ago
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Note #2127 has been done.