Guest User

Untitled

a guest
Dec 7th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <sld:StyledLayerDescriptor version="1.0.0" xmlns="http://www.opengis.net/sld" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:sld="http://www.opengis.net/sld">
  3. <sld:UserLayer>
  4. <sld:LayerFeatureConstraints>
  5. <sld:FeatureTypeConstraint/>
  6. </sld:LayerFeatureConstraints>
  7. <sld:UserStyle>
  8. <sld:Name>te</sld:Name>
  9. <sld:Title/>
  10. <sld:FeatureTypeStyle>
  11. <sld:Name/>
  12. <sld:Rule>
  13. <sld:RasterSymbolizer>
  14. <sld:Geometry>
  15. <ogc:PropertyName>grid</ogc:PropertyName>
  16. </sld:Geometry>
  17. <sld:Opacity>1</sld:Opacity>
  18. <sld:ChannelSelection>
  19. <sld:RedChannel>
  20. <sld:SourceChannelName>1</sld:SourceChannelName>
  21. </sld:RedChannel>
  22. <sld:GreenChannel>
  23. <sld:SourceChannelName>2</sld:SourceChannelName>
  24. </sld:GreenChannel>
  25. <sld:BlueChannel>
  26. <sld:SourceChannelName>3</sld:SourceChannelName>
  27. </sld:BlueChannel>
  28. </sld:ChannelSelection>
  29. </sld:RasterSymbolizer>
  30. </sld:Rule>
  31. </sld:FeatureTypeStyle>
  32. </sld:UserStyle>
  33. </sld:UserLayer>
  34. </sld:StyledLayerDescriptor>
Add Comment
Please, Sign In to add comment