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
I'm trying to find out what happens, so let me describe how I reproduce the issue
At https://rwanda.lsc-hubs.org/map/ we host a recent version of Terria, When opening the CSW catalog in explore data and search for 'slope'
Then click + button on any layer
Expected: Single layer is added to map
Instead: All layers of that WMS are requested in a single map request, causing slow response/heavy server load and a large numbers of legends being displayed
The challenge is that the metadata does not (properly) identify which of the layers in the WMS are the relevant one, so terria decides to add all of them, this aspect is also mentioned in #6866, in stead suggestion could be to add the top 5 layers only? Or alternatively, move the + button to a select layer section in:
The text was updated successfully, but these errors were encountered:
Hi @pvgenuchten, it might be a better approach to have the possibility to specify the handling of wms layers as wms-group or wms that way it would you would just specify the proper value and catalog and have the layers as a wms-group. I have posted the same idea as the comment on #6866 so let's see first what Nick thinks about it and if it is even possible
@pvgenuchten asked me to look into this issue (and the linked issue 6866). I've been reading through both issues. I think a good first step would be implement Paul's suggestion of limiting the maximum WMS layers to be added in case no valid WMS urls are found. This stops resource-intensive WMS requests. I would like to try and prepare a PR for this.
However, I noticed you are assigned to this issue, so I wanted to check-in first with you. If I would try to prepare a PR with the above-mentioned suggestion would this disrupt your work?
I'm trying to find out what happens, so let me describe how I reproduce the issue
At https://rwanda.lsc-hubs.org/map/ we host a recent version of Terria, When opening the CSW catalog in
explore data
and search for 'slope'Then click
+
button on any layerExpected: Single layer is added to map
Instead: All layers of that WMS are requested in a single map request, causing slow response/heavy server load and a large numbers of legends being displayed
The challenge is that the metadata does not (properly) identify which of the layers in the WMS are the relevant one, so terria decides to add all of them, this aspect is also mentioned in #6866, in stead suggestion could be to add the top 5 layers only? Or alternatively, move the
+
button to aselect layer
section in:The text was updated successfully, but these errors were encountered: