I am looking for a way to tell a wms client which zoom levels or resolutions that are appropriate for a layer. Something like
...
<layer>
...
<resolutions>
<resolution>1.0<resolution>
<resolution>2.0<resolution>
<resolution>4.0<resolution>
</resolutions>
One "less preferred" way would be the VendorSpecificCapabilities in the WMS GetCapabilities 1.1.1 DTD, but it is dropped in the 1.3.0 XSD.
Is there another way to do this within the WMS protocol?