#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

Change History (1)

comment:1 by Bang Pham Huu, 11 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.