Hi,

Is it normal that when I use the vendoroption tag in a sld file it will always 
be invalid?



<?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>
           <Rule>
             <TextSymbolizer>
               <Label>
                 <ogc:PropertyName>GNAME</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>
           <Halo>
           <Radius>3</Radius>
           <Fill>
             <CssParameter name="fill">#FFFFFF</CssParameter>
           </Fill>
           </Halo>
           <Fill>
        <CssParameter name="fill">#FFFF1FFF</CssParameter>
       </Fill>
               <VendorOption name="spaceAround">1</VendorOption>
               <VendorOption name="conflictResolution">false</VendorOption>
             </TextSymbolizer>
             
           </Rule>
         </FeatureTypeStyle>
    </UserStyle>
  </NamedLayer>
</StyledLayerDescriptor>


thanks,

Robert Buckley




------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to