geometrycollection.georss 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom"
  3. xmlns:georss="http://www.georss.org/georss">
  4. <title>Earthquakes</title>
  5. <subtitle>International earthquake observation labs</subtitle>
  6. <link href="http://example.org/"/>
  7. <updated>2005-12-13T18:30:02Z</updated>
  8. <author>
  9. <name>Dr. Thaddeus Remor</name>
  10. <email>tremor@quakelab.edu</email>
  11. </author>
  12. <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
  13. <entry>
  14. <title>This has multiple georss entries in it</title>
  15. <link href="http://example.org/2005/09/09/atom01"/>
  16. <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
  17. <updated>2005-08-17T07:02:32Z</updated>
  18. <summary>We just had a big one.</summary>
  19. <georss:point>45.256 -71.92</georss:point>
  20. <georss:point>42.256 -69.92</georss:point>
  21. <georss:line>45.256 -110.45 46.46 -109.48 43.84 -109.86</georss:line>
  22. <georss:polygon>45.256 -110.45 46.46 -109.48 43.84 -109.86 45.256 -110.45</georss:polygon>
  23. </entry>
  24. <entry>
  25. <title>Another Entry</title>d
  26. <summary>Another point.</summary>
  27. <georss:point>46.256 -70.92</georss:point>
  28. </entry>
  29. </feed>