Opened 2 years ago
Closed 2 years ago
#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
.
Note:
See TracTickets
for help on using tickets.