You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all: I love the "Load Layers as single WMS Layer" feature. Really nice work, it makes the whole Lizmap experience so much smoother!
I now just ran into a strange Bug: When i switch a group of layers on, the map will not load anymore. See GIF: and basically freezes.
In the developer options of firefox i see a 400 Bad Request Error:
<?xml version="1.0" encoding="UTF-8"?>
<ServiceExceptionReport version="1.3.0" xmlns="http://www.opengis.net/ogc">
<ServiceException code="StyleNotDefined">Style 'Kontrollstatus_Spielplatz' does not exist for layer 'Spielgerät'</ServiceException>
</ServiceExceptionReport>
Which is true: The style Kontrollstatus_Spielplatz exists only for the layer "Spielplatz" - it does not exist for the layer "Spielgerät" - i can observe the same mixing up of wrong style-layer relationships in my qgis-server logs.
If i deactivate the "Load Layers as single WMS Layer" Option in the Lizmap QGIS plugin, the layers load without problem (with the right style, too).
Any idea what the problem could be?
Steps to reproduce the issue
Load Lizmap map -> Working
Switch Group of layers on (via Legend or via Map-Theme)
List of Lizmap Web Client modules :
* altiProfil : 0.5.8
* altiProfilAdmin : 0.5.8
List of safeguards :
* Mode : normal
* Allow parent folder : no
* Prevent other drive : yes
* Prevent PG service : yes
* Prevent PG Auth DB : yes
* Force PG user&pass : yes
* Prevent ECW : yes
Check Lizmap plugin
I have done the step just before in the Lizmap QGIS desktop plugin before opening this ticket. Otherwise, my ticket is not considered valid and might get closed.
Operating system
Ubuntu 22.04
Browsers
Firefox
Browsers version
Firefox 115
Relevant log output
The text was updated successfully, but these errors were encountered:
I digged some more into it and removed layers from the project - deleting the group of baselayers was a step leading into the right direction. Without a Orthofoto as baselayer, it worked. I then tried to re-introduce the baselayers - same problem again. BUT: With OSM as baselayer it works. I think the problem might be in the GET request:
If you compare STYLES to LAYERS it does not add up - and very strangely is, that the Orthofoto_2023_10cm appears twice as layer (but it is only once in the project..). I think this is where the "Mixing up" happens - it's shifting the style it wants to load for a layer +1.
Anything i can do to solve this? I would like to support you in any way possible
What is the bug? (in English)
Hello,
first of all: I love the "Load Layers as single WMS Layer" feature. Really nice work, it makes the whole Lizmap experience so much smoother!
I now just ran into a strange Bug: When i switch a group of layers on, the map will not load anymore. See GIF: and basically freezes.
In the developer options of firefox i see a
400 Bad Request
Error:Which is true: The style Kontrollstatus_Spielplatz exists only for the layer "Spielplatz" - it does not exist for the layer "Spielgerät" - i can observe the same mixing up of wrong style-layer relationships in my qgis-server logs.
If i deactivate the "Load Layers as single WMS Layer" Option in the Lizmap QGIS plugin, the layers load without problem (with the right style, too).
Any idea what the problem could be?
Steps to reproduce the issue
Versions, safeguards, check summary etc
Versions :
List of Lizmap Web Client modules :
* altiProfil : 0.5.8 * altiProfilAdmin : 0.5.8
List of safeguards :
* Mode : normal
* Allow parent folder : no
* Prevent other drive : yes
* Prevent PG service : yes
* Prevent PG Auth DB : yes
* Force PG user&pass : yes
* Prevent ECW : yes
Check Lizmap plugin
Operating system
Ubuntu 22.04
Browsers
Firefox
Browsers version
Firefox 115
Relevant log output
The text was updated successfully, but these errors were encountered: