Project

General

Profile

1 5833 leinfelder
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld"
3
  xmlns:ogc="http://www.opengis.net/ogc" xmlns:xlink="http://www.w3.org/1999/xlink"
4
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
  xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd">
6
7
  <UserLayer>
8
    <Name>LayerWithRemoteOWS</Name>
9
    <RemoteOWS>
10
      <Service>WFS</Service>
11
      <OnlineResource xlink:href="http://sigma.openplans.org:8080/geoserver/wfs?" />
12
    </RemoteOWS>
13
    <LayerFeatureConstraints>
14
      <FeatureTypeConstraint>
15
        <FeatureTypeName>topp:states</FeatureTypeName>
16
        <ogc:Filter>
17
          <ogc:FeatureId fid="states.1"/>
18
        </ogc:Filter>
19
      </FeatureTypeConstraint>
20
    </LayerFeatureConstraints>
21
    <UserStyle>
22
      <Name>DefaultPolygon</Name>
23
      <FeatureTypeStyle>
24
        <Rule>
25
          <PolygonSymbolizer>
26
            <Fill/>
27
            <Stroke/>
28
          </PolygonSymbolizer>
29
        </Rule>
30
      </FeatureTypeStyle>
31
    </UserStyle>
32
  </UserLayer>
33
</StyledLayerDescriptor>