Changes between Version 1 and Version 4 of Ticket #1490
- Timestamp:
- May 9, 2017, 11:29:57 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1490
- Property Summary Generate rasqlTransformFragment for WMS from WCPS query → Support wcpsTransformQuery in WMS InsertStyle requests
- Property Milestone 9.4 → 9.5
- Property Type defect → feature
-
Ticket #1490 – Description
v1 v4 4 4 5 5 It could be part of the WCS client for example, !ProcessCoverages tab (or WMS tab)? The tool translates WCPS to rasql, substitutes the coverage variable with $Iterator and removes the `select` and `from ...` parts from it. 6 7 Alternatively, a better/cleaner way: support wcpsTransformQuery parameter in the InsertStyle request? Internally this can be translated to rasql I guess.