Project

General

Profile

1 4307 leinfelder
<?xml version="1.0" encoding="UTF-8"?>
2
3
<wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs" xmlns:topp="http://www.openplans.org/topp" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openplans.org/topp http://localhost:8080/geoserver/wfs/DescribeFeatureType?typeName=topp:tasmania_cities http://www.opengis.net/wfs http://localhost:8080/geoserver/data/capabilities/wfs/1.0.0/WFS-basic.xsd">
4
5
	<gml:boundedBy>
6
7
		<gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
8
9
			<gml:coordinates decimal="." cs="," ts=" ">-180,-90 180,90</gml:coordinates>
10
11
		</gml:Box>
12
13
	</gml:boundedBy>
14
15
	<gml:featureMember>
16
17
		<topp:tasmania_cities fid="tasmania_cities.1">
18
19
			<topp:the_geom>
20
21
				<gml:MultiPoint srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
22
23
					<gml:pointMember>
24
25
						<gml:Point>
26
27
							<gml:coordinates decimal="." cs="," ts=" ">147.29100045,-42.85100182</gml:coordinates>
28
29
						</gml:Point>
30
31
					</gml:pointMember>
32
33
				</gml:MultiPoint>
34
35
			</topp:the_geom>
36
37
			<topp:CITY_NAME>Hobart</topp:CITY_NAME>
38
39
			<topp:ADMIN_NAME>Tasmania</topp:ADMIN_NAME>
40
41
			<topp:CNTRY_NAME>Australia</topp:CNTRY_NAME>
42
43
			<topp:STATUS>Provincial capital</topp:STATUS>
44
45
			<topp:POP_CLASS>100,000 to 250,000</topp:POP_CLASS>
46
47
		</topp:tasmania_cities>
48
49
	</gml:featureMember>
50
51
	<gml:featureMember>
52
53
		<topp:tasmania_cities fid="tasmania_cities.2">
54
55
			<topp:the_geom>
56
57
				<gml:MultiPoint srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
58
59
					<gml:pointMember>
60
61
						<gml:Point>
62
63
							<gml:coordinates decimal="." cs="," ts=" ">-76,45</gml:coordinates>
64
65
						</gml:Point>
66
67
					</gml:pointMember>
68
69
				</gml:MultiPoint>
70
71
			</topp:the_geom>
72
73
			<topp:CITY_NAME>Ottawa</topp:CITY_NAME>
74
75
			<topp:ADMIN_NAME>Ontario</topp:ADMIN_NAME>
76
77
			<topp:CNTRY_NAME>Canada</topp:CNTRY_NAME>
78
79
			<topp:STATUS>National capital</topp:STATUS>
80
81
			<topp:POP_CLASS> </topp:POP_CLASS>
82
83
		</topp:tasmania_cities>
84
85
	</gml:featureMember>
86
87
	<gml:featureMember>
88
89
		<topp:tasmania_cities fid="tasmania_cities.3">
90
91
			<topp:the_geom>
92
93
				<gml:MultiPoint srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
94
95
					<gml:pointMember>
96
97
						<gml:Point>
98
99
							<gml:coordinates decimal="." cs="," ts=" ">0,0</gml:coordinates>
100
101
						</gml:Point>
102
103
					</gml:pointMember>
104
105
				</gml:MultiPoint>
106
107
			</topp:the_geom>
108
109
			<topp:CITY_NAME>In the water</topp:CITY_NAME>
110
111
			<topp:ADMIN_NAME>Tasmania</topp:ADMIN_NAME>
112
113
			<topp:CNTRY_NAME>Australia</topp:CNTRY_NAME>
114
115
			<topp:STATUS>Provincial capital</topp:STATUS>
116
117
			<topp:POP_CLASS> </topp:POP_CLASS>
118
119
		</topp:tasmania_cities>
120
121
	</gml:featureMember>
122
123
</wfs:FeatureCollection>