remoteOws.sld 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  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. <UserLayer>
  7. <Name>LayerWithRemoteOWS</Name>
  8. <RemoteOWS>
  9. <Service>WFS</Service>
  10. <OnlineResource xlink:href="http://sigma.openplans.org:8080/geoserver/wfs?" />
  11. </RemoteOWS>
  12. <LayerFeatureConstraints>
  13. <FeatureTypeConstraint>
  14. <FeatureTypeName>topp:states</FeatureTypeName>
  15. <ogc:Filter>
  16. <ogc:FeatureId fid="states.1"/>
  17. </ogc:Filter>
  18. </FeatureTypeConstraint>
  19. </LayerFeatureConstraints>
  20. <UserStyle>
  21. <Name>DefaultPolygon</Name>
  22. <FeatureTypeStyle>
  23. <Rule>
  24. <PolygonSymbolizer>
  25. <Fill/>
  26. <Stroke/>
  27. </PolygonSymbolizer>
  28. </Rule>
  29. </FeatureTypeStyle>
  30. </UserStyle>
  31. </UserLayer>
  32. </StyledLayerDescriptor>