diff_1.osc 1.0 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <osm>
  3. <node id="2001" version="2" timestamp="2018-02-01T01:00:05Z" changeset="1496" user="foo" uid="42" lat="1.001" lon="1.001">
  4. <tag k="changes" v="new_value"/>
  5. </node>
  6. <node id="2003" version="2" timestamp="2018-02-01T01:00:05Z" changeset="1496" user="foo" uid="42" lat="1.001" lon="1.001">
  7. <tag k="one" v="const_2003"/>
  8. <tag k="two" v="const_2003"/>
  9. </node>
  10. <node id="2004" version="2" timestamp="2018-02-01T01:00:05Z" changeset="1496" user="foo" uid="42" lat="1.001" lon="1.001">
  11. <tag k="one" v="const_2004"/>
  12. <tag k="two" v="const_2004"/>
  13. <tag k="three" v="now_2004"/>
  14. </node>
  15. <node id="2005" version="2" timestamp="2018-02-01T01:00:05Z" changeset="1496" user="foo" uid="42" lat="1.001" lon="1.001">
  16. <tag k="one" v="const_2005"/>
  17. <tag k="two" v="const_2005"/>
  18. <tag k="three" v="new_value"/>
  19. </node>
  20. <delete>
  21. <node id="2500" version="2" timestamp="2018-02-01T01:00:05Z" changeset="1496" user="foo" uid="42"/>
  22. </delete>
  23. </osm>