<div dir="ltr"><div><div><div><br clear="all"></div>Hola a todos, <br><br></div>Estoy probando el módulo de imprimir del geoserver y quiero que la leyenda tenga multiples columnas ya que tengo muchos elementos en la leyenda <br>
<br></div><div>En mi config.yaml tengo esto pero me sale todo en una sola columna.<br><br>            - !legends<br>              maxIconWidth: 0<br>              maxIconHeight: 0<br>              maxHeight: 5<br>              maxWidth: 300<br>
              maxColumns: 3<br>              columnMargin: 3<br>              columnMaxWidth: 50<br>              fontEncoding: Cp1252<br>              align: left<br>              inline: false<br>              defaultScale: 0<br>
              #Padding between layers<br>              layerSpace: 5<br>              layerFont: Helvetica<br>              layerFontSize: 10<br>              #Padding between text and icon within layer<br>              classIndentation: 20<br>
              classSpace: 2<br>              classFont: Helvetica<br>              classFontSize: 8<br><br></div><div>Según dice esto me debería mostrar la leyenda en multiples columnas.<br></div><div><pre>**maxIconWidth**, **maxIconHeight**, **defaultScale** with value of 0 indicates that the value will be ignore.

**maxHeight** with value of 0 indicates that the multi column is disable.

if **inline** is true the multi column is disable.

if **maxWidth** is set that mean that in the multi column mode the column next to the maxWidth will not be add.

if **defaultScale** is non null it means that the legend image will be scaled so it doesn't take the full space.

Set **inline** to false mean that only tne image will be display per line. 

**layerSpace** and **classSpace** is to specify the line space to add before layers and classes.</pre></div><div><br></div><div><div><div><div></div><div><br>-- <br>Saludos,<br><br>Bolo<br><a href="http://www.geoinquiets.cat" target="_blank">www.geoinquiets.cat</a><br>

</div></div></div></div></div>