Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.2.2, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4-RC0, 2.5-M0
-
Fix Version/s: 2.7.6
-
Component/s: wms extension
-
Labels:None
Description
In the WMS 1.1.1 specification the following layer parameters are defined:
- fixedWidth 0, positive integer
0: WMS can resize map to arbitrary width.
nonzero: map has a fixed width that cannot be changed by the WMS. - fixedHeight 0, positive integer
0: WMS can resize map to arbitrary height.
nonzero: map has a fixed height that cannot be changed by the WMS. - noSubsets 0, 1
0: WMS can map a subset of the full bounding box.
1: WMS can only map the entire bounding box.
These layer attributes are optional and we have never seen them in the wild - until now:
The above service serves up fixed sizes images and has no ability to resize!
Our GetMap implementation should do one of two things:
- request this fixed size and then resample as required (so the GridCoverage returned exactly matches the request)
- retrive the GridCoverage as returned by the server and let the client code deal with it
Issue Links
- is depended upon by
-
UDIG-373
WMS renderer does not render layers that have a fixed size
-