Opened 18 months ago
Closed 17 months ago
#2730 closed defect (fixed)
FIX - WCPS multipart does not work with scale()
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | petascope | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
For example:
for c in (test1, test2), d in (test3, test4) return encode( scale ( c + d, {i:"CRS:1"(0:10), j:"CRS:1"(0:20) } ), "png" )
It should run 4 queries:
- FROM test1, test3
- FROM test1, test4
- FROM test2, test3
- FROM test2, test4
and return as a combined result
Note:
See TracTickets
for help on using tickets.