File: sld_sample.xml

package info (click to toggle)
spatialite 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 74,240 kB
  • sloc: ansic: 587,051; makefile: 8,583; sh: 4,276; yacc: 1,973; xml: 717
file content (21 lines) | stat: -rw-r--r-- 843 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<StyledLayerDescriptor version="1.1.0" 
	xsi:schemaLocation="http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/StyledLayerDescriptor.xsd" 
	xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc"
	xmlns:se="http://www.opengis.net/se" xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<se:Name>group style 1</se:Name>
	<se:Description>
		<se:Title>Trento: Shaded Relief Orthophoto</se:Title>
		<se:Abstract>RGB aerial orthophoto draped over LIDAR DEM with Shaded Relief</se:Abstract>
	</se:Description>
	<NamedLayer>
		<se:Name>lidar_dem</se:Name>
		<NamedStyle>
			<se:Name>shaded_relief_default</se:Name>
		</NamedStyle>
	</NamedLayer>
	<NamedLayer>
		<se:Name>ortophoto</se:Name>
	</NamedLayer>
</StyledLayerDescriptor>