openstreetmap-website/app/views/api/changesets/changeset.builder
2019-06-26 14:25:34 +02:00

7 lines
142 B
Ruby

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