openstreetmap-website/app/views/api/notes/show.xml.builder

5 lines
93 B
Ruby

xml.instruct!
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << render(@note)
end