openstreetmap-website/app/views/changesets/changeset.builder
2019-03-16 15:30:18 +00:00

7 lines
215 B
Ruby

xml.instruct! :xml, :version => "1.0"
# basic attributes
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << render(:partial => "changesets/changeset.builder", :locals => { :changeset => @changeset })
end