| 123456789101112131415161718192021222324252627282930313233 |
- <?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">
- <UserLayer>
- <Name>LayerWithRemoteOWS</Name>
- <RemoteOWS>
- <Service>WFS</Service>
- <OnlineResource xlink:href="http://sigma.openplans.org:8080/geoserver/wfs?" />
- </RemoteOWS>
- <LayerFeatureConstraints>
- <FeatureTypeConstraint>
- <FeatureTypeName>topp:states</FeatureTypeName>
- <ogc:Filter>
- <ogc:FeatureId fid="states.1"/>
- </ogc:Filter>
- </FeatureTypeConstraint>
- </LayerFeatureConstraints>
- <UserStyle>
- <Name>DefaultPolygon</Name>
- <FeatureTypeStyle>
- <Rule>
- <PolygonSymbolizer>
- <Fill/>
- <Stroke/>
- </PolygonSymbolizer>
- </Rule>
- </FeatureTypeStyle>
- </UserStyle>
- </UserLayer>
- </StyledLayerDescriptor>
|