1
+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
+ <WMS_Capabilities version =" 1.3.0" xmlns =" http://www.opengis.net/wms" xmlns : sld =" http://www.opengis.net/sld" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : ms =" http://mapserver.gis.umn.edu/mapserver" xsi : schemaLocation =" http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd http://mapserver.gis.umn.edu/mapserver http://localhost:8380/mapserv?service=WMS& version=1.3.0& request=GetSchemaExtension" >
3
+ <!-- MapServer version 7.0.1 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE -->
4
+ <Service >
5
+ <Name >WMS</Name >
6
+ <Title >Test</Title >
7
+ <Abstract >Test</Abstract >
8
+ <OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" />
9
+ <ContactInformation >
10
+ </ContactInformation >
11
+ <MaxWidth >5000</MaxWidth >
12
+ <MaxHeight >5000</MaxHeight >
13
+ </Service >
14
+
15
+ <Capability >
16
+ <Request >
17
+ <GetCapabilities >
18
+ <Format >text/xml</Format >
19
+ <DCPType >
20
+ <HTTP >
21
+ <Get ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Get >
22
+ <Post ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Post >
23
+ </HTTP >
24
+ </DCPType >
25
+ </GetCapabilities >
26
+ <GetMap >
27
+ <Format >image/jpeg</Format >
28
+ <Format >image/png</Format >
29
+ <DCPType >
30
+ <HTTP >
31
+ <Get ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Get >
32
+ <Post ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Post >
33
+ </HTTP >
34
+ </DCPType >
35
+ </GetMap >
36
+ <GetFeatureInfo >
37
+ <Format >text/plain</Format >
38
+ <Format >application/vnd.ogc.gml</Format >
39
+ <DCPType >
40
+ <HTTP >
41
+ <Get ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Get >
42
+ <Post ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Post >
43
+ </HTTP >
44
+ </DCPType >
45
+ </GetFeatureInfo >
46
+ <sld : DescribeLayer >
47
+ <Format >text/xml</Format >
48
+ <DCPType >
49
+ <HTTP >
50
+ <Get ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Get >
51
+ <Post ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Post >
52
+ </HTTP >
53
+ </DCPType >
54
+ </sld : DescribeLayer >
55
+ <sld : GetLegendGraphic >
56
+ <Format >image/jpeg</Format >
57
+ <Format >image/png</Format >
58
+ <Format >image/png; mode=8bit</Format >
59
+ <DCPType >
60
+ <HTTP >
61
+ <Get ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Get >
62
+ <Post ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Post >
63
+ </HTTP >
64
+ </DCPType >
65
+ </sld : GetLegendGraphic >
66
+ <ms : GetStyles >
67
+ <Format >text/xml</Format >
68
+ <DCPType >
69
+ <HTTP >
70
+ <Get ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Get >
71
+ <Post ><OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : href =" http://localhost:8380/mapserv?" /></Post >
72
+ </HTTP >
73
+ </DCPType >
74
+ </ms : GetStyles >
75
+ </Request >
76
+ <Exception >
77
+ <Format >XML</Format >
78
+ <Format >BLANK</Format >
79
+ </Exception >
80
+ <sld : UserDefinedSymbolization SupportSLD =" 1" UserLayer =" 0" UserStyle =" 1" RemoteWFS =" 0" InlineFeature =" 0" RemoteWCS =" 0" />
81
+ <Layer >
82
+ <Name >test</Name >
83
+ <Title >Test</Title >
84
+ <Abstract >Test</Abstract >
85
+ <CRS >EPSG:2056</CRS >
86
+ <EX_GeographicBoundingBox >
87
+ <westBoundLongitude >5.01393</westBoundLongitude >
88
+ <eastBoundLongitude >11.4774</eastBoundLongitude >
89
+ <southBoundLatitude >45.356</southBoundLatitude >
90
+ <northBoundLatitude >48.3001</northBoundLatitude >
91
+ </EX_GeographicBoundingBox >
92
+ <BoundingBox CRS =" EPSG:2056" minx =" 2.42e+06" miny =" 1.03e+06" maxx =" 2.9e+06" maxy =" 1.35e+06" />
93
+ <Layer queryable =" 1" opaque =" 0" cascaded =" 0" >
94
+ <Name >agri_zones</Name >
95
+ <Title >agri_zones</Title >
96
+ <CRS >EPSG:2056</CRS >
97
+ <EX_GeographicBoundingBox >
98
+ <westBoundLongitude >5.01393</westBoundLongitude >
99
+ <eastBoundLongitude >11.4774</eastBoundLongitude >
100
+ <southBoundLatitude >45.356</southBoundLatitude >
101
+ <northBoundLatitude >48.3001</northBoundLatitude >
102
+ </EX_GeographicBoundingBox >
103
+ <BoundingBox CRS =" EPSG:2056" minx =" 2.42e+06" miny =" 1.03e+06" maxx =" 2.9e+06" maxy =" 1.35e+06" />
104
+ <MetadataURL type =" TC211" >
105
+ <Format >text/html</Format >
106
+ <OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : type =" simple" xlink : href =" http://www.example.com/bar" />
107
+ </MetadataURL >
108
+ <Style >
109
+ <Name >yt_style</Name >
110
+ <Title >yt_style</Title >
111
+ <LegendURL width =" 23" height =" 19" >
112
+ <Format >image/png</Format >
113
+ <OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : type =" simple" xlink : href =" http://www.example.com/yt.png" />
114
+ </LegendURL >
115
+ </Style >
116
+ <Style >
117
+ <Name >fb_style</Name >
118
+ <Title >fb_style</Title >
119
+ <LegendURL width =" 23" height =" 19" >
120
+ <Format >image/png</Format >
121
+ <OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : type =" simple" xlink : href =" http://www.example.com/fb.png" />
122
+ </LegendURL >
123
+ </Style >
124
+ </Layer >
125
+ <Layer >
126
+ <Name >cadastre</Name >
127
+ <Title >cadastre</Title >
128
+ <Abstract >cadastre</Abstract >
129
+ <Style >
130
+ <Name >default</Name >
131
+ <Title >default</Title >
132
+ <LegendURL width =" 88" height =" 50" >
133
+ <Format >image/png</Format >
134
+ <OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : type =" simple" xlink : href =" http://localhost:8380/mapserv?version=1.3.0& service=WMS& request=GetLegendGraphic& sld_version=1.1.0& layer=cadastre& format=image/png& STYLE=default" />
135
+ </LegendURL >
136
+ </Style >
137
+ <Layer queryable =" 1" opaque =" 0" cascaded =" 0" >
138
+ <Name >buildings</Name >
139
+ <Title >buildings</Title >
140
+ <CRS >EPSG:2056</CRS >
141
+ <EX_GeographicBoundingBox >
142
+ <westBoundLongitude >5.01393</westBoundLongitude >
143
+ <eastBoundLongitude >11.4774</eastBoundLongitude >
144
+ <southBoundLatitude >45.356</southBoundLatitude >
145
+ <northBoundLatitude >48.3001</northBoundLatitude >
146
+ </EX_GeographicBoundingBox >
147
+ <BoundingBox CRS =" EPSG:2056" minx =" 2.42e+06" miny =" 1.03e+06" maxx =" 2.9e+06" maxy =" 1.35e+06" />
148
+ <MetadataURL type =" TC211" >
149
+ <Format >text/html</Format >
150
+ <OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : type =" simple" xlink : href =" http://www.example.com/bar" />
151
+ </MetadataURL >
152
+ <Style >
153
+ <Name >default</Name >
154
+ <Title >default</Title >
155
+ <LegendURL width =" 88" height =" 20" >
156
+ <Format >image/png</Format >
157
+ <OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : type =" simple" xlink : href =" http://www.example.com/buildings.png" />
158
+ </LegendURL >
159
+ </Style >
160
+ </Layer >
161
+ <Layer queryable =" 1" opaque =" 0" cascaded =" 0" >
162
+ <Name >land_surveing_parcels</Name >
163
+ <Title >land_surveing_parcels</Title >
164
+ <CRS >EPSG:2056</CRS >
165
+ <EX_GeographicBoundingBox >
166
+ <westBoundLongitude >5.01393</westBoundLongitude >
167
+ <eastBoundLongitude >11.4774</eastBoundLongitude >
168
+ <southBoundLatitude >45.356</southBoundLatitude >
169
+ <northBoundLatitude >48.3001</northBoundLatitude >
170
+ </EX_GeographicBoundingBox >
171
+ <BoundingBox CRS =" EPSG:2056" minx =" 2.42e+06" miny =" 1.03e+06" maxx =" 2.9e+06" maxy =" 1.35e+06" />
172
+ <MetadataURL type =" TC211" >
173
+ <Format >text/html</Format >
174
+ <OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : type =" simple" xlink : href =" http://www.example.com/bar" />
175
+ </MetadataURL >
176
+ <Style >
177
+ <Name >default</Name >
178
+ <Title >default</Title >
179
+ <LegendURL width =" 84" height =" 20" >
180
+ <Format >image/png</Format >
181
+ <OnlineResource xmlns : xlink =" http://www.w3.org/1999/xlink" xlink : type =" simple" xlink : href =" http://localhost:8380/mapserv?version=1.3.0& service=WMS& request=GetLegendGraphic& sld_version=1.1.0& layer=land_surveing_parcels& format=image/png& STYLE=default" />
182
+ </LegendURL >
183
+ </Style >
184
+ </Layer >
185
+ </Layer >
186
+ </Layer >
187
+ </Capability >
188
+ </WMS_Capabilities >
0 commit comments