File: test_ChangesetGetWithComment.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 (18 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<osm version="0.6" generator="OpenStreetMap server" copyright="OpenStreetMap and contributors" attribution="http://www.openstreetmap.org/copyright" license="http://opendatacommons.org/licenses/odbl/1-0/">
  <changeset id="52924" user="metaodi" uid="1841" created_at="2015-01-01T14:54:01Z" closed_at="2015-01-01T14:54:02Z" open="false" min_lat="58.336813" min_lon="25.8823273" max_lat="58.3369242" max_lon="25.8829107" comments_count="3">
    <tag k="created_by" v="osmapi/0.4.1"/>
    <tag k="comment" v="My test"/>
    <discussion>
      <comment date="2015-01-01T18:56:48Z" uid="1841" user="metaodi">
        <text>test</text>
      </comment>
      <comment date="2015-01-01T18:58:03Z" uid="1841" user="metaodi">
        <text>another comment</text>
      </comment>
      <comment date="2015-01-01T19:16:05Z" uid="1841" user="metaodi">
        <text>hello</text>
      </comment>
    </discussion>
  </changeset>
</osm>