????
Current Path : C:/Users/All Users/GeoServer/styles/ |
Current File : C:/Users/All Users/GeoServer/styles/burg.sld |
<?xml version="1.0" encoding="UTF-8"?> <StyledLayerDescriptor version="1.0.0" 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" xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd"> <NamedLayer> <Name>redflag</Name> <UserStyle> <Name>burg</Name> <Title>A small red flag</Title> <Abstract>A sample of how to use an SVG based symbolizer</Abstract> <FeatureTypeStyle> <Rule> <Title>Red flag</Title> <PointSymbolizer> <Graphic> <ExternalGraphic> <OnlineResource xlink:type="simple" xlink:href="burg02.svg" /> <Format>image/svg+xml</Format> </ExternalGraphic> <Size> <ogc:Literal>20</ogc:Literal> </Size> </Graphic> </PointSymbolizer> </Rule> </FeatureTypeStyle> </UserStyle> </NamedLayer> </StyledLayerDescriptor>