Bug report #11484
QGIS server: embedded layers are not published (GetCapabilities, GetMap, etc)
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Marco Hugentobler | ||
Category: | QGIS Server | ||
Affected QGIS version: | 2.4.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 19754 |
Description
#1072 QGIS server: embedded groups do not render in GetMap requests if leave layers are requested has been fixed 40d91457f6f069886c5ba1c28db1efb2ff4ccac7
But another fix about embedded layers lacks. A fixme annotation is in the QgsServerProjectParser::createLayerFromElement. This one is about return the layer if it is embedded.
History
#1 Updated by René-Luc ReLuc about 10 years ago
- Pull Request or Patch supplied changed from No to Yes
A pull request is supplied : https://github.com/qgis/QGIS/pull/1655
#2 Updated by René-Luc ReLuc about 10 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
This commit d64525c0b651845f9583a2f1a2efdc26b303035c fixed it