X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/79420631ceb2cb0f33e127b06e7b4f8a461b9281..9a4ea6bfd09acd76533e29e1d4c22c6037909707:/lib/diff_reader.rb diff --git a/lib/diff_reader.rb b/lib/diff_reader.rb index f7c51d797..6a053e4ad 100644 --- a/lib/diff_reader.rb +++ b/lib/diff_reader.rb @@ -79,6 +79,7 @@ class DiffReader ids = { :node => node_ids, :way => way_ids, :relation => rel_ids} result = OSM::API.new.get_xml_doc + result.root.name = "diffResult" # loop at the top level, within the element (although we # don't actually check this...)