openstreetmap-website/app/views/api/old_ways/history.xml.builder
2019-06-26 22:29:18 +02:00

5 lines
102 B
Ruby

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