1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<?xml version='1.0' encoding='UTF-8'?>
<osm version="0.6" upload="false" generator="testdata">
<node id="30" version="1" timestamp="2015-01-01T01:00:00Z" uid="1" user="test" changeset="1" lat="1" lon="1"/>
<node id="31" version="1" timestamp="2015-01-01T01:00:00Z" uid="1" user="test" changeset="1" lat="2" lon="1"/>
<node id="32" version="2" timestamp="2015-02-01T01:00:00Z" uid="1" user="test" changeset="3" lat="2" lon="2"/>
<node id="34" version="1" timestamp="2015-02-01T01:00:01Z" uid="1" user="test" changeset="3" lat="3" lon="1"/>
<way id="22" version="1" timestamp="2015-02-02T01:00:00Z" uid="1" user="test" changeset="4">
<nd ref="30"/>
<nd ref="31"/>
<nd ref="32"/>
<nd ref="34"/>
<nd ref="30"/>
<tag k="building" v="house"/>
<tag k="inhabitant" v="Joe Average"/>
</way>
<way id="22" version="2" timestamp="2015-02-02T13:00:00Z" uid="2" user="superadmin" changeset="5">
<nd ref="30"/>
<nd ref="31"/>
<nd ref="32"/>
<nd ref="34"/>
<nd ref="30"/>
<tag k="building" v="house"/>
</way>
</osm>
|