Bug report #5520
Wrong boundingbox values in GetCapabilities for empty layers
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Paul Blottiere | ||
Category: | QGIS Server | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15120 |
Description
For layers without any feature the bbox calculation for the GetCapabilities request is wrong. The result is some 'nonsense' bbox value. You can still use the wms layer with a correct bbox but QGIS fails to load groups (or the whole wms 'tree') with empty layers since the group bbox is wrong too.
Related issues
History
#1 Updated by Paolo Cavallini about 12 years ago
- Target version set to Version 2.0.0
#2 Updated by Bernhard Ströbl almost 11 years ago
- Priority changed from Normal to High
- Target version changed from Version 2.0.0 to Future Release - High Priority
- Operating System changed from Ubuntu to any
I raised this bug in priority because it is annoying
underlying data change and a layer may become empty (no features in it) in the course of time as well as refilling again
I my case this box is returned:<EX_GeographicBoundingBox>
<westBoundLongitude>6.42191</westBoundLongitude>
<eastBoundLongitude>6.42191</eastBoundLongitude>
<southBoundLatitude>89.9946</southBoundLatitude>
<northBoundLatitude>89.9946</northBoundLatitude>
</EX_GeographicBoundingBox>
Proposed solution: if layer delivers a bbox larger than the bbox set in the OWS server tab the bbox set in OWS server is returned (IMHO it does not make sense to have layers propagating larger bboxes than the project does)
#3 Updated by Jürgen Fischer almost 11 years ago
- Subject changed from Wrong boundingbox values in GetCapabilities for empy layers to Wrong boundingbox values in GetCapabilities for empty layers
#4 Updated by Jürgen Fischer about 9 years ago
- Assignee deleted (
Marco Hugentobler)
#5 Updated by Giovanni Manghi almost 8 years ago
- Priority changed from High to Normal
- Operating System deleted (
any)
#6 Updated by Giovanni Manghi over 7 years ago
- Regression? set to No
- Easy fix? set to No
#7 Updated by Paul Blottiere about 6 years ago
- Assignee set to Paul Blottiere
#8 Updated by Paul Blottiere about 6 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|da22f7ccac76a28691e0daeda9debd21cd182586.