openstreetmap-website/app/views/api/messages/show.xml.builder
2024-07-29 10:42:38 +00:00

5 lines
120 B
Ruby

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