[Portugal] SLD etiqueta ayer Geoserver

Jorge Penedo jorge.penedo gmail.com
Segunda-Feira, 4 de Novembro de 2013 - 02:46:46 PST


Boa tarde.

Tenho um projecto, para gestão de numeros de porta, onde a informação é
apresentada
através de um layer, wms, oriundo do Geoserver 2.1 .

A formatação do layers é:

<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0"
 xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd"
 xmlns="http://www.opengis.net/sld"
 xmlns:ogc="http://www.opengis.net/ogc"
 xmlns:xlink="http://www.w3.org/1999/xlink"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- a Named Layer is the basic building block of an SLD document -->
  <NamedLayer>
    <Name>default_point</Name>
    <UserStyle>
    <!-- Styles can have names, titles and abstracts -->
      <Title>Default Point</Title>
      <Abstract>A sample style that draws a point</Abstract>
      <!-- FeatureTypeStyles describe how to render different features -->
      <!-- A FeatureTypeStyle for rendering points -->
      <FeatureTypeStyle>
        <Rule>
          <Name>rule1</Name>
          <Title>Red Square</Title>
          <Abstract>A 6 pixel square with a red fill and no stroke</Abstract
>

          <PointSymbolizer>
         <Graphic>
           <Mark>
             <WellKnownName>circle</WellKnownName>
             <Fill>
               <CssParameter name="fill">#FF0000</CssParameter>
             </Fill>
           </Mark>
           <Size>6</Size>
         </Graphic>
       </PointSymbolizer>


          <TextSymbolizer>

            <Label>
            <ogc:PropertyName>npol</ogc:PropertyName>
            </Label>

          </TextSymbolizer>

        </Rule>
      </FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>



O que sucede é não consigo obter a totalidade das etiquetas.
Como apresento na imagem em anexo.

Alguem sabe como obter a totalidade das etiquetas?

Desde já obrigado pela atenção

Jorge Penedo
-------------- próxima parte ----------
Um anexo em HTML foi limpo...
URL: <http://lists.osgeo.org/pipermail/portugal/attachments/20131104/51b88f89/attachment-0001.html>
-------------- próxima parte ----------
A non-text attachment was scrubbed...
Name: ruas.png
Type: image/png
Size: 174227 bytes
Desc: não disponível
URL: <http://lists.osgeo.org/pipermail/portugal/attachments/20131104/51b88f89/attachment-0001.png>


More information about the Portugal mailing list