File: test_NoteCommentAnonymous.xml

package info (click to toggle)
python-osmapi 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 648 kB
  • sloc: python: 2,922; xml: 1,577; sh: 10; makefile: 8
file content (25 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<osm version="0.6" generator="OpenStreetMap server">
<note lon="25.8826183" lat="58.3368222">
  <id>842</id>
  <url>http://api06.dev.openstreetmap.org/api/0.6/notes/842</url>
  <comment_url>http://api06.dev.openstreetmap.org/api/0.6/notes/842/comment</comment_url>
  <close_url>http://api06.dev.openstreetmap.org/api/0.6/notes/842/close</close_url>
  <date_created>2015-01-03 10:49:39 UTC</date_created>
  <status>open</status>
  <comments>
    <comment>
      <date>2015-01-03 10:49:39 UTC</date>
      <action>opened</action>
      <text>test 123</text>
      <html>&lt;p&gt;test 123&lt;/p&gt;</html>
    </comment>
    <comment>
      <date>2015-01-03 11:06:00 UTC</date>
      <action>commented</action>
      <text>blubb</text>
      <html>&lt;p&gt;blubb&lt;/p&gt;</html>
    </comment>
  </comments>
</note>
</osm>