#2662 closed defect (fixed)

WCPS - FIX - Axis label defined in axis iterator should be regarded

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.1
Component: petascope Version: 10.0
Keywords: Cc: Dimitar Misev
Complexity: Medium

Description

For example this coverage constructor:

for $c in (test_mean_summer_airtemp)
return

  encode(
          coverage newcov
          over $px X(imageCrsDomain($c, Long)),
               $py Y(imageCrsDomain($c, Lat))
          values $c[Long:"CRS:1"($px), Lat:"CRS:1"($py)]
  
  , "image/png")

Then, the newcov coverage should have two axes: X and Y not Long and Lat.

Change History (1)

comment:1 by Bang Pham Huu, 17 months ago

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