Project

General

Profile

1
<?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>RemoteTasmania</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:tasmania_state_boundaries</FeatureTypeName>
16
      </FeatureTypeConstraint>
17
    </LayerFeatureConstraints>
18
    <UserStyle>
19
      <Name>DefaultPolygon</Name>
20
      <FeatureTypeStyle>
21
        <Rule>
22
          <PolygonSymbolizer>
23
            <Fill/>
24
            <Stroke/>
25
          </PolygonSymbolizer>
26
        </Rule>
27
      </FeatureTypeStyle>
28
    </UserStyle>
29
  </UserLayer>
30
  <UserLayer>
31
    <Name>RemoteTasmania</Name>
32
    <RemoteOWS>
33
      <Service>WFS</Service>
34
      <OnlineResource xlink:href="http://sigma.openplans.org:8080/geoserver/wfs?" />
35
    </RemoteOWS>
36
    <LayerFeatureConstraints>
37
      <FeatureTypeConstraint>
38
        <FeatureTypeName>topp:tasmania_roads</FeatureTypeName>
39
      </FeatureTypeConstraint>
40
    </LayerFeatureConstraints>
41
    <UserStyle>
42
      <Name>DefaultPolygon</Name>
43
      <FeatureTypeStyle>
44
        <Rule>
45
          <LineSymbolizer>
46
            <Stroke/>
47
          </LineSymbolizer>
48
        </Rule>
49
      </FeatureTypeStyle>
50
    </UserStyle>
51
  </UserLayer>
52
</StyledLayerDescriptor>
(3-3/3)