File: test_NoteComment.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 (31 lines) | stat: -rw-r--r-- 1,147 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
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<osm version="0.6" generator="OpenStreetMap server">
<note lon="8.432" lat="47.123">
  <id>812</id>
  <url>http://api06.dev.openstreetmap.org/api/0.6/notes/812</url>
  <comment_url>http://api06.dev.openstreetmap.org/api/0.6/notes/812/comment</comment_url>
  <close_url>http://api06.dev.openstreetmap.org/api/0.6/notes/812/close</close_url>
  <date_created>2014-10-03 15:11:05 UTC</date_created>
  <status>open</status>
  <comments>
    <comment>
      <date>2014-10-03 15:11:05 UTC</date>
      <uid>1841</uid>
      <user>metaodi</user>
      <user_url>http://master.apis.dev.openstreetmap.org/user/metaodi</user_url>
      <action>opened</action>
      <text>This is a test</text>
      <html>&lt;p&gt;This is a test&lt;/p&gt;</html>
    </comment>
    <comment>
      <date>2014-10-04 22:36:35 UTC</date>
      <uid>1841</uid>
      <user>metaodi</user>
      <user_url>http://master.apis.dev.openstreetmap.org/user/metaodi</user_url>
      <action>commented</action>
      <text>This is a comment</text>
      <html>&lt;p&gt;This is a comment&lt;/p&gt;</html>
    </comment>
  </comments>
</note>
</osm>