mdouchin
mdouchin
* 3.16: create uuid `regexp_replace(uuid(), '[{}]', '')` * Create values from existing values (categorization) ```sql CASE WHEN lower(trim("juveniles")) = 'oui' THEN 'oui' WHEN lower(trim("juveniles")) = 'non' THEN 'non' ELSE 'nsp'...
You mean the title of the layer in Lizmap legend, or the font size of the text inside the image provided by getLegendGraphics ?
cc @rldhont @nboisteault
> Small glitch This is what I tried to explain with > It would also remove the line-break between the field name and the value, since the span will display...
Hi, could you pass me a link to his work please ?
I think the labels for bars cannot be changed with this JSON, since this JSON is used to override the layout, not the plot config. For the labels in bars,...
Thanks We should add it in the documentation.
have you trie to add the same layer with other groups, like ``` observa True False False False Anonymous observa True True True True super_group ``` @rldhont and myself have...
In fact this is not so simple, since the plugin * controls that the layer is only added once , lines 1406 and after * use the layer name as...