Merge remote-tracking branch 'upstream/pull/4356'
This commit is contained in:
commit
8a02d33bec
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
xml.instruct! :xml, :version => "1.0"
|
xml.instruct! :xml, :version => "1.0"
|
||||||
|
|
||||||
# basic attributes
|
|
||||||
|
|
||||||
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
||||||
osm << render(@changeset)
|
osm << render(@changeset)
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
xml.instruct! :xml, :version => "1.0"
|
xml.instruct! :xml, :version => "1.0"
|
||||||
|
|
||||||
# basic attributes
|
|
||||||
|
|
||||||
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
|
||||||
@changesets.each do |changeset|
|
@changesets.each do |changeset|
|
||||||
osm << render(changeset)
|
osm << render(changeset)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue