Hi,

I have a textsymbolizer on a pointlayer which disappears at 1:25000 - but only 
in my openlayers client! It re-appears at scale 1:10 000 again!?!
I thought this was maybe a sld problem so I have tried out all of the vendor 
options, but nothing is working.
When visualising through geoservers "layer-preview" the label is however 
rendered!!!!!


here is my sld

<Rule>
          <Name>10.32</Name>
          <Title>10.32</Title>
          <ogc:Filter>
            <ogc:PropertyIsLike escape="\" singleChar="_" wildCard="%">
              <ogc:PropertyName>planznr</ogc:PropertyName>
              <ogc:Literal>10.32</ogc:Literal>
            </ogc:PropertyIsLike>
          </ogc:Filter> 
          <TextSymbolizer uom="http://www.opengeospatial.org/se/units/metre";>   
  
            <Label>
              <ogc:PropertyName>bez</ogc:PropertyName>
            </Label>
            <Font>
              <CssParameter name="font-family">Sans-Serif</CssParameter>
              <CssParameter name="font-style">normal</CssParameter>
              <CssParameter name="font-weight">normal</CssParameter>
              <CssParameter name="font-size">200</CssParameter>
            </Font>
            <LabelPlacement>
              <PointPlacement>
                <AnchorPoint>
                  <AnchorPointX>0.5</AnchorPointX>
                  <AnchorPointY>0.5</AnchorPointY>
                </AnchorPoint>
                <Rotation><ogc:PropertyName>winkel</ogc:PropertyName></Rotation>
              </PointPlacement>
            </LabelPlacement>   
            <Fill>
              <CssParameter name="fill">#51E6FF</CssParameter>
            </Fill>
            <VendorOption name="conflictResolution">false</VendorOption> 
            <VendorOption name="goodnessOfFit">0</VendorOption>            
          </TextSymbolizer>          
        </Rule>

Could anyone give me a clue as to what is going on here?


thanks,

Robert 
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to