File: mapconfig.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 (80 lines) | stat: -rw-r--r-- 3,181 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<RL2MapConfig version="1.0" xmlns="http://www.gaia-gis.it/RL2MapConfig" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gaia-gis.it/RL2MapConfig http://www.gaia-gis.it/RL2MapConfig_1_0.xsd" >
	<Name>my-map</Name>
	<Description>
		<Title>another arbitrary title</Title>
		<Abstract>an abstract as any other</Abstract>
	</Description>
	<MapOptions>
		<MultiThreading Enabled="true" MaxThreads="8" />
		<MapCrs Crs="EPSG:3003" AutoTransformEnabled="true" />
		<GeographicCoords DMS="false" />
		<MapBackground Color="#ffffff" Transparent="true" />
	</MapOptions>
	<MapAttachedDatabases>
		<MapAttachedDB DbPrefix="a" Path="/home/sandro/valdisieve.sqlite" />
	</MapAttachedDatabases>
	<MapLayer Type="wms" DbPrefix="a" Name="rt_topogr.topografica50k.rt" Visible="true">
		<WmsLayerStyle>
			<GetMap URL="http://www502.regione.toscana.it/wmsraster/com.rt.wms.RTmap/wms?map=wmstopogr&amp;map_resolution=91&amp;language=ita&amp;" />
			<WmsProtocol Version="1.3.0" />
			<ReferenceSystem Crs="EPSG:3003" />
			<ImageFormat MimeType="image/png" Opaque="false" />
		</WmsLayerStyle>
	</MapLayer>
	<MapLayer Type="vector" DbPrefix="a" Name="comuni" Visible="true">
		<VectorLayerStyle>
			<PolygonSymbolizer>
				<Fill>
					<SvgParameter name="fill">#1e90ff</SvgParameter>
					<SvgParameter name="fill-opacity">0.20</SvgParameter>
				</Fill>
				<Stroke>
					<SvgParameter name="stroke">#7cc254</SvgParameter>
					<SvgParameter name="stroke-opacity">1.00</SvgParameter>
					<SvgParameter name="stroke-width">1.00</SvgParameter>
					<SvgParameter name="stroke-linejoin">round</SvgParameter>
					<SvgParameter name="stroke-linecap">round</SvgParameter>
				</Stroke>
			</PolygonSymbolizer>
		</VectorLayerStyle>
	</MapLayer>
	<MapLayer Type="vector" DbPrefix="a" Name="localita" Visible="true">
		<VectorLayerStyle>
			<PolygonSymbolizer>
				<Fill>
					<SvgParameter name="fill">#ffa500</SvgParameter>
					<SvgParameter name="fill-opacity">1.00</SvgParameter>
				</Fill>
				<Stroke>
					<SvgParameter name="stroke">#9475d8</SvgParameter>
					<SvgParameter name="stroke-opacity">1.00</SvgParameter>
					<SvgParameter name="stroke-width">1.00</SvgParameter>
					<SvgParameter name="stroke-linejoin">round</SvgParameter>
					<SvgParameter name="stroke-linecap">round</SvgParameter>
				</Stroke>
			</PolygonSymbolizer>
		</VectorLayerStyle>
	</MapLayer>
	<MapLayer Type="vector" DbPrefix="a" Name="paline" Visible="true">
		<VectorLayerStyle>
			<PointSymbolizer>
				<Graphic>
					<Mark>
						<WellKnownName>circle</WellKnownName>
						<Fill>
							<SvgParameter name="fill">#ff0000</SvgParameter>
						</Fill>
						<Stroke>
							<SvgParameter name="stroke">#5cbba8</SvgParameter>
							<SvgParameter name="stroke-width">1.00</SvgParameter>
							<SvgParameter name="stroke-linejoin">round</SvgParameter>
							<SvgParameter name="stroke-linecap">round</SvgParameter>
						</Stroke>
					</Mark>
					<Size>6.00</Size>
				</Graphic>
			</PointSymbolizer>
		</VectorLayerStyle>
	</MapLayer>
</RL2MapConfig>