Hi team,
I’m having the following problem rendering a legend using WMS service.
I created a layer that shows water bodies.
I added the legend definition to the advanced section of the Layer configuration
“legend”: {
“type”: “discrete”,
“items”: r
{
“color”: “#0000FE”,
“label”: “Cuerpos de Agua”
}
]
}
When rendering the legend it seems to be a problem:
https://creodias.sentinel-hub.com/ogc/wms/MY INSTANCE ID?service=WMS&request=GetLegendGraphic&format=image%2Fpng&layer=CUERPOS-DE-AGUA&version=1.3.0&SLD_VERSION=1.1.0
With height=50,width=200, it seems ok
With height=200,width=200, it seems out of scale and the text is upside down
Is this a bug?
Thanks