<feed xmlns="http://www.w3.org/2005/Atom" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
	<title>GeoRSS feed samples</title>
	<subtitle>To aid in unit testing</subtitle>
	<link href="http://example.org/" />
	<updated>2020-02-26T18:30:02Z</updated>
	<author>
		<name>TerriaJS</name>
		<email>terriajs@example.com</email>
	</author>
	<link href="http://www.georss.org/example" />
	<entry>
		<title>GML Point sample</title>
		<link href="http://www.georss.org/example" />
		<id>gml-point-1</id>
		<updated>2005-08-17T07:02:32Z</updated>
		<content>a sample geometry</content>
		<georss:where>
			<gml:Point>
				<gml:pos>49.256 -114.45</gml:pos>
			</gml:Point>
		</georss:where>
	</entry>
	<entry>
		<title>GML Polygon sample</title>
		<link href="http://www.georss.org/example" />
		<id>gml-polygon-1</id>
		<updated>2010-08-17T07:02:32Z</updated>
		<content>a sample geometry</content>
		<georss:where>
			<gml:Polygon>
				<gml:exterior>
					<gml:LinearRing>
						<gml:posList>56.356 -105.45 56.46 -105.48 53.84 -105.86
              55.8 -105.2 56.356 -105.45</gml:posList>
					</gml:LinearRing>
				</gml:exterior>
			</gml:Polygon>
		</georss:where>
	</entry>
	<entry>
		<title>GML LineString sample</title>
		<link href="http://www.georss.org/example" />
		<id>gml-linestring-1</id>
		<updated>2009-08-17T07:02:32Z</updated>
		<content>a sample geometry</content>
		<georss:where>
			<gml:LineString>
				<gml:posList>40.73615 -73.991309 49.736381 -115.991199</gml:posList>
			</gml:LineString>
		</georss:where>
	</entry>
	<entry>
		<title>point sample</title>
		<link href="http://www.georss.org/example" />
		<id>point-1</id>
		<updated>2005-08-17T07:02:32Z</updated>
		<content>a sample geometry</content>
		<georss:point>40.256 -61.92</georss:point>
	</entry>
	<entry>
		<title>line sample</title>
		<link href="http://www.georss.org/example" />
		<id>line-1</id>
		<updated>2005-08-17T07:02:32Z</updated>
		<content>a sample geometry</content>
		<georss:line>35.256 -115.45 34.46 -119.48 33.84 -119.86</georss:line>
	</entry>
	<entry>
		<title>polygon sample</title>
		<link href="http://www.georss.org/example" />
		<id>polygon-1</id>
		<updated>2005-08-17T07:02:32Z</updated>
		<content>a sample geometry</content>
		<georss:polygon>45.256 -110.45 46.46 -109.48 43.84 -109.86 45.256 -110.45</georss:polygon>
	</entry>
	<entry>
		<title>box sample</title>
		<link href="http://www.georss.org/example" />
		<id>box-1</id>
		<updated>2005-08-17T07:02:32Z</updated>
		<content>a sample geometry</content>
		<georss:box>40.943 -67.032 41.039 -65.856</georss:box>
	</entry>  
	<entry>
		<title>W3C Point sample</title>
		<link href="http://www.georss.org/example" />
		<id>w3c-point-1</id>
		<updated>2005-08-17T07:02:32Z</updated>
		<content>a sample geometry</content>
		<geo:Point>
			<geo:lat>55.701</geo:lat>
			<geo:long>12.552</geo:long>
		</geo:Point>
	</entry>
</feed>