Opened 7 years ago
Closed 7 years ago
#1748 closed enhancement (fixed)
WSClient_Display WMS overview image as WMSLayer in WebWorldWind
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
Current, WSClient sends 1 GetMap request for the default WMS overview. It works fine with small coverage but cannot work with big coverage. It needs to be changed to use WMSLayer in WebWorldWind as WMS client will split into multiple GetMap requests which servers can process in parallel.
Change History (7)
follow-up: 2 comment:1 by , 7 years ago
comment:2 by , 7 years ago
Replying to dmisev:
or it could try to calculate a small subset e.g. in the center based on the resolution for this single GetMap request.
From WSClient, it doesn't know the coverage's resolution and a small subset is too vague.
follow-up: 4 comment:3 by , 7 years ago
A small subset would be something of say max 600x600px. But if resolution is unknown (you can't get this from DescribeCoverage?) then this can't work I guess.
follow-up: 6 comment:5 by , 7 years ago
I'd argue that the sample GetMap request that is shown on the WMS tab is still nice to have, e.g. for manual testing?
comment:6 by , 7 years ago
Replying to dmisev:
I'd argue that the sample GetMap request that is shown on the WMS tab is still nice to have, e.g. for manual testing?
yes, it is still the same, only change is instead of using SurfaceImageLayer in WebWorldWind, it uses WMSLayer.
comment:7 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
or it could try to calculate a small subset e.g. in the center based on the resolution for this single GetMap request.