Opened 6 years ago
Closed 6 years ago
#1999 closed defect (fixed)
Adapt petascope to use new project() function
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | critical | Milestone: | 9.8 |
Component: | petascope | Version: | 9.7 |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
Petascope WMS should be adapted to use the new project() function (2):
http://doc.rasdaman.org/04_ql-guide.html#the-project-function
What this means in particular:
- Extend, scale, and subset on top of project should be removed from the rasql query
- The scale extents should be specified as
widthOut
andheightOut
parameters to project() - The WMS bbox should be specified as
boundsOut
parameter - The rest stays the same as before
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Just be careful, as I learned after a bunch of unnecessary debugging, the coordinate order in the WMS bbox is different from the one in the project function (which is "xmin, ymin, xmax, ymax").