Hi,

in my point SLD there are certain points which never get rendered fully. Either 
the circle is not rendered, or the labels are cut out.


Is there a work-around for this behaviour?

thanks,

Rob


PROJECT:
http://maps.zgb.de:8080/geoserver/www/zgb_energie/geodatenportal.html

LAYER:
Energiequelle - Solar

SLD:
<?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";>
  <NamedLayer>
    <Name>landkreis</Name>
    <UserStyle>
      <Title>landkreis</Title>
 <FeatureTypeStyle>
         <!--FeatureTypeName>Feature</FeatureTypeName-->
         <Rule>
         <MinScaleDenominator>10000</MinScaleDenominator>
        <MaxScaleDenominator>900000</MaxScaleDenominator>
           <PointSymbolizer>
             <Graphic>
               <Mark>
                 <WellKnownName>circle</WellKnownName>
                 
                 <Stroke>
                    <CssParameter name="stroke">#000000</CssParameter>
                    <CssParameter name="stroke-width">2</CssParameter>
                  </Stroke>
               </Mark>
               <Size>0</Size>
             </Graphic>
           </PointSymbolizer>
         </Rule>
 
      </FeatureTypeStyle>
      <FeatureTypeStyle>
           <Rule>
                <MinScaleDenominator>10000</MinScaleDenominator>
          <MaxScaleDenominator>500000</MaxScaleDenominator>
             <TextSymbolizer>

               <Label>
                 <ogc:PropertyName>Solar_Kopf</ogc:PropertyName>
               </Label>

               <Font>
                 <CssParameter name="font-family">Arial</CssParameter>
                 <CssParameter name="font-size">5</CssParameter>
                 <CssParameter name="font-style">normal</CssParameter>
                 <CssParameter name="font-weight">bold</CssParameter>
                 <CssParameter name="font-color">white</CssParameter>
    </Font>
    <LabelPlacement>
               <PointPlacement>
                 <AnchorPoint>
                   <AnchorPointX>0.5</AnchorPointX>
                   <AnchorPointY>0.5</AnchorPointY>
                 </AnchorPoint>
                 <Displacement>
                   <DisplacementX>0</DisplacementX>
                   <DisplacementY>0</DisplacementY>
                 </Displacement>
               </PointPlacement>
             </LabelPlacement>

           <Halo>
           <Radius>2</Radius>
           <Fill>
             <CssParameter name="fill">#FFFFFF</CssParameter>
           </Fill>
           </Halo>
           
           <Fill>
    <CssParameter name="fill">#FFFF1FFF</CssParameter>
     </Fill>
 
               <VendorOption name="conflictResolution">false</VendorOption>
             </TextSymbolizer>
             
           </Rule>
         </FeatureTypeStyle>
         <FeatureTypeStyle>
                <Rule>
                     <MinScaleDenominator>10000</MinScaleDenominator>
               <MaxScaleDenominator>500000</MaxScaleDenominator>
                  <TextSymbolizer>
     
                    <Label>
                      <ogc:PropertyName>SG</ogc:PropertyName>
                    </Label>
     
                    <Font>
                      <CssParameter name="font-family">Arial</CssParameter>
                      <CssParameter name="font-size">5</CssParameter>
                      <CssParameter name="font-style">normal</CssParameter>
                      <CssParameter name="font-weight">bold</CssParameter>
                      <CssParameter name="font-color">white</CssParameter>
         </Font>
         <LabelPlacement>
                    <PointPlacement>
                      <AnchorPoint>
                        <AnchorPointX>0.5</AnchorPointX>
                        <AnchorPointY>0.0</AnchorPointY>
                      </AnchorPoint>
                      <Displacement>
                        <DisplacementX>0</DisplacementX>
                        <DisplacementY>10</DisplacementY>
                      </Displacement>
                    </PointPlacement>
                  </LabelPlacement>
     
                <Halo>
                <Radius>2</Radius>
                <Fill>
                  <CssParameter name="fill">#FFFFFF</CssParameter>
                </Fill>
                </Halo>
                
                <Fill>
         <CssParameter name="fill">#FFFF1FFF</CssParameter>
          </Fill>
      
                    <VendorOption name="conflictResolution">false</VendorOption>
                  </TextSymbolizer>
                  
                </Rule>
         </FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to