It seems like a GetLegendGraphic call doesn't use the OnlineResource configured in a style. Sample steps to replicate it:
- put a legend.png in GEOSERVER_DATA_DIR/styles folder
- create a new "raster2" style copying it from the existing "raster" style and click on addLegend
- set legend.png on the Online Resource filed and click on the Auto-detect image size and type to automatically populate the other fields.
- Submit the style
- Create a new "raster" layer or simply modify an existing one
- Go to the publishing tab and scroll down to the "Default Style" drop down. Then select the raster2 style
The legend icon won't change to the static image and you still see the standard blue icon Moreover after saving the layer config, a getLegendGraphic will still show the standard blue icon instead of the static image. http://localhost:8080/geoserver/wms?REQUEST=GetLegendGraphic&version=1.0.0&FORMAT=image/png&LAYER=raster (even specifying an additional &style=raster2 parameter won't make any difference). Some investigations have already been made on this: http://osgeo-org.1560.x6.nabble.com/Why-GetLegendGraphic-call-in-layer-publishing-tab-doesn-t-use-the-onlineResource-legend-td5256433.html |