Opened 7 years ago
Closed 7 years ago
#1747 closed enhancement (fixed)
WSClient_WCS_ProcessCoverage tab add WebWorldWind widget to display the 2D png output from WCPS request
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.6 |
Component: | wcsclient | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
In WSClient > WCS > ProcessCoverage tab, user can add widget (e.g: image>>WCPS query, diagram>>WCPS query,…) to display the WCPS result.
A new widget for WebWorldWind is designed from Vlad
wwd(minLat, minLong, maxLat, maxLong)>>for c in ... return encode ..., "png"
with min/max Lat, Long from user's input.
and
wwd>>for c ... return encode(..., "png")
with default display output over the globe.
Note:
See TracTickets
for help on using tickets.