Hola, gracias por la pronta respuesta.
Acá va mi sld:
<Rule>
<Name>Single symbol</Name>
<PolygonSymbolizer>
<Stroke>
<CssParameter name="stroke">#ff0000</CssParameter>
<CssParameter name="stroke-width">0.26</CssParameter>
</Stroke>
</PolygonSymbolizer>
<TextSymbolizer>
<Label>
<ogc:Function name="if_then_else">
<ogc:Function name="equalTo">
<ogc:PropertyName>BAJO</ogc:PropertyName>
<ogc:Literal>1</ogc:Literal>
</ogc:Function>
<ogc:Literal>UCAR</ogc:Literal>
<ogc:Function name="Concatenate">
<ogc:PropertyName>UCAR</ogc:PropertyName>
<ogc:Literal><![CDATA[.]]></ogc:Literal>
<ogc:PropertyName>GAT</ogc:PropertyName>
<ogc:Literal>-</ogc:Literal>
<ogc:Function name="numberFormat"><ogc:Literal>##</ogc:Literal>
<ogc:PropertyName>IAT</ogc:PropertyName>
</ogc:Function>
</ogc:Function>
</ogc:Function>
</Label>
<Font>
<CssParameter name="font-family">Serif.italic</CssParameter>
<CssParameter name="font-size">11</CssParameter>
</Font>
<Halo>
<Radius>0.25</Radius>
<Fill>
<CssParameter name="fill">#000000</CssParameter>
</Fill>
</Halo>
</TextSymbolizer>
</Rule>
Y se ve como en el archivo adjunto. Lo que pretendo es que se vea una sola o unas pocas etiquetas por cada polígono
Gracias!!!!!
Vero