remoteTasmania.sld 1.6 KB

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