improve behavior of WMS Renderering for not displayed scales by nprigour · Pull Request #259 · locationtech/udig-platform

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I thought it is possible to define different scale levels for different WMS Layers of the same Ressource. If so I guess its relevant to process others. On the other hand the implementation merges different request from renderer and only requests once per WMS-Ressource I guess.

So it might be confusing having the option per layer but at the end every parameter (layer scale, etc) is considered for the request.

What happens if the first layer for a resource doesn't match the configure scale levels? Are all the others (of the same ressource) are not rendered anymore?