1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <WFS_Capabilities version =" 1.0.0" updateSequence =" 0" xmlns =" http://www.opengis.net/wfs" xmlns : ogc =" http://www.opengis.net/ogc" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities.xsd" >
3
+ <Service >
4
+ <Name >MapServer WFS</Name >
5
+ <Title >WFS Demo Server for MapServer</Title >
6
+ <Abstract >This demonstration server showcases MapServer (www.mapserver.org) and its OGC support</Abstract >
7
+ <OnlineResource >https://demo.mapserver.org/cgi-bin/wfs?</OnlineResource >
8
+ </Service >
9
+
10
+ <Capability >
11
+ <Request >
12
+ <GetCapabilities >
13
+ <DCPType >
14
+ <HTTP >
15
+ <Get onlineResource =" https://demo.mapserver.org/cgi-bin/wfs?" />
16
+ </HTTP >
17
+ </DCPType >
18
+ <DCPType >
19
+ <HTTP >
20
+ <Post onlineResource =" https://demo.mapserver.org/cgi-bin/wfs?" />
21
+ </HTTP >
22
+ </DCPType >
23
+ </GetCapabilities >
24
+ <DescribeFeatureType >
25
+ <SchemaDescriptionLanguage >
26
+ <XMLSCHEMA />
27
+ </SchemaDescriptionLanguage >
28
+ <DCPType >
29
+ <HTTP >
30
+ <Get onlineResource =" https://demo.mapserver.org/cgi-bin/wfs?" />
31
+ </HTTP >
32
+ </DCPType >
33
+ <DCPType >
34
+ <HTTP >
35
+ <Post onlineResource =" https://demo.mapserver.org/cgi-bin/wfs?" />
36
+ </HTTP >
37
+ </DCPType >
38
+ </DescribeFeatureType >
39
+ <GetFeature >
40
+ <ResultFormat >
41
+ <GML2 />
42
+ <geojson />
43
+ </ResultFormat >
44
+ <DCPType >
45
+ <HTTP >
46
+ <Get onlineResource =" https://demo.mapserver.org/cgi-bin/wfs?" />
47
+ </HTTP >
48
+ </DCPType >
49
+ <DCPType >
50
+ <HTTP >
51
+ <Post onlineResource =" https://demo.mapserver.org/cgi-bin/wfs?" />
52
+ </HTTP >
53
+ </DCPType >
54
+ </GetFeature >
55
+ </Request >
56
+ </Capability >
57
+
58
+ <FeatureTypeList >
59
+ <Operations >
60
+ <Query />
61
+ </Operations >
62
+ <FeatureType >
63
+ <Name >continents</Name >
64
+ <Title >World continents</Title >
65
+ <SRS >EPSG:4326</SRS >
66
+ <LatLongBoundingBox minx =" -180.000000" miny =" -90.000000" maxx =" 180.000000" maxy =" 83.627419" />
67
+ <MetadataURL type =" TC211" format =" text/xml" >https://demo.mapserver.org/cgi-bin/wfs?request=GetMetadata& layer=continents</MetadataURL >
68
+ </FeatureType >
69
+ <FeatureType >
70
+ <Name >cities</Name >
71
+ <Title >World cities</Title >
72
+ <SRS >EPSG:4326</SRS >
73
+ <LatLongBoundingBox minx =" -178.166667" miny =" -54.800000" maxx =" 179.383333" maxy =" 78.933333" />
74
+ <MetadataURL type =" TC211" format =" text/xml" >https://demo.mapserver.org/cgi-bin/wfs?request=GetMetadata& layer=cities</MetadataURL >
75
+ </FeatureType >
76
+ </FeatureTypeList >
77
+
78
+ <ogc : Filter_Capabilities >
79
+ <ogc : Spatial_Capabilities >
80
+ <ogc : Spatial_Operators >
81
+ <ogc : Equals />
82
+ <ogc : Disjoint />
83
+ <ogc : Touches />
84
+ <ogc : Within />
85
+ <ogc : Overlaps />
86
+ <ogc : Crosses />
87
+ <ogc : Intersect />
88
+ <ogc : Contains />
89
+ <ogc : DWithin />
90
+ <ogc : BBOX />
91
+ </ogc : Spatial_Operators >
92
+ </ogc : Spatial_Capabilities >
93
+ <ogc : Scalar_Capabilities >
94
+ <ogc : Logical_Operators />
95
+ <ogc : Comparison_Operators >
96
+ <ogc : Simple_Comparisons />
97
+ <ogc : Like />
98
+ <ogc : Between />
99
+ </ogc : Comparison_Operators >
100
+ </ogc : Scalar_Capabilities >
101
+ </ogc : Filter_Capabilities >
102
+
103
+ </WFS_Capabilities >
0 commit comments