[Geoserver-devel] [JIRA] (GEOS-8072) WMS 1.3.0 capabilities global bounding box computation doesn't use layer groups

Nuno Oliveira created an issue

GeoServer / BugGEOS-8072

WMS 1.3.0 capabilities global bounding box computation doesn’t use layer groups

Issue Type:

BugBug

Assignee:

Nuno Oliveira

Created:

04/Apr/17 10:11 PM

Priority:

MediumMedium

Reporter:

Nuno Oliveira

The most interesting use case happens when all layers are marked has non advertised (so their are not considered for the capabilities document creation) but are part of layer groups, the global bounding box will be:

<EX_GeographicBoundingBox>
	<westBoundLongitude>0.0</westBoundLongitude>
	<eastBoundLongitude>-1.0</eastBoundLongitude>
	<southBoundLatitude>0.0</southBoundLatitude>
	<northBoundLatitude>-1.0</northBoundLatitude>
</EX_GeographicBoundingBox>

To reproduce this issue just create a layer group that have a bounding box bigger that any layer, the global bounding box of the capabilities document will be the layers bigger bounding box.

Note that global bounding box element (EX_GeographicBoundingBox) is only supported in WMS 1.3.0.

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v1000.870.5#100039-sha1:da79de9)

Atlassian logo