<br><font size=2 face="sans-serif">I successfully added a forwarding rule
so mapcache can send a </font><font size=3>getLegendGraphics</font><font size=2 face="sans-serif">
request<br>
</font>
<br><font size=3><forwarding_rule name="getLegendGraphics"></font>
<br><font size=3>       <param name="REQUEST"
type="values">GetLegendGraphic</param></font>
<br><font size=3>       <param name="SERVICE"
type="values">WMS</param></font>
<br><font size=3>       <http></font>
<br><font size=3>         <url>http://..../cgi-wms/mapserv.fcgi?map=wms.map</url></font>
<br><font size=3>       </http></font>
<br><font size=3>     </forwarding_rule></font>
<br>
<br><font size=3>It is working for zoom level 9 - 19....If I zoom out at
level 8 to 0, the getLegendGraphics request returns this</font>
<br><font size=3><?xml version='1.0' encoding="ISO-8859-1"
standalone="no" ?></font>
<br><font size=3><!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd"></font>
<br><font size=3><ServiceExceptionReport version="1.1.1"></font>
<br><font size=3><ServiceException code="LayerNotDefined"></font>
<br><font size=3>msWMSGetLegendGraphic(): WMS server error. Mandatory LAYER
parameter missing in GetLegendGraphic request.</font>
<br><font size=3></ServiceException></font>
<br><font size=3></ServiceExceptionReport></font>
<br>
<br><font size=3>I clearly see that LAYER parameter is there. Actually,
except for SCALE parameter, the URL is the same as the one for zoom level
9 and +</font>
<br>
<br><font size=3>Working url zoom level 9</font>
<br><font size=3>...&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=temperature_surface&SCALE=866685.8312779219&FORMAT=image%2Fpng</font>
<br>
<br><font size=3>Non Working url zoom level 8</font>
<br><font size=3>...&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetLegendGraphic&LAYER=temperature_surface&SCALE=1733371.6625558438&FORMAT=image%2Fpng</font>
<br>
<br><font size=3>In mapcache config I don't have a restricted_extent for
this layer neither min/max zoom parameter</font>
<br>
<br><font size=3>I don't know what to look for anymore, any ideas?</font>
<br>
<br><font size=3>thank you </font>
<br><font size=3>Steve</font>
<br>